Skip to content

Commit f9c0eaf

Browse files
committed
Release 4.1.0
1 parent e79dbfc commit f9c0eaf

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [4.0.0](https://github.com/eea/volto-columns-block/compare/3.0.0...4.0.0)
7+
#### [4.1.0](https://github.com/eea/volto-columns-block/compare/4.0.0...4.1.0)
8+
9+
- Add clickable title to columns block to easily select columns [`3768609`](https://github.com/eea/volto-columns-block/commit/37686091be53da0659a2cbe41eb5506b76bdc727)
10+
- Show only common variants in ColumnVariants [`282b8b1`](https://github.com/eea/volto-columns-block/commit/282b8b1ece4f7cf70abbeeff67102be7c88c2f9b)
11+
- Get variants from blocksConfig [`075eebc`](https://github.com/eea/volto-columns-block/commit/075eebc112c5331dce6b4d9126724db5f74ab2f9)
12+
- Refs #129216 normalize and set padding on column-grid both in view and edit [`f532b97`](https://github.com/eea/volto-columns-block/commit/f532b975425107f987f8a061063bc6783d81b149)
13+
14+
### [4.0.0](https://github.com/eea/volto-columns-block/compare/3.0.0...4.0.0)
15+
16+
> 23 March 2021
817
918
- Added BlockToolbar for copy/paste inside a column + style editwrapper toolbar [`#15`](https://github.com/eea/volto-columns-block/pull/15)
1019
- Added BlockToolbar for copy/paste inside a column [`fb8f600`](https://github.com/eea/volto-columns-block/commit/fb8f6001683cb51e3ea1c4828d23d838534d9655)
1120
- Style block toolbar only within columns block context [`ac790af`](https://github.com/eea/volto-columns-block/commit/ac790afa1bcb260f7fa1bc0e30b1f616846a74e2)
1221
- Added handler for keyDown event [`17d4fa8`](https://github.com/eea/volto-columns-block/commit/17d4fa8ccc26a2729299e68532ed8ed0165ce61e)
22+
- Release 4.0.0 [`7cb3839`](https://github.com/eea/volto-columns-block/commit/7cb3839934b3b23e6def2faea9d0280c510cfea4)
1323
- Updated blocks-chooser position [`e934564`](https://github.com/eea/volto-columns-block/commit/e934564f9d8c5b01fe3dbe6a5a4941375ffb35b6)
1424
- Make inside blocks EditBlockWrapper toolbar more intuitive [`e163f2b`](https://github.com/eea/volto-columns-block/commit/e163f2b0d1ff4040f50e7417cf1c82cb205346c2)
1525
- Moved toolbar back to left [`ffd916a`](https://github.com/eea/volto-columns-block/commit/ffd916a06ce8b99c20570869995b830131923c61)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eeacms/volto-columns-block",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "volto-columns-block: Volto add-on",
55
"main": "src/index.js",
66
"author": "European Environment Agency: IDM2 A-Team",

0 commit comments

Comments
 (0)