Skip to content

Commit 00aafcc

Browse files
committed
Release 19.1.5
1 parent 37be637 commit 00aafcc

11 files changed

Lines changed: 39 additions & 14 deletions

File tree

docs/source/release-notes/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,25 @@ myst:
1717

1818
<!-- towncrier release notes start -->
1919

20+
## 19.1.5 (2026-07-01)
21+
22+
### Bugfix
23+
24+
- Improve screen reader support for `SelectWidget` and `ArrayWidget` by replacing `aria-labelledby` with a dynamic `aria-label` that announces the field name and the current selected value on focus. @Wagner3UB [#8314](https://github.com/plone/volto/issues/8314)
25+
- Hide the clear button in `SelectWidget` and `ArrayWidget` when the field is marked as required, and make it keyboard accessible ({kbd}`Tab`, {kbd}`Enter`, {kbd}`Space`) on non-required fields. @Wagner3UB [#8315](https://github.com/plone/volto/issues/8315)
26+
- Removed redundant depth field from QuerystringWidget as it is already
27+
in QueryWidget when Location criteria is selected and when a path is
28+
selected in ObjectBrowserWidget. @sabrina-bongiovanni [#8350](https://github.com/plone/volto/issues/8350)
29+
30+
### Internal
31+
32+
- Fix random failure in test cypress blocks-table.js. @wesleybl [#8339](https://github.com/plone/volto/issues/8339), [#8345](https://github.com/plone/volto/issues/8345)
33+
- Remove redundant and deprecated pull request preview build workflow. @stevepiercy
34+
35+
### Documentation
36+
37+
- Added missing steps for `webpack-scss-plugin` in the upgrade guide. @ksuess [#8045](https://github.com/plone/volto/issues/8045)
38+
2039
## 19.1.4 (2026-06-11)
2140

2241
### Bugfix

packages/volto/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,25 @@ myst:
1717

1818
<!-- towncrier release notes start -->
1919

20+
## 19.1.5 (2026-07-01)
21+
22+
### Bugfix
23+
24+
- Improve screen reader support for `SelectWidget` and `ArrayWidget` by replacing `aria-labelledby` with a dynamic `aria-label` that announces the field name and the current selected value on focus. @Wagner3UB [#8314](https://github.com/plone/volto/issues/8314)
25+
- Hide the clear button in `SelectWidget` and `ArrayWidget` when the field is marked as required, and make it keyboard accessible ({kbd}`Tab`, {kbd}`Enter`, {kbd}`Space`) on non-required fields. @Wagner3UB [#8315](https://github.com/plone/volto/issues/8315)
26+
- Removed redundant depth field from QuerystringWidget as it is already
27+
in QueryWidget when Location criteria is selected and when a path is
28+
selected in ObjectBrowserWidget. @sabrina-bongiovanni [#8350](https://github.com/plone/volto/issues/8350)
29+
30+
### Internal
31+
32+
- Fix random failure in test cypress blocks-table.js. @wesleybl [#8339](https://github.com/plone/volto/issues/8339), [#8345](https://github.com/plone/volto/issues/8345)
33+
- Remove redundant and deprecated pull request preview build workflow. @stevepiercy
34+
35+
### Documentation
36+
37+
- Added missing steps for `webpack-scss-plugin` in the upgrade guide. @ksuess [#8045](https://github.com/plone/volto/issues/8045)
38+
2039
## 19.1.4 (2026-06-11)
2140

2241
### Bugfix

packages/volto/news/+remove-rtd-pr-preview.internal

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto/news/8045.documentation

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto/news/8314.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto/news/8315.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto/news/8339.internal

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto/news/8345.internal

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto/news/8350.bugfix

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/volto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"license": "MIT",
12-
"version": "19.1.4",
12+
"version": "19.1.5",
1313
"repository": {
1414
"type": "git",
1515
"url": "git@github.com:plone/volto.git"

0 commit comments

Comments
 (0)