1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 04:04:06 +02:00

Version Packages (#5583)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-12-21 17:01:53 -07:00
committed by GitHub
parent 884ab42494
commit cee8e7e421
7 changed files with 17 additions and 15 deletions

View File

@@ -1,5 +1,11 @@
# slate-react
## 0.101.5
### Patch Changes
- [#5584](https://github.com/ianstormtaylor/slate/pull/5584) [`884ab424`](https://github.com/ianstormtaylor/slate/commit/884ab4249485e5930f1f79abb939bf375ffd47c0) Thanks [@Elvin7CF](https://github.com/Elvin7CF)! - Fix onCompositionEnd not updating isComposing
## 0.101.3
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.101.3",
"version": "0.101.5",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -34,7 +34,7 @@
"@types/resize-observer-browser": "^0.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.101.1",
"slate": "^0.101.5",
"slate-hyperscript": "^0.100.0",
"source-map-loader": "^4.0.1"
},