Skip to content

@plone/components 2.0.0-alpha.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@sneridagh sneridagh released this 18 Oct 07:02
· 188 commits to main since this release
fb2dee6

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