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