From 46e9aa5d62a99e1cd04d1f8ae93f1c5b2ffb4eec Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 10 Jan 2025 16:22:35 +0100 Subject: [PATCH] update CHANGES.md --- CHANGES.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6023ee6..dd77c59 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 5.0.4 + +- add `syncMethod` prop to `LineChart`, `AreaChart`, `BarChart`, `ComposedChart` + ## 5.0.3 - fix tick props in `XAxis`, `YAxis` and `ZAxis` @@ -12,8 +16,8 @@ ## 5.0.0 -- *[breaking]* improve bindings for XYZ axes, Treemap, Pie and Cell components [#59](https://github.com/ahrefs/melange-recharts/pull/59) -- *[breaking]* remove `TooltipCursor` module [#60](https://github.com/ahrefs/melange-recharts/pull/60) +- _[breaking]_ improve bindings for XYZ axes, Treemap, Pie and Cell components [#59](https://github.com/ahrefs/melange-recharts/pull/59) +- _[breaking]_ remove `TooltipCursor` module [#60](https://github.com/ahrefs/melange-recharts/pull/60) ## 4.0.7 (2024-11-23) @@ -104,10 +108,10 @@ ## 1.0.2 (2021-05-19) -- Bump url-parse from 1.4.7 to 1.5.1 in /examples (#40) -- Bump lodash from 4.17.19 to 4.17.21 in /examples (#41) -- Bump elliptic from 6.5.3 to 6.5.4 in /examples (#36) -- Bump y18n from 4.0.0 to 4.0.1 in /examples (#37) +- Bump url-parse from 1.4.7 to 1.5.1 in /examples (#40) +- Bump lodash from 4.17.19 to 4.17.21 in /examples (#41) +- Bump elliptic from 6.5.3 to 6.5.4 in /examples (#36) +- Bump y18n from 4.0.0 to 4.0.1 in /examples (#37) ## 1.0.1 (2021-01-09)