Skip to content

Commit

Permalink
Version Packages (#541)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stefan Cameron <stefan@stefcameron.com>
  • Loading branch information
3 people authored Dec 11, 2021
1 parent 83097a5 commit 8aaa5b2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-sheep-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-moose-draw.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 8.9.0

### Minor Changes

- 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)

### Patch Changes

- 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)

## 8.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "focus-trap-react",
"version": "8.8.2",
"version": "8.9.0",
"description": "A React component that traps focus.",
"main": "dist/focus-trap-react.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 8aaa5b2

Please sign in to comment.