Releases: plone/volto
Releases · plone/volto
@plone/slate 18.0.3
18.2.0
@plone/slate 18.0.2
18.1.2
18.1.2 (2024-12-05)
Bugfix
- Remove
not ie 11
from browserslist configuration, because it is now included innot dead
. @stevepiercy #6501 - Fix warnings related to
snapshot.managedPaths
on startup. @davisagli #6511
Internal
- Add Accessibility acceptance tests for content types. @ana-oprea @ichim-david #6339
- Fixed the
README.md
for Volto core when releasing to npm registry: copy it from the root of the monorepo on release. @sneridagh #6510
Documentation
- Add new Volto trainings to tutorials. @stevepiercy #6499
html_use_opensearch
value must not have a trailing slash. Clean up comments. @stevepiercy #6502
@plone/components 2.2.1
18.1.1
18.1.1 (2024-11-21)
Bugfix
- Do not break toolbar if layout id is not registered in layoutViewsNamesMapping. @cekk #6485
- Replace all spaces with
-
inBodyClass
classes, instead of with-
or `` depending on the content type or section. @giuliaghisini #6487
Internal
- Update instructions to install
pipx
inRELEASING.md
. @stevepiercy #6496
Documentation
- More privacy concerning youtube links and fixing link check warnings for youtube playlist links. @stevepiercy @ksuess #4203
- Remove conflicting
searchtools.js
file from documentation to allow default Sphinx search in main Plone documentation. @stevepiercy #6482 - Add support for sphinxcontrib-youtube. @stevepiercy #6486
- Refactor documentation includes to align with main documentation pattern. @stevepiercy #6495
@plone/components 2.2.0
@plone/providers 1.0.0-alpha.6
18.1.0
18.1.0 (2024-11-11)
Feature
Bugfix
- URL Management control panel: Show errors from a failed CSV upload. @davisagli #6473
- Added missing style Helmet serialization in the HTML component to make it work in SSR. @sneridagh
Fix deprecation notice for the usage of apple-mobile-web-app-capable. #6480
Internal
- Added React Router 7 experimental PoC. @sneridagh #6472
Documentation
- Overhaul and update of the add-ons section in documentation. @sneridagh #6397