Skip to content

Commit

Permalink
Release 18.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jan 11, 2025
1 parent 8b1674f commit 1c88feb
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
19 changes: 18 additions & 1 deletion docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,29 @@ myst:

<!-- towncrier release notes start -->

## 18.6.0 (2025-01-11)

### Feature

- Add component to show related items, which can be enabled using the `showRelatedItems` setting. @wesleybl [#3740](https://github.com/plone/volto/issues/3740)

### Bugfix

- The depth field in the base search query of the search block was ignored, causing search results to include items beyond the specified depth level. Search results now respect the specified depth configuration. @TechSubham [#5856](https://github.com/plone/volto/issues/5856)
- No longer add classes from the query string search text in the `body` tag. @Abhishek-17h [#6493](https://github.com/plone/volto/issues/6493)
- Fixed folder contents issues with persistent selection across page changes. @pnicolli [#6554](https://github.com/plone/volto/issues/6554)
- Fix robots.txt in devmode @reebalazs [#6572](https://github.com/plone/volto/issues/6572)

### Documentation

- Fix redirecting links to Mozilla Developer Network's responsive images. @stevepiercy [#6552](https://github.com/plone/volto/issues/6552)
- Add Volto block examples in the documentation. @erral [#6560](https://github.com/plone/volto/issues/6560)

## 18.5.0 (2025-01-09)

### Feature

- Add component to show related items, which can be enabled using the `showRelatedItems` setting. @wesleybl [#3740](https://github.com/plone/volto/issues/3740)
- Added {file}sv/LC_MESSAGES/volto.poinlocales and updated{file}/volto/src/constants/Languages.js to include Swedish @TechSubham [#5957](https://github.com/plone/volto/issues/5957)

### Bugfix

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

<!-- towncrier release notes start -->

## 18.6.0 (2025-01-11)

### Feature

- Add component to show related items, which can be enabled using the `showRelatedItems` setting. @wesleybl [#3740](https://github.com/plone/volto/issues/3740)

### Bugfix

- The depth field in the base search query of the search block was ignored, causing search results to include items beyond the specified depth level. Search results now respect the specified depth configuration. @TechSubham [#5856](https://github.com/plone/volto/issues/5856)
- No longer add classes from the query string search text in the `body` tag. @Abhishek-17h [#6493](https://github.com/plone/volto/issues/6493)
- Fixed folder contents issues with persistent selection across page changes. @pnicolli [#6554](https://github.com/plone/volto/issues/6554)
- Fix robots.txt in devmode @reebalazs [#6572](https://github.com/plone/volto/issues/6572)

### Documentation

- Fix redirecting links to Mozilla Developer Network's responsive images. @stevepiercy [#6552](https://github.com/plone/volto/issues/6552)
- Add Volto block examples in the documentation. @erral [#6560](https://github.com/plone/volto/issues/6560)

## 18.5.0 (2025-01-09)

### Feature
Expand Down
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.5.0",
"version": "18.6.0",
"repository": {
"type": "git",
"url": "[email protected]:plone/volto.git"
Expand Down
1 change: 0 additions & 1 deletion packages/volto/types/constants/Languages.d.cts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ export let ja: string;
export let pt: string;
export let pt_BR: string;
export let zh_CN: string;
export let sv: string;

0 comments on commit 1c88feb

Please sign in to comment.