@eeacms/volto-block-style
Advanced tools
Comparing version 3.6.0 to 3.6.1
@@ -25,3 +25,2 @@ const fs = require('fs'); | ||
]); | ||
//console.log("project", addonAliases); | ||
@@ -28,0 +27,0 @@ |
@@ -7,4 +7,11 @@ ### Changelog | ||
#### [3.6.1](https://github.com/eea/volto-block-style/compare/3.6.0...3.6.1) | ||
- ImageSizeWidget import backward compatible [`e786df7`](https://github.com/eea/volto-block-style/commit/e786df7503abce9475afebc328fa7ef408a8a373) | ||
#### [3.6.0](https://github.com/eea/volto-block-style/compare/3.5.18...3.6.0) | ||
> 9 June 2022 | ||
- Release [`#55`](https://github.com/eea/volto-block-style/pull/55) | ||
- Add fontWeight and theme support to style wrapper [`#54`](https://github.com/eea/volto-block-style/pull/54) | ||
@@ -11,0 +18,0 @@ - Release 3.6.0 [`f0b6eb8`](https://github.com/eea/volto-block-style/commit/f0b6eb885feee2bb02fdd4daf6ee7a4747518b23) |
{ | ||
"baseUrl": "http://localhost:3000", | ||
"viewportWidth": 1280, | ||
"defaultCommandTimeout": 15000, | ||
"defaultCommandTimeout": 8888, | ||
"chromeWebSecurity": false, | ||
"reporter": "junit", | ||
"video": true, | ||
"retries": { | ||
"runMode": 8, | ||
"openMode": 0 | ||
}, | ||
"reporterOptions": { | ||
@@ -8,0 +13,0 @@ "mochaFile": "cypress/reports/cypress-[hash].xml", |
@@ -30,3 +30,3 @@ // *********************************************************** | ||
cy.createContent({ | ||
contentType: 'Folder', | ||
contentType: 'Document', | ||
contentId: 'cypress', | ||
@@ -33,0 +33,0 @@ contentTitle: 'Cypress', |
@@ -28,2 +28,10 @@ module.exports = { | ||
}, | ||
coverageThreshold: { | ||
global: { | ||
branches: 5, | ||
functions: 5, | ||
lines: 5, | ||
statements: 5, | ||
}, | ||
}, | ||
}; |
{ | ||
"name": "@eeacms/volto-block-style", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "volto-block-style: Volto add-on", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -10,5 +10,5 @@ /** | ||
import { FormFieldWrapper, Icon } from '@plone/volto/components'; | ||
import ImageSizeWidget from '@plone/volto/components/manage/Blocks/Image/ImageSizeWidget'; | ||
import { Button } from 'semantic-ui-react'; | ||
import clearSVG from '@plone/volto/icons/clear.svg'; | ||
import config from '@plone/volto/registry'; | ||
@@ -19,2 +19,3 @@ // TODO: copy the styles from Volto's stylesheet | ||
const { id, onChange, value } = props; | ||
const ImageSizeWidget = config.widgets.widget.image_size; | ||
return ( | ||
@@ -21,0 +22,0 @@ <FormFieldWrapper {...props}> |
Sorry, the diff of this file is not supported yet
147283
2812