From 6d7d89a05ac49850357a92eb76ef9840428daddf Mon Sep 17 00:00:00 2001 From: dev-javascript Date: Wed, 13 Nov 2024 00:22:15 +0330 Subject: [PATCH] version 2.0.0 --- CHANGELOG.md | 8 +++++++- package.json | 5 +++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b90b12..0f82ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index b8695d5..9e63f38 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -83,7 +83,8 @@ "lib", "src", "index.d.ts", - "__tests__" + "__tests__", + "CHANGELOG.md" ], "license": "MIT", "directories": {