Skip to content

Commit 82dfd80

Browse files
update changelog.md : v3.1.1
1 parent 59c8288 commit 82dfd80

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1+
# v3.1.1
2+
3+
- since version v3.1.1, returning to last used tab after closing selected tab, should work correctly.
4+
15
# v3.0.0
26

3-
* useDynTabs hook returns ready function instead of instance object, as a third element of an array.
4-
( tabs can't be manipulated safely before the first render, use ready() to make a function available after the component is mounted )
7+
- useDynTabs hook returns ready function instead of instance object, as a third element of an array. ( tabs can't be manipulated safely before the first render, use ready() to make a function available after the component is mounted )
58

6-
* Third element of returned array by useDynTabs hook should not be used as an object, it is no longer recommended and only be kept for backwards compatibility purposes, may be removed in the future. Avoid using it as an object.
9+
- Third element of returned array by useDynTabs hook should not be used as an object, it is no longer recommended and only be kept for backwards compatibility purposes, may be removed in the future. Avoid using it as an object.
710

8-
* Returned Promise by select|open|close will be resloved after onSelect|onOpen|onClose event
11+
- Returned Promise by select|open|close will be resloved after onSelect|onOpen|onClose event
912

1013
# v2.2.0
1114

12-
* close function can take switching parameter
15+
- close function can take switching parameter
1316

1417
# v2.1.0
1518

16-
* panel component option can be either of React element or React component
19+
- panel component option can be either of React element or React component

0 commit comments

Comments
 (0)