]> git.openstreetmap.org Git - nominatim-ui.git/blob - CHANGES.md
Bump follow-redirects from 1.15.2 to 1.15.4
[nominatim-ui.git] / CHANGES.md
1 # CHANGES
2
3 * version 3.4.0 - 2023-08-29
4     * Search map: delete old viewbox rectangle before adding a new one
5     * Details page: Allow searching for negative OSM ids.
6     * Details page: Nominatim started returning empty hash instead of empty array when a place has no
7        names
8     * test-suite: Nominatim no longer returns streets as children of a city. Adjusted test to
9        look for children of a street instead
10     * NPM package updates
11
12 * version 3.3.0 - 2023-06-26
13     * Reverse map: show search position (red circle) also when no search results
14     * test-suite: remove httpbin HTTP calls, server is unreliable
15     * test-suite: replace eslint-plugin-svelte3 with eslint-plugin-svelte plus lint fixes
16     * NPM package updates (Bootstrap 5.3, Leaflet 1.9.4)
17     * NPM package updates (Svelte 3.x => 4.0)
18
19 * version 3.2.12 - 2023-04-04
20     * Reverse page: remove uncommon zoom labels, align with Nominatim 4.x
21     * NPM package updates
22
23 * version 3.2.11 - 2023-03-08
24     * Configuration: You can now set Map_Default_Bounds als alternative to lat,lon, zoom. Thanks Piskvor
25     * NPM package updates
26
27 * version 3.2.10 - 2023-01-06
28
29     * Search page: When searching for OSM URL redirect to detail page automatically
30     * Reverse page: Search for "12.34%2C56.78" now also auto-splits into two fields
31     * Detail page: Another link to documentation about postcodes
32     * NPM package updates
33
34 * version 3.2.9 - 2022-11-16
35
36     * Fix: For places tagged bulding=yes display the formatted label 'Building', not 'Yes'
37     * migrate remaining modules to ESM style (import instead of require)
38     * NPM package updates
39     * test suite: use JSON files for mocha and eslint configuration
40     * test suite: update outdated Github Actions
41
42 * version 3.2.8 - 2022-09-26
43
44     * Use OSM's preferred tile URL for faster map loading
45     * NPM package updates
46
47 * version 3.2.7 - 2022-08-07
48
49     * Documentation: Add a config.theme.js.example file. Thanks coleman-rik
50
51 * version 3.2.6 - 2022-07-14
52
53     * Fix: New URL for postcode documentation. Thanks otbutz
54
55 * version 3.2.5 - 2022-05-24
56
57     * Reverse map: add tooltips to circles as hint what is the search and what is result position
58
59 * version 3.2.4 - 2022-05-05
60
61     * Configuration: Nominatim_API_Endpoint can now also be a callback
62     * NPM package updates
63
64 * version 3.2.3 - 2022-04-05
65
66     * Fix: On Search page the 'deduplication' checkbox needs to be checked by default
67
68 * version 3.2.2 - 2022-02-08
69
70     * NPM package updates
71
72 * version 3.2.1 - 2021-05-11
73
74     * Fix: some npm modules no longer support node version 10
75
76 * version 3.2.0 - 2021-05-10
77
78     * Upgrade layout framework to Bootstrap version 5
79     * Removed polygon parameters from debug URLs, rarely needed. Thanks darkshredder
80     * Fix: Search page didn't load when Nominatim_API_Endpoint was set to a relative path. Thanks darkshredder
81     * Fix: Detail search allows lowercase OSM types, e.g. n123. Thanks darkshredder
82     * Fix: Better deal with empty child place responses from the API
83     * Fix: Make sure a full build happens before running tests
84
85 * version 3.1.0 - 2021-04-26
86
87     * Configuration: new options to set API endpoint headers and additional paramters, thanks petoc
88     * Test suite: New test suite using a headless browser for UI interaction, thanks darkshredder
89     * Fix: Links to API URL weren't displayed after a search
90     * Fix: On result pages the map icons were not cleared between searches (caching issue)
91     * Fix: On reverse page switching empty coordinates no longer leads to string 'null' searches
92
93 * version 3.0.5 - 2021-04-14
94
95     * Details page: better indicate places having no name, thanks darkshredder
96     * Last updated: avoid race conditions, make less API requests
97
98 * version 3.0.4 - 2021-04-12
99
100     * Search page: when clicking to reverse page keep the map position
101     * Search page: automatically switch to structured form when URL contains structured fields
102     * Search page: validate country-codes fields with a regular expression before form submission, thanks otbutz
103     * Reverse page: validate latitude and longitude fields before form submission
104     * Details page: help text next to 'calculated postcode'
105     * fix a build warning
106
107 * version 3.0.3 - 2021-03-12
108
109     * new Status page
110     * fixed validation of polygon simplification form field
111
112 * version 3.0.2 - 2021-03-05
113
114     * Details page: don't print 'null' when postcode is missing
115     * Details page: make sure links to children,hierarcy update after pageload, thx LiteratimBi for the report
116     * Details page: in hierachy list all addresslines were marked unused (grayed out)
117     * Details page: API doesn't always return address keywords
118     * PageLinks/ReverseLink: fix warnings when properties not set
119
120 * version 3.0.1 - 2021-03-05
121
122     * Details page: table is now responsive, no longer overflows
123     * Documentation: fix link to theme configuration file
124
125 * version 3.0.0 - 2021-02-25
126
127     Version 3 add a new directory dist/theme/. It changes the default welcome, about and
128     help text, and moves the configuration into dist/theme/. Admins should review those
129     (explained in README.md) before deploying the nominatim-ui.
130
131     * Major change: Add theming
132     * Major change: Replace dist/config.js with dist/config.default.js and dist/theme/config.theme.js
133     * Refactored and added API error output
134     * Build: dist/build/bundle.* files are now created by a Github Action upon release, no longer in version control
135     * Documentation: removed TODO.md, we use github issues now
136     * Documentation: README.md is part of the release, moved some development content to CONTRIBUTE.md
137     * Documentation: badge showing latest release version in README.md
138     * Documentation: badge showing latest test (Github CI) output in CONTRIBUTE.md
139
140 * version 2.3.0 - 2021-02-19
141
142     * New top-level navigation: Search, Reverse, Search-by-id
143     * Details page: now has a search form, all 3 search fields merged into one
144     * Details page: add links for countries and postalcodes
145     * Last updated: now display as "x minutes/hours/days ago"
146     * Layout fixes for small browsers/mobile
147     * Simple automatic test setup (Github actions)
148
149 * version 2.2.0 - 2021-02-13
150
151     * Less page reloading
152     * Handle all page changes via page store
153     * Reverse search: click on map no longer triggers form submission
154     * Convert some lib/helpers that returned HTML into Svelte components
155
156 * version 2.1.0 - 2021-02-10
157
158     * Reverse search: better initial zoom when result found
159     * Reverse search: split value when copy&pasting a coordinate pair into first search field
160     * Further split reverse from search logic/templates 
161     * Details page: display error when place not found
162     * replaced development webserver node-static with static-server
163     * Less page reloading
164     * LastUpdated is now its own component
165     * Add linting (run: yarn lint)
166
167 * version 2.0.2 - 2021-02-02
168
169     * Reverse search: click on map triggers new search
170     * Report-issue modal from version 1 was missing
171     * Removed search-url-params polyfill. Svelte doesnt support MSIE11 either
172
173 * version 2.0.1 - 2021-01-31
174
175     * removed debug files from dist/build/ [PR47]
176
177 * version 2.0.0 - 2021-01-29
178
179     * Complete refactor into Svelte framework
180     * Removed most of jQuery usage
181
182 * version 1.2.5 - 2021-03-04
183
184     * Another fix to make sure pages work when app is in a subdirectory
185
186 * version 1.2.4 - 2020-09-01
187
188     * All links to detail page should include the class parameter
189
190 * version 1.2.3 - 2020-09-01
191
192     * Favicon URLs did not work when app is installed in a subdirectory
193     * On detail page in parents and linked-places sections address lines were all grayed out
194
195 * version 1.2.2 - 2020-09-01
196
197     * Don't intercept link clicks when the target is the raw API output
198
199 * version 1.2.1 - 2020-08-04
200
201     * URL parsing now works if app is in a subdirectory
202
203 * version 1.2 - 2020-07-07
204
205     * Use window.history.pushState to minimize page reloads
206
207 * version 1.1 - 2020-06-19
208
209     * Configuration now optional with example file.
210     * New CONTRIBUTE.md documentation.
211
212 * version 1.0 - November 2019 during a hackweekend at Linuxhotel