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