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+
17# version 1.0.1
28
39fix ` 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
Original file line number Diff line number Diff line change 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" : [
8383 " lib" ,
8484 " src" ,
8585 " index.d.ts" ,
86- " __tests__"
86+ " __tests__" ,
87+ " CHANGELOG.md"
8788 ],
8889 "license" : " MIT" ,
8990 "directories" : {
You can’t perform that action at this time.
0 commit comments