Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonieaj committed Jun 2, 2024
1 parent 5a6f695 commit efe3d47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit efe3d47

Please sign in to comment.