Skip to content

Commit d4ffa14

Browse files
authored
Merge pull request #4484 from udecode/changeset-release/main
[Release] Version packages
2 parents bba5495 + fec6e36 commit d4ffa14

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/gentle-tigers-listen.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/dnd/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @platejs/dnd
22

3+
## 49.1.7
4+
5+
### Patch Changes
6+
7+
- [#4481](https://github.com/udecode/plate/pull/4481) by [@felixfeng33](https://github.com/felixfeng33) – Added support for dragging multiple blocks using editor's native selection
8+
9+
- Multiple blocks can now be dragged using the editor's native selection, not just with block-selection
10+
- Simplified `useDndNode` hook implementation by removing complex preview logic
11+
312
## 49.0.8
413

514
### Patch Changes

packages/dnd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/dnd",
3-
"version": "49.0.8",
3+
"version": "49.1.7",
44
"description": "React drag and drop feature for Plate",
55
"keywords": [
66
"plate",

0 commit comments

Comments
 (0)