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