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 asEachFibRetracementProps
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