Skip to content

Commit 0c63a68

Browse files
update CHANGELOG.md
1 parent 5c91853 commit 0c63a68

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
123
# v4.0.0
224

3-
- add getData method, a new version of getCopyData method.
25+
- Add getData method, a new version of getCopyData method.
426

5-
- add getPreviousData method, a new version of getCopyPerviousData method.
27+
- Add getPreviousData method, a new version of getCopyPerviousData method.
628

729
- First parameter of onSelect function is an object and has perviousSelectedTabId property which is deprecated. you should use previousSelectedTabId property instead of perviousSelectedTabId property.
830

931
- First parameter of onChange function is an object and has perviousData property which is deprecated. you should use previousData property instead of perviousData property.
1032

1133
# v3.1.1
1234

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.
1436

1537
# v3.0.0
1638

0 commit comments

Comments
 (0)