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