Skip to content

Commit 18522b9

Browse files
committed
chore(release): 5.1.0
1 parent 0a1ffd3 commit 18522b9

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

Diff for: packages/react-google-charts/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.1.0](https://github.com/RakanNimer/react-google-charts/compare/v4.0.7...v5.1.0) (2024-10-03)
6+
7+
8+
### Features
9+
10+
* add support for custom loader.js script location ([c11c31c](https://github.com/RakanNimer/react-google-charts/commit/c11c31c4e528cd094827bbc6fd8797630323dfec)), closes [#730](https://github.com/RakanNimer/react-google-charts/issues/730)
11+
12+
13+
### Bug Fixes
14+
15+
* add and remove event listeners using useEffect ([#731](https://github.com/RakanNimer/react-google-charts/issues/731)) ([651d14c](https://github.com/RakanNimer/react-google-charts/commit/651d14ce710ee9b2b601a9e5d7792ea5d6ddcf2d))
16+
* re-draw on any relevant prop change ([4da45f6](https://github.com/RakanNimer/react-google-charts/commit/4da45f6c372fe936ac57118dd39664fdbc3301b5))
17+
* re-draw when data, columns or rows changed ([687521f](https://github.com/RakanNimer/react-google-charts/commit/687521ff93c7262a2f200a9de8736fea1882de9a))
18+
519
## [5.0.0](https://github.com/RakanNimer/react-google-charts/compare/v4.0.7...v5.0.0) (2024-10-02)
620

721

Diff for: packages/react-google-charts/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/react-google-charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-charts",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "react-google-charts React component",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)