18.0.0-alpha.6
Pre-release
Pre-release
sneridagh
released this
02 Jan 15:17
·
722 commits
to main
since this release
18.0.0-alpha.6 (2024-01-02)
Feature
- Added support for custom CSS properties in the
StyleWrapper
. @sneridagh #5581
Bugfix
- Use a textarea in the form for editing an existing comment. @Ravi-kumar9347 #5265
- The hamburger icon to open the mobile/tablet navigation is now hidden if there are no navigation items. @Aarav238 #5353
- Fix preview image component @steffenri #5379
- Fix autopopulated value of facet when settings the value for another one. @iFlameing #5432
- Fix sitemap for multilingual sites
[erral] #5501 - Replace createRef with useRef in SidebarPopup
[razvanMiu] #5519 - Fixed the project generator's ESLint configuration, added code quality checks to the CI to ensure a generated project can run these checks, and added documentation for how to reconfigure ESLint in projects. @sneridagh #5530
- Fixed edge case error in Unauthorised page and Login route behavior @sneridagh #5536
- changed typo of pnp to pnpm. @ujjwaleee26 #5537
Internal
- Added Cypress tests to verify that the modal dialog for deleting linked items pops up correctly. @Molochem #5529
- Fix stylelint violations @sneridagh #5544
- Update Plone to 6.0.9 @sneridagh #5562
Documentation
- Removed outdated acceptance tests docs @sneridagh #5533
- Add
how-to-restrict-blocks
torecipes/index.md
, avoiding Sphinx warning. @stevepiercy #5546 - Point developers to correct installation documentation, replaced yarn commands with pnpm, and correct some misspellings. We also now use includes to keep instructions consistent within Volto and in the main Plone 6 documentation. Finally the
NVM_VERSION
substitution now works. @ujjwaleee26 @stevepiercy #5556 - Fix redirects. @stevepiercy #5563
- Fix redirect for
nvm.fish
. @stevepiercy #5569