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