5 * Replace config.js with config.default.js and theme/config.theme.js
7 * version 2.3.0 - 2021-02-19
9 * New top-level navigation: Search, Reverse, Search-by-id
10 * Details page: now has a search form, all 3 search fields merged into one
11 * Details page: add links for countries and postalcodes
12 * Last updated: now display as "x minutes/hours/days ago"
13 * Layout fixes for small browsers/mobile
14 * Simple automatic test setup (Github actions)
16 * version 2.2.0 - 2021-02-13
19 * Handle all page changes via page store
20 * Reverse search: click on map no longer triggers form submission
21 * Convert some lib/helpers that returned HTML into Svelte components
23 * version 2.1.0 - 2021-02-10
25 * Reverse search: better initial zoom when result found
26 * Reverse search: split value when copy&pasting a coordinate pair into first search field
27 * Further split reverse from search logic/templates
28 * Details page: display error when place not found
29 * replaced development webserver node-static with static-server
31 * LastUpdated is now its own component
32 * Add linting (run: yarn lint)
34 * version 2.0.2 - 2021-02-02
36 * Reverse search: click on map triggers new search
37 * Report-issue modal from version 1 was missing
38 * Removed search-url-params polyfill. Svelte doesnt support MSIE11 either
40 * version 2.0.1 - 2021-01-31
42 * removed debug files from dist/build/ [PR47]
44 * version 2.0.0 - 2021-01-29
46 * Complete refactor into Svelte framework
47 * Removed most of jQuery usage
49 * version 1.2.5 - 2021-03-04
51 * Another fix to make sure pages work when app is in a subdirectory
53 * version 1.2.4 - 2020-09-01
55 * All links to detail page should include the class parameter
57 * version 1.2.3 - 2020-09-01
59 * Favicon URLs did not work when app is installed in a subdirectory
60 * On detail page in parents and linked-places sections address lines were all grayed out
62 * version 1.2.2 - 2020-09-01
64 * Don't intercept link clicks when the target is the raw API output
66 * version 1.2.1 - 2020-08-04
68 * URL parsing now works if app is in a subdirectory
70 * version 1.2 - 2020-07-07
72 * Use window.history.pushState to minimize page reloads
74 * version 1.1 - 2020-06-19
76 * Configuration now optional with example file.
77 * New CONTRIBUTE.md documentation.
79 * version 1.0 - November 2019 during a hackweekend at Linuxhotel