From 1c88feb0bbd24698d3507f98471d2e3b42e80eca Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Sat, 11 Jan 2025 12:03:08 +0100 Subject: [PATCH] Release 18.6.0 --- docs/source/release-notes/index.md | 19 ++++++++++++++++++- packages/volto/CHANGELOG.md | 18 ++++++++++++++++++ packages/volto/package.json | 2 +- .../volto/types/constants/Languages.d.cts | 1 - 4 files changed, 37 insertions(+), 3 deletions(-) diff --git a/docs/source/release-notes/index.md b/docs/source/release-notes/index.md index 4d4ce90838..3eab10e849 100644 --- a/docs/source/release-notes/index.md +++ b/docs/source/release-notes/index.md @@ -17,12 +17,29 @@ myst: +## 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 diff --git a/packages/volto/CHANGELOG.md b/packages/volto/CHANGELOG.md index b02c0a3885..3eab10e849 100644 --- a/packages/volto/CHANGELOG.md +++ b/packages/volto/CHANGELOG.md @@ -17,6 +17,24 @@ myst: +## 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 diff --git a/packages/volto/package.json b/packages/volto/package.json index a4bc8db17d..c3d5bb4e5e 100644 --- a/packages/volto/package.json +++ b/packages/volto/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "18.5.0", + "version": "18.6.0", "repository": { "type": "git", "url": "git@github.com:plone/volto.git" diff --git a/packages/volto/types/constants/Languages.d.cts b/packages/volto/types/constants/Languages.d.cts index bc04dccc0c..02f6428cec 100644 --- a/packages/volto/types/constants/Languages.d.cts +++ b/packages/volto/types/constants/Languages.d.cts @@ -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;