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