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