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