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