Skip to content

Commit

Permalink
docs(changelog): update for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Mar 1, 2024
1 parent 7cf2cb6 commit 9c3270d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.0 (Unreleased)
## 0.2.0

Initial release.
- Add a new option to select different traffic light styles (`default`, `rounded`, `side-lights`)
- Add some basic tests for utils
- Add plugin-e2e package with playwright for e2e tests
- Fix bugs with `calculateRowsAndColumns` where itemcount and containerWidth weren't being considered causing potential layout breakages
- Fix a bug with `calculateRowsAndColumns` using `data.series.length` causing broken layouts due to returning a different length to useDatas `values` which we should consider the source of truth.

## 0.1.0

Initial release.

0 comments on commit 9c3270d

Please sign in to comment.