Skip to content

Commit

Permalink
Release 18.0.0-alpha.26
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Apr 3, 2024
1 parent da49e72 commit f406464
Show file tree
Hide file tree
Showing 18 changed files with 65 additions and 16 deletions.
32 changes: 32 additions & 0 deletions docs/source/release-notes/index.md
Expand Up @@ -17,6 +17,38 @@ myst:

<!-- towncrier release notes start -->

## 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
Expand Down
32 changes: 32 additions & 0 deletions packages/volto/CHANGELOG.md
Expand Up @@ -17,6 +17,38 @@ myst:

<!-- towncrier release notes start -->

## 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
Expand Down
1 change: 0 additions & 1 deletion packages/volto/news/5869.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit f406464

Please sign in to comment.