Skip to content

18.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@sneridagh sneridagh released this 02 Jan 15:17
· 722 commits to main since this release
03a0eb5

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

Documentation

  • Removed outdated acceptance tests docs @sneridagh #5533
  • Add how-to-restrict-blocks to recipes/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