Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] stabilize tabs indexing issue #56

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.17](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-10-24)



## 0.0.29 (2024-03-13)



## 0.0.28 (2024-02-13)



## 0.0.26 (2024-02-12)

**Note:** Version bump only for package @ciceksepeti/cui-accordion





## [0.0.16](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-03-13)

**Note:** Version bump only for package @ciceksepeti/cui-accordion
Expand Down
6 changes: 3 additions & 3 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ciceksepeti/cui-accordion",
"version": "0.0.16",
"version": "0.0.17",
"description": "ÇiçekSepeti Accordion Component",
"author": "ciceksepeti",
"main": "dist/src/index.js",
Expand All @@ -20,8 +20,8 @@
"url": "git+https://github.com/ciceksepetitech/cactus-ui.git"
},
"dependencies": {
"@ciceksepeti/cui-hooks": "0.11.6",
"@ciceksepeti/cui-utils": "0.11.6"
"@ciceksepeti/cui-hooks": "0.11.7",
"@ciceksepeti/cui-utils": "0.11.7"
},
"peerDependencies": {
"react": ">=16",
Expand Down
20 changes: 20 additions & 0 deletions packages/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.7](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-10-24)



## 0.0.29 (2024-03-13)



## 0.0.28 (2024-02-13)



## 0.0.26 (2024-02-12)

**Note:** Version bump only for package @ciceksepeti/cui-alert-dialog





## [0.1.6](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-03-13)

**Note:** Version bump only for package @ciceksepeti/cui-alert-dialog
Expand Down
8 changes: 4 additions & 4 deletions packages/alert-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ciceksepeti/cui-alert-dialog",
"version": "0.1.6",
"version": "0.1.7",
"description": "ÇiçekSepeti Alert Dialog Component",
"author": "ciceksepeti",
"sideEffects": [
Expand All @@ -24,9 +24,9 @@
"url": "git+https://github.com/ciceksepetitech/cactus-ui.git"
},
"dependencies": {
"@ciceksepeti/cui-dialog": "0.11.6",
"@ciceksepeti/cui-hooks": "0.11.6",
"@ciceksepeti/cui-utils": "0.11.6"
"@ciceksepeti/cui-dialog": "0.11.7",
"@ciceksepeti/cui-hooks": "0.11.7",
"@ciceksepeti/cui-utils": "0.11.7"
},
"peerDependencies": {
"react": ">=16",
Expand Down
20 changes: 20 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.7](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-10-24)



## 0.0.29 (2024-03-13)



## 0.0.28 (2024-02-13)



## 0.0.26 (2024-02-12)

**Note:** Version bump only for package @ciceksepeti/cui-alert





## [0.11.6](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-03-13)

**Note:** Version bump only for package @ciceksepeti/cui-alert
Expand Down
8 changes: 4 additions & 4 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ciceksepeti/cui-alert",
"version": "0.11.6",
"version": "0.11.7",
"description": "ÇiçekSepeti Accessible Alert Component",
"author": "ciceksepeti",
"main": "dist/src/index.js",
Expand All @@ -20,9 +20,9 @@
"url": "git+https://github.com/ciceksepetitech/cactus-ui.git"
},
"dependencies": {
"@ciceksepeti/cui-hooks": "0.11.6",
"@ciceksepeti/cui-utils": "0.11.6",
"@ciceksepeti/cui-visually-hidden": "0.1.6"
"@ciceksepeti/cui-hooks": "0.11.7",
"@ciceksepeti/cui-utils": "0.11.7",
"@ciceksepeti/cui-visually-hidden": "0.1.7"
},
"peerDependencies": {
"react": ">=16",
Expand Down
23 changes: 23 additions & 0 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.21](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-10-24)



## 0.0.29 (2024-03-13)



## 0.0.28 (2024-02-13)



## 0.0.26 (2024-02-12)


### Bug Fixes

* listbox input search rerender trigger issue fix ([#47](https://github.com/ciceksepetitech/cactus-ui/issues/47)) ([d426f09](https://github.com/ciceksepetitech/cactus-ui/commit/d426f0918db2ef14614ed144b4713e2f80fa73c4))





## [0.0.20](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-03-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ciceksepeti/cui-checkbox",
"version": "0.0.20",
"version": "0.0.21",
"description": "ÇiçekSepeti Checkbox Component",
"author": "ciceksepeti",
"main": "dist/src/index.js",
Expand All @@ -24,8 +24,8 @@
"url": "git+https://github.com/ciceksepetitech/cactus-ui.git"
},
"dependencies": {
"@ciceksepeti/cui-hooks": "0.11.6",
"@ciceksepeti/cui-utils": "0.11.6"
"@ciceksepeti/cui-hooks": "0.11.7",
"@ciceksepeti/cui-utils": "0.11.7"
},
"peerDependencies": {
"react": ">=16",
Expand Down
23 changes: 23 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.9](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-10-24)



## 0.0.29 (2024-03-13)



## 0.0.28 (2024-02-13)



## 0.0.26 (2024-02-12)


### Bug Fixes

* listbox input search rerender trigger issue fix ([#47](https://github.com/ciceksepetitech/cactus-ui/issues/47)) ([d426f09](https://github.com/ciceksepetitech/cactus-ui/commit/d426f0918db2ef14614ed144b4713e2f80fa73c4))





## [0.11.8](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-03-13)


Expand Down
30 changes: 15 additions & 15 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ciceksepeti/cui",
"version": "0.11.8",
"version": "0.11.9",
"description": "ÇiçekSepeti Cactus UI All Packages",
"author": "cs",
"main": "dist/src/index.js",
Expand All @@ -23,21 +23,21 @@
"styles.css"
],
"dependencies": {
"@ciceksepeti/cui-accordion": "0.0.16",
"@ciceksepeti/cui-alert": "0.11.6",
"@ciceksepeti/cui-alert-dialog": "0.1.6",
"@ciceksepeti/cui-checkbox": "0.0.20",
"@ciceksepeti/cui-dialog": "0.11.6",
"@ciceksepeti/cui-focus-trap": "0.1.6",
"@ciceksepeti/cui-hooks": "0.11.6",
"@ciceksepeti/cui-accordion": "0.0.17",
"@ciceksepeti/cui-alert": "0.11.7",
"@ciceksepeti/cui-alert-dialog": "0.1.7",
"@ciceksepeti/cui-checkbox": "0.0.21",
"@ciceksepeti/cui-dialog": "0.11.7",
"@ciceksepeti/cui-focus-trap": "0.1.7",
"@ciceksepeti/cui-hooks": "0.11.7",
"@ciceksepeti/cui-listbox": "0.0.10",
"@ciceksepeti/cui-popover": "0.6.0",
"@ciceksepeti/cui-portal": "0.1.6",
"@ciceksepeti/cui-radio-group": "0.0.17",
"@ciceksepeti/cui-skip-nav": "0.2.0",
"@ciceksepeti/cui-tabs": "0.0.17",
"@ciceksepeti/cui-utils": "0.11.6",
"@ciceksepeti/cui-visually-hidden": "0.1.6"
"@ciceksepeti/cui-popover": "0.7.0",
"@ciceksepeti/cui-portal": "0.1.7",
"@ciceksepeti/cui-radio-group": "0.0.18",
"@ciceksepeti/cui-skip-nav": "0.3.0",
"@ciceksepeti/cui-tabs": "0.0.18",
"@ciceksepeti/cui-utils": "0.11.7",
"@ciceksepeti/cui-visually-hidden": "0.1.7"
},
"devDependencies": {
"gulp": "^4.0.2",
Expand Down
20 changes: 20 additions & 0 deletions packages/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.7](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-10-24)



## 0.0.29 (2024-03-13)



## 0.0.28 (2024-02-13)



## 0.0.26 (2024-02-12)

**Note:** Version bump only for package @ciceksepeti/cui-dialog





## [0.11.6](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-03-13)

**Note:** Version bump only for package @ciceksepeti/cui-dialog
Expand Down
12 changes: 6 additions & 6 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ciceksepeti/cui-dialog",
"version": "0.11.6",
"version": "0.11.7",
"description": "ÇiçekSepeti Accessible Dialog Component",
"author": "ciceksepeti",
"main": "dist/src/index.js",
Expand All @@ -24,11 +24,11 @@
"url": "git+https://github.com/ciceksepetitech/cactus-ui.git"
},
"dependencies": {
"@ciceksepeti/cui-focus-trap": "0.1.6",
"@ciceksepeti/cui-hooks": "0.11.6",
"@ciceksepeti/cui-portal": "0.1.6",
"@ciceksepeti/cui-utils": "0.11.6",
"@ciceksepeti/cui-visually-hidden": "0.1.6",
"@ciceksepeti/cui-focus-trap": "0.1.7",
"@ciceksepeti/cui-hooks": "0.11.7",
"@ciceksepeti/cui-portal": "0.1.7",
"@ciceksepeti/cui-utils": "0.11.7",
"@ciceksepeti/cui-visually-hidden": "0.1.7",
"react-remove-scroll": "^2.4.3"
},
"peerDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions packages/focus-trap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.7](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-10-24)



## 0.0.29 (2024-03-13)



## 0.0.28 (2024-02-13)



## 0.0.26 (2024-02-12)

**Note:** Version bump only for package @ciceksepeti/cui-focus-trap





## [0.1.6](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-03-13)

**Note:** Version bump only for package @ciceksepeti/cui-focus-trap
Expand Down
6 changes: 3 additions & 3 deletions packages/focus-trap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ciceksepeti/cui-focus-trap",
"version": "0.1.6",
"version": "0.1.7",
"description": "ÇiçekSepeti Focus Trap Component",
"author": "ciceksepeti",
"main": "dist/src/index.js",
Expand All @@ -20,8 +20,8 @@
"url": "git+https://github.com/ciceksepetitech/cactus-ui.git"
},
"dependencies": {
"@ciceksepeti/cui-hooks": "0.11.6",
"@ciceksepeti/cui-utils": "0.11.6"
"@ciceksepeti/cui-hooks": "0.11.7",
"@ciceksepeti/cui-utils": "0.11.7"
},
"peerDependencies": {
"react": ">=16",
Expand Down
20 changes: 20 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.7](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-10-24)



## 0.0.29 (2024-03-13)



## 0.0.28 (2024-02-13)



## 0.0.26 (2024-02-12)

**Note:** Version bump only for package @ciceksepeti/cui-hooks





## [0.11.6](https://github.com/ciceksepetitech/cactus-ui/compare/@ciceksepeti/[email protected]...@ciceksepeti/[email protected]) (2024-03-13)

**Note:** Version bump only for package @ciceksepeti/cui-hooks
Expand Down
Loading
Loading