Skip to content

Releases: plone/volto

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

@plone/scripts 3.7.0

27 Oct 14:49
f96fe5b
Compare
Choose a tag to compare

3.7.0 (2024-10-27)

Feature

Documentation

@plone/registry 2.0.0-alpha.0

27 Oct 14:48
4802225
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.0 (2024-10-27)

Breaking

  • Moved the package to ESM and refactored the add-on registry scripts to TypeScript. @sneridagh
    Breaking:
    • For maximum compatibility with CommonJS builds, the default exports have been moved to named exports.
    • The modules affected are now built, and the import paths have changed, too.
    • These changes force the modification in imports in a couple of files.
      Please see the Upgrade Guide. #6399

Feature

Bugfix

  • Return empty array when getUtilities does not match anything. @sneridagh #6422

Internal

@plone/generator-volto 9.0.0-alpha.20

27 Oct 14:50
2f7b760
Compare
Choose a tag to compare
Pre-release

9.0.0-alpha.20 (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
  • Breaking changes in .eslintrc.js and .storybook/main.js because of #6399. @sneridagh
    Please see the Upgrade Guide. #6399

16.33.0

23 Oct 19:11
d740adc
Compare
Choose a tag to compare

16.33.0 (2024-10-23)

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.7.3 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.7.3 or later.
    @davisagli #6421
  • URL Management control panel: Add a way to edit existing aliases. @davisagli #6425

Bugfix

  • URL Management control panel: Improve layout for long paths. @davisagli #6421

Internal

@plone/types 1.0.0-alpha.21

18 Oct 06:56
018e256
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.21 (2024-10-18)

Bugfix

  • Some improvements and fixes in blocks and settings types. @sneridagh #6412

Internal

@plone/providers 1.0.0-alpha.3

18 Oct 07:04
644bb62
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.3 (2024-10-18)

@plone/components 2.0.0-alpha.16

18 Oct 07:02
fb2dee6
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.16 (2024-10-18)

Breaking

  • Removed the FlattenToAppURLProvider since it's no longer needed. @sneridagh
    The components in here need it.
    Refactored the Link component to not use it, since react-aria-components uses the React Client Routing facilities that can be injected into the React tree.

    Breaking:

    • Use the new providers in @plone/providers instead to make the new Link work with them. #6069

Internal

  • Update typescript and vitest everywhere @sneridagh #6407
  • Adjust the path to perform a proper git diff between the cached and current commits to determine whether to build the Storybook for the components package on Netlify. @stevepiercy #6410

@plone/client 1.0.0-alpha.19

18 Oct 06:57
17f8fda
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.19 (2024-10-18)

Feature

  • Add support for the depth parameter on getNavigationQuery. @ebrehault #6400

Internal

@plone/generator-volto 9.0.0-alpha.19

18 Oct 07:06
3371c84
Compare
Choose a tag to compare
Pre-release

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

Internal