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