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
+25-3Lines changed: 25 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,38 @@
1
+
# v4.6.0
2
+
3
+
- Adding lazy property into tabData object
4
+
5
+
- Provide an example for lazy loading
6
+
7
+
# v4.5.0
8
+
9
+
- Adding onFirstSelect event
10
+
11
+
# v4.3.0
12
+
13
+
- Passing handlers with same reference to instance.on method can prevent of attaching an event handler multiple times.
14
+
15
+
# v4.2.1
16
+
17
+
- Correct main style
18
+
19
+
- Adding some themes
20
+
21
+
- Correct description of setTab method in readme
22
+
1
23
# v4.0.0
2
24
3
-
-add getData method, a new version of getCopyData method.
25
+
-Add getData method, a new version of getCopyData method.
4
26
5
-
-add getPreviousData method, a new version of getCopyPerviousData method.
27
+
-Add getPreviousData method, a new version of getCopyPerviousData method.
6
28
7
29
- 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
30
9
31
- 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
32
11
33
# v3.1.1
12
34
13
-
-since version v3.1.1, returning to last used tab after closing selected tab, should work correctly.
35
+
-Since version v3.1.1, returning to last used tab after closing selected tab, should work correctly.
0 commit comments