@eeacms/volto-block-style
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -7,4 +7,19 @@ ### Changelog | ||
#### [3.4.0](https://github.com/eea/volto-block-style/compare/3.3.3...3.4.0) | ||
#### [3.4.1](https://github.com/eea/volto-block-style/compare/3.4.0...3.4.1) | ||
- Automated release 3.3.4 [`ca2955c`](https://github.com/eea/volto-block-style/commit/ca2955c9aad1a74b41f1780c3844e7b22e600e64) | ||
- Add range slider css [`e73612c`](https://github.com/eea/volto-block-style/commit/e73612c225ef11a02ea425c544a01ff9ce3b1280) | ||
- Update broken package.json [`88d7eaa`](https://github.com/eea/volto-block-style/commit/88d7eaaa404299fe1f8b9e0fa5b41fe49d5cabb7) | ||
#### [3.4.0](https://github.com/eea/volto-block-style/compare/3.3.4...3.4.0) | ||
> 30 July 2021 | ||
- Release 3.4.0 [`95ff832`](https://github.com/eea/volto-block-style/commit/95ff832ee65e9632cc8f2bcaa348e600075dff20) | ||
#### [3.3.4](https://github.com/eea/volto-block-style/compare/3.3.3...3.3.4) | ||
> 30 July 2021 | ||
- Add new controls [`#22`](https://github.com/eea/volto-block-style/pull/22) | ||
- New controls [`#23`](https://github.com/eea/volto-block-style/pull/23) | ||
@@ -18,2 +33,3 @@ - Improve api [`#21`](https://github.com/eea/volto-block-style/pull/21) | ||
- Separate block wrapping; don't apply multiple times [`584e7a9`](https://github.com/eea/volto-block-style/commit/584e7a9859c7d417708f9aa78b83e94547f2f1ab) | ||
- Automated release 3.3.4 [`ca2955c`](https://github.com/eea/volto-block-style/commit/ca2955c9aad1a74b41f1780c3844e7b22e600e64) | ||
- Add missing component [`2c7110c`](https://github.com/eea/volto-block-style/commit/2c7110c9612e59bd85a563543364afa0f0eb7ecd) | ||
@@ -27,7 +43,7 @@ - Add hidden toggle [`3b8ed26`](https://github.com/eea/volto-block-style/commit/3b8ed26a82c31ff430301adceea1174e92464a77) | ||
- Add Sonarqube tag using frontend addons list [`6a4c6c1`](https://github.com/eea/volto-block-style/commit/6a4c6c16acc88471279a82a62b92555dc1ac20cc) | ||
- Add Sonarqube tag using frontend addons list [`2101b55`](https://github.com/eea/volto-block-style/commit/2101b550588402b37cd91b5d582e27a6255d6cac) | ||
- Add Sonarqube tag using frontend addons list [`2583c68`](https://github.com/eea/volto-block-style/commit/2583c68ea49ddbedc7b90b9d477cbbe4e2b779fd) | ||
- Fix config [`8029e6e`](https://github.com/eea/volto-block-style/commit/8029e6ef8a005464a165c6b24c69ec419f581702) | ||
- Merge develop [`0274ef8`](https://github.com/eea/volto-block-style/commit/0274ef8da1a8faa57de01ffd31f9413b0c978d45) | ||
- Add Sonarqube tag using frontend addons list [`f6737ef`](https://github.com/eea/volto-block-style/commit/f6737ef68ba906c5fb72e18c77b060aa82ed0a73) | ||
- Add Sonarqube tag using frontend addons list [`2583c68`](https://github.com/eea/volto-block-style/commit/2583c68ea49ddbedc7b90b9d477cbbe4e2b779fd) | ||
- Add Sonarqube tag using frontend addons list [`2101b55`](https://github.com/eea/volto-block-style/commit/2101b550588402b37cd91b5d582e27a6255d6cac) | ||
@@ -34,0 +50,0 @@ #### [3.3.3](https://github.com/eea/volto-block-style/compare/3.3.2...3.3.3) |
{ | ||
"name": "@eeacms/volto-block-style", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "volto-block-style: Volto add-on", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -11,2 +11,3 @@ // Copied from MIT-licensed https://github.com/iozbeyli/react-semantic-ui-range | ||
import styles from './range.css.js'; | ||
import './range.css'; | ||
@@ -302,3 +303,3 @@ export class Slider extends Component { | ||
return ( | ||
<div> | ||
<div className="slider-widget-wrapper"> | ||
<div | ||
@@ -305,0 +306,0 @@ tabIndex="-1" |
115920
44
2108