Skip to content

Commit

Permalink
Release 18.0.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 1, 2024
1 parent e15b222 commit 5dc9cea
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 11 deletions.
27 changes: 27 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,33 @@ myst:

<!-- towncrier release notes start -->

## 18.0.0-alpha.14 (2024-03-01)

### Breaking

- Improved accessibility of logo component. @Molochem [#5776](https://github.com/plone/volto/issues/5776)

### Feature

- Support for slots @sneridagh [#5775](https://github.com/plone/volto/issues/5775)

### Bugfix

- Fixed toolbar menus not closing when clicking again on the toolbar buttons that show menus. @ichim-david
Add focus-visible rule to toolbar buttons so that it's visible to the user what button is focused when using tab navigation @ichim-david [#5645](https://github.com/plone/volto/issues/5645)
- Enhance findBlocks to check for blocks also in data for add-ons such as @eeacms/volto-tabs-block. @ichim-david [#5796](https://github.com/plone/volto/issues/5796)
- Fixed ArrayWidget sorting items. @giuliaghisini [#5805](https://github.com/plone/volto/issues/5805)

### Internal

- New types declarations with @types/react@18 - make tsc happy @sneridagh [#5814](https://github.com/plone/volto/issues/5814)

### Documentation

- Added Release Management Notes. @sneridagh @stevepiercy [#5358](https://github.com/plone/volto/issues/5358)
- Delete redundant `developing-a-project.md`. @stevepiercy [#5675](https://github.com/plone/volto/issues/5675)
- Removed Memori and TwinCreator websites from README.md no longer made using Volto and giving 404 error. @ichim-david [#5802](https://github.com/plone/volto/issues/5802)

## 18.0.0-alpha.13 (2024-02-22)

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

<!-- towncrier release notes start -->

## 18.0.0-alpha.14 (2024-03-01)

### Breaking

- Improved accessibility of logo component. @Molochem [#5776](https://github.com/plone/volto/issues/5776)

### Feature

- Support for slots @sneridagh [#5775](https://github.com/plone/volto/issues/5775)

### Bugfix

- Fixed toolbar menus not closing when clicking again on the toolbar buttons that show menus. @ichim-david
Add focus-visible rule to toolbar buttons so that it's visible to the user what button is focused when using tab navigation @ichim-david [#5645](https://github.com/plone/volto/issues/5645)
- Enhance findBlocks to check for blocks also in data for add-ons such as @eeacms/volto-tabs-block. @ichim-david [#5796](https://github.com/plone/volto/issues/5796)
- Fixed ArrayWidget sorting items. @giuliaghisini [#5805](https://github.com/plone/volto/issues/5805)

### Internal

- New types declarations with @types/react@18 - make tsc happy @sneridagh [#5814](https://github.com/plone/volto/issues/5814)

### Documentation

- Added Release Management Notes. @sneridagh @stevepiercy [#5358](https://github.com/plone/volto/issues/5358)
- Delete redundant `developing-a-project.md`. @stevepiercy [#5675](https://github.com/plone/volto/issues/5675)
- Removed Memori and TwinCreator websites from README.md no longer made using Volto and giving 404 error. @ichim-david [#5802](https://github.com/plone/volto/issues/5802)

## 18.0.0-alpha.13 (2024-02-22)

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

This file was deleted.

2 changes: 0 additions & 2 deletions packages/volto/news/5645.bugfix

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5775.feature

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5776.breaking

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5814.internal

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.0.0-alpha.13",
"version": "18.0.0-alpha.14",
"repository": {
"type": "git",
"url": "[email protected]:plone/volto.git"
Expand Down

0 comments on commit 5dc9cea

Please sign in to comment.