We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a20c9e1 + b4bb6d6 commit e5fab6bCopy full SHA for e5fab6b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+### 0.8.3 (Apr 19, 2017)
4
+
5
+- Fix deprecation warnings with react 15.5
6
7
+### 0.8.2 (Oct 19, 2016)
8
9
+- Fix UMD build (#143)
10
11
### 0.8.0 (Sep 14, 2016)
12
13
- Allow other components inside TabList (#123)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-tabs",
- "version": "0.8.2",
+ "version": "0.8.3",
"description": "React tabs component",
"main": "lib/index.js",
"scripts": {
0 commit comments