@eeacms/volto-accordion-block
Advanced tools
Comparing version 6.0.0 to 7.0.0
@@ -7,6 +7,18 @@ ### Changelog | ||
### [6.0.0](https://github.com/eea/volto-accordion-block/compare/5.0.0...6.0.0) - 16 November 2022 | ||
### [7.0.0](https://github.com/eea/volto-accordion-block/compare/6.0.0...7.0.0) - 7 February 2023 | ||
#### :nail_care: Enhancements | ||
- change(theme): Add theme picker widget #57 from eea/color_pick_themes [ichim-david - [`a804b3f`](https://github.com/eea/volto-accordion-block/commit/a804b3f54920086c0ffa94962a9a9896cd6d98fc)] | ||
#### :hammer_and_wrench: Others | ||
- Release 7.0.0 [Alin Voinea - [`661c6fd`](https://github.com/eea/volto-accordion-block/commit/661c6fd04aa704ba09172737f9e00e7de8b17673)] | ||
- theme-picker version [Andrei Grigore - [`2d7d7fb`](https://github.com/eea/volto-accordion-block/commit/2d7d7fb64b6f51fb02410140ae4b69eda26dea06)] | ||
- Add theme picker widget [dana-cfc4 - [`b567515`](https://github.com/eea/volto-accordion-block/commit/b5675150e1b5a811e1686404cbefcd9e6b92d515)] | ||
- test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - [`bbf12a0`](https://github.com/eea/volto-accordion-block/commit/bbf12a07558ea1f2c9d6e62fa4bf897d1c27ad71)] | ||
## [6.0.0](https://github.com/eea/volto-accordion-block/compare/5.0.0...6.0.0) - 16 November 2022 | ||
#### :nail_care: Enhancements | ||
- refactor(Styling): Use schemaEnhancer in favor of StyleWrapper - refs #152894 [Alin Voinea - [`0f28134`](https://github.com/eea/volto-accordion-block/commit/0f281345855e56a7154ee7b8e67640bd7e7c0ecf)] | ||
@@ -13,0 +25,0 @@ |
{ | ||
"name": "@eeacms/volto-accordion-block", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "volto-accordion-block: Volto accordion block", | ||
@@ -20,6 +20,8 @@ "main": "src/index.js", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@eeacms/volto-widget-theme-picker": "*" | ||
}, | ||
"devDependencies": { | ||
"@cypress/code-coverage": "^3.10.0", | ||
"@plone/scripts": "*", | ||
"@cypress/code-coverage": "^3.10.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
@@ -26,0 +28,0 @@ "md5": "^2.3.0" |
@@ -0,1 +1,2 @@ | ||
import config from '@plone/volto/registry'; | ||
import { defineMessages } from 'react-intl'; | ||
@@ -165,6 +166,10 @@ import { addStyling } from '@plone/volto/helpers'; | ||
description: intl.formatMessage(messages.ThemeHelp), | ||
choices: [ | ||
['primary', intl.formatMessage(messages.ThemePrimary)], | ||
['secondary', intl.formatMessage(messages.ThemeSecondary)], | ||
['tertiary', intl.formatMessage(messages.ThemeTertiary)], | ||
widget: 'theme_picker', | ||
colors: [ | ||
...(config.settings && config.settings.themeColors | ||
? config.settings.themeColors.map(({ value, title }) => ({ | ||
name: value, | ||
label: title, | ||
})) | ||
: []), | ||
], | ||
@@ -171,0 +176,0 @@ }, |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
96766
1485
1
2
+ Added@eeacms/volto-widget-theme-picker@2.0.0(transitive)