Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 23, 2021
1 parent ac790af commit 7cb3839
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,25 @@ 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).

#### [3.0.0](https://github.com/eea/volto-columns-block/compare/2.0.0...3.0.0)
#### [4.0.0](https://github.com/eea/volto-columns-block/compare/3.0.0...4.0.0)

- Added BlockToolbar for copy/paste inside a column + style editwrapper toolbar [`#15`](https://github.com/eea/volto-columns-block/pull/15)
- Added BlockToolbar for copy/paste inside a column [`fb8f600`](https://github.com/eea/volto-columns-block/commit/fb8f6001683cb51e3ea1c4828d23d838534d9655)
- Style block toolbar only within columns block context [`ac790af`](https://github.com/eea/volto-columns-block/commit/ac790afa1bcb260f7fa1bc0e30b1f616846a74e2)
- Added handler for keyDown event [`17d4fa8`](https://github.com/eea/volto-columns-block/commit/17d4fa8ccc26a2729299e68532ed8ed0165ce61e)
- Updated blocks-chooser position [`e934564`](https://github.com/eea/volto-columns-block/commit/e934564f9d8c5b01fe3dbe6a5a4941375ffb35b6)
- Make inside blocks EditBlockWrapper toolbar more intuitive [`e163f2b`](https://github.com/eea/volto-columns-block/commit/e163f2b0d1ff4040f50e7417cf1c82cb205346c2)
- Moved toolbar back to left [`ffd916a`](https://github.com/eea/volto-columns-block/commit/ffd916a06ce8b99c20570869995b830131923c61)
- Move inside blocks toolbar on the right for better editing UX [`5d25f11`](https://github.com/eea/volto-columns-block/commit/5d25f112fc86548bd5da8757661b66c33ee3013b)
- Stylelint fix [`d18660b`](https://github.com/eea/volto-columns-block/commit/d18660b7d6f36a45858af262dd8353ec84250a95)
- Fix cypress [`08f1516`](https://github.com/eea/volto-columns-block/commit/08f1516b84647393920eebdd889e45462c9e232a)

### [3.0.0](https://github.com/eea/volto-columns-block/compare/2.0.0...3.0.0)

> 8 March 2021
- Drop volto-blocks-from dependency. Use BlockForm components from Volto core [`55d51e1`](https://github.com/eea/volto-columns-block/commit/55d51e13e50108f7c319cc5dc11a5b952bdd32eb)
- Release 3.0.0 [`e7c652e`](https://github.com/eea/volto-columns-block/commit/e7c652e7f66fb8d3ade1f916723ab2c4e96f47cf)

### [2.0.0](https://github.com/eea/volto-columns-block/compare/1.0.6...2.0.0)

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-columns-block",
"version": "3.0.0",
"version": "4.0.0",
"description": "volto-columns-block: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit 7cb3839

Please sign in to comment.