Releases: plone/volto
Releases · plone/volto
18.5.0
18.5.0 (2025-01-09)
Feature
- Add component to show related items, which can be enabled using the
showRelatedItems
setting. @wesleybl #3740 - Added {file}sv/LC_MESSAGES/volto.poinlocales and updated{file}/volto/src/constants/Languages.js to include Swedish @TechSubham #5957
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
- No longer add classes from the query string search text in the
body
tag. @Abhishek-17h #6493 - Fixed folder contents issues with persistent selection across page changes. @pnicolli #6554
- Fix robots.txt in devmode @reebalazs #6572
Documentation
- Fix redirecting links to Mozilla Developer Network's responsive images. @stevepiercy #6552
- Add Volto block examples in the documentation. @erral #6560
17.20.4
18.4.0
18.4.0 (2024-12-17)
Feature
- Added a setting in the
config
object to set the site's CSS layers, if required. @sneridagh #6539
Internal
- Fixed and re-enabled the types declaration extractor from core Volto. @sneridagh #6534
Documentation
- Add monorepo structure to the README. Update the monorepo structure file tree. @stevepiercy #6542
@plone/types 1.2.0
1.2.0 (2024-12-17)
Feature
- Added the typing for the new
cssLayers
configuration object setting. @sneridagh #6539
@plone/components 3.0.1
3.0.1 (2024-12-17)
Bugfix
- Fixed precedence of the Quanta layer by adding a base layer for all the basic components. @sneridagh #6539
Internal
- Update
@plone/components
's URLs in itspackage.json
. @stevepiercy #6542
18.3.0
18.3.0 (2024-12-12)
Feature
- Add disable Teaser block Align handlers for teasers inside containers. @sneridagh #6527
Bugfix
- Fix inline comment in
SlotRenderer
. @sneridagh #6409 - Enhanced linkintegrity popup and moved all logic in a separate component ContentsDeleteModal @giuliaghisini #6516
- Disable initial scroll to top after SSR completion. @Faakhir30 #6523
- Add missing styleWrapper style builder information in container/Grid. @sneridagh #6527
17.20.3
@plone/types 1.1.0
@plone/slate 18.0.4
@plone/registry 2.2.0
2.2.0 (2024-12-12)
Feature
- Added an experimental Vite plugin for the registry. @sneridagh #6409
Documentation
html_use_opensearch
value must not have a trailing slash. Clean up comments. @stevepiercy #6502