]> git.openstreetmap.org Git - nominatim-ui.git/blob - CHANGES.md
New configuration paths (#89)
[nominatim-ui.git] / CHANGES.md
1 # CHANGES
2
3 * unreleased
4     * Add theming
5     * Replace config.js with config.default.js and theme/config.theme.js
6
7 * version 2.3.0 - 2021-02-19
8
9     * New top-level navigation: Search, Reverse, Search-by-id
10     * Details page: now has a search form, all 3 search fields merged into one
11     * Details page: add links for countries and postalcodes
12     * Last updated: now display as "x minutes/hours/days ago"
13     * Layout fixes for small browsers/mobile
14     * Simple automatic test setup (Github actions)
15
16 * version 2.2.0 - 2021-02-13
17
18     * Less page reloading
19     * Handle all page changes via page store
20     * Reverse search: click on map no longer triggers form submission
21     * Convert some lib/helpers that returned HTML into Svelte components
22
23 * version 2.1.0 - 2021-02-10
24
25     * Reverse search: better initial zoom when result found
26     * Reverse search: split value when copy&pasting a coordinate pair into first search field
27     * Further split reverse from search logic/templates 
28     * Details page: display error when place not found
29     * replaced development webserver node-static with static-server
30     * Less page reloading
31     * LastUpdated is now its own component
32     * Add linting (run: yarn lint)
33
34 * version 2.0.2 - 2021-02-02
35
36     * Reverse search: click on map triggers new search
37     * Report-issue modal from version 1 was missing
38     * Removed search-url-params polyfill. Svelte doesnt support MSIE11 either
39
40 * version 2.0.1 - 2021-01-31
41
42     * removed debug files from dist/build/ [PR47]
43
44 * version 2.0.0 - 2021-01-29
45
46     * Complete refactor into Svelte framework
47     * Removed most of jQuery usage
48
49 * version 1.2.5 - 2021-03-04
50
51     * Another fix to make sure pages work when app is in a subdirectory
52
53 * version 1.2.4 - 2020-09-01
54
55     * All links to detail page should include the class parameter
56
57 * version 1.2.3 - 2020-09-01
58
59     * Favicon URLs did not work when app is installed in a subdirectory
60     * On detail page in parents and linked-places sections address lines were all grayed out
61
62 * version 1.2.2 - 2020-09-01
63
64     * Don't intercept link clicks when the target is the raw API output
65
66 * version 1.2.1 - 2020-08-04
67
68     * URL parsing now works if app is in a subdirectory
69
70 * version 1.2 - 2020-07-07
71
72     * Use window.history.pushState to minimize page reloads
73
74 * version 1.1 - 2020-06-19
75
76     * Configuration now optional with example file.
77     * New CONTRIBUTE.md documentation.
78
79 * version 1.0 - November 2019 during a hackweekend at Linuxhotel