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