Skip to content

Commit

Permalink
Release 18.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Nov 6, 2023
1 parent 1f0ac0c commit a6eb24b
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,31 @@ myst:

<!-- towncrier release notes start -->

## 18.0.0-alpha.0 (2023-11-06)

### Breaking

- Experimental feature flag for new add block button enabled by default. @sneridagh [#4947](https://github.com/plone/volto/issues/4947)
- Moved add-on registry to its own package. @sneridagh [#4949](https://github.com/plone/volto/issues/4949)
- Sidebar formtabs item links are now real buttons with `ui button` class for proper keyboard and screen reader support @ichim-david [#5294](https://github.com/plone/volto/issues/5294)

### Bugfix

- Add build process to registry package and fixes @sneridagh [#5364](https://github.com/plone/volto/issues/5364)
- Fixed import in Storybook configuration, related to the recent registry change. @sneridagh [#5368](https://github.com/plone/volto/issues/5368)
- Improve importing from the new registry from Volto code itself @sneridagh [#5373](https://github.com/plone/volto/issues/5373)

### Internal

- Unused files in root cleanup @sneridagh [#5367](https://github.com/plone/volto/issues/5367)

### Documentation

- Updated branch policy. @sneridagh [#5363](https://github.com/plone/volto/issues/5363)
- Remove "legacy" term, now that we use "no longer supported". @stevepiercy [#5370](https://github.com/plone/volto/issues/5370)
- Reduce the severity level of `Microsoft.Contractions` and `Microsoft.Units` from `error` to `suggestion` when running `make docs-vale` in preparation for requiring Vale passing without errors. @stevepiercy [#5371](https://github.com/plone/volto/issues/5371)
- Improved wording in branching policy. @sneridagh [#5372](https://github.com/plone/volto/issues/5372)

## 17.4.0 (2023-11-04)

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

<!-- towncrier release notes start -->

## 18.0.0-alpha.0 (2023-11-06)

### Breaking

- Experimental feature flag for new add block button enabled by default. @sneridagh [#4947](https://github.com/plone/volto/issues/4947)
- Moved add-on registry to its own package. @sneridagh [#4949](https://github.com/plone/volto/issues/4949)
- Sidebar formtabs item links are now real buttons with `ui button` class for proper keyboard and screen reader support @ichim-david [#5294](https://github.com/plone/volto/issues/5294)

### Bugfix

- Add build process to registry package and fixes @sneridagh [#5364](https://github.com/plone/volto/issues/5364)
- Fixed import in Storybook configuration, related to the recent registry change. @sneridagh [#5368](https://github.com/plone/volto/issues/5368)
- Improve importing from the new registry from Volto code itself @sneridagh [#5373](https://github.com/plone/volto/issues/5373)

### Internal

- Unused files in root cleanup @sneridagh [#5367](https://github.com/plone/volto/issues/5367)

### Documentation

- Updated branch policy. @sneridagh [#5363](https://github.com/plone/volto/issues/5363)
- Remove "legacy" term, now that we use "no longer supported". @stevepiercy [#5370](https://github.com/plone/volto/issues/5370)
- Reduce the severity level of `Microsoft.Contractions` and `Microsoft.Units` from `error` to `suggestion` when running `make docs-vale` in preparation for requiring Vale passing without errors. @stevepiercy [#5371](https://github.com/plone/volto/issues/5371)
- Improved wording in branching policy. @sneridagh [#5372](https://github.com/plone/volto/issues/5372)

## 17.4.0 (2023-11-04)

### Feature
Expand Down
1 change: 0 additions & 1 deletion news/4947.feature

This file was deleted.

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

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.4.0",
"version": "18.0.0-alpha.0",
"repository": {
"type": "git",
"url": "git@github.com: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.4.0",
"version": "18.0.0-alpha.0",
"description": "Slate.js integration with Volto",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit a6eb24b

Please sign in to comment.