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