diff --git a/docs/source/release-notes/index.md b/docs/source/release-notes/index.md index 77ed72e63a..4965309003 100644 --- a/docs/source/release-notes/index.md +++ b/docs/source/release-notes/index.md @@ -17,6 +17,38 @@ myst: +## 18.0.0-alpha.26 (2024-04-03) + +### Breaking + +- Use `id` instead of `title` for the fieldset's generated value when rendering a `Field` component in a form. @sneridagh [#5921](https://github.com/plone/volto/issues/5921) + +### Feature + +- Add parameters to `ContentsUploadModal` to be reusable in different scenarios. @erral [#5881](https://github.com/plone/volto/issues/5881) +- Print error message from request in toast, if `clipboardRequest` return an error. @cekk [#5932](https://github.com/plone/volto/issues/5932) + +### Bugfix + +- Fix edge case in search options mangling when the options are false-ish sneridagh [#5869](https://github.com/plone/volto/issues/5869) +- Does not show borders in addon block inputs. @wesleybl [#5894](https://github.com/plone/volto/issues/5894) +- Fix `error is null` in `FormFieldWrapper.jsx`. @mauritsvanrees [#5919](https://github.com/plone/volto/issues/5919) +- Updated Italian locales file `volto.po` with translation for "yes" from "si" to "sì". @yurj [#5924](https://github.com/plone/volto/issues/5924) +- Fix self-registration form. @davisagli [#5935](https://github.com/plone/volto/issues/5935) + +### Internal + +- Changed relative path to absolute in `DefaultView.jsx` for the `RenderBlocks` component to make it easier to customize. @agan-k [#5917](https://github.com/plone/volto/issues/5917) +- Fix cypress test "As editor, I can unlock a locked page". @wesleybl [#5933](https://github.com/plone/volto/issues/5933) +- Fix cypress test "Navigate to different pages on two different listings". @ichim-david [#5934](https://github.com/plone/volto/issues/5934) +- Add a new label `needs: triage` to new bug reports. @stevepiercy [#5940](https://github.com/plone/volto/issues/5940) + +### Documentation + +- Add missing step in Storybook 6 to 8 migration. @sneridagh [#5913](https://github.com/plone/volto/issues/5913) +- Fix redirect of `https://sustainability.eionet.europa.eu` to `https://www.eea.europa.eu/en/topics/at-a-glance/sustainability/`. @stevepiercy [#5941](https://github.com/plone/volto/issues/5941) +- Cleanup obsolete EEA projects from README and update info about EEA main website. @avoinea [#5943](https://github.com/plone/volto/issues/5943) + ## 18.0.0-alpha.25 (2024-03-24) ### Internal diff --git a/packages/volto/CHANGELOG.md b/packages/volto/CHANGELOG.md index 77ed72e63a..4965309003 100644 --- a/packages/volto/CHANGELOG.md +++ b/packages/volto/CHANGELOG.md @@ -17,6 +17,38 @@ myst: +## 18.0.0-alpha.26 (2024-04-03) + +### Breaking + +- Use `id` instead of `title` for the fieldset's generated value when rendering a `Field` component in a form. @sneridagh [#5921](https://github.com/plone/volto/issues/5921) + +### Feature + +- Add parameters to `ContentsUploadModal` to be reusable in different scenarios. @erral [#5881](https://github.com/plone/volto/issues/5881) +- Print error message from request in toast, if `clipboardRequest` return an error. @cekk [#5932](https://github.com/plone/volto/issues/5932) + +### Bugfix + +- Fix edge case in search options mangling when the options are false-ish sneridagh [#5869](https://github.com/plone/volto/issues/5869) +- Does not show borders in addon block inputs. @wesleybl [#5894](https://github.com/plone/volto/issues/5894) +- Fix `error is null` in `FormFieldWrapper.jsx`. @mauritsvanrees [#5919](https://github.com/plone/volto/issues/5919) +- Updated Italian locales file `volto.po` with translation for "yes" from "si" to "sì". @yurj [#5924](https://github.com/plone/volto/issues/5924) +- Fix self-registration form. @davisagli [#5935](https://github.com/plone/volto/issues/5935) + +### Internal + +- Changed relative path to absolute in `DefaultView.jsx` for the `RenderBlocks` component to make it easier to customize. @agan-k [#5917](https://github.com/plone/volto/issues/5917) +- Fix cypress test "As editor, I can unlock a locked page". @wesleybl [#5933](https://github.com/plone/volto/issues/5933) +- Fix cypress test "Navigate to different pages on two different listings". @ichim-david [#5934](https://github.com/plone/volto/issues/5934) +- Add a new label `needs: triage` to new bug reports. @stevepiercy [#5940](https://github.com/plone/volto/issues/5940) + +### Documentation + +- Add missing step in Storybook 6 to 8 migration. @sneridagh [#5913](https://github.com/plone/volto/issues/5913) +- Fix redirect of `https://sustainability.eionet.europa.eu` to `https://www.eea.europa.eu/en/topics/at-a-glance/sustainability/`. @stevepiercy [#5941](https://github.com/plone/volto/issues/5941) +- Cleanup obsolete EEA projects from README and update info about EEA main website. @avoinea [#5943](https://github.com/plone/volto/issues/5943) + ## 18.0.0-alpha.25 (2024-03-24) ### Internal diff --git a/packages/volto/news/5869.bugfix b/packages/volto/news/5869.bugfix deleted file mode 100644 index cfed69dfb1..0000000000 --- a/packages/volto/news/5869.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix edge case in search options mangling when the options are false-ish sneridagh diff --git a/packages/volto/news/5881.feature b/packages/volto/news/5881.feature deleted file mode 100644 index 17e3d97ed1..0000000000 --- a/packages/volto/news/5881.feature +++ /dev/null @@ -1 +0,0 @@ -Add parameters to `ContentsUploadModal` to be reusable in different scenarios. @erral diff --git a/packages/volto/news/5894.bugfix b/packages/volto/news/5894.bugfix deleted file mode 100644 index 1629bf3298..0000000000 --- a/packages/volto/news/5894.bugfix +++ /dev/null @@ -1 +0,0 @@ -Does not show borders in addon block inputs. @wesleybl diff --git a/packages/volto/news/5913.documentation b/packages/volto/news/5913.documentation deleted file mode 100644 index bb511245ac..0000000000 --- a/packages/volto/news/5913.documentation +++ /dev/null @@ -1 +0,0 @@ -Add missing step in Storybook 6 to 8 migration. @sneridagh diff --git a/packages/volto/news/5917.internal b/packages/volto/news/5917.internal deleted file mode 100644 index e80b85a4bb..0000000000 --- a/packages/volto/news/5917.internal +++ /dev/null @@ -1 +0,0 @@ -Changed relative path to absolute in `DefaultView.jsx` for the `RenderBlocks` component to make it easier to customize. @agan-k diff --git a/packages/volto/news/5919.bugfix b/packages/volto/news/5919.bugfix deleted file mode 100644 index ffb3b742ac..0000000000 --- a/packages/volto/news/5919.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix `error is null` in `FormFieldWrapper.jsx`. @mauritsvanrees diff --git a/packages/volto/news/5921.breaking b/packages/volto/news/5921.breaking deleted file mode 100644 index b19d2552ed..0000000000 --- a/packages/volto/news/5921.breaking +++ /dev/null @@ -1 +0,0 @@ -Use `id` instead of `title` for the fieldset's generated value when rendering a `Field` component in a form. @sneridagh diff --git a/packages/volto/news/5924.bugfix b/packages/volto/news/5924.bugfix deleted file mode 100644 index 5fe7a7463f..0000000000 --- a/packages/volto/news/5924.bugfix +++ /dev/null @@ -1 +0,0 @@ -Updated Italian locales file `volto.po` with translation for "yes" from "si" to "sì". @yurj diff --git a/packages/volto/news/5932.feature b/packages/volto/news/5932.feature deleted file mode 100644 index 29b3e716d6..0000000000 --- a/packages/volto/news/5932.feature +++ /dev/null @@ -1 +0,0 @@ -Print error message from request in toast, if `clipboardRequest` return an error. @cekk diff --git a/packages/volto/news/5933.internal b/packages/volto/news/5933.internal deleted file mode 100644 index 0d116fc1d7..0000000000 --- a/packages/volto/news/5933.internal +++ /dev/null @@ -1 +0,0 @@ -Fix cypress test "As editor, I can unlock a locked page". @wesleybl diff --git a/packages/volto/news/5934.internal b/packages/volto/news/5934.internal deleted file mode 100644 index 46bfb2cad6..0000000000 --- a/packages/volto/news/5934.internal +++ /dev/null @@ -1 +0,0 @@ -Fix cypress test "Navigate to different pages on two different listings". @ichim-david \ No newline at end of file diff --git a/packages/volto/news/5935.bugfix b/packages/volto/news/5935.bugfix deleted file mode 100644 index 0a60bb2968..0000000000 --- a/packages/volto/news/5935.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix self-registration form. @davisagli diff --git a/packages/volto/news/5940.internal b/packages/volto/news/5940.internal deleted file mode 100644 index 5efcae0ec1..0000000000 --- a/packages/volto/news/5940.internal +++ /dev/null @@ -1 +0,0 @@ -Add a new label `needs: triage` to new bug reports. @stevepiercy diff --git a/packages/volto/news/5941.documentation b/packages/volto/news/5941.documentation deleted file mode 100644 index 261e8158eb..0000000000 --- a/packages/volto/news/5941.documentation +++ /dev/null @@ -1 +0,0 @@ -Fix redirect of `https://sustainability.eionet.europa.eu` to `https://www.eea.europa.eu/en/topics/at-a-glance/sustainability/`. @stevepiercy diff --git a/packages/volto/news/5943.documentation b/packages/volto/news/5943.documentation deleted file mode 100644 index 1d3ceaf5e8..0000000000 --- a/packages/volto/news/5943.documentation +++ /dev/null @@ -1 +0,0 @@ -Cleanup obsolete EEA projects from README and update info about EEA main website. @avoinea \ No newline at end of file diff --git a/packages/volto/package.json b/packages/volto/package.json index bb11c50826..b3b4f4bd3d 100644 --- a/packages/volto/package.json +++ b/packages/volto/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "18.0.0-alpha.25", + "version": "18.0.0-alpha.26", "repository": { "type": "git", "url": "git@github.com:plone/volto.git"