]> git.openstreetmap.org Git - nominatim-ui.git/blob - CHANGES.md
Merge remote-tracking branch 'upstream/master'
[nominatim-ui.git] / CHANGES.md
1 # CHANGES
2
3 * version 3.0.4 - 2021-03-12
4
5     * Search page: when clicking to reverse page keep the map position
6     * Search page: automatically switch to structured form when URL contains structured fields
7     * Search page: validate country-codes fields with a regular expression before form submission, thanks otbutz
8     * Reverse page: validate latitude and longitude fields before form submission
9     * Details page: help text next to 'calculated postcode'
10     * fix a build warning
11
12 * version 3.0.3 - 2021-03-12
13
14     * new Status page
15     * fixed validation of polygon simplification form field
16
17 * version 3.0.2 - 2021-03-05
18
19     * Details page: don't print 'null' when postcode is missing
20     * Details page: make sure links to children,hierarcy update after pageload, thx LiteratimBi for the report
21     * Details page: in hierachy list all addresslines were marked unused (grayed out)
22     * Details page: API doesn't always return address keywords
23     * PageLinks/ReverseLink: fix warnings when properties not set
24
25 * version 3.0.1 - 2021-03-05
26
27     * Details page: table is now responsive, no longer overflows
28     * Documentation: fix link to theme configuration file
29
30 * version 3.0.0 - 2021-02-25
31
32     Version 3 add a new directory dist/theme/. It changes the default welcome, about and
33     help text, and moves the configuration into dist/theme/. Admins should review those
34     (explained in README.md) before deploying the nominatim-ui.
35
36     * Major change: Add theming
37     * Major change: Replace dist/config.js with dist/config.default.js and dist/theme/config.theme.js
38     * Refactored and added API error output
39     * Build: dist/build/bundle.* files are now created by a Github Action upon release, no longer in version control
40     * Documentation: removed TODO.md, we use github issues now
41     * Documentation: README.md is part of the release, moved some development content to CONTRIBUTE.md
42     * Documentation: badge showing latest release version in README.md
43     * Documentation: badge showing latest test (Github CI) output in CONTRIBUTE.md
44
45 * version 2.3.0 - 2021-02-19
46
47     * New top-level navigation: Search, Reverse, Search-by-id
48     * Details page: now has a search form, all 3 search fields merged into one
49     * Details page: add links for countries and postalcodes
50     * Last updated: now display as "x minutes/hours/days ago"
51     * Layout fixes for small browsers/mobile
52     * Simple automatic test setup (Github actions)
53
54 * version 2.2.0 - 2021-02-13
55
56     * Less page reloading
57     * Handle all page changes via page store
58     * Reverse search: click on map no longer triggers form submission
59     * Convert some lib/helpers that returned HTML into Svelte components
60
61 * version 2.1.0 - 2021-02-10
62
63     * Reverse search: better initial zoom when result found
64     * Reverse search: split value when copy&pasting a coordinate pair into first search field
65     * Further split reverse from search logic/templates 
66     * Details page: display error when place not found
67     * replaced development webserver node-static with static-server
68     * Less page reloading
69     * LastUpdated is now its own component
70     * Add linting (run: yarn lint)
71
72 * version 2.0.2 - 2021-02-02
73
74     * Reverse search: click on map triggers new search
75     * Report-issue modal from version 1 was missing
76     * Removed search-url-params polyfill. Svelte doesnt support MSIE11 either
77
78 * version 2.0.1 - 2021-01-31
79
80     * removed debug files from dist/build/ [PR47]
81
82 * version 2.0.0 - 2021-01-29
83
84     * Complete refactor into Svelte framework
85     * Removed most of jQuery usage
86
87 * version 1.2.5 - 2021-03-04
88
89     * Another fix to make sure pages work when app is in a subdirectory
90
91 * version 1.2.4 - 2020-09-01
92
93     * All links to detail page should include the class parameter
94
95 * version 1.2.3 - 2020-09-01
96
97     * Favicon URLs did not work when app is installed in a subdirectory
98     * On detail page in parents and linked-places sections address lines were all grayed out
99
100 * version 1.2.2 - 2020-09-01
101
102     * Don't intercept link clicks when the target is the raw API output
103
104 * version 1.2.1 - 2020-08-04
105
106     * URL parsing now works if app is in a subdirectory
107
108 * version 1.2 - 2020-07-07
109
110     * Use window.history.pushState to minimize page reloads
111
112 * version 1.1 - 2020-06-19
113
114     * Configuration now optional with example file.
115     * New CONTRIBUTE.md documentation.
116
117 * version 1.0 - November 2019 during a hackweekend at Linuxhotel