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