Skip to content

Commit

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

* Formatting

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 committed Aug 17, 2022
1 parent 288e98b commit 452dc79
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/browser-support-revision.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/drop-ie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-wombats-approve.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 6.0.0

### Major Changes

- 5f40c8e: Revised and clarified official browser support (still as broad and deep as _reasonably_ possible).
- 5f40c8e: 🚨 **Breaking:** Dropped support of IE browsers, all versions.
- IE11 was [officially retired](https://blogs.windows.com/windowsexperience/2022/06/15/internet-explorer-11-has-retired-and-is-officially-out-of-support-what-you-need-to-know/) on June 15, 2022 (6 weeks ago). There are no longer any versions of IE that are still maintained or even supported by Microsoft.
- a09ba0b: 🚨 **Breaking:** Default `displayCheck` 'full' option no longer treats detached nodes as visible. Use the new 'legacy-full' option to restore old (incorrect) behavior only if you must. Ideally, make sure tabbable only runs once all nodes of interest have been attached to the document.

## 5.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tabbable",
"version": "5.3.3",
"version": "6.0.0",
"description": "Returns an array of all tabbable DOM nodes within a containing node.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 452dc79

Please sign in to comment.