@eeacms/volto-block-style
Advanced tools
Comparing version 3.4.3 to 3.4.4
@@ -7,4 +7,16 @@ ### Changelog | ||
#### [3.4.4](https://github.com/eea/volto-block-style/compare/3.4.3...3.4.4) | ||
- Stretch styles for Edit specific cases [`a36b568`](https://github.com/eea/volto-block-style/commit/a36b5680178604ced2a55944777dd647e2affc0c) | ||
- Stretch description titles [`8ced579`](https://github.com/eea/volto-block-style/commit/8ced5793153a1cd896919ef32822c866f88112a1) | ||
- Lint fix [`bf6b9d7`](https://github.com/eea/volto-block-style/commit/bf6b9d7008f29c4527bd87a2226ddd10b2b72923) | ||
- Stretch mode fix overflow in edit mode [`c723110`](https://github.com/eea/volto-block-style/commit/c7231100f7370532d2cb8b7e556d4aa3b9ec3a25) | ||
- Wide screen stretch max-width [`40efbc9`](https://github.com/eea/volto-block-style/commit/40efbc953423a646e703baa7d3b193078ba6bb3d) | ||
- Stretch for narrow view with authentication conditionals [`49417e1`](https://github.com/eea/volto-block-style/commit/49417e1fe15919b3b4d63e2c0a6567995c6c2f46) | ||
#### [3.4.3](https://github.com/eea/volto-block-style/compare/3.4.2...3.4.3) | ||
> 24 August 2021 | ||
- Release [`#25`](https://github.com/eea/volto-block-style/pull/25) | ||
- Stretch styles [`eb1c548`](https://github.com/eea/volto-block-style/commit/eb1c5480106f4ac29d478a86b8491a4de3c289cf) | ||
@@ -11,0 +23,0 @@ - Stretch style schema fix [`5e9e761`](https://github.com/eea/volto-block-style/commit/5e9e7616349e9a9265eb943aea51b57ad09425e5) |
{ | ||
"name": "@eeacms/volto-block-style", | ||
"version": "3.4.3", | ||
"version": "3.4.4", | ||
"description": "volto-block-style: Volto add-on", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -39,2 +39,3 @@ import React from 'react'; | ||
basic | ||
title={'Default'} | ||
aria-label={intl.formatMessage(messages.fit)} | ||
@@ -51,2 +52,3 @@ onClick={() => onStretchBlock('fit')} | ||
basic | ||
title={'Stretch block to the edges'} | ||
aria-label={intl.formatMessage(messages.stretch)} | ||
@@ -53,0 +55,0 @@ onClick={() => onStretchBlock('stretch')} |
Sorry, the diff of this file is not supported yet
115260
2244