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 master, this PR will be updated.
Releases
@dnd-kit/accessibility@3.1.0
Minor Changes
aabb8bd
Thanks @ayy-bc! - IntroduceariaLiveType
prop on<LiveRegion>
to allow consumers to configure thearia-live
attribute to other values for announcements, such asaria-live="polite"
.@dnd-kit/core@6.1.0
Minor Changes
#1271
bc588c7
Thanks @clauderic! - IntroducebypassActivationConstraint()
option forPointerSensor
,MouseSensor
andTouchSensor
. This optional argument can be used to conditionally bypass activation constraints. An example use-case would be to bypass activation constraints when the activator event target is theactivatorNode
of a draggable source.#1269
b417f0f
Thanks @clauderic! - Allowdelay
anddistance
activation constraints to be used concurrently forMouseSensor
,TouchSensor
andPointerSensor
.Patch Changes
aabb8bd
,f342d5e
]:@dnd-kit/modifiers@7.0.0
Patch Changes
bc588c7
,b417f0f
,f342d5e
]:@dnd-kit/sortable@8.0.0
Patch Changes
bc588c7
,b417f0f
,f342d5e
]:@dnd-kit/utilities@3.2.2
Patch Changes
f342d5e
Thanks @petdud! - Fix: getOwnerDocument should get correct document for SVG Elements