From 392a6228e364153fc61dfb911661a650b45307e7 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 5 Oct 2017 14:30:39 +0200 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53207ba8fb..e02417a6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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. + +# [2.1.0](https://github.com/reactjs/react-tabs/compare/v2.0.0...v2.1.0) (2017-10-05) + + +### Bug Fixes + +* **tabs:** Correctly handle children of type string ([#211](https://github.com/reactjs/react-tabs/issues/211)) ([6fd4002](https://github.com/reactjs/react-tabs/commit/6fd4002)) +* **umd:** Fix the umd builds by switching to rollup ([#212](https://github.com/reactjs/react-tabs/issues/212)) ([46c1a60](https://github.com/reactjs/react-tabs/commit/46c1a60)) + + +### Features + +* **dependencies:** Support react 16 ([94447e9](https://github.com/reactjs/react-tabs/commit/94447e9)) +* **tablist:** Enable overwriting tabIndex on and allow tabbing among s by using tab key and enter/space. ([00a8401](https://github.com/reactjs/react-tabs/commit/00a8401)) +* **tabs:** Publish also as ES2015 modules ([41415ab](https://github.com/reactjs/react-tabs/commit/41415ab)) +* **Tabs:** Add `domRef` prop for getting the ref to the tabs DOM node ([#213](https://github.com/reactjs/react-tabs/issues/213)) ([e989491](https://github.com/reactjs/react-tabs/commit/e989491)) + + + # [2.0.0](https://github.com/reactjs/react-tabs/compare/v1.1.0...v2.0.0) (2017-09-05) diff --git a/package.json b/package.json index edb1023e2c..376fe59bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tabs", - "version": "2.0.0", + "version": "2.1.0", "description": "React tabs component", "main": "lib/index.js", "module": "esm/index.js",