1 * version 3.9.1 - 2025-11-24
2 * Reverse page: When clicking map the advanced options are now kept
3 * Search/Revere page: Print a note which default browser language is used
4 * Minor NPM package updates
6 * version 3.9.0 - 2025-09-12
7 * Details page: Also show entrances on map and in list
8 * Details page: display help text we use for calculated postcodes also for type=postcode
10 * Fixed one typo in header. Thanks Babou
11 * Minor NPM package updates
13 * version 3.8.1 - 2025-08-28
14 * Github Action was missing a dependency for the 3.8.0 release
16 * version 3.8.0 - 2025-08-28
17 * Lots of changes around Svelte stores, introducing new app state, and map state. Thanks lonvia
18 * Leaflet object no longer accessible global. Thanks lonvia
19 * API fetches get aborted when switching pages. Thanks lonvia
20 * Map shows a scale (kilometers, miles) in bottom left corner
21 * Bug fix: Color switcher buttons stopped working after switching pages
22 * NPM package updates: Svelte 5.2
23 * Use yarn 4.x for package management
25 * version 3.7.1 - 2025-05-27
26 * Remove .php from endpoint URLs. Nominatim no longer uses them
27 * Status page: when endpoint is a callback, then call it
30 * version 3.7.0 - 2025-04-22
34 * version 3.6.1 - 2024-11-09
35 * Search page: add 'layer' as advanced option (already exists on reverse page)
36 * NPM package updates: Svelte 5.1
38 * version 3.6.0 - 2024-10-20
39 * Reverse page: Remove click handler when switching other page. Thanks ericgrosso
40 * Reverse page: Fix test that longitude is filled on form submit. Thanks ericgrosso
41 * NPM package updates: eslint 8->9, Svelte 4->5
42 * Minimum required nodejs version to compile (rollup) is now 16
44 * version 3.5.3 - 2024-05-06
45 * Search page: Set HTML page title for structured searches, too
46 * NPM package updates (not eslint 8->9, that requires a lot of work)
48 * version 3.5.2 - 2024-04-05
49 * Detail page: Link to postcode search not includes the country code
50 * test-suite: fix typos based on a codespell run
51 * NPM package updates (Svelte 4.2)
53 * version 3.5.1 - 2024-02-14
54 * Automatic release creation for 3.5.0 failed on Github Actions
56 * version 3.5.0 - 2024-02-14
57 * Requires nodejs version 18 now
58 * Reverse page: add optional 'layer' parameter
59 * NPM package updates (Puppeteer 21 => 22, Rollup 3 => 4)
60 * Documentation: Show how to install into a nominatim-docker installation
62 * version 3.4.0 - 2023-08-29
63 * Search map: delete old viewbox rectangle before adding a new one
64 * Details page: Allow searching for negative OSM ids.
65 * Details page: Nominatim started returning empty hash instead of empty array when a place has no
67 * test-suite: Nominatim no longer returns streets as children of a city. Adjusted test to
68 look for children of a street instead
71 * version 3.3.0 - 2023-06-26
72 * Reverse map: show search position (red circle) also when no search results
73 * test-suite: remove httpbin HTTP calls, server is unreliable
74 * test-suite: replace eslint-plugin-svelte3 with eslint-plugin-svelte plus lint fixes
75 * NPM package updates (Bootstrap 5.3, Leaflet 1.9.4)
76 * NPM package updates (Svelte 3.x => 4.0)
78 * version 3.2.12 - 2023-04-04
79 * Reverse page: remove uncommon zoom labels, align with Nominatim 4.x
82 * version 3.2.11 - 2023-03-08
83 * Configuration: You can now set Map_Default_Bounds as alternative to lat,lon, zoom. Thanks Piskvor
86 * version 3.2.10 - 2023-01-06
88 * Search page: When searching for OSM URL redirect to detail page automatically
89 * Reverse page: Search for "12.34%2C56.78" now also auto-splits into two fields
90 * Detail page: Another link to documentation about postcodes
93 * version 3.2.9 - 2022-11-16
95 * Fix: For places tagged building=yes display the formatted label 'Building', not 'Yes'
96 * migrate remaining modules to ESM style (import instead of require)
98 * test suite: use JSON files for mocha and eslint configuration
99 * test suite: update outdated Github Actions
101 * version 3.2.8 - 2022-09-26
103 * Use OSM's preferred tile URL for faster map loading
104 * NPM package updates
106 * version 3.2.7 - 2022-08-07
108 * Documentation: Add a config.theme.js.example file. Thanks coleman-rik
110 * version 3.2.6 - 2022-07-14
112 * Fix: New URL for postcode documentation. Thanks otbutz
114 * version 3.2.5 - 2022-05-24
116 * Reverse map: add tooltips to circles as hint what is the search and what is result position
118 * version 3.2.4 - 2022-05-05
120 * Configuration: Nominatim_API_Endpoint can now also be a callback
121 * NPM package updates
123 * version 3.2.3 - 2022-04-05
125 * Fix: On Search page the 'deduplication' checkbox needs to be checked by default
127 * version 3.2.2 - 2022-02-08
129 * NPM package updates
131 * version 3.2.1 - 2021-05-11
133 * Fix: some npm modules no longer support node version 10
135 * version 3.2.0 - 2021-05-10
137 * Upgrade layout framework to Bootstrap version 5
138 * Removed polygon parameters from debug URLs, rarely needed. Thanks darkshredder
139 * Fix: Search page didn't load when Nominatim_API_Endpoint was set to a relative path. Thanks darkshredder
140 * Fix: Detail search allows lowercase OSM types, e.g. n123. Thanks darkshredder
141 * Fix: Better deal with empty child place responses from the API
142 * Fix: Make sure a full build happens before running tests
144 * version 3.1.0 - 2021-04-26
146 * Configuration: new options to set API endpoint headers and additional parameters, thanks petoc
147 * Test suite: New test suite using a headless browser for UI interaction, thanks darkshredder
148 * Fix: Links to API URL weren't displayed after a search
149 * Fix: On result pages the map icons were not cleared between searches (caching issue)
150 * Fix: On reverse page switching empty coordinates no longer leads to string 'null' searches
152 * version 3.0.5 - 2021-04-14
154 * Details page: better indicate places having no name, thanks darkshredder
155 * Last updated: avoid race conditions, make less API requests
157 * version 3.0.4 - 2021-04-12
159 * Search page: when clicking to reverse page keep the map position
160 * Search page: automatically switch to structured form when URL contains structured fields
161 * Search page: validate country-codes fields with a regular expression before form submission, thanks otbutz
162 * Reverse page: validate latitude and longitude fields before form submission
163 * Details page: help text next to 'calculated postcode'
164 * fix a build warning
166 * version 3.0.3 - 2021-03-12
169 * fixed validation of polygon simplification form field
171 * version 3.0.2 - 2021-03-05
173 * Details page: don't print 'null' when postcode is missing
174 * Details page: make sure links to children,hierarchy update after pageload, thx LiteratimBi for the report
175 * Details page: in hierarchy list all addresslines were marked unused (grayed out)
176 * Details page: API doesn't always return address keywords
177 * PageLinks/ReverseLink: fix warnings when properties not set
179 * version 3.0.1 - 2021-03-05
181 * Details page: table is now responsive, no longer overflows
182 * Documentation: fix link to theme configuration file
184 * version 3.0.0 - 2021-02-25
186 Version 3 add a new directory dist/theme/. It changes the default welcome, about and
187 help text, and moves the configuration into dist/theme/. Admins should review those
188 (explained in README.md) before deploying the nominatim-ui.
190 * Major change: Add theming
191 * Major change: Replace dist/config.js with dist/config.default.js and dist/theme/config.theme.js
192 * Refactored and added API error output
193 * Build: dist/build/bundle.* files are now created by a Github Action upon release, no longer in version control
194 * Documentation: removed TODO.md, we use github issues now
195 * Documentation: README.md is part of the release, moved some development content to CONTRIBUTE.md
196 * Documentation: badge showing latest release version in README.md
197 * Documentation: badge showing latest test (Github CI) output in CONTRIBUTE.md
199 * version 2.3.0 - 2021-02-19
201 * New top-level navigation: Search, Reverse, Search-by-id
202 * Details page: now has a search form, all 3 search fields merged into one
203 * Details page: add links for countries and postalcodes
204 * Last updated: now display as "x minutes/hours/days ago"
205 * Layout fixes for small browsers/mobile
206 * Simple automatic test setup (Github actions)
208 * version 2.2.0 - 2021-02-13
210 * Less page reloading
211 * Handle all page changes via page store
212 * Reverse search: click on map no longer triggers form submission
213 * Convert some lib/helpers that returned HTML into Svelte components
215 * version 2.1.0 - 2021-02-10
217 * Reverse search: better initial zoom when result found
218 * Reverse search: split value when copy&pasting a coordinate pair into first search field
219 * Further split reverse from search logic/templates
220 * Details page: display error when place not found
221 * replaced development webserver node-static with static-server
222 * Less page reloading
223 * LastUpdated is now its own component
224 * Add linting (run: yarn lint)
226 * version 2.0.2 - 2021-02-02
228 * Reverse search: click on map triggers new search
229 * Report-issue modal from version 1 was missing
230 * Removed search-url-params polyfill. Svelte doesn't support MSIE11 either
232 * version 2.0.1 - 2021-01-31
234 * removed debug files from dist/build/ [PR47]
236 * version 2.0.0 - 2021-01-29
238 * Complete refactor into Svelte framework
239 * Removed most of jQuery usage
241 * version 1.2.5 - 2021-03-04
243 * Another fix to make sure pages work when app is in a subdirectory
245 * version 1.2.4 - 2020-09-01
247 * All links to detail page should include the class parameter
249 * version 1.2.3 - 2020-09-01
251 * Favicon URLs did not work when app is installed in a subdirectory
252 * On detail page in parents and linked-places sections address lines were all grayed out
254 * version 1.2.2 - 2020-09-01
256 * Don't intercept link clicks when the target is the raw API output
258 * version 1.2.1 - 2020-08-04
260 * URL parsing now works if app is in a subdirectory
262 * version 1.2 - 2020-07-07
264 * Use window.history.pushState to minimize page reloads
266 * version 1.1 - 2020-06-19
268 * Configuration now optional with example file.
269 * New CONTRIBUTE.md documentation.
271 * version 1.0 - November 2019 during a hackweekend at Linuxhotel