diff --git a/CHANGELOG.md b/CHANGELOG.md index 431665f..e69d70c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ 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)] +- 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 ### [2.0.5](https://github.com/eea/volto-industry-theme/compare/2.0.4...2.0.5) - 22 August 2022 @@ -102,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 diff --git a/package.json b/package.json index c123a49..da8be37 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", @@ -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", 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;