Skip to content

Commit

Permalink
npm package updates, version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Aug 29, 2023
1 parent d092630 commit 3e213d2
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 208 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGES

* version 3.4.0 - 2023-08-29
* Search map: delete old viewbox rectangle before adding a new one
* Details page: Allow searching for negative OSM ids.
* Details page: Nominatim started returning empty hash instead of empty array when a place has no
names
* test-suite: Nominatim no longer returns streets as children of a city. Adjusted test to
look for children of a street instead
* NPM package updates

* version 3.3.0 - 2023-06-26
* Reverse map: show search position (red circle) also when no search results
* test-suite: remove httpbin HTTP calls, server is unreliable
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nominatim-ui",
"description": "Debug web interface for Nominatim geocoder",
"version": "3.3.0",
"version": "3.3.1",
"license": "GPL-2.0",
"scripts": {
"build": "rollup -c",
Expand All @@ -19,7 +19,7 @@
"http": "^0.0.1-security",
"http-proxy": "^1.18.1",
"mocha": "^10.0",
"puppeteer": "^20.0",
"puppeteer": "^21.0",
"rollup": "^3.3.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-livereload": "^2.0.0",
Expand Down
Loading

0 comments on commit 3e213d2

Please sign in to comment.