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 #1454

Open
wants to merge 1 commit into
base: experimental
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 14, 2024

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 experimental, this PR will be updated.

Releases

@dnd-kit/abstract@0.0.6

Patch Changes

  • #1454 a04d3f8 Thanks @github-actions! - Rework how collisions are detected and how the position of elements is observed using a new PositionObserver.

  • #1454 a8542de Thanks @github-actions! - Fix issues with collisionPriority not being respected.

  • #1454 f7458d9 Thanks @github-actions! - Fixed a bug where the accept function of Droppable was never invoked if the draggable did not have a type set.

  • #1454 e70b29a Thanks @github-actions! - Make sure the generic for DragDropManager is passed through to Entity so that the manager reference on classes extending Entity is strongly typed.

  • #1454 4d1a030 Thanks @github-actions! - Make sure the cleanup function of effects is invoked when registering a new instance with the same id before the old instance has been unregistered.

  • #1454 a5933d8 Thanks @github-actions! - Move responsibility from CollisionObserver to CollisionNotifier to check if the previous collisions are equal to the next collisions.

  • #1448 96f28ef Thanks @lfades! - Allow entities to receive a new id during the lifecycle of the entity

  • Updated dependencies [71dc39f]:

    • @dnd-kit/geometry@0.0.6
    • @dnd-kit/state@0.0.6

@dnd-kit/collision@0.0.6

Patch Changes

@dnd-kit/dom@0.0.6

Patch Changes

  • #1454 94920c8 Thanks @github-actions! - Batch write operations to draggable and droppable. Also ensured that droppable instance is registered before draggable instance.

  • #1454 a04d3f8 Thanks @github-actions! - Rework how collisions are detected and how the position of elements is observed using a new PositionObserver.

  • #1454 8053e4b Thanks @github-actions! - Allow Sortable to have a distinct element from the underlying source and target elements. This can be useful if you want the collision detection to operate on a subset of the sortable element, but the entirety of the element to move when its index changes.

  • #1454 f400106 Thanks @github-actions! - Improve the Feedback plugin to better handle when the feedback element resizes during a drag operation.

  • #1454 c597b3f Thanks @github-actions! - Introduce rootElement option on Feedback plugin.

  • #1454 a9798f4 Thanks @github-actions! - Fix issues with instanceof checks in cross-window environments where the window of an element can differ from the execution context window.

  • #1454 e70b29a Thanks @github-actions! - Make sure the generic for DragDropManager is passed through to Entity so that the manager reference on classes extending Entity is strongly typed.

  • #1454 3d0b00a Thanks @github-actions! - Fix an issue where we would update the shape of sortable items while the drag operation status was idle.

  • #1454 51be6df Thanks @github-actions! - Fix element not being set when provided on initialization of Droppable

  • #1454 fe76033 Thanks @github-actions! - Fixed a bug in the KeyboardSensor that would cause the sensor to activate when focusing elements within the sortable element other than the handle.

  • #1454 62a8118 Thanks @github-actions! - Added Tab to the list of default keycodes that end the current drag operation.

  • #1454 0c7bf85 Thanks @github-actions! - Allow the OptimisticSortingPlugin to sort elements across different groups.

  • #1454 f219549 Thanks @github-actions! - Fix pointer events no longer being detected by the PointerSensor when the event target is disconnected from the DOM by setting pointer capture on the document body for pointermove events.

  • #1454 bfc8ab2 Thanks @github-actions! - PointerSensor: Defer invoking setPointerCapture until activation constraints are met as it can interfere with click and other event handlers. Also deferred adding touchmove, click and keydown event listeners until the activation constraints are met.

  • #1454 3fb972e Thanks @github-actions! - AccessibilityPlugin: Force tabindex="0" in Safari even for natively focusable elements as they are not always focusable by default.

  • 5b36f8f Thanks @clauderic! - Allow sortable animations when changing to a different group even when the index remains the same.

  • #1454 69bfad7 Thanks @github-actions! - SortableKeyboardPlugin: Use closestCorners collision detection algorithm instead of closestCenter when keyboard sorting.

  • Updated dependencies [69bfad7, a04d3f8, a8542de, f7458d9, e70b29a, 4d1a030, a6366f9, a5933d8, 96f28ef, 71dc39f]:

    • @dnd-kit/collision@0.0.6
    • @dnd-kit/abstract@0.0.6
    • @dnd-kit/geometry@0.0.6
    • @dnd-kit/state@0.0.6

@dnd-kit/geometry@0.0.6

Patch Changes

  • #1454 71dc39f Thanks @github-actions! - Added velocity property on Position interface to track the current velocity of position updates in the x and y axis.

  • Updated dependencies []:

    • @dnd-kit/state@0.0.6

@dnd-kit/helpers@0.0.6

Patch Changes

@dnd-kit/react@0.0.6

Patch Changes

@dnd-kit/state@0.0.6

@github-actions github-actions bot force-pushed the changeset-release/experimental branch 2 times, most recently from 101fbb8 to 4f0be49 Compare July 15, 2024 13:17
@github-actions github-actions bot force-pushed the changeset-release/experimental branch from 4f0be49 to ddecde4 Compare July 15, 2024 14:13
@github-actions github-actions bot force-pushed the changeset-release/experimental branch 4 times, most recently from 6df7d81 to be582e3 Compare July 16, 2024 20:31
@github-actions github-actions bot force-pushed the changeset-release/experimental branch from be582e3 to 34e6962 Compare July 31, 2024 00:47
@github-actions github-actions bot force-pushed the changeset-release/experimental branch from 0eee7f1 to ecd2b20 Compare August 29, 2024 15:41
@github-actions github-actions bot force-pushed the changeset-release/experimental branch from ecd2b20 to a0b8f3b Compare September 12, 2024 17:57
@clauderic clauderic force-pushed the experimental branch 2 times, most recently from 5ca3a71 to 9479be0 Compare September 12, 2024 20:23
@github-actions github-actions bot force-pushed the changeset-release/experimental branch 4 times, most recently from cb1253c to 61e2f93 Compare September 13, 2024 21:19
@clauderic clauderic force-pushed the experimental branch 3 times, most recently from 0d88159 to d461e68 Compare September 16, 2024 15:31
@github-actions github-actions bot force-pushed the changeset-release/experimental branch from 61e2f93 to 0dcf210 Compare September 16, 2024 15:32
@github-actions github-actions bot force-pushed the changeset-release/experimental branch 7 times, most recently from 2d79d02 to 432cfdb Compare September 18, 2024 14:35
@github-actions github-actions bot force-pushed the changeset-release/experimental branch from 432cfdb to 9c36cdc Compare September 18, 2024 14:37
@github-actions github-actions bot force-pushed the changeset-release/experimental branch 2 times, most recently from 46c45eb to c535b83 Compare September 18, 2024 20:00
@github-actions github-actions bot force-pushed the changeset-release/experimental branch from c535b83 to 8ab6c84 Compare September 18, 2024 20:15
@github-actions github-actions bot force-pushed the changeset-release/experimental branch 5 times, most recently from a10ec76 to 8a949d7 Compare September 20, 2024 01:23
@github-actions github-actions bot force-pushed the changeset-release/experimental branch 4 times, most recently from 18d700c to 64df576 Compare September 21, 2024 00:18
@github-actions github-actions bot force-pushed the changeset-release/experimental branch 2 times, most recently from d5d58ff to e681aff Compare September 21, 2024 13:27
@github-actions github-actions bot force-pushed the changeset-release/experimental branch from e681aff to b0da7d5 Compare September 21, 2024 16:04
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.

0 participants