Skip to content

Commit 0b5982a

Browse files
committed
chore(release): 3.0.0
1 parent 844991a commit 0b5982a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
<a name="3.0.0"></a>
6+
# [3.0.0](https://github.com/reactjs/react-tabs/compare/v2.3.0...v3.0.0) (2019-01-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **react:** Fix lifecycle for react 16.3 or newer ([738d9d8](https://github.com/reactjs/react-tabs/commit/738d9d8))
12+
* **tabs:** Handle nodes with parentNode set to undefined instead of null correctly ([83f8780](https://github.com/reactjs/react-tabs/commit/83f8780))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **react:** Minimum compatible version of react is now 16.3
18+
19+
20+
521
<a name="2.3.0"></a>
622
# [2.3.0](https://github.com/reactjs/react-tabs/compare/v2.2.2...v2.3.0) (2018-08-30)
723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tabs",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "An accessible and easy tab component for ReactJS",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)