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