Skip to content

Commit

Permalink
Merge pull request #15 from eea/develop
Browse files Browse the repository at this point in the history
#153861:Performance improvements
  • Loading branch information
razvanMiu committed Sep 28, 2022
2 parents 7845376 + c250b77 commit 44d6c28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions src/theme/site/elements/header.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 44d6c28

Please sign in to comment.