2.0.0 - 31/07/2024
Added
- IBM Carbon Design System has been upgraded to version 11. You will need to follow the Carbon 11 upgrade guide for any custom components you have.
- Upgraded supported version of NodeJS 12 & 14 -> 18 & 20.
- Upgraded node-sass -> sass.
- Added code formatting on commit.
- Added linting on commit.
- Unit tests now run on every commit.
- Fixed build warning caused by missing exports.
- Fixed errors in documentation.
- Updated documentation with Curam supported versions.
- Rearchitected package structure to avoid circular dependencies.
- Changed install command from
npm ci
tonpm install
.
Removed
Not applicable