Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Dec 2, 2020
1 parent f64c90d commit 207f0ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ 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).

#### [2.0.0](https://github.com/eea/volto-accordion-block/compare/1.0.0...2.0.0)
#### [2.0.1](https://github.com/eea/volto-accordion-block/compare/2.0.0...2.0.1)

- accordion settings, non-exclusive, collapse by default [`#9`](https://github.com/eea/volto-accordion-block/pull/9)
- option to enable non exclusive panels [`c4cc4a7`](https://github.com/eea/volto-accordion-block/commit/c4cc4a72c1c0d6b8d9d8025137d92062ced87223)
- adapt to exclusive accordion configs in edit [`61500c0`](https://github.com/eea/volto-accordion-block/commit/61500c08ae7155904ae4d4fcaa6c3b2df3afdc3d)
- handle collapse in accordion [`1eb564a`](https://github.com/eea/volto-accordion-block/commit/1eb564ae082c3404afa7e14844c19aa7983031e2)
- [JENKINS] - Upgrade cypress to Volto 10 [`bf1cc7b`](https://github.com/eea/volto-accordion-block/commit/bf1cc7ba721c34248c1c853c7dde55211944c23c)
- conventions [`a0f2396`](https://github.com/eea/volto-accordion-block/commit/a0f2396b65e02edaf3ceb4f06d6909df3f32c3b6)

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

> 27 November 2020
- retain one child block after delete [`#8`](https://github.com/eea/volto-accordion-block/pull/8)
- style accordion panel ( background color, title size) and editing panels [`#7`](https://github.com/eea/volto-accordion-block/pull/7)
Expand All @@ -24,6 +35,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- prevent deleting first accordion block child [`f99fd66`](https://github.com/eea/volto-accordion-block/commit/f99fd66fe63bf2f28fe0b8e8ebabee6f9244caa1)
- decorate, stlying edit,View [`dc521e5`](https://github.com/eea/volto-accordion-block/commit/dc521e54cc06c7782c6b1921c7df3a3fc114bcec)
- style: panel title font size [`ba33d9a`](https://github.com/eea/volto-accordion-block/commit/ba33d9ad87271c9aad36ff92945fce58d2e86378)
- Release 2.0.0 [`d3b4143`](https://github.com/eea/volto-accordion-block/commit/d3b414373e0ad0dbfa3f633d6573f13a479e4708)
- Better heading component [`8389892`](https://github.com/eea/volto-accordion-block/commit/838989200cfe2b007309960d0c99a0df3bdbfaf4)
- use h2-h6 font sizes in accordion title [`0e5845d`](https://github.com/eea/volto-accordion-block/commit/0e5845dc860cd47763e48777adb49d9e38f87428)
- rotate right accordion arrow [`7f13476`](https://github.com/eea/volto-accordion-block/commit/7f134760ee970792a2be0a716c7f4851dc5b7f0f)
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-accordion-block",
"version": "2.0.0",
"version": "2.0.1",
"description": "volto-accordion-block: Volto group block to add accordions",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit 207f0ed

Please sign in to comment.