File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
7
# version 1.0.1
2
8
3
9
fix ` typing ` issue
@@ -6,7 +12,7 @@ fix `typing` issue
6
12
7
13
- Adding ` tablistElement ` option
8
14
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
10
16
11
17
# version 0.1.1
12
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tabs-more-button" ,
3
- "version" : " 1 .0.1 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"private" : false ,
5
5
"description" : " A lightweight library for making tabbed interfaces responsive by hiding overflow tabs while keeping the active tab visible." ,
6
6
"keywords" : [
83
83
" lib" ,
84
84
" src" ,
85
85
" index.d.ts" ,
86
- " __tests__"
86
+ " __tests__" ,
87
+ " CHANGELOG.md"
87
88
],
88
89
"license" : " MIT" ,
89
90
"directories" : {
You can’t perform that action at this time.
0 commit comments