From 4bd3b16d1d32d5302b5fcbd62bbd99ce12233f67 Mon Sep 17 00:00:00 2001 From: andreiggr Date: Wed, 28 Sep 2022 14:08:50 +0300 Subject: [PATCH 1/4] #153861:improve height for mobile tap --- src/theme/site/elements/header.overrides | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/theme/site/elements/header.overrides b/src/theme/site/elements/header.overrides index 273dfab..9cd6367 100644 --- a/src/theme/site/elements/header.overrides +++ b/src/theme/site/elements/header.overrides @@ -24,6 +24,8 @@ color: rgba(255, 255, 255, 0.8); text-decoration: none; text-transform: uppercase; + min-height: 50px; + min-width: 50px; &.active { background-color: transparent !important; From ffdad549910c4804c2c91090d27a22dcf7c18697 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Wed, 28 Sep 2022 11:27:40 +0000 Subject: [PATCH 2/4] Automated release 2.0.7 --- CHANGELOG.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 431665f..a1092bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -### [2.0.6](https://github.com/eea/volto-industry-theme/compare/2.0.5...2.0.6) - 16 September 2022 +### [2.0.7](https://github.com/eea/volto-industry-theme/compare/2.0.6...2.0.7) - 28 September 2022 -#### :rocket: New Features +#### :hammer_and_wrench: Others -- feat: add new filters refs #147296 [Miu Razvan - [`78ebb16`](https://github.com/eea/volto-industry-theme/commit/78ebb16cfc85d6914dcc7c8c8e9c3dea74fd0b02)] +- #153861:improve height for mobile tap [andreiggr - [`4bd3b16`](https://github.com/eea/volto-industry-theme/commit/4bd3b16d1d32d5302b5fcbd62bbd99ce12233f67)] +### [2.0.6](https://github.com/eea/volto-industry-theme/compare/2.0.5...2.0.6) - 16 September 2022 ### [2.0.5](https://github.com/eea/volto-industry-theme/compare/2.0.4...2.0.5) - 22 August 2022 diff --git a/package.json b/package.json index c123a49..82bc615 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-industry-theme", - "version": "2.0.6", + "version": "2.0.7", "description": "@eeacms/volto-industry-theme: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", From 112cfdce8915f58ea587fe8c24a026773d5fd162 Mon Sep 17 00:00:00 2001 From: andreiggr Date: Wed, 28 Sep 2022 15:30:58 +0300 Subject: [PATCH 3/4] remove tableau-api-js dep --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c123a49..a42456c 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,7 @@ "@eeacms/volto-tableau": "*", "axios": "0.24.0", "react-highlight-words": "0.17.0", - "react-tooltip": "4.2.21", - "tableau-api-js": "github:eea/tableau-api-js#1.1.1" + "react-tooltip": "4.2.21" }, "devDependencies": { "@cypress/code-coverage": "^3.9.5", From c250b77db3122bb9c789025be304b838a62b341a Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Wed, 28 Sep 2022 12:42:38 +0000 Subject: [PATCH 4/4] Automated release 2.0.7 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1092bb..e69d70c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### :hammer_and_wrench: Others +- remove tableau-api-js dep [andreiggr - [`112cfdc`](https://github.com/eea/volto-industry-theme/commit/112cfdce8915f58ea587fe8c24a026773d5fd162)] - #153861:improve height for mobile tap [andreiggr - [`4bd3b16`](https://github.com/eea/volto-industry-theme/commit/4bd3b16d1d32d5302b5fcbd62bbd99ce12233f67)] ### [2.0.6](https://github.com/eea/volto-industry-theme/compare/2.0.5...2.0.6) - 16 September 2022 @@ -103,7 +104,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Map optimization [Miu Razvan - [`129217a`](https://github.com/eea/volto-industry-theme/commit/129217ab7158d3253694f07c09aa8360da252b44)] - Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`2a4c250`](https://github.com/eea/volto-industry-theme/commit/2a4c2502f7bc6a4d461c0a1b8eb9df819f8060e5)] -- Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`03de3a9`](https://github.com/eea/volto-industry-theme/commit/03de3a9e1b44387f252f5eb3edfc40cc4ae3cf62)] ### [1.1.10](https://github.com/eea/volto-industry-theme/compare/1.1.9...1.1.10) - 22 November 2021 #### :hammer_and_wrench: Others