Releases: react-financial/react-financial-charts
Releases · react-financial/react-financial-charts
v2.0.1
2.0.1 (2023-05-13)
Note: Version bump only for package root
v2.0.0
2.0.0 (2023-05-12)
Bug Fixes
-
ChartCanvas no longer uses UNSAFE_componentWillReceiveProps (a9643a2)
-
Circular import causing use before initialization (5921432)
-
core: fixing chart flickering (9fe8cc7)
-
core: fixing spreading interaction props (c6a98fb)
-
Data updates cause chart to immediately render with correct scale and data (729d3c3)
-
Fixed warning from React about using getSnapshotBeforeUpdate without componentDidUpdate (5da4fd0)
-
make FibonacciRetracement
appearance prop type the same as EachFibRetracementProps
ones (28d324f)
-
Resolved another circular dependency (8ac704c)
-
utils: bump auto sizer to resolve react 18 issues (009d42e)
-
feat!: removing type module from package config (c6be298)
Features
- add yAccessor to MouseCoordinateY coordinate (b1ddee4)
- Eliminated unsafe lifecycle methods, rewrote GenericComponent and GenericChartComponent (7841001)
- Migrated to new React context API (bec345b)
BREAKING CHANGES
- no need for extensions in imports now
v1.3.2
1.3.2 (2021-10-17)
Bug Fixes
- series: fixing bug in CandlestickSeries (b7201f8), closes #594
- do not round offset anymore (2dc53ee)
- remove rounding of x-axis location (5cf2c13)
- remove rounding of x-axis location (64e893f)
- stop rounding offset (7944b2d)
v1.3.1
1.3.1 (2021-06-16)
Bug Fixes
- do not capture wheel when pan and zoom disabled (357383b)
v1.3.0
1.3.0 (2021-05-23)
Bug Fixes
- adding module to type property in package.json (1359ac6), closes #520
Features
- series: provide a fillStyle factory option for the AreaSeries (b1249fa)
v1.2.2
1.2.2 (2021-04-30)
Bug Fixes
- interactive: correcting props on TrendLine (95cbb8e)
- stories: adding showTicks={false} to XAxis in StockChart (4966ea7), closes #509
v1.2.1
1.2.1 (2021-04-27)
Bug Fixes
- annotations: fixing svg path annotation (05cd1ec), closes #496
v1.2.0
1.2.0 (2021-04-26)
Features
- series: adding connectNulls to AreaSeries (d800dc5), closes #497
v1.1.0
1.1.0 (2021-02-26)
Bug Fixes
- series: fixing volume profile series (584dd26), closes #418
Features
- adding react 17 as peer dependency (569209b), closes #468
v1.0.1
1.0.1 (2021-01-01)
Bug Fixes
- core: bug with panning on mobiles (db34691), closes #459