Skip to content
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

Version Packages #1240

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Version Packages #1240

merged 1 commit into from
Nov 6, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 25, 2023

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

  • #1229 aabb8bd Thanks @ayy-bc! - Introduce ariaLiveType prop on <LiveRegion> to allow consumers to configure the aria-live attribute to other values for announcements, such as aria-live="polite".

@dnd-kit/core@6.1.0

Minor Changes

  • #1271 bc588c7 Thanks @clauderic! - Introduce bypassActivationConstraint() option for PointerSensor, MouseSensor and TouchSensor. 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 the activatorNode of a draggable source.

    useSensor(PointerSensor, {
      activationConstraint: {
        delay: 250,
        tolerance: 5,
      },
      bypassActivationConstraint({event, activeNode}) {
        return activeNode.activatorNode.current?.contains(event.target);
      },
    });
  • #1269 b417f0f Thanks @clauderic! - Allow delay and distance activation constraints to be used concurrently for MouseSensor, TouchSensor and PointerSensor.

Patch Changes

  • Updated dependencies [aabb8bd, f342d5e]:
    • @dnd-kit/accessibility@3.1.0
    • @dnd-kit/utilities@3.2.2

@dnd-kit/modifiers@7.0.0

Patch Changes

@dnd-kit/sortable@8.0.0

Patch Changes

@dnd-kit/utilities@3.2.2

Patch Changes

  • #1239 f342d5e Thanks @petdud! - Fix: getOwnerDocument should get correct document for SVG Elements

@github-actions github-actions bot force-pushed the changeset-release/master branch 3 times, most recently from 2b12be8 to 56b26b7 Compare November 6, 2023 21:53
@clauderic clauderic merged commit 694dcc2 into master Nov 6, 2023
@clauderic clauderic deleted the changeset-release/master branch November 6, 2023 22:17
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.

1 participant