Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 325bb3e commit 691f422
Show file tree
Hide file tree
Showing 50 changed files with 151 additions and 203 deletions.
5 changes: 0 additions & 5 deletions .changeset/add-missing-manager-dep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/always-set-proxy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/batch-sortable.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/closest-corners.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/collision-observer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/details-element.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/distinct-sortable-element.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feedback-plugin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feedback-root.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-collision-priority.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-cross-window-instanceof.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-droppable-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-function-comparison.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-generics.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-idle-transitions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-optimistic-sorting-bugs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-unregister-bug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-vanilla-droppable.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/improve-shape-intersection.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/keyboard-sensor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/keyboard-tab-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/move-helper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/notifier-observer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/optimistic-sort-across-group.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pointer-sensor-capture.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pointer-sensor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/prevent-unnecessary-rerenders.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/prevent-unstable-ref.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-worms-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/safari-focus.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sortable-group-aniamtion.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sortable-group-index.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sortable-keyboard-corners.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/support-same-origin-iframes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/track-velocity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/use-computed-deps.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/abstract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @dnd-kit/abstract

## 0.0.6

### Patch Changes

- [#1553](https://github.com/clauderic/dnd-kit/pull/1553) [`984b5ab`](https://github.com/clauderic/dnd-kit/commit/984b5ab7bec3145dedb9c9b3b560ffbf7e54b919) Thanks [@chrisvxd](https://github.com/chrisvxd)! - Reconfigure the manager when the input changes.

- [#1454](https://github.com/clauderic/dnd-kit/pull/1454) [`a04d3f8`](https://github.com/clauderic/dnd-kit/commit/a04d3f88d380853b97585ab3b608561f7b02ce69) Thanks [@github-actions](https://github.com/apps/github-actions)! - Rework how collisions are detected and how the position of elements is observed using a new `PositionObserver`.

- [#1454](https://github.com/clauderic/dnd-kit/pull/1454) [`a8542de`](https://github.com/clauderic/dnd-kit/commit/a8542de56d39c3cd3b6ef981172a0782454295b2) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix issues with `collisionPriority` not being respected.

- [#1454](https://github.com/clauderic/dnd-kit/pull/1454) [`f7458d9`](https://github.com/clauderic/dnd-kit/commit/f7458d9dc32824dbea3a6d5dfb29236f19a2c073) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fixed a bug where the `accept` function of `Droppable` was never invoked if the `draggable` did not have a `type` set.

- [#1454](https://github.com/clauderic/dnd-kit/pull/1454) [`e70b29a`](https://github.com/clauderic/dnd-kit/commit/e70b29ae64837e424f7279c95112fb6e420c4dcc) Thanks [@github-actions](https://github.com/apps/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](https://github.com/clauderic/dnd-kit/pull/1454) [`4d1a030`](https://github.com/clauderic/dnd-kit/commit/4d1a0306c920ae064eb5b30c4c02961f50460c84) Thanks [@github-actions](https://github.com/apps/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](https://github.com/clauderic/dnd-kit/pull/1454) [`a5933d8`](https://github.com/clauderic/dnd-kit/commit/a5933d8607e63ed08818ffab43e858863cb35d47) Thanks [@github-actions](https://github.com/apps/github-actions)! - Move responsibility from `CollisionObserver` to `CollisionNotifier` to check if the previous collisions are equal to the next collisions.

- [#1448](https://github.com/clauderic/dnd-kit/pull/1448) [`96f28ef`](https://github.com/clauderic/dnd-kit/commit/96f28ef86adf95e77540732d39033c7f3fb0fd04) Thanks [@lfades](https://github.com/lfades)! - Allow entities to receive a new id during the lifecycle of the entity

- Updated dependencies [[`b750c05`](https://github.com/clauderic/dnd-kit/commit/b750c05b4b14f5d9817dc07d974d40b74470e904), [`71dc39f`](https://github.com/clauderic/dnd-kit/commit/71dc39fb2ec21b9a680238a91be419c71ecabe86)]:
- @dnd-kit/state@0.0.6
- @dnd-kit/geometry@0.0.6

## 0.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dnd-kit/abstract",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"main": "./index.cjs",
"module": "./index.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@dnd-kit/geometry": "^0.0.5",
"@dnd-kit/state": "^0.0.5",
"@dnd-kit/geometry": "^0.0.6",
"@dnd-kit/state": "^0.0.6",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/collision/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @dnd-kit/collision

## 0.0.6

### Patch Changes

- [#1454](https://github.com/clauderic/dnd-kit/pull/1454) [`69bfad7`](https://github.com/clauderic/dnd-kit/commit/69bfad7d795947987a4281f1a61f81b6a7839fe8) Thanks [@github-actions](https://github.com/apps/github-actions)! - Introduce `closestCorners` collision detection algorithm.

- [#1454](https://github.com/clauderic/dnd-kit/pull/1454) [`a8542de`](https://github.com/clauderic/dnd-kit/commit/a8542de56d39c3cd3b6ef981172a0782454295b2) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix issues with `collisionPriority` not being respected.

- [#1454](https://github.com/clauderic/dnd-kit/pull/1454) [`a6366f9`](https://github.com/clauderic/dnd-kit/commit/a6366f9e42836b4c5732141bf314489ede9f60cb) Thanks [@github-actions](https://github.com/apps/github-actions)! - Improve accuracy of `shapeIntersection` when there are multiple intersecting shapes.

- Updated dependencies [[`984b5ab`](https://github.com/clauderic/dnd-kit/commit/984b5ab7bec3145dedb9c9b3b560ffbf7e54b919), [`a04d3f8`](https://github.com/clauderic/dnd-kit/commit/a04d3f88d380853b97585ab3b608561f7b02ce69), [`a8542de`](https://github.com/clauderic/dnd-kit/commit/a8542de56d39c3cd3b6ef981172a0782454295b2), [`f7458d9`](https://github.com/clauderic/dnd-kit/commit/f7458d9dc32824dbea3a6d5dfb29236f19a2c073), [`e70b29a`](https://github.com/clauderic/dnd-kit/commit/e70b29ae64837e424f7279c95112fb6e420c4dcc), [`4d1a030`](https://github.com/clauderic/dnd-kit/commit/4d1a0306c920ae064eb5b30c4c02961f50460c84), [`a5933d8`](https://github.com/clauderic/dnd-kit/commit/a5933d8607e63ed08818ffab43e858863cb35d47), [`96f28ef`](https://github.com/clauderic/dnd-kit/commit/96f28ef86adf95e77540732d39033c7f3fb0fd04), [`71dc39f`](https://github.com/clauderic/dnd-kit/commit/71dc39fb2ec21b9a680238a91be419c71ecabe86)]:
- @dnd-kit/abstract@0.0.6
- @dnd-kit/geometry@0.0.6

## 0.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/collision/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dnd-kit/collision",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -24,8 +24,8 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@dnd-kit/abstract": "^0.0.5",
"@dnd-kit/geometry": "^0.0.5",
"@dnd-kit/abstract": "^0.0.6",
"@dnd-kit/geometry": "^0.0.6",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 691f422

Please sign in to comment.