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