Skip to content

Commit 6591cc1

Browse files
Release Version 3.0.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 83a2af5 commit 6591cc1

File tree

6 files changed

+19
-14
lines changed

6 files changed

+19
-14
lines changed

.changeset/late-papayas-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/popular-carrots-march.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/demo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# demo
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4f90a03`](https://github.com/DaviDevMod/focus-trap/commit/4f90a031a6b3058e48ebfd83439cbb7df1699ead), [`0cfe93f`](https://github.com/DaviDevMod/focus-trap/commit/0cfe93f3bd32b547aa7b8b373e81242c366d7b1f)]:
8+
- @davidevmod/focus-trap@3.0.1
9+
310
## 0.1.6
411

512
### Patch Changes

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/focus-trap/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @davidevmod/focus-trap
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [`4f90a03`](https://github.com/DaviDevMod/focus-trap/commit/4f90a031a6b3058e48ebfd83439cbb7df1699ead) Thanks [@DaviDevMod](https://github.com/DaviDevMod)! - Fix handling of `Tab` from elements with a positive tab index.
8+
9+
- [`0cfe93f`](https://github.com/DaviDevMod/focus-trap/commit/0cfe93f3bd32b547aa7b8b373e81242c366d7b1f) Thanks [@DaviDevMod](https://github.com/DaviDevMod)! - Fix algorithm to find the next tabbable element with a positive tab index.
10+
11+
It was missing to check whether the element was actually focusable.
12+
313
## 3.0.0
414

515
### Major Changes

packages/focus-trap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@davidevmod/focus-trap",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"license": "MIT",
55
"repository": "https://github.com/DaviDevMod/focus-trap/tree/main/packages/focus-trap",
66
"description": "Trap the focus within your DOM elements.",

0 commit comments

Comments
 (0)