From 7bf635008fa065f581cd12cf2dfa65cb862f5db7 Mon Sep 17 00:00:00 2001 From: folkforms Date: Tue, 4 Jun 2024 12:49:15 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34632b8..c8bbc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 2.0.0 - TBD ![SPM 8.0.1 and later](https://img.shields.io/badge/-SPM_8.0.1%20and%20later-green) + +### Added + +- IBM Carbon Design System has been upgraded to version 11. You will need to follow the [Carbon 11 upgrade guide](https://carbondesignsystem.com/migrating/guide/overview/) 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. + +### Removed + +Not applicable + ## 1.1.0 - 11/11/2022 ![SPM 8.0.2,SPM 8.0.1](https://img.shields.io/badge/-SPM_8.0.2-green) ### Added