Skip to content

Commit c22ebc8

Browse files
committed
chore(release): 2.0.0
1 parent 756972d commit c22ebc8

File tree

6 files changed

+377
-342
lines changed

6 files changed

+377
-342
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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="2.0.0"></a>
6+
# [2.0.0](https://github.com/reactjs/react-tabs/compare/v1.1.0...v2.0.0) (2017-09-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **tabs:** Fix activeElement check [#193](https://github.com/reactjs/react-tabs/issues/193) ([#194](https://github.com/reactjs/react-tabs/issues/194)) ([722d52f](https://github.com/reactjs/react-tabs/commit/722d52f))
12+
13+
14+
### Features
15+
16+
* **tabs:** Allow for higher order components ([#196](https://github.com/reactjs/react-tabs/issues/196)) ([1969e65](https://github.com/reactjs/react-tabs/commit/1969e65))
17+
* **tabs:** Always callback setSelected. ([#195](https://github.com/reactjs/react-tabs/issues/195)) ([bc1910a](https://github.com/reactjs/react-tabs/commit/bc1910a))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* **tabs:** The `onSelect` callback will now also be called when clicking on the currently active tab.
23+
24+
25+
526
<a name="1.1.0"></a>
627
## [1.1.0](https://github.com/researchgate/node-package-blueprint/compare/v1.0.0...v1.1.0) (2017-06-13)
728

0 commit comments

Comments
 (0)