From c2123dfca27f7d7068f9b45f4761409dbd63d4f9 Mon Sep 17 00:00:00 2001 From: Jonas Piterek Date: Wed, 26 Feb 2025 09:31:14 +0100 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- packages/volto-iframe-block/CHANGELOG.md | 16 ++++++++++++++++ packages/volto-iframe-block/news/8.bugfix.1 | 1 - packages/volto-iframe-block/news/8.bugfix.2 | 1 - packages/volto-iframe-block/news/8.feature.1 | 1 - packages/volto-iframe-block/news/8.feature.2 | 1 - packages/volto-iframe-block/news/8.internal.1 | 1 - packages/volto-iframe-block/package.json | 2 +- 9 files changed, 34 insertions(+), 7 deletions(-) delete mode 100644 packages/volto-iframe-block/news/8.bugfix.1 delete mode 100644 packages/volto-iframe-block/news/8.bugfix.2 delete mode 100644 packages/volto-iframe-block/news/8.feature.1 delete mode 100644 packages/volto-iframe-block/news/8.feature.2 delete mode 100644 packages/volto-iframe-block/news/8.internal.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a22a54..3fd67c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ +## 2.1.0 (2025-02-26) + +### Feature + +- Move toast error messages to isValidUrl.js file so that if you want to shadow the `isValidUrl` function you can change the error message as well [@jnptk] [#8](https://github.com/kitconcept/volto-iframe-block/issue/8) +- Changed the `height` field to use a `text` input field for pixel and percentage value support (e.g. 100px, 50%) [@jnptk] [#8](https://github.com/kitconcept/volto-iframe-block/issue/8) + +### Bugfix + +- We now only show the whole `figure` if a url is set & valid [@jnptk] [#8](https://github.com/kitconcept/volto-iframe-block/issue/8) +- Moved the `width` to the `figure` element to ensure that title, description etc. are the same width as the `iframe` [@jnptk] [#8](https://github.com/kitconcept/volto-iframe-block/issue/8) + +### Internal + +- Add `backend-docker-detached-start` make command to start backend in daemon mode [@jnptk] [#8](https://github.com/kitconcept/volto-iframe-block/issue/8) + ## 2.0.0 (2025-02-19) ### Breaking diff --git a/package.json b/package.json index a64ed0f3..9e6311fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-iframe-block-dev", - "version": "2.0.0", + "version": "2.1.0", "description": "volto-iframe-block: Volto Add-on", "author": "kitconcept GmbH", "homepage": "https://github.com/kitconcept/volto-iframe-block", diff --git a/packages/volto-iframe-block/CHANGELOG.md b/packages/volto-iframe-block/CHANGELOG.md index d9a22a54..3fd67c05 100644 --- a/packages/volto-iframe-block/CHANGELOG.md +++ b/packages/volto-iframe-block/CHANGELOG.md @@ -8,6 +8,22 @@ +## 2.1.0 (2025-02-26) + +### Feature + +- Move toast error messages to isValidUrl.js file so that if you want to shadow the `isValidUrl` function you can change the error message as well [@jnptk] [#8](https://github.com/kitconcept/volto-iframe-block/issue/8) +- Changed the `height` field to use a `text` input field for pixel and percentage value support (e.g. 100px, 50%) [@jnptk] [#8](https://github.com/kitconcept/volto-iframe-block/issue/8) + +### Bugfix + +- We now only show the whole `figure` if a url is set & valid [@jnptk] [#8](https://github.com/kitconcept/volto-iframe-block/issue/8) +- Moved the `width` to the `figure` element to ensure that title, description etc. are the same width as the `iframe` [@jnptk] [#8](https://github.com/kitconcept/volto-iframe-block/issue/8) + +### Internal + +- Add `backend-docker-detached-start` make command to start backend in daemon mode [@jnptk] [#8](https://github.com/kitconcept/volto-iframe-block/issue/8) + ## 2.0.0 (2025-02-19) ### Breaking diff --git a/packages/volto-iframe-block/news/8.bugfix.1 b/packages/volto-iframe-block/news/8.bugfix.1 deleted file mode 100644 index 9c7c319e..00000000 --- a/packages/volto-iframe-block/news/8.bugfix.1 +++ /dev/null @@ -1 +0,0 @@ -We now only show the whole `figure` if a url is set & valid [@jnptk] diff --git a/packages/volto-iframe-block/news/8.bugfix.2 b/packages/volto-iframe-block/news/8.bugfix.2 deleted file mode 100644 index ba1af7bf..00000000 --- a/packages/volto-iframe-block/news/8.bugfix.2 +++ /dev/null @@ -1 +0,0 @@ -Moved the `width` to the `figure` element to ensure that title, description etc. are the same width as the `iframe` [@jnptk] diff --git a/packages/volto-iframe-block/news/8.feature.1 b/packages/volto-iframe-block/news/8.feature.1 deleted file mode 100644 index 1aed38b0..00000000 --- a/packages/volto-iframe-block/news/8.feature.1 +++ /dev/null @@ -1 +0,0 @@ -Move toast error messages to isValidUrl.js file so that if you want to shadow the `isValidUrl` function you can change the error message as well [@jnptk] diff --git a/packages/volto-iframe-block/news/8.feature.2 b/packages/volto-iframe-block/news/8.feature.2 deleted file mode 100644 index 0119c0b7..00000000 --- a/packages/volto-iframe-block/news/8.feature.2 +++ /dev/null @@ -1 +0,0 @@ -Changed the `height` field to use a `text` input field for pixel and percentage value support (e.g. 100px, 50%) [@jnptk] diff --git a/packages/volto-iframe-block/news/8.internal.1 b/packages/volto-iframe-block/news/8.internal.1 deleted file mode 100644 index 97a35502..00000000 --- a/packages/volto-iframe-block/news/8.internal.1 +++ /dev/null @@ -1 +0,0 @@ -Add `backend-docker-detached-start` make command to start backend in daemon mode [@jnptk] diff --git a/packages/volto-iframe-block/package.json b/packages/volto-iframe-block/package.json index a8bde902..1bafab60 100644 --- a/packages/volto-iframe-block/package.json +++ b/packages/volto-iframe-block/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-iframe-block", - "version": "2.0.0", + "version": "2.1.0", "description": "volto-iframe-block: Volto Add-on", "main": "src/index.js", "license": "MIT",