Skip to content

Commit

Permalink
Release 17.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 5, 2025
1 parent ba43ff6 commit 920ab0f
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ myst:

<!-- towncrier release notes start -->

## 17.21.0 (2025-03-05)

### Feature

- Provide language alternate links @erral [#6616](https://github.com/plone/volto/issues/6616)

### Bugfix

- In `RichTextWidget` and `HtmlSlateWidget`, fix breaking a list by typing Enter. @nileshgulia1 [#6570](https://github.com/plone/volto/issues/6570)
- Display the appropriately sized image to eliminate blurring from upsizing smaller images in the `srcSet` generation. @giuliaghisini [#6637](https://github.com/plone/volto/issues/6637)
- a11y - Added id attribute to checkbox widget for proper identification and fixes label functionality for screen readers. @Wagner3UB [#6771](https://github.com/plone/volto/issues/6771)

## 17.20.4 (2025-01-07)

### Bugfix
Expand Down
12 changes: 12 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ myst:

<!-- towncrier release notes start -->

## 17.21.0 (2025-03-05)

### Feature

- Provide language alternate links @erral [#6616](https://github.com/plone/volto/issues/6616)

### Bugfix

- In `RichTextWidget` and `HtmlSlateWidget`, fix breaking a list by typing Enter. @nileshgulia1 [#6570](https://github.com/plone/volto/issues/6570)
- Display the appropriately sized image to eliminate blurring from upsizing smaller images in the `srcSet` generation. @giuliaghisini [#6637](https://github.com/plone/volto/issues/6637)
- a11y - Added id attribute to checkbox widget for proper identification and fixes label functionality for screen readers. @Wagner3UB [#6771](https://github.com/plone/volto/issues/6771)

## 17.20.4 (2025-01-07)

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion news/6570.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/6616.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/6637.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/6771.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "17.20.4",
"version": "17.21.0",
"repository": {
"type": "git",
"url": "[email protected]:plone/volto.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/volto-slate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plone/volto-slate",
"version": "17.20.4",
"version": "17.21.0",
"description": "Slate.js integration with Volto",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export function AlternateHrefLangs(props: any): JSX.Element;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};

0 comments on commit 920ab0f

Please sign in to comment.