Skip to content

Commit

Permalink
Version Packages (#660)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 28, 2022
1 parent 035be8c commit 0beb7f8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-houses-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-islands-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-mice-call.md

This file was deleted.

13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Changelog

## 8.11.0

### Minor Changes

- 7495680: Bump focus-trap to v6.9.0 to get bug fixes and new features to help fix some bugs.

### Patch Changes

- 7495680: Fix onDeactivate, onPostDeactivate, and checkCanReturnFocus options not being called consistently on deactivation.
- 7495680: Fix focus not being allowed to remain on outside node post-deactivation when `clickOutsideDeactivates` is true or returns true.

## 8.10.0

### Minor Changes

- 659d44e: Bumps focus-trap to v6.8.1. The big new feature is opt-in Shadow DOM support in focus-trap (in tabbable), and new tabbable options exposed in a new `focusTrapOptions.tabbableOptions` configuration option.
- ⚠️ This will likely break your tests __if you're using JSDom__ (e.g. with Jest). See [testing in JSDom](./README.md#testing-in-jsdom) for more info.
- ⚠️ This will likely break your tests **if you're using JSDom** (e.g. with Jest). See [testing in JSDom](./README.md#testing-in-jsdom) for more info.

## 8.9.2

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.10.0",
"version": "8.11.0",
"description": "A React component that traps focus.",
"main": "dist/focus-trap-react.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 0beb7f8

Please sign in to comment.