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