Skip to content

Commit

Permalink
Release 18.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 7, 2025
1 parent f762646 commit de07418
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 7 deletions.
14 changes: 14 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ myst:

<!-- towncrier release notes start -->

## 18.9.2 (2025-03-07)

### Bugfix

- Does not show empty `class` attribute when rendering `img` tag with `Image` component. @wesleybl [#6788](https://github.com/plone/volto/issues/6788)
- Fixed button types across several components to allow reuse in more complex forms @pnicolli [#6791](https://github.com/plone/volto/issues/6791)
- Fixed `AlternateHrefLangs` component, missing `FlattenToAppURL`. @sneridagh [#6799](https://github.com/plone/volto/issues/6799)
- a11y - Added id attribute to checkbox widget for proper identification and fixes label functionality for screen readers. @Wagner3UB [#6802](https://github.com/plone/volto/issues/6802)

### Documentation

- Improve the wording on theming docs. @erral [#6767](https://github.com/plone/volto/issues/6767)
- Fix MyST warnings about bad references, remove cookiecutter-plone-starter link, and remove `rietveldschroderhuis.nl` due to repeated failures and no response in https://github.com/collective/awesome-volto/pull/27. @stevepiercy [#6812](https://github.com/plone/volto/issues/6812)

## 18.9.1 (2025-02-20)

### Bugfix
Expand Down
14 changes: 14 additions & 0 deletions packages/volto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ myst:

<!-- towncrier release notes start -->

## 18.9.2 (2025-03-07)

### Bugfix

- Does not show empty `class` attribute when rendering `img` tag with `Image` component. @wesleybl [#6788](https://github.com/plone/volto/issues/6788)
- Fixed button types across several components to allow reuse in more complex forms @pnicolli [#6791](https://github.com/plone/volto/issues/6791)
- Fixed `AlternateHrefLangs` component, missing `FlattenToAppURL`. @sneridagh [#6799](https://github.com/plone/volto/issues/6799)
- a11y - Added id attribute to checkbox widget for proper identification and fixes label functionality for screen readers. @Wagner3UB [#6802](https://github.com/plone/volto/issues/6802)

### Documentation

- Improve the wording on theming docs. @erral [#6767](https://github.com/plone/volto/issues/6767)
- Fix MyST warnings about bad references, remove cookiecutter-plone-starter link, and remove `rietveldschroderhuis.nl` due to repeated failures and no response in https://github.com/collective/awesome-volto/pull/27. @stevepiercy [#6812](https://github.com/plone/volto/issues/6812)

## 18.9.1 (2025-02-20)

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion packages/volto/news/6767.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6788.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6791.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6799.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6802.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6812.documentation

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "18.9.1",
"version": "18.9.2",
"repository": {
"type": "git",
"url": "[email protected]:plone/volto.git"
Expand Down

0 comments on commit de07418

Please sign in to comment.