]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
version 3.2.0
authormarc tobias <mtmail@gmx.net>
Wed, 19 May 2021 17:10:32 +0000 (19:10 +0200)
committermarc tobias <mtmail@gmx.net>
Wed, 19 May 2021 17:10:32 +0000 (19:10 +0200)
CHANGES.md
package.json

index 073e09778b45e71969c9babd034eec80827a846b..532acb61385706ae84e33b75cb4abfd4016cb3e1 100644 (file)
@@ -1,5 +1,14 @@
 # CHANGES
 
+* version 3.2.0 - 2021-05-10
+
+    * Upgrade layout framework to Bootstrap version 5
+    * Removed polygon parameters from debug URLs, rarely needed. Thanks darkshredder
+    * Fix: Search page didn't load when Nominatim_API_Endpoint was set to a relative path. Thanks darkshredder
+    * Fix: Detail search allows lowercase OSM types, e.g. n123. Thanks darkshredder
+    * Fix: Better deal with empty child place responses from the API
+    * Fix: Make sure a full build happens before running tests
+
 * version 3.1.0 - 2021-04-26
 
     * Configuration: new options to set API endpoint headers and additional paramters, thanks petoc
index dd2b702eec7bc5128427e76716d94e3788262f96..adab631731f49a5d1af27c8604069a64d08b8239 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "nominatim-ui",
   "description": "Debug web interface for Nominatim geocoder",
-  "version": "3.1.0",
+  "version": "3.2.0",
   "license": "GPL-2.0",
   "scripts": {
     "build": "rollup -c",