Skip to content

Releases: react-financial/react-financial-charts

v1.0.0-alpha.7

26 Jul 20:30
71acd57
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2020-07-26)

Bug Fixes

v1.0.0-alpha.6

23 Jul 08:16
e5deaa7
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2020-07-23)

Bug Fixes

  • tooltip: removing generic from SingleValueTooltip (8035b85)

v1.0.0-alpha.5

23 Jul 08:00
b0ca914
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2020-07-23)

Bug Fixes

  • tooltip: removing unknown from SingleValueTooltip (1d6796c)

Features

  • tooltip: adding change to ohlc tooltip (bc38b73)

v1.0.0-alpha.4

19 Jul 20:55
dfb0839
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2020-07-19)

Bug Fixes

  • utils: @types/react-virtualized-auto-sizer is required as a dependency (fa9e5ed)

v1.0.0-alpha.3

19 Jul 20:21
df18500
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2020-07-19)

Bug Fixes

  • utils: re-exporting AutoSizerProps (3615c6c)

v1.0.0-alpha.2

15 Jul 14:41
60b2b45
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2020-07-15)

Note: Version bump only for package root

v1.0.0-alpha.1

10 Jul 07:28
b9b1295
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2020-07-10)

Bug Fixes

  • correcting casing of StockChart.tsx (0e1b11d)
  • core: CanvasContainer is now a PureComponent (ec4c43e)
  • core: fixing issues with empty data sets (23c2458)
  • core: fixing re-rendering of svg components (af0f156)

Features

  • core: adding onDoubleClick to Chart (1b6498b)

v1.0.0-alpha.0

08 Jul 11:13
eae3db6
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

1.0.0-alpha.0 (2020-07-08)

Bug Fixes

  • core: only draw canvas if the draw function is defined (354eb54)

  • feat!: separating code into packages (670537f)

BREAKING CHANGES

  • first stage of refactor breaking the code down.

v0.5.1

08 Jan 09:15
87bf5cc
Compare
Choose a tag to compare

0.5.1 (2020-01-08)

Bug Fixes

  • charts: fixing gridlines when the axis is on the left or top (61d5e7b)

v0.5.0

07 Jan 21:46
5de2718
Compare
Choose a tag to compare

0.5.0 (2020-01-07)

Features

  • charts: adding showGridLines prop to axis (2c0f7fe)
  • charts: default tooltip value can be changed (f19ec61)
  • charts: tweaking default mouse coordinate fill (ead5c1a)