18.0.0-alpha.31
Pre-release
Pre-release
·
1213 commits
to main
since this 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-controlso that we can useeslint-plugin-jsx-a11yversion 6.8.0 if it's pulled by other dependencies. @ichim-david #5785 - Fix some type definitions in JSDocs @sneridagh #6014
- Use
pnpm9.1.1 @sneridagh
Removepostinstallscript for building dependencies @sneridagh #6017
Internal
- Allow
Makefileoptions to be modified by aMakefile.localfile if present. @ichim-david #5997 - Modified
lockingandblock-listingcypress tests
to use moreassertionsinstead 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