Skip to content

Commit 6d7d89a

Browse files
version 2.0.0
1 parent 9daa4f7 commit 6d7d89a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# version 2.0.0
2+
3+
- Since this version, `buttonElement` should be next sibling element of `tablistElement`
4+
5+
- Now `tablistElement` and `buttonElement` can have margin and padding without any issue
6+
17
# version 1.0.1
28

39
fix `typing` issue
@@ -6,7 +12,7 @@ fix `typing` issue
612

713
- Adding `tablistElement` option
814

9-
- Since this version, `buttonElmeent` can be previous or next sibling element of `tablist` element
15+
- Since this version, `buttonElement` can be previous or next sibling element of `tablist` element
1016

1117
# version 0.1.1
1218

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabs-more-button",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "A lightweight library for making tabbed interfaces responsive by hiding overflow tabs while keeping the active tab visible.",
66
"keywords": [
@@ -83,7 +83,8 @@
8383
"lib",
8484
"src",
8585
"index.d.ts",
86-
"__tests__"
86+
"__tests__",
87+
"CHANGELOG.md"
8788
],
8889
"license": "MIT",
8990
"directories": {

0 commit comments

Comments
 (0)