Skip to content

Commit

Permalink
Release 18.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Feb 8, 2025
1 parent cd143f8 commit 741df5d
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 10 deletions.
17 changes: 17 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ myst:

<!-- towncrier release notes start -->

## 18.8.2 (2025-02-08)

### Bugfix

- Use a text widget for editing the frontend domain setting in the Volto Settings control panel, instead of the URL widget which causes problems by erasing the current domain. @davisagli [#4171](https://github.com/plone/volto/issues/4171)
- Update Dutch translations. @mauritsvanrees [#6476](https://github.com/plone/volto/issues/6476)

### Internal

- Test(cypress): fix breaking a list by typing Enter refs- #6586 @nileshgulia1 [#6570](https://github.com/plone/volto/issues/6570)
- Add the block `group` name in the block configuration. @erral [#6679](https://github.com/plone/volto/issues/6679)
- Test with Plone 6.1.0rc1. @sneridagh [#6682](https://github.com/plone/volto/issues/6682)
- Revise the existing issue templates and create a new one for PLIP tasks. @stevepiercy [#6683](https://github.com/plone/volto/issues/6683)
- Fix documentation build at Read the Docs. @sneridagh [#6684](https://github.com/plone/volto/issues/6684)
- Upgrade jotai to 2.11.3 @ksuess [#6685](https://github.com/plone/volto/issues/6685)
- Add Makefile command for testing Cookieplone in CI @sneridagh [#6728](https://github.com/plone/volto/issues/6728)

## 18.8.1 (2025-02-04)

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

<!-- towncrier release notes start -->

## 18.8.2 (2025-02-08)

### Bugfix

- Use a text widget for editing the frontend domain setting in the Volto Settings control panel, instead of the URL widget which causes problems by erasing the current domain. @davisagli [#4171](https://github.com/plone/volto/issues/4171)
- Update Dutch translations. @mauritsvanrees [#6476](https://github.com/plone/volto/issues/6476)

### Internal

- Test(cypress): fix breaking a list by typing Enter refs- #6586 @nileshgulia1 [#6570](https://github.com/plone/volto/issues/6570)
- Add the block `group` name in the block configuration. @erral [#6679](https://github.com/plone/volto/issues/6679)
- Test with Plone 6.1.0rc1. @sneridagh [#6682](https://github.com/plone/volto/issues/6682)
- Revise the existing issue templates and create a new one for PLIP tasks. @stevepiercy [#6683](https://github.com/plone/volto/issues/6683)
- Fix documentation build at Read the Docs. @sneridagh [#6684](https://github.com/plone/volto/issues/6684)
- Upgrade jotai to 2.11.3 @ksuess [#6685](https://github.com/plone/volto/issues/6685)
- Add Makefile command for testing Cookieplone in CI @sneridagh [#6728](https://github.com/plone/volto/issues/6728)

## 18.8.1 (2025-02-04)

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6728.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.8.1",
"version": "18.8.2",
"repository": {
"type": "git",
"url": "[email protected]:plone/volto.git"
Expand Down
2 changes: 2 additions & 0 deletions packages/volto/types/config/Widgets.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export namespace widgetMapping {
export { UrlWidget as remoteUrl };
export { IdWidget as id };
export { RegistryImageWidget as site_logo };
export { TextWidget as frontend_domain };
}
export namespace widget {
export { TextareaWidget as textarea };
Expand Down Expand Up @@ -105,6 +106,7 @@ import { RecurrenceWidget } from '@plone/volto/components/manage/Widgets';
import { UrlWidget } from '@plone/volto/components/manage/Widgets';
import { IdWidget } from '@plone/volto/components/manage/Widgets';
import { RegistryImageWidget } from '@plone/volto/components/manage/Widgets';
import { TextWidget } from '@plone/volto/components/manage/Widgets';
import { TextareaWidget } from '@plone/volto/components/manage/Widgets';
import { DatetimeWidget } from '@plone/volto/components/manage/Widgets';
import { PasswordWidget } from '@plone/volto/components/manage/Widgets';
Expand Down

0 comments on commit 741df5d

Please sign in to comment.