From 57a61e87520e5b9f76676dda86234f7a991ba0f1 Mon Sep 17 00:00:00 2001 From: Kevin Ngai Date: Tue, 6 Dec 2022 13:59:59 -0800 Subject: [PATCH] Update release 2.0.0-beta18 --- debian/changelog | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0807aa08..3b8c538f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +woudc-ui (2.0.0-beta18) focal; urgency=medium + + * Fix apache configs to disable index access of /_nuxt path + * Fix page title formats; remove woudc-ui name + * Add 200ms open delay on hover for primary menus to avoid UX issues + * Add proper XHR handling to validate contributor acronym names in contributor listing pages + * Update deploy-nightly.sh for proper SPA fallback config + * Remove use of .htaccess in debian deploy and other redundant apache .conf settings + * Fix substitle handling for single contributor or station pages + * Update ozonesonde map URLs + + -- Kevin Ngai Tue, 06 Dec 2022 22:53:00 +0000 + woudc-ui (2.0.0-beta17.1) focal; urgency=medium * Fix to debian/postinst diff --git a/package.json b/package.json index 3167b66f..cbb503fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woudc-ui", - "version": "2.0.0-beta17.1", + "version": "2.0.0-beta18", "description": "The World Ozone and Ultraviolet Radiation Data Centre (WOUDC) is one of six World Data Centres which are part of the Global Atmosphere Watch (GAW) programme of the World Meteorological Organization (WMO). WOUDC contains ozone and UV radiation data measured by instruments located on ground-based, shipborne or airborne platforms.", "author": "Kevin Ngai", "homepage": "https://github.com/woudc/woudc-ui",