Skip to content

Releases: plone/volto

18.1.0

11 Nov 11:41
157df05
Compare
Choose a tag to compare

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

Documentation

  • Overhaul and update of the add-ons section in documentation. @sneridagh #6397

@plone/slate 18.0.1

11 Nov 11:40
07bf070
Compare
Choose a tag to compare

18.0.1 (2024-11-11)

Feature

18.0.3

05 Nov 15:42
0a7bd48
Compare
Choose a tag to compare

18.0.3 (2024-11-05)

Bugfix

  • Fixed image generation because of a bug in the docker build with registry typings. @sneridagh #6471

18.0.2

05 Nov 12:55
38aab6d
Compare
Choose a tag to compare

18.0.2 (2024-11-05)

Internal

  • Fix missing export src in @plone/components Also improve packaging in packages. @sneridagh #6470

18.0.1

05 Nov 09:42
4f52faf
Compare
Choose a tag to compare

18.0.1 (2024-11-05)

Bugfix

  • Fix ERR_REQUIRE from ESM module requiring CJS module in @plone/registry fix tests. @sneridagh #6458

Internal

Documentation

  • Fix display of nvm version when installing it for Contributing to Volto. @stevepiercy #6460

@plone/scripts 3.8.1

05 Nov 12:52
98ab5e8
Compare
Choose a tag to compare

3.8.1 (2024-11-05)

Internal

@plone/scripts 3.8.0

05 Nov 09:38
28223ca
Compare
Choose a tag to compare

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

05 Nov 15:41
3ce85c6
Compare
Choose a tag to compare

2.1.2 (2024-11-05)

Bugfix

  • Fix weird typings issue happening in docker build but not locally. @sneridagh #6471

Internal

@plone/registry 2.1.1

05 Nov 09:58
1ce478f
Compare
Choose a tag to compare

2.1.1 (2024-11-05)

Internal

  • Repackage registry, the previous build was including the docs. @sneridagh

@plone/registry 2.1.0

05 Nov 09:36
c37e4ce
Compare
Choose a tag to compare

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