@plone/components 2.0.0-alpha.16
Pre-release
Pre-release
sneridagh
released this
18 Oct 07:02
·
188 commits
to main
since this 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 theLink
component to not use it, sincereact-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 newLink
work with them. #6069
- Use the new providers in
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