Skip to content

Commit

Permalink
update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaley81 committed Nov 25, 2024
1 parent 602f743 commit a2359bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 5.0.0 (2024-11-26)

- fix curried functions in event handlers for `XAxis`, `YAxis`, and `ZAxis`
- change `dataKey` type from `string` to `'dataKey` in `XAxis`, `YAxis`, and `ZAxis`
- change `tickSize` type from `int` to `float` in `XAxis`, `YAxis`, and `ZAxis`
- add `transform` and `stroke` props to `XAxis`, `YAxis`, and `ZAxis`
- add `style` prop to `ZAxis`
- add `fillOpacity` prop to `Cell`
- add optional flags to `Treemap` props `stroke`, `fill`, `isAnimationActive`, `animationDuration`
- wrap `Pie` event handlers data prop in `Js.Nullable.t`

## 4.0.7 (2024-11-23)

- add `payload` to `Pie` and `Bar` event handler
Expand Down

0 comments on commit a2359bb

Please sign in to comment.