v25.0.0
Breaking Changes
We have removed defaultComponentProps from CoralConfigProvider.
If you are not using this override in your configs, you do not need to make any specific code changes. However, if you were using this override to set default props for components globally, you will need to set those props directly on the components instead.
This change allows us to remove the need for all components to be client components, allowing us to mark many more components as server components, improving performance and reducing bundle sizes.
This change creates a breaking release for all packages that depend on coral-types, so please ensure you update all Coral packages together.
pnpm i @krakentech/coral-molecules@21.0.0 @krakentech/coral-organisms@29.0.0 @krakentech/coral@25.0.0 @krakentech/coral-charts@12.0.0 @krakentech/coral-formik@20.0.0 @krakentech/coral-maps@3.0.0 @krakentech/coral-media@11.0.0 @krakentech/coral-storyblok@32.0.0 @krakentech/icons@4.0.0Last updated on