1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 14:11:35 +02:00

Version Packages (#5021)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-06-18 07:57:51 -07:00
committed by GitHub
parent 2b294b30d7
commit 0a90e6420c
3 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
---
'slate': patch
---
Fix deleteBackward behavior for Thai script where deleting N character(s) backward should delete
N code point(s) instead of an entire grapheme cluster

View File

@@ -1,5 +1,12 @@
# slate
## 0.81.1
### Patch Changes
- [#5015](https://github.com/ianstormtaylor/slate/pull/5015) [`9ae37287`](https://github.com/ianstormtaylor/slate/commit/9ae372875df1ee3ef6041f5d6bd2f57ee8291ea0) Thanks [@tithanayut](https://github.com/tithanayut)! - Fix deleteBackward behavior for Thai script where deleting N character(s) backward should delete
N code point(s) instead of an entire grapheme cluster
## 0.81.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.81.0",
"version": "0.81.1",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",