Releases: plone/volto
Releases · plone/volto
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
@plone/slate 18.0.1
18.0.3
18.0.2
18.0.1
18.0.1 (2024-11-05)
Bugfix
- Fix ERR_REQUIRE from ESM module requiring CJS module in
@plone/registry
fix tests. @sneridagh #6458
Internal
- Improve exports in @plone/registry, adapt the Jest test setup. @sneridagh #6461
- Removed
parcel
completely from core. @sneridagh #6469
Documentation
- Fix display of nvm version when installing it for Contributing to Volto. @stevepiercy #6460
@plone/scripts 3.8.1
@plone/scripts 3.8.0
3.8.0 (2024-11-05)
Internal
- Improve exports in
@plone/registry
. Adapt its detection in i18n script. @sneridagh #6461
@plone/registry 2.1.2
2.1.2 (2024-11-05)
Bugfix
- Fix weird typings issue happening in docker build but not locally. @sneridagh #6471
Internal
- Improve packaging. @sneridagh
@plone/registry 2.1.1
2.1.1 (2024-11-05)
Internal
- Repackage registry, the previous build was including the docs. @sneridagh
@plone/registry 2.1.0
2.1.0 (2024-11-05)
Feature
- Allow any type
js
,cjs
,mjs
,ts
as configuration for the add-on registry. @sneridagh #6458
Bugfix
- Fix ERR_REQUIRE from ESM module requiring CJS module. @sneridagh #6458
- Fix types for add-on's TypeScript. Fix
.tsconfig
for Node.js side. @sneridagh #6461
Internal
- Replace
parcel
withtsup
for build. @sneridagh #6461