v26.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:
- “@krakentech/coral-charts”: “^16.0.0” → required for
EnergySummaryChart - “@krakentech/coral-media”: “^15.0.0” → required for
WheelOfFortune - “@types/react”: “^18.2.0 || ^19.0.0” → required for
typescriptprojects
Last updated on