@plone/components 2.0.0-alpha.16
Pre-release
Pre-release
·
952 commits
to main
since this release
2.0.0-alpha.16 (2024-10-18)
Breaking
-
Removed the
FlattenToAppURLProvidersince it's no longer needed. @sneridagh
The components in here need it.
Refactored theLinkcomponent to not use it, sincereact-aria-componentsuses the React Client Routing facilities that can be injected into the React tree.Breaking:
- Use the new providers in
@plone/providersinstead to make the newLinkwork with them. #6069
- Use the new providers in
Internal
- Update typescript and vitest everywhere @sneridagh #6407
- Adjust the path to perform a proper
git diffbetween the cached and current commits to determine whether to build the Storybook for the components package on Netlify. @stevepiercy #6410