Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnptk committed Feb 26, 2025
1 parent cdb57a6 commit c2123df
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@

<!-- towncrier release notes start -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/volto-iframe-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@

<!-- towncrier release notes start -->

## 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
Expand Down
1 change: 0 additions & 1 deletion packages/volto-iframe-block/news/8.bugfix.1

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-iframe-block/news/8.bugfix.2

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-iframe-block/news/8.feature.1

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-iframe-block/news/8.feature.2

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-iframe-block/news/8.internal.1

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto-iframe-block/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c2123df

Please sign in to comment.