Skip to content

Releases: greenpeace/planet4-plugin-gutenberg-blocks

v1.56.0

12 Jun 06:46
c11ab49
Compare
Choose a tag to compare
Stabilize some e2e tests (#1062)

Modify columns block selection timing

Type to ensure popover appearance before hitting enter

v1.55.0

16 May 12:23
Compare
Choose a tag to compare
Standarize the blockEditor import

- Now use @wordpress/block-editor instead

v1.54.0

04 May 07:59
Compare
Choose a tag to compare
Bump nth-check and optimize-css-assets-webpack-plugin

Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates ancestor dependency [optimize-css-assets-webpack-plugin](https://github.com/NMFR/optimize-css-assets-webpack-plugin). These dependencies need to be updated together.


Updates `nth-check` from 1.0.2 to 2.1.1
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1)

Updates `optimize-css-assets-webpack-plugin` from 5.0.8 to 6.0.1
- [Release notes](https://github.com/NMFR/optimize-css-assets-webpack-plugin/releases)
- [Commits](https://github.com/NMFR/optimize-css-assets-webpack-plugin/compare/v5.0.8...v6.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
- dependency-name: optimize-css-assets-webpack-plugin
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.53.0

10 Apr 08:18
Compare
Choose a tag to compare
PLANET-7022 Apply new identity colors to Highlighted CTA pattern

This is just about changing the color applied by default if the new identity styles are enabled

v1.52.0

04 Apr 08:22
Compare
Choose a tag to compare
PLANET-7112 Upgrade ESLint and Wordpress Plugin

- Upgraded the packages for eslint and @wordpress/eslint-plugin
- Also removed duplicate rule in eslintrc.json file

v1.51.0

04 Apr 08:11
Compare
Choose a tag to compare
PLANET-7112 Upgrade ESLint and Wordpress Plugin

- Upgraded the packages for eslint and @wordpress/eslint-plugin
- Also removed duplicate rule in eslintrc.json file

v1.50.1

29 Mar 06:56
v1.50.1
Compare
Choose a tag to compare
v1.50.1

v1.50.0

13 Mar 14:41
d97d096
Compare
Choose a tag to compare
PLANET-7087 Remove old blocks report (#1017)

Instead we use the new blocks and patterns reports that were previously in beta

v1.49.0

28 Feb 07:47
a9b7371
Compare
Choose a tag to compare
PLANET-7021 Remove the core colors from the block patterns (#1013)

- All background colors were removed from the block-templates

v1.48.0

20 Feb 10:45
0b99613
Compare
Choose a tag to compare
Use CSS variables wherever possible for links and colors (#1007)

This makes our code easier to customise. We need to import the colors CSS file before the variables one, because the latter now uses some of the colors. In this commit we also update the master-theme submodule so that we get the latest CSS variables.