-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Release] Version packages #102
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 12, 2022 22:49
ea6b12c
to
c70b4cb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 12, 2022 23:02
c70b4cb
to
b614f12
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 12, 2022 23:50
b614f12
to
0136f38
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 13, 2022 00:10
0136f38
to
8e83883
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 13, 2022 00:15
8e83883
to
59b7d9a
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 14, 2022 00:25
59b7d9a
to
d1e1443
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 14, 2022 01:06
d1e1443
to
4517f9a
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 14, 2022 01:08
4517f9a
to
3d5fd17
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 14, 2022 01:12
3d5fd17
to
34b8777
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
May 19, 2023 10:49
59a0c89
to
e91be26
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
May 19, 2023 16:57
0f58b32
to
6141aea
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
May 22, 2023 21:35
9e8ad5e
to
36c18df
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
May 26, 2023 15:15
0645714
to
75fb9f0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
May 26, 2023 15:38
46df2a2
to
ece3d68
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
May 26, 2023 15:46
ece3d68
to
66300a7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@davidevmod/focus-trap@1.0.0
Major Changes
c4c8696
Thanks @DaviDevMod! - Bump to v1.0Patch Changes
2c17880
Thanks @DaviDevMod! - Remove possibility to provideescape
as a function.It is unnecessary, as the user of the library can easily listen for
Esc
key presses by themselves.As a side note, the implementation of the previous behaviour was buggy.
d95f7df
Thanks @DaviDevMod! - Fix logic to "normalise"returnFocus
in normalise.tsThe default
document.activeElement
was not given in casereturnFocus
wasundefined
or a string not corresponding to any ID in the DOM.It was given only when
returnFocus === true
.fd6cf73
Thanks @DaviDevMod! - Fix algorithm to find a destination for the focus.When (during in the context of a Tab key press happening)
event.target
has a tab index of zero, the library should switch from looking for the next zero tabbable to look for a positive tabbable wheneverevent.target
is or precedes/follows the first/last zero tabbable in the whole focus trap.Before the fix, the switch in search would have happened only if
event.target
was contained in or preceded/followed the first/last root in the focus-trap.2c5bd1c
Thanks @DaviDevMod! - Remove custom type annotation forArray.prototype.findLast
.It is now buit-in since TypeScript v5.0 (Add
Array.prototype.findLast
andArray.prototype.findLastIndex
microsoft/TypeScript#48829 (comment)).0d154e8
Thanks @DaviDevMod! - Fixdemolish
logic in trap-actions.tsstate.isBuilt
was set tofalse
before callingpause
and the focus trap was therefore left up and running (while an error would be thrown, saying "Cannot pause inexistent trap" ).0d90cba
Thanks @DaviDevMod! - Export types79b0e44
Thanks @DaviDevMod! - Fix inefficient code in destination.tsdemo@0.1.4
Patch Changes
713aabc
Thanks @DaviDevMod! - Fix "change" handlers for<Switch>
components in TrapControls.tsxThey were using a potentially out of date state.
In the process some typings have changed.
Updated dependencies [
2c17880
,d95f7df
,c4c8696
,fd6cf73
,2c5bd1c
,0d154e8
,0d90cba
,79b0e44
]: