Skip to content

Releases: plone/volto

18.0.0-alpha.46

10 Oct 14:50
b79ef9d
Compare
Choose a tag to compare
18.0.0-alpha.46 Pre-release
Pre-release

18.0.0-alpha.46 (2024-10-10)

Breaking

  • Added react/jsx-key rule for ESlint to detect missing key property in iterators. @sneridagh #6387

Bugfix

  • Revert "Fix block chooser search is not focusable when clicked on add button" #5867 @sneridagh
    It was causing a regression described in #6389 #6390

Internal

  • Added missing improvement to the build-deps Makefile command. @sneridagh #6383

Documentation

@plone/components 2.0.0-alpha.14

10 Oct 14:47
3ba9425
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.14 (2024-10-10)

Bugfix

17.20.0

09 Oct 09:26
25dcb4f
Compare
Choose a tag to compare

17.20.0 (2024-10-09)

Feature

  • Pass the user, navRoot, and contentType objects to the restricted function of the block settings. @wesleybl #6264
  • improve DiffField.jsx with better support for displaying HTML elements such as images @dobri1408 #6384

Documentation

  • Install Vale via pip, and pin to <3.0.0, allowing it to run locally and in CI without reconfiguration. @stevepiercy #6377

18.0.0-alpha.45

08 Oct 08:05
d18a4e5
Compare
Choose a tag to compare
18.0.0-alpha.45 Pre-release
Pre-release

18.0.0-alpha.45 (2024-10-08)

Bugfix

Documentation

  • Removed pin on Vale for documentation spelling, grammar, and style checks, and upgrade to v3.x configuration.
    Updated CI and Makefile to allow VALEOPTS=--no-exit. @stevepiercy #6376

@plone/types 1.0.0-alpha.20

08 Oct 08:03
4fc90a7
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.20 (2024-10-08)

Bugfix

@plone/components 2.0.0-alpha.13

08 Oct 08:03
e71c49a
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.13 (2024-10-08)

Bugfix

Internal

@plone/generator-volto 9.0.0-alpha.18

04 Oct 11:49
e83d9a3
Compare
Choose a tag to compare
Pre-release

9.0.0-alpha.18 (2024-10-04)

Breaking

  • Updated razzle.config.js to accommodate new argument paths passed down to customModifyWebpackConfig. @sneridagh #6368

18.0.0-alpha.44

03 Oct 10:36
2e03204
Compare
Choose a tag to compare
18.0.0-alpha.44 Pre-release
Pre-release

18.0.0-alpha.44 (2024-10-03)

Feature

  • Added config.settings.nonContentRoutesPublic to avoid isCmsUi issues in these public routes. @giuliaghisini #6173
  • Add language independent field icon. @iRohitSingh #6297
  • Improve DiffField.jsx to render only the blocks on the page with better support for displaying HTML elements such as images. @dobri1408 #6309
  • Updated Italian Italian translations. @gianniftp #6342
  • Update Brazilian Portuguese translations. @ericof

Bugfix

  • Increase specificity of table header style selector to properly override colors for better contrast @jackahl #2487
  • Change Form input:focus text color to the textColor value for a11y.
    Add Cypress test for contact form inputs. @ThomasKindermann @tedw87 #2570
  • Add missing for attribute to checkbox label to improve accessibility. @Gomez #6249
    • Fixed build style classnames in edit mode. Also use buildStyleClassNamesExtenders. @giuliaghisini #6259
  • Fetch user before pass it to the restricted function of the block settings. @wesleybl #6293
    • Join validation errors in one single toast and update errors from response. @cekk
    • Toast content now has a
      wrapper instead of a

      . @cekk #6295

  • Fixed findBlocks when no blocks are passed. @giuliaghisini #6299
  • Fixed toolbar buttons not having a focus outline. @JeffersonBledsoe #6313
  • fix: SidebarPopup close on ESC keypress @nileshgulia1 #6315
  • Changed sidebar accordion text colour from @Teal to @textcolor. @JeffersonBledsoe #6330
  • Labels accessibility for ArrayWidget, SelectWidget, TokenWidget. @folix-01 #6332
  • Use lighter blue as link color in inverted tables to improve contrast for a11y @jackahl #6334

Internal

  • Added a pull request template as a checklist before submitting a PR. @stevepiercy #6365

Documentation

17.19.0

03 Oct 10:39
b511084
Compare
Choose a tag to compare

17.19.0 (2024-10-03)

Feature

  • The schema for the ContentsPropertiesModal can be enhanced using the contentPropertiesSchemaEnhancer setting.
    Also, the properties form is now prepopulated with values if all selected items share the same value. @davisagli #6248
  • Pass errors property to BlocksForm and Form. @sneridagh @tedw87 #6331

Bugfix

Internal

@plone/components 2.0.0-alpha.12

03 Oct 10:34
8ad447d
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.12 (2024-10-03)

Feature

  • Update RAC to 1.4.0 - Added new Disclosure component and new Color widgets @sneridagh #6364