diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ddc93..e6c3ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### 🐛 Bug fixes +- Fixed a bug where box fill colours would cover box text, and changed the implementation of `hide` style option. + ### 📚 Documentation and demo website changes ### 🔧 Internal changes @@ -24,7 +26,8 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Added data type and manual layout tests for the `draw` function. - Updated file paths for example files under docs to import the correct file. - Added style and automatic layout tests for the `draw` function. -- Fixed highlight bug and changed implementation of `hide` style option. +- Updated documentation, tests, and examples to reflect the `isClass` attribute being optional and set to `false` by default. +- Removed unused imports in `demo_C.js`. ## [0.1.0] - 2024-04-16