Skip to content

Releases: rakannimer/react-google-charts

v5.2.1

26 Oct 15:47
Compare
Choose a tag to compare

Bug Fixes

  • typings: fix setValue value param should accept same types as getValue (#765) (5f58bee)

v5.2.0

26 Oct 15:38
Compare
Choose a tag to compare

Features

  • allow initialization from a DataTable (#766) (01e21d4)

v5.1.0

03 Oct 00:03
Compare
Choose a tag to compare

Features

  • add support for custom loader.js script location (c11c31c), closes #730

Bug Fixes

  • add and remove event listeners using useEffect (#731) (651d14c)
  • re-draw on any relevant prop change (4da45f6)
  • re-draw when data, columns or rows changed (687521f)

v5.0.0

02 Oct 23:14
Compare
Choose a tag to compare

Bug Fixes

  • add and remove event listeners using useEffect (#731) (651d14c)
  • re-draw on any relevant prop change (4da45f6)
  • re-draw when data, columns or rows changed (687521f)

v4.0.6

27 Sep 00:21
Compare
Choose a tag to compare

Bug Fixes

  • mitigates the infinite loading issue while the root cause is being investigated (9957ab7), closes #710 #714 #714

v4.0.5

22 Sep 20:38
Compare
Choose a tag to compare

Bug Fixes

  • add more types to chart options (55c3d91), closes #362
  • add null as cell type (07487d1), closes #388
  • docs: Update homepage link. (944afc1)
  • fix empty columns check (88e77f2)
  • switch to using a dataView to hide columns (2d91574), closes #391
  • update backgroundColor type (d560a30), closes #375

v4.0.1

20 Jul 15:52
Compare
Choose a tag to compare

Bug Fixes

  • fix problem loading events in tables when displayed for the first time (#709) (b2ce2c3)

v4.0.0

20 Jan 10:01
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • UMD bundle was dropped. Old browsers, like IE, were dropped.

Features

Bug Fixes

  • fix types for TypeScript 3.8 (#420) (54fad92)
  • package.json: rm invalid type field, fix script name (#413) (6af4c7f)

build

3.0.6

21 Aug 12:10
Compare
Choose a tag to compare

Patches

  • [Docs] replace arrow functions with functions.: b607405
  • Remove charteditor from default chartPackages and update docs accordingly. #234: 19b294d
  • Remove unnecessary divs. Pass chart styles to dashboard. #237

3.0.4

13 Aug 14:11
Compare
Choose a tag to compare

Patches

  • Update typescript to fix emitted declarations. #232
  • [Docs] Fix link typo.: 7a28a0b
  • Add prop-types as peer dependency (needed by react-load-script): f7a383e
  • [Docs] Add link to new docs.: bbc3e6f