From 527b615f4907c14d1b2fc616402b49f9b1f6fadd Mon Sep 17 00:00:00 2001 From: John Haley Date: Mon, 2 Dec 2024 11:59:45 -0700 Subject: [PATCH] update CHANGES to be less verbose --- CHANGES.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d3e4022..09c2825 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,20 +1,6 @@ -## 5.0.0 (2024-11-28) - -- change `axisLine` type from `any` to `[ | `Bool(bool) | `Obj(Js.t({..}))]` in `XAxis`, `YAxis`, and `ZAxis` -- change `dataKey` type from `string` to `[ | `Str(string) | `Int(int) | `Fn('dataObj => 'dataKey)]` in `XAxis`, `YAxis`, and `ZAxis` -- change `label` type from `any` to `[ | `Str(string) | `Int(int) | `Float(float) | `Component(React.element) | `Obj(Js.t({..}))]` in `XAxis`, `YAxis`, and `ZAxis` -- change `name` type from `string` to `[ | `Str(string) | `Int(int) | `Float(float)]` in `XAxis`, `YAxis`, and `ZAxis` -- add `range` prop to `XAxis` and `YAxis` -- change `tick` type from `any` to `[ | `Obj(Js.t({..})) | `Component(React.element) | `Bool(bool) | `Fn('tick => React.element)]` in `XAxis`, `YAxis`, and `ZAxis` -- change `tickFormatter` type from `any` to `(. 'tick, int) => string` in `XAxis`, `YAxis`, and `ZAxis` and wrap it with a curried function -- change `tickLine` type from `any` to `[ | `Bool(bool) | `Obj(Js.t({..}))]` in `XAxis`, `YAxis`, and `ZAxis` -- change `tickSize` type from `float` to `[ | `Float(float) | `Int(int)]` in `XAxis`, `YAxis`, and `ZAxis` -- fix curried functions in event handlers for `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` +## Unpublished + +- *[breaking]* improve bindings for XYZ axes, Treemap, Pie and Cell components [#59](https://github.com/ahrefs/melange-recharts/pull/59) ## 4.0.7 (2024-11-23)