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