Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq authored Feb 4, 2025
1 parent 679aae6 commit 3707615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/layerchart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

### Patch Changes

- fix: Update `rgbColorGenerator` and `getColorStr` to support alpha channel (rgba) ([`796f029`](https://github.com/techniq/layerchart/commit/796f0294dfea40da25029a670ecef0d288036936))

- fix(AreaChart|LineChart|ScatterChart): Clip `belowMarks`, `aboveMarks`, `highlight`, `labels`, and `points` slots when brushed/zoomed ([`883d1d3`](https://github.com/techniq/layerchart/commit/883d1d374e057cfd270da7a59ba5d4115c4719e4))

- feat: Add `renderCircle` to simplify rendering circles to canvas (instead of using `renderPath`) ([`c728af0`](https://github.com/techniq/layerchart/commit/c728af0ef1cb96717b570391af961797646400c2))

- feat(Canvas): Add Logger integration ([`d88ee43`](https://github.com/techniq/layerchart/commit/d88ee43b8e36042d5f4a00c5b858388a1139a58e))

- feat: Add `renderCircle` to simplify rendering circles to canvas (instead of using `renderPath`) ([`c728af0`](https://github.com/techniq/layerchart/commit/c728af0ef1cb96717b570391af961797646400c2))
- fix: Update `rgbColorGenerator` and `getColorStr` to support alpha channel (rgba) ([`796f029`](https://github.com/techniq/layerchart/commit/796f0294dfea40da25029a670ecef0d288036936))

- fix(canvas render): Always paint fill when explicitly defined (`rgb(0,0,0)` would match the default computedStyles color and be ignored) ([`9d3ba48`](https://github.com/techniq/layerchart/commit/9d3ba48eea4eda6e83888050323dcc4b87a34a7b))

Expand Down

0 comments on commit 3707615

Please # to comment.