Skip to content

Conversation

@stefcameron
Copy link
Member

Fixes #539

PR Checklist

Please leave this checklist in your PR.

  • Issue being fixed is referenced.
  • Source changes maintain:
    • Stated browser compatibility.
    • Stated React compatibility.
  • Unit test coverage added/updated.
  • E2E test coverage added/updated.
  • Prop-types added/updated.
  • Typings added/updated.
  • Changes do not break SSR:
    • Careful to test typeof document/window !== 'undefined' before using it in code that gets executed on load.
  • README updated (API changes, instructions, etc.).
  • Changes to dependencies explained.
  • Changeset added (run yarn changeset locally to add one, and follow the prompts).
    • EXCEPTION: A Changeset is not required if the change does not affect any of the source files that produce the package bundle. For example, tooling changes, test updates, or a new dev-only dependency to run tests more efficiently should not have a Changeset since it will not affect package consumers.

@changeset-bot
Copy link

changeset-bot bot commented Dec 11, 2021

🦋 Changeset detected

Latest commit: 64ac9a5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
focus-trap-react Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Dec 11, 2021

Codecov Report

Merging #546 (64ac9a5) into master (e9f2b5b) will decrease coverage by 1.54%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #546      +/-   ##
==========================================
- Coverage   96.66%   95.12%   -1.55%     
==========================================
  Files           1        1              
  Lines         120      123       +3     
  Branches       46       48       +2     
==========================================
+ Hits          116      117       +1     
- Misses          4        6       +2     
Impacted Files Coverage Δ
src/focus-trap-react.js 95.12% <100.00%> (-1.55%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e9f2b5b...64ac9a5. Read the comment docs.

@stefcameron stefcameron merged commit 83097a5 into master Dec 11, 2021
@stefcameron stefcameron deleted the doc-539 branch December 11, 2021 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doesn't seem to work in other documents

2 participants