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