@eeacms/volto-block-style
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -7,2 +7,15 @@ ### Changelog | ||
### [5.2.0](https://github.com/eea/volto-block-style/compare/5.1.0...5.2.0) - 5 April 2023 | ||
#### :nail_care: Enhancements | ||
- change(eraseIcon): Change title tooltip to Clear block style [Alin Voinea - [`0d1cae9`](https://github.com/eea/volto-block-style/commit/0d1cae9a4460b23513902dd06c54920479729ae3)] | ||
- refactor(StyleWrapperEdit.jsx): replace deleteSVG icon with eraserSVG icon [Miu Razvan - [`62b83f6`](https://github.com/eea/volto-block-style/commit/62b83f6fb984829ea29d631e3ee2c22f8e5d58e6)] | ||
#### :house: Internal changes | ||
- chore(package.json): update version to 5.2.0 [Miu Razvan - [`5cf900c`](https://github.com/eea/volto-block-style/commit/5cf900c488725c2f59d404829682f7171391d4e6)] | ||
#### :hammer_and_wrench: Others | ||
### [5.1.0](https://github.com/eea/volto-block-style/compare/5.0.1...5.1.0) - 27 March 2023 | ||
@@ -12,3 +25,2 @@ | ||
- Release 5.1.0 [Alin Voinea - [`6b4deb1`](https://github.com/eea/volto-block-style/commit/6b4deb143054d5027035b3ff5cb602e60cd8e9f9)] | ||
### [5.0.1](https://github.com/eea/volto-block-style/compare/5.0.0...5.0.1) - 8 February 2023 | ||
@@ -15,0 +27,0 @@ |
{ | ||
"name": "@eeacms/volto-block-style", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "volto-block-style: Volto add-on", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
import clearSVG from '@plone/volto/icons/clear.svg'; | ||
import deleteSVG from '@plone/volto/icons/delete.svg'; | ||
import eraserSVG from '@eeacms/volto-block-style/icons/eraser.svg'; | ||
@@ -72,3 +72,3 @@ const StyleWrapperEdit = (props) => { | ||
<button onClick={deleteAllStyle} style={{ float: 'right' }}> | ||
<Icon name={deleteSVG} size="24px" title="Delete block style" /> | ||
<Icon name={eraserSVG} size="24px" title="Clear block style" /> | ||
</button> | ||
@@ -75,0 +75,0 @@ </> |
126614
44