Skip to Content
🎉 Coral x Panda has been released 🎉 Read the Migration Guide
DocumentationReleasesChartsv17.0.0

v17.0.0

Breaking Changes

We have restructured our dependencies, so packages that were previously installed by default are now listed as peer-dependencies. This means that you will need to install these packages manually if you haven’t already, but there are no API changes that require updates to your integration.

The following packages must be installed manually, they are listed as peer-dependencies:

  • “@krakentech/coral”
  • “@krakentech/coral-design”
  • “@krakentech/icons”
  • “@krakentech/utils”
  • “react”: “^18.2.0 || ^19.0.0”

The following packages are now listed as optional peer-dependencies:

  • “@types/react”: “^18.2.0 || ^19.0.0” → required for typescript projects
Last updated on