Releases: rakannimer/react-google-charts
Releases · rakannimer/react-google-charts
v5.2.1
Bug Fixes
- typings: fix setValue value param should accept same types as getValue (#765) (5f58bee)
v5.1.0
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
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
Bug Fixes
- mitigates the infinite loading issue while the root cause is being investigated (9957ab7), closes #710 #714 #714
v4.0.1
Bug Fixes
- fix problem loading events in tables when displayed for the first time (#709) (b2ce2c3)
v4.0.0
⚠ 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
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
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