We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e9411 commit 2e60bb3Copy full SHA for 2e60bb3
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# v6.0.0
2
+
3
+- Responsive with `more button plugin`
4
+- `Tablist` accepts children
5
+- Remove Deprecated features :
6
+ - Now `ready` function can not be used as an `object`
7
+ - Remove Deprecated parameter of `onSelect` option
8
+ - Remove Deprecated parameter of `onChange` option
9
10
# v5.1.1
11
12
- Fix types
package.json
@@ -1,6 +1,6 @@
{
"name": "react-dyn-tabs",
- "version": "5.1.1",
+ "version": "6.0.0",
"private": false,
"description": "React dynamic tabs with full API",
"keywords": [
@@ -108,7 +108,8 @@
108
"!*.test.js.snap",
109
"index.d.ts",
110
"react-dyn-tabs.ts",
111
- "index.ts"
+ "index.ts",
112
+ "CHANGELOG.md"
113
],
114
"license": "MIT",
115
"directories": {
0 commit comments