Skip to content

Commit 06e24ed

Browse files
committed
chore(release): 4.0.0
1 parent 9292292 commit 06e24ed

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Diff for: CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [4.0.0](https://github.com/RakanNimer/react-google-charts/compare/v2.0.29...v4.0.0) (2022-01-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* UMD bundle was dropped. Old browsers, like IE, were dropped.
11+
12+
### Features
13+
14+
* native ESM support ([#476](https://github.com/RakanNimer/react-google-charts/issues/476)) ([aa0281a](https://github.com/RakanNimer/react-google-charts/commit/aa0281a3ba8892ba9a6d640c0d0637504a2e6f0a))
15+
* new `onLoad` prop ([#451](https://github.com/RakanNimer/react-google-charts/issues/451)) ([855cc4f](https://github.com/RakanNimer/react-google-charts/commit/855cc4fbe8c9cfa9b73fa89ab9a51b6f00340faa))
16+
17+
18+
### Bug Fixes
19+
20+
* fix types for TypeScript 3.8 ([#420](https://github.com/RakanNimer/react-google-charts/issues/420)) ([54fad92](https://github.com/RakanNimer/react-google-charts/commit/54fad92265cd792d6558f6c33d07ba0d60694214))
21+
* **package.json:** rm invalid type field, fix script name ([#413](https://github.com/RakanNimer/react-google-charts/issues/413)) ([6af4c7f](https://github.com/RakanNimer/react-google-charts/commit/6af4c7f667b1c743ea644c0d150db42f32811336))
22+
23+
24+
### build
25+
26+
* drop old browsers and umd bundle ([#423](https://github.com/RakanNimer/react-google-charts/issues/423)) ([d94088f](https://github.com/RakanNimer/react-google-charts/commit/d94088f5f508519d190e811689aed552dc31b9e8))

Diff for: package.json

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

0 commit comments

Comments
 (0)