Skip to content

Commit

Permalink
feat(slate): add h3-light in slate toolbar, refs #265544 (#219)
Browse files Browse the repository at this point in the history
* Revert "(fix): In search block on edit, the sort on and sort order are not working (#205)"

This reverts commit e6a6c2d.

* feat(slate): add h4 in slate toolbar

* Automated release 1.31.1

* change(slate): renamed addFormat to addSlateToolbarButton

and pass an object it make it clearer on what does what in the options passed

* style: Automated code fix

* Automated release 1.31.1

* feat(slate): add new h3 slate element

* Automated release 1.31.1

* change(slate): Use F as icon and renamed title of new heading Slate toolbar button to Figure title

* style: Automated code fix

* Automated release 1.31.1

* Update package.json

* Automated release 1.32.0

---------

Co-authored-by: David Ichim <[email protected]>
Co-authored-by: EEA Jenkins <@users.noreply.github.com>
Co-authored-by: eea-jenkins <[email protected]>
  • Loading branch information
3 people authored Mar 25, 2024
1 parent 8175b16 commit 3b42637
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 591 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ 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.32.0](https://github.com/eea/volto-eea-website-theme/compare/1.31.0...1.32.0) - 21 March 2024

#### :rocket: New Features

- feat(slate): add new h3 slate element [Miu Razvan - [`20a7e93`](https://github.com/eea/volto-eea-website-theme/commit/20a7e9316d5c1de279712c38bc05eb775f8bd326)]
- feat(slate): add h4 in slate toolbar [Miu Razvan - [`2c523ac`](https://github.com/eea/volto-eea-website-theme/commit/2c523acdeb78ed224c4a37285c48dbf4555604e0)]

#### :nail_care: Enhancements

- change(slate): Use F as icon and renamed title of new heading Slate toolbar button to Figure title [David Ichim - [`7355bb3`](https://github.com/eea/volto-eea-website-theme/commit/7355bb3f3cf527c24fc41a10f72cc854773ab84b)]
- change(slate): renamed addFormat to addSlateToolbarButton [ichim-david - [`0809c04`](https://github.com/eea/volto-eea-website-theme/commit/0809c040ea9e096c60cbce36e679f9bab23a52a2)]

#### :house: Internal changes

- style: Automated code fix [eea-jenkins - [`6971349`](https://github.com/eea/volto-eea-website-theme/commit/69713496d601e4e0b2fe3469a4ffcd8d36105040)]
- style: Automated code fix [eea-jenkins - [`a292700`](https://github.com/eea/volto-eea-website-theme/commit/a292700cd047bad925add1fde4d834f7fd03ec62)]

#### :hammer_and_wrench: Others

- Update package.json [ichim-david - [`9db96ff`](https://github.com/eea/volto-eea-website-theme/commit/9db96ff3f8e8eedce92c53befe6a1d6e965d8699)]
- Revert "(fix): In search block on edit, the sort on and sort order are not working (#205)" [David Ichim - [`2045d50`](https://github.com/eea/volto-eea-website-theme/commit/2045d50b3d2f18fab0d6c6794d8030975b1a3f21)]
### [1.31.0](https://github.com/eea/volto-eea-website-theme/compare/1.30.0...1.31.0) - 14 March 2024

#### :rocket: New Features
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-eea-website-theme",
"version": "1.31.0",
"version": "1.32.0",
"description": "@eeacms/volto-eea-website-theme: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

This file was deleted.

Loading

0 comments on commit 3b42637

Please sign in to comment.