Skip to content

Commit

Permalink
Merge pull request #10 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tiberiuichim committed Jul 29, 2021
2 parents 214ac14 + 84aeff0 commit f51ffa2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ videos
.env.development.local
.env.test.local
.env.production.local
*~
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,23 @@ 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).

#### [1.2.5](https://github.com/eea/volto-tabs-block/compare/1.2.4...1.2.5)

- gitignore tweaks [`f4c993d`](https://github.com/eea/volto-tabs-block/commit/f4c993d004b126f08f16651ab9460546fa9e9cad)
- Add Sonarqube tag using frontend addons list [`865906a`](https://github.com/eea/volto-tabs-block/commit/865906a0deb261d44cc23e26bfd2d1dd0e319640)
- Add Sonarqube tag using frontend addons list [`5383861`](https://github.com/eea/volto-tabs-block/commit/538386100adbc868e693c1c2a5ba13461307ffee)
- Style update [`323aaaf`](https://github.com/eea/volto-tabs-block/commit/323aaafcad01d8fdf0e713a1fc254ae9fe319f43)
- Fix 'scroll to' feature on carousel [`16c6a08`](https://github.com/eea/volto-tabs-block/commit/16c6a08f6db687542ea38e07a92b265e592f6173)
- Better accesibility [`3511611`](https://github.com/eea/volto-tabs-block/commit/351161197270a4807f01d85a7055cbaadae72f8e)
- Updated Jenkins dependencies [`24471fd`](https://github.com/eea/volto-tabs-block/commit/24471fd7c678d04f244b132f13b4c655838f4e94)
- Add jest configuration [`c01b021`](https://github.com/eea/volto-tabs-block/commit/c01b0213bcb4b51408b6e3c196b2dcfa086377a9)

#### [1.2.4](https://github.com/eea/volto-tabs-block/compare/1.2.3...1.2.4)

> 27 May 2021
- Cypress coverage [`#8`](https://github.com/eea/volto-tabs-block/pull/8)
- [JENKINS] - Fix stylelint [`2319baa`](https://github.com/eea/volto-tabs-block/commit/2319baa8258828cd3847715779bc21d472bd7677)
- Cypress coverage [`5bb3732`](https://github.com/eea/volto-tabs-block/commit/5bb3732b12f9ebf333577bf810059bf12a41ea25)
- Added z-index [`5aa8221`](https://github.com/eea/volto-tabs-block/commit/5aa8221d20c02e34788571d9231e73431c1043fe)

#### [1.2.3](https://github.com/eea/volto-tabs-block/compare/1.2.2...1.2.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-tabs-block",
"version": "1.2.4",
"version": "1.2.5",
"description": "volto-tabs-block: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
2 changes: 0 additions & 2 deletions src/components/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import cx from 'classnames';

import config from '@plone/volto/registry';

import '@eeacms/volto-tabs-block/less/tabs-block.less';

const Edit = (props) => {
const { onChangeBlock } = props;
const { data = {}, block = null } = props;
Expand Down
2 changes: 2 additions & 0 deletions src/components/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import cx from 'classnames';

import config from '@plone/volto/registry';

import '@eeacms/volto-tabs-block/less/tabs-block.less';

const View = (props) => {
const view = React.useRef(null);
const { data = {}, uiContainer = '' } = props;
Expand Down

0 comments on commit f51ffa2

Please sign in to comment.