1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-12 18:24:03 +02:00

Version Packages (#4820)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-02-11 04:18:07 -07:00
committed by GitHub
parent d5ac82373b
commit 9267355d22
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Reset isDraggingInternally onDragEnd and onDrop even if the event is handled by the editable handler

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix a possible update of react state after Slate component is unmounted

View File

@@ -1,5 +1,13 @@
# slate-react # slate-react
## 0.72.9
### Patch Changes
- [#4828](https://github.com/ianstormtaylor/slate/pull/4828) [`d5ac8237`](https://github.com/ianstormtaylor/slate/commit/d5ac82373b97e389528688ec6dbc7c72715cc360) Thanks [@BitPhinix](https://github.com/BitPhinix)! - Reset isDraggingInternally onDragEnd and onDrop even if the event is handled by the editable handler
* [#4819](https://github.com/ianstormtaylor/slate/pull/4819) [`80661509`](https://github.com/ianstormtaylor/slate/commit/80661509ecf39b5d8256fa387c7eff15f60bf612) Thanks [@ugaya40](https://github.com/ugaya40)! - Fix a possible update of react state after Slate component is unmounted
## 0.72.8 ## 0.72.8
### Patch Changes ### Patch Changes

View File

@@ -1,7 +1,7 @@
{ {
"name": "slate-react", "name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.", "description": "Tools for building completely customizable richtext editors with React.",
"version": "0.72.8", "version": "0.72.9",
"license": "MIT", "license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git", "repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js", "main": "dist/index.js",