You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10
Original file line number
Diff line number
Diff 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
+
1
11
# v3.1.1
2
12
3
13
- since version v3.1.1, returning to last used tab after closing selected tab, should work correctly.
0 commit comments