Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jan 20, 2022
1 parent 9292292 commit 06e24ed
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

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.0.0](https://github.com/RakanNimer/react-google-charts/compare/v2.0.29...v4.0.0) (2022-01-20)


### ⚠ BREAKING CHANGES

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

### Features

* native ESM support ([#476](https://github.com/RakanNimer/react-google-charts/issues/476)) ([aa0281a](https://github.com/RakanNimer/react-google-charts/commit/aa0281a3ba8892ba9a6d640c0d0637504a2e6f0a))
* new `onLoad` prop ([#451](https://github.com/RakanNimer/react-google-charts/issues/451)) ([855cc4f](https://github.com/RakanNimer/react-google-charts/commit/855cc4fbe8c9cfa9b73fa89ab9a51b6f00340faa))


### Bug Fixes

* 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))
* **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))


### build

* 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-google-charts",
"version": "3.0.15",
"version": "4.0.0",
"description": "react-google-charts React component",
"type": "module",
"sideEffects": false,
Expand Down

1 comment on commit 06e24ed

@vercel
Copy link

@vercel vercel bot commented on 06e24ed Jan 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.