Skip to content

Commit 932495b

Browse files
Version Packages (#1802)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 763eae4 commit 932495b

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/focus-trap-8-upgrade.md

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

CHANGELOG.md

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

3+
## 12.0.0
4+
5+
### Major Changes
6+
7+
- 763eae4: **BREAKING:** Updated [focus-trap](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md#800) dependency to v8.0.0. The breaking change is that `onPostActivate()` is now correctly called after the initial focus node is focused (it was previously called before due to a bug with the initial focus delay). See the focus-trap changelog for more details.
8+
39
## 11.0.6
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "focus-trap-react",
3-
"version": "11.0.6",
3+
"version": "12.0.0",
44
"description": "A React component that traps focus.",
55
"main": "dist/focus-trap-react.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)