1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 22:45:18 +02:00

Add onSelectionChange and onValueChange in Slate React component (#5526)

* Add `onSelectorChange` and `onValueChange` in Slate React component

* docs: add changeset

* fix: fixed lint error

* Rename Slate React component `onSelectorChange` to `onSelectionChange`.
Add more unit tests.

* docs: update changeset

---------

Co-authored-by: willliu <willliu@distinctclinic.com>
This commit is contained in:
LW
2023-10-20 20:00:48 +08:00
committed by GitHub
parent 0bdff51a08
commit 623f44521e
5 changed files with 148 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': minor
---
Add `onSelectionChange` and `onValueChange` in Slate React component