3 * version 2.2.0 - 2021-02-13
6 * Handle all page changes via page store
7 * Reverse search: click on map no longer triggers form submission
8 * Convert some lib/helpers that returned HTML into Svelte components
10 * version 2.1.0 - 2021-02-10
12 * Reverse search: better initial zoom when result found
13 * Reverse search: split value when copy&pasting a coordinate pair into first search field
14 * Further split reverse from search logic/templates
15 * Details page: display error when place not found
16 * replaced development webserver node-static with static-server
18 * LastUpdated is now its own component
19 * Add linting (run: yarn lint)
21 * version 2.0.2 - 2021-02-02
23 * Reverse search: click on map triggers new search
24 * Report-issue modal from version 1 was missing
25 * Removed search-url-params polyfill. Svelte doesnt support MSIE11 either
27 * version 2.0.1 - 2021-01-31
29 * removed debug files from dist/build/ [PR47]
31 * version 2.0.0 - 2021-01-29
33 * Complete refactor into Svelte framework
34 * Removed most of jQuery usage
36 * version 1.2.5 - 2021-03-04
38 * Another fix to make sure pages work when app is in a subdirectory
40 * version 1.2.4 - 2020-09-01
42 * All links to detail page should include the class parameter
44 * version 1.2.3 - 2020-09-01
46 * Favicon URLs did not work when app is installed in a subdirectory
47 * On detail page in parents and linked-places sections address lines were all grayed out
49 * version 1.2.2 - 2020-09-01
51 * Don't intercept link clicks when the target is the raw API output
53 * version 1.2.1 - 2020-08-04
55 * URL parsing now works if app is in a subdirectory
57 * version 1.2 - 2020-07-07
59 * Use window.history.pushState to minimize page reloads
61 * version 1.1 - 2020-06-19
63 * Configuration now optional with example file.
64 * New CONTRIBUTE.md documentation.
66 * version 1.0 - November 2019 during a hackweekend at Linuxhotel