Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Oct 1, 2024
1 parent 515cebb commit 6b5573e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
For older changelogs, see https://github.com/udecode/plate/blob/main/docs

# 39.0.0

## @udecode/plate-dnd@39.0.0

### Major Changes

- [#3597](https://github.com/udecode/plate/pull/3597) by [@zbeyens](https://github.com/zbeyens) – The following changes were made to improve performance:

- Refactored `useDraggable` hook to focus on core dragging functionality:
- Removed `dropLine`. Use `useDropLine().dropLine` instead.
- Removed `groupProps` from the returned object – `isHovered`, and `setIsHovered` from the returned state. Use CSS instead.
- Removed `droplineProps`, and `gutterLeftProps` from the returned object. Use `useDropLine().props`, `useDraggableGutter().props` instead.

## @udecode/plate-selection@39.0.0

### Major Changes

- [#3597](https://github.com/udecode/plate/pull/3597) by [@zbeyens](https://github.com/zbeyens) – The following changes were made to improve performance:

- Removed `useHooksBlockSelection` in favor of `BlockSelectionAfterEditable`
- Removed `slate-selected` class from `BlockSelectable`. You can do it on your components using `useBlockSelected()` instead, or by using our new `block-selection.tsx` component.
- Introduced `useBlockSelectableStore` for managing selectable state.

# 38.0.1

## @udecode/plate-core@38.0.1
Expand Down

0 comments on commit 6b5573e

Please sign in to comment.