@eeacms/volto-block-style
Advanced tools
Comparing version 3.2.5 to 3.3.0
@@ -7,4 +7,13 @@ ### Changelog | ||
#### [3.3.0](https://github.com/eea/volto-block-style/compare/3.2.5...3.3.0) | ||
- Cleanup Jenkinsfile [`dfa2790`](https://github.com/eea/volto-block-style/commit/dfa2790afb144f8a38fc0f3459ff37bb9bc4352c) | ||
- Bump minor release [`a571d9e`](https://github.com/eea/volto-block-style/commit/a571d9ea1c4ac026af6eb973fe0b3386e4941466) | ||
- Jenkins dependencies [`90f047b`](https://github.com/eea/volto-block-style/commit/90f047b644e0bf8d20bda7452eb68175f13bb3a8) | ||
- Moved ScreenSize extras to volto-resize-helper [`d5f5ce4`](https://github.com/eea/volto-block-style/commit/d5f5ce47856b5abee3e1a1e1a01dfcedd9f6ea50) | ||
#### [3.2.5](https://github.com/eea/volto-block-style/compare/3.2.4...3.2.5) | ||
> 27 May 2021 | ||
- Cypress coverage [`#15`](https://github.com/eea/volto-block-style/pull/15) | ||
@@ -11,0 +20,0 @@ |
{ | ||
"name": "@eeacms/volto-block-style", | ||
"version": "3.2.5", | ||
"version": "3.3.0", | ||
"description": "volto-block-style: Volto add-on", | ||
@@ -20,2 +20,5 @@ "main": "src/index.js", | ||
}, | ||
"addons": [ | ||
"@eeacms/volto-resize-helper" | ||
], | ||
"dependencies": { | ||
@@ -25,2 +28,3 @@ "react-color": "~2.18.1" | ||
"devDependencies": { | ||
"@eeacms/volto-resize-helper": "^0.1.1", | ||
"@cypress/code-coverage": "^3.9.5", | ||
@@ -27,0 +31,0 @@ "babel-plugin-transform-class-properties": "^6.24.1" |
@@ -16,3 +16,3 @@ import React from 'react'; | ||
const newImage = new Image(); | ||
newImage.src = `${image}/@@images/image/panoramic`; | ||
newImage.src = `${image}/@@images/image`; | ||
setImages({ ...images, [image]: null }); | ||
@@ -19,0 +19,0 @@ newImage.onload = () => { |
import React from 'react'; | ||
import installAppExtras from './AppExtras'; | ||
import installReducers from './reducers'; | ||
import { | ||
@@ -62,6 +60,3 @@ BlockStyleWrapperEdit, | ||
return [installAppExtras, installReducers].reduce( | ||
(acc, apply) => apply(acc), | ||
config, | ||
); | ||
return config; | ||
}; | ||
@@ -68,0 +63,0 @@ |
79263
3
36
1151