From: marc tobias Date: Fri, 5 Mar 2021 17:35:12 +0000 (+0100) Subject: version v3.0.1 X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/d315fb03a2eb395d92d74c2500df9abc5f8c3125 version v3.0.1 --- diff --git a/CHANGES.md b/CHANGES.md index 716e369..2276843 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/package.json b/package.json index 426cd30..c2d35ca 100644 --- a/package.json +++ b/package.json @@ -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",