Skip to content

Commit 8aaa5b2

Browse files
Version Packages (#541)
* Version Packages * Update CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Stefan Cameron <[email protected]>
1 parent 83097a5 commit 8aaa5b2

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/neat-sheep-cheer.md

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

.changeset/witty-moose-draw.md

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

CHANGELOG.md

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

3+
## 8.9.0
4+
5+
### Minor Changes
6+
7+
- 83097a5: Delay trap creation until it should be active. This is a change in behavior, however it should not break existing behavior. The delay now allows you to set `active=false` until you have the `focusTrapOptions` set correctly. [#539](https://github.com/focus-trap/focus-trap-react/issues/539)
8+
9+
### Patch Changes
10+
11+
- 16d1ae1: Fix bug where global document was being accessed instead of first checking for `focusTrapOptions.document` option. [#539](https://github.com/focus-trap/focus-trap-react/issues/539)
12+
313
## 8.8.2
414

515
### 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": "8.8.2",
3+
"version": "8.9.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)