]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
version v3.0.1
authormarc tobias <mtmail@gmx.net>
Fri, 5 Mar 2021 17:35:12 +0000 (18:35 +0100)
committermarc tobias <mtmail@gmx.net>
Fri, 5 Mar 2021 17:35:12 +0000 (18:35 +0100)
CHANGES.md
package.json

index 716e3697b934dbcc6f5d3ee16a3d4d1a6336cb02..227684336508e73ca233f56afd91d410033e4729 100644 (file)
@@ -1,5 +1,15 @@
 # CHANGES
 
+* version 3.0.1 - 2021-03-05
+
+    * Details page: table is now responsive, no longer overflows
+    * Details page: don't print 'null' when postcode is missing
+    * Details page: make sure links to children,hierarcy update after pageload, thx LiteratimBi for the report
+    * Details page: in hierachy list all addresslines were marked unused (grayed out)
+    * Details page: API doesn't always return address keywords
+    * PageLinks/ReverseLink: fix warnings when properties not set
+    * Documentation: fix link to theme configuration file
+
 * version 3.0.0 - 2021-02-25
 
     Version 3 add a new directory dist/theme/. It changes the default welcome, about and
index 426cd30f89f44095e936690fc562fca98aeb8db9..c2d35caaf1c40a3374980c18753d70548ba1e700 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "nominatim-ui",
   "description": "Debug web interface for Nominatim geocoder",
-  "version": "3.0.0",
+  "version": "3.0.1",
   "license": "GPL-2.0",
   "scripts": {
     "build": "rollup -c",