Skip to content

Commit 2d9f186

Browse files
version 4.0.0
1 parent e12ec8a commit 2d9f186

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v4.0.0
2+
3+
- add getData method, a new version of getCopyData method.
4+
5+
- add getPreviousData method, a new version of getCopyPerviousData method.
6+
7+
- First parameter of onSelect function is an object and has perviousSelectedTabId property which is deprecated. you should use previousSelectedTabId property instead of perviousSelectedTabId property.
8+
9+
- First parameter of onChange function is an object and has perviousData property which is deprecated. you should use previousData property instead of perviousData property.
10+
111
# v3.1.1
212

313
- since version v3.1.1, returning to last used tab after closing selected tab, should work correctly.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dyn-tabs",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"private": false,
55
"author": "dev-javascript",
66
"description": "React dynamic tabs with full API",

0 commit comments

Comments
 (0)