]> git.openstreetmap.org Git - nominatim-ui.git/blob - CHANGES.md
version 2.1.0
[nominatim-ui.git] / CHANGES.md
1 # CHANGES
2
3 * version 2.1.0 - 2021-02-10
4
5     * Reverse search: better initial zoom when result found
6     * Reverse search: split value when copy&pasting a coordinate pair into first search field
7     * Further split reverse from search logic/templates 
8     * Details page: display error when place not found
9     * replaced development webserver node-static with static-server
10     * Less page reloading
11     * LastUpdated is now its own component
12     * Add linting (run: yarn lint)
13
14 * version 2.0.2 - 2021-02-02
15
16     * Reverse search: click on map triggers new search
17     * Report-issue modal from version 1 was missing
18     * Removed search-url-params polyfill. Svelte doesnt support MSIE11 either
19
20 * version 2.0.1 - 2021-01-31
21
22     * removed debug files from dist/build/ [PR47]
23
24 * version 2.0.0 - 2021-01-29
25
26     * Complete refactor into Svelte framework
27     * Removed most of jQuery usage
28
29 * version 1.2.5 - 2021-03-04
30
31     * Another fix to make sure pages work when app is in a subdirectory
32
33 * version 1.2.4 - 2020-09-01
34
35     * All links to detail page should include the class parameter
36
37 * version 1.2.3 - 2020-09-01
38
39     * Favicon URLs did not work when app is installed in a subdirectory
40     * On detail page in parents and linked-places sections address lines were all grayed out
41
42 * version 1.2.2 - 2020-09-01
43
44     * Don't intercept link clicks when the target is the raw API output
45
46 * version 1.2.1 - 2020-08-04
47
48     * URL parsing now works if app is in a subdirectory
49
50 * version 1.2 - 2020-07-07
51
52     * Use window.history.pushState to minimize page reloads
53
54 * version 1.1 - 2020-06-19
55
56     * Configuration now optional with example file.
57     * New CONTRIBUTE.md documentation.
58
59 * version 1.0 - November 2019 during a hackweekend at Linuxhotel