@eeacms/volto-accordion-block
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -7,4 +7,12 @@ ### Changelog | ||
#### [3.4.1](https://github.com/eea/volto-accordion-block/compare/3.4.0...3.4.1) | ||
- Add missing onChangeField to make it work with Metadata section block - refs #137434 [`5253b74`](https://github.com/eea/volto-accordion-block/commit/5253b74a52043a3ad7e2e813abaf2d27f0e83a7a) | ||
- Add Sonarqube tag using ims-frontend addons list [`1e4d3dc`](https://github.com/eea/volto-accordion-block/commit/1e4d3dc937bc63825bd1fc6156eca9b6d073a40b) | ||
#### [3.4.0](https://github.com/eea/volto-accordion-block/compare/3.3.1...3.4.0) | ||
> 7 September 2021 | ||
- Release - Add block extenders and i18n aware (#20) [`#21`](https://github.com/eea/volto-accordion-block/pull/21) | ||
- Add block extenders and i18n aware [`#20`](https://github.com/eea/volto-accordion-block/pull/20) | ||
@@ -11,0 +19,0 @@ - Release 3.4.0 [`d2be3bc`](https://github.com/eea/volto-accordion-block/commit/d2be3bcea7deb2e0aecf6e96c84a331c288d3823) |
{ | ||
"name": "@eeacms/volto-accordion-block", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "volto-accordion-block: Volto accordion block", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -22,2 +22,3 @@ import { BlocksForm, Icon, SidebarPortal } from '@plone/volto/components'; | ||
onChangeBlock, | ||
onChangeField, | ||
pathname, | ||
@@ -185,2 +186,4 @@ selected, | ||
}); | ||
} else { | ||
onChangeField(id, value); | ||
} | ||
@@ -187,0 +190,0 @@ }} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93902
1625