From 44ecd40501f95111fc1d2cfb000c3ff293364420 Mon Sep 17 00:00:00 2001 From: alin Date: Fri, 17 May 2024 10:49:17 +0300 Subject: [PATCH 1/4] test: Add cypress to devDeps --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 33c0a99..bb2a86b 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "@cypress/code-coverage": "^3.10.0", "@plone/scripts": "*", "babel-plugin-transform-class-properties": "^6.24.1", + "cypress": "13.1.0", "dotenv": "^16.3.2", "husky": "^8.0.3", "lint-staged": "^14.0.1", From 44e90c7e577231e363e92c961e7419c6edb714d2 Mon Sep 17 00:00:00 2001 From: wesleybl Date: Wed, 15 May 2024 12:16:21 -0300 Subject: [PATCH 2/4] fix: aligned block selection, when we have text next to it Remove z-index definition, which overwrote the original z-index, meaning the block could not be selected. --- src/styles.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/styles.less b/src/styles.less index 3e2d66d..50b0428 100644 --- a/src/styles.less +++ b/src/styles.less @@ -153,10 +153,6 @@ // text-align: inherit; // } -.block.align { - z-index: auto !important; -} - /* Demo styles */ .green-demo-box { padding: 1em; From 3e0198af9aba4befcdc912732c766d6743aacbb6 Mon Sep 17 00:00:00 2001 From: alin Date: Mon, 3 Jun 2024 19:05:40 +0300 Subject: [PATCH 3/4] Release 7.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb2a86b..9361414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-block-style", - "version": "7.0.0", + "version": "7.1.0", "description": "volto-block-style: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", From 63471e82eba73e915417b937a74901172a70f5c7 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:13:59 +0000 Subject: [PATCH 4/4] Automated release 7.1.0 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee1b35..b39f8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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). -### [7.0.0](https://github.com/eea/volto-block-style/compare/6.1.0...7.0.0) - 22 April 2024 +### [7.1.0](https://github.com/eea/volto-block-style/compare/7.0.0...7.1.0) - 3 June 2024 + +#### :hammer_and_wrench: Others + +- Release 7.1.0 [alin - [`3e0198a`](https://github.com/eea/volto-block-style/commit/3e0198af9aba4befcdc912732c766d6743aacbb6)] +- test: Add cypress to devDeps [alin - [`44ecd40`](https://github.com/eea/volto-block-style/commit/44ecd40501f95111fc1d2cfb000c3ff293364420)] +## [7.0.0](https://github.com/eea/volto-block-style/compare/6.1.0...7.0.0) - 22 April 2024 #### :rocket: New Features