Skip to content

Releases: plone/volto

16.31.9

27 May 08:05
021fdb7
Compare
Choose a tag to compare

16.31.9 (2024-05-27)

Bugfix

18.0.0-alpha.32

23 May 13:45
66fb6c2
Compare
Choose a tag to compare
18.0.0-alpha.32 Pre-release
Pre-release

18.0.0-alpha.32 (2024-05-23)

Feature

Bugfix

Internal

Documentation

  • Use Plone Sphinx Theme. Migrate from Netlify to Read the Docs for pull request preview builds. @stevepiercy #6030
  • Build documentation and Storybook only when their files change. @stevepiercy #6037

@plone/types 1.0.0-alpha.13

23 May 13:40
d950215
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.13 (2024-05-23)

Feature

@plone/providers 1.0.0-alpha.1

23 May 13:44
5e8ca04
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.1 (2024-05-23)

Internal

@plone/components 2.0.0-alpha.9

23 May 13:43
c84e68c
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.9 (2024-05-23)

Feature

@plone/client 1.0.0-alpha.15

23 May 13:42
d1cf06e
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.15 (2024-05-23)

Breaking

Bugfix

Internal

  • Sync TypeScript version @sneridagh #5912
  • Improvements to the monorepo setup with utilities, especially ESLint. Build cached option to speedup operations. @sneridagh #5969
  • Saner defaults for building deps, switch default to cached, add build:force command @sneridagh #5980
  • Un-pin @tanstack/react-query dependency @sneridagh #6045

17.16.0

21 May 12:00
712e4eb
Compare
Choose a tag to compare

17.16.0 (2024-05-21)

Feature

Internal

  • Fix .npmignore file list - now npm seems that honors the undelying filesystem case setting @sneridagh #0
  • Cleaned up useless injectIntl in DefaultView @pnicolli #5994

16.31.8

21 May 10:51
0684db2
Compare
Choose a tag to compare

16.31.8 (2024-05-21)

Internal

  • Fix .npmignore file list - now npm seems that honors the undelying filesystem case setting @sneridagh #0

16.31.7

21 May 07:52
7d45bb3
Compare
Choose a tag to compare

16.31.7 (2024-05-21)

IMPORTANT: This is a brown bag release. Please use the next one (16.31.8) instead. There were some missing files while packing the release. It seems that npm changed the way it parses the .npmignore file, now it honors the underlying filesystem case.

Bugfix

18.0.0-alpha.31

15 May 19:59
ad4f127
Compare
Choose a tag to compare
18.0.0-alpha.31 Pre-release
Pre-release

18.0.0-alpha.31 (2024-05-15)

Bugfix

  • Replaced the spinner with a progress bar that shows the number of files being uploaded (Uploading x files out of y), and positioned the progress bar properly, while uploading a large number of files. @victorchrollo14 #5620
  • Disable jsx-a11y/label-has-associated-control so that we can use eslint-plugin-jsx-a11y version 6.8.0 if it's pulled by other dependencies. @ichim-david #5785
  • Fix some type definitions in JSDocs @sneridagh #6014
  • Use pnpm 9.1.1 @sneridagh
    Remove postinstall script for building dependencies @sneridagh #6017

Internal

  • Allow Makefile options to be modified by a Makefile.local file if present. @ichim-david #5997
  • Modified locking and block-listing cypress tests
    to use more assertions instead of wait times in order to improve
    the reliability of the tests. @ichim-david #5998

Documentation

  • Add sphinx-examples extension, update examples, align docs requirements with main documentation, and fix JSON example in upgrade guide. @stevepiercy #6011