Skip to content

Releases: plone/volto

@plone/types 1.0.0

31 Oct 17:31
976e1bf
Compare
Choose a tag to compare

1.0.0 (2024-10-31)

Internal

@plone/slate 18.0.0

31 Oct 17:42
92e50ee
Compare
Choose a tag to compare

18.0.0 (2024-10-31)

Internal

@plone/registry 2.0.0

31 Oct 17:35
7ddbac1
Compare
Choose a tag to compare

2.0.0 (2024-10-31)

Internal

@plone/components 2.0.0

31 Oct 17:38
742d257
Compare
Choose a tag to compare

2.0.0 (2024-10-31)

Internal

@plone/generator-volto 9.0.0

31 Oct 18:03
f202ed9
Compare
Choose a tag to compare

9.0.0 (2024-10-31)

Internal

18.0.0-alpha.48

30 Oct 09:12
85d339d
Compare
Choose a tag to compare
18.0.0-alpha.48 Pre-release
Pre-release

18.0.0-alpha.48 (2024-10-30)

Breaking

  • Wrap Table of Contents block in a nav tag, instead of a div tag, for better representation improving the block accessibility. @Tishasoumya-02 @ichim-david #6082

Feature

Bugfix

  • Fix error "Exception: No query supplied" in the listing block, when there is no criteria selected. @tedw87 #3839
  • Fixed page changes not being announced to screen reader users. @JeffersonBledsoe #5288
  • Fix useSelector is returned a different result when called with the same parameters in IdWidget. @iFlameing #6449
  • Moved applyBlockDefaults one component up so the style is computed correctly. @sneridagh #6451

Documentation

17.20.1

30 Oct 09:54
bb2c18c
Compare
Choose a tag to compare

17.20.1 (2024-10-30)

Bugfix

  • Fix error "Exception: No query supplied" in the listing block, when there is no criteria selected. @tedw87 #3839
  • Fix redirect after login if the Login component is used on a route other than /login or /logout. @dobri1408 #6452

@plone/types 1.0.0-alpha.22

30 Oct 09:04
97abaef
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.22 (2024-10-30)

Feature

@plone/slate 18.0.0-alpha.20

30 Oct 09:05
e095874
Compare
Choose a tag to compare
Pre-release

18.0.0-alpha.20 (2024-10-30)

Bugfix

18.0.0-alpha.47

27 Oct 14:51
82e4f7b
Compare
Choose a tag to compare
18.0.0-alpha.47 Pre-release
Pre-release

18.0.0-alpha.47 (2024-10-27)

Breaking

  • Dropped support for Node.js 18, since Volto only supports the last two LTS versions. @sneridagh
    Volto might continue to work on it, but it will be no longer tested in CI. #6371

Feature

  • URL Management control panel: add a filter for redirects created after a given date.
    Note: This requires Products.CMFPlone 6.0.14 and plone.restapi 9.8.0 or later.
    @davisagli #6414
  • URL Management control panel: Move the form for adding a new redirect into a modal. @davisagli #6421
  • URL Management control panel: Add feature to bulk upload redirects in a CSV file.
    Note: This requires plone.restapi 9.8.0 or later.
    @davisagli #6421
  • Introducing "client transforms for Redux reducers". @sneridagh #6422
  • URL Management control panel: Add a way to edit existing aliases. @davisagli #6425

Bugfix

  • Fix site setup access check by using @actions endpoint to validate permissions. @Faakhir30 #6355
  • Fix redirect after login if the Login component is used on a route other than /login or /logout. @dobri1408 #6419
  • URL Management control panel: Improve layout for long paths. @davisagli #6421
  • URL Management control panel: add missing translations. @davisagli #6436

Internal

Documentation