clauderic/dnd-kit (@dnd-kit/core)
### [`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620)
[Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0)
##### Minor Changes
- [#1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140) [`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a) Thanks [@anilanar](https://redirect.github.com/anilanar)! - Add `activatorEvent` to `DragStartEvent`
##### Patch Changes
- [#1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494) [`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe) Thanks [@dinkinflickaa](https://redirect.github.com/dinkinflickaa)! - Improves performance by eliminating wasteful re-renders on every child item on click
- [#1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400) [`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c) Thanks [@12joan](https://redirect.github.com/12joan)! - Export `defaultKeyboardCoordinateGetter`
- [#1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542) [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc) Thanks [@clauderic](https://redirect.github.com/clauderic)! - Fix bug with draggable and sortable elements with an `id` equal to `0`.
- [#1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541) [`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659) Thanks [@clauderic](https://redirect.github.com/clauderic)! - Handle `touchcancel` and `pointercancel` events.
- [#1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435) [`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e) Thanks [@knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)! - Faster Paint with delayed flush of Effects
- [#1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543) [`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874) Thanks [@clauderic](https://redirect.github.com/clauderic)! - Fix a bug with auto-scroller continuing to observe stale elements, causing them to be considered as scrollable.
- Updated dependencies \[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]:
- [@dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@3](https://redirect.github.com/3).1.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
6.1.0
->6.2.0
Release Notes
clauderic/dnd-kit (@dnd-kit/core)
### [`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0) ##### Minor Changes - [#1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140) [`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a) Thanks [@anilanar](https://redirect.github.com/anilanar)! - Add `activatorEvent` to `DragStartEvent` ##### Patch Changes - [#1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494) [`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe) Thanks [@dinkinflickaa](https://redirect.github.com/dinkinflickaa)! - Improves performance by eliminating wasteful re-renders on every child item on click - [#1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400) [`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c) Thanks [@12joan](https://redirect.github.com/12joan)! - Export `defaultKeyboardCoordinateGetter` - [#1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542) [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc) Thanks [@clauderic](https://redirect.github.com/clauderic)! - Fix bug with draggable and sortable elements with an `id` equal to `0`. - [#1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541) [`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659) Thanks [@clauderic](https://redirect.github.com/clauderic)! - Handle `touchcancel` and `pointercancel` events. - [#1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435) [`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e) Thanks [@knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)! - Faster Paint with delayed flush of Effects - [#1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543) [`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874) Thanks [@clauderic](https://redirect.github.com/clauderic)! - Fix a bug with auto-scroller continuing to observe stale elements, causing them to be considered as scrollable. - Updated dependencies \[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]: - [@dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@3](https://redirect.github.com/3).1.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.