Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-javascript committed Nov 12, 2024
1 parent 9daa4f7 commit 6d7d89a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# version 2.0.0

- Since this version, `buttonElement` should be next sibling element of `tablistElement`

- Now `tablistElement` and `buttonElement` can have margin and padding without any issue

# version 1.0.1

fix `typing` issue
Expand All @@ -6,7 +12,7 @@ fix `typing` issue

- Adding `tablistElement` option

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

# version 0.1.1

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabs-more-button",
"version": "1.0.1",
"version": "2.0.0",
"private": false,
"description": "A lightweight library for making tabbed interfaces responsive by hiding overflow tabs while keeping the active tab visible.",
"keywords": [
Expand Down Expand Up @@ -83,7 +83,8 @@
"lib",
"src",
"index.d.ts",
"__tests__"
"__tests__",
"CHANGELOG.md"
],
"license": "MIT",
"directories": {
Expand Down

0 comments on commit 6d7d89a

Please sign in to comment.