From e8eda4d808290fdb3ac4545421cb3adb57f83b28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Jun 2021 19:43:09 +0000 Subject: [PATCH] Version Packages --- .changeset/safari-backwards-typing.md | 8 -------- packages/slate-react/CHANGELOG.md | 9 +++++++++ packages/slate-react/package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/safari-backwards-typing.md diff --git a/.changeset/safari-backwards-typing.md b/.changeset/safari-backwards-typing.md deleted file mode 100644 index e603fb60eb..0000000000 --- a/.changeset/safari-backwards-typing.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'slate-react': patch ---- - -Fix backward typing bug in Safari by ensuring the selection is always removed on blur. -Safari doesn't always remove the selection, even if the contenteditable element no longer has focus. -In this scenario, we need to forcefully remove the selection on blur. -Refer to https://stackoverflow.com/questions/12353247/force-contenteditable-div-to-stop-accepting-input-after-it-loses-focus-under-web diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 7450096ba9..bf752d2ef0 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,14 @@ # slate-react +## 0.65.1 + +### Patch Changes + +- [#4324](https://github.com/ianstormtaylor/slate/pull/4324) [`61171a23`](https://github.com/ianstormtaylor/slate/commit/61171a23821b882116deabceec15f7e2649d271c) Thanks [@clauderic](https://github.com/clauderic)! - Fix backward typing bug in Safari by ensuring the selection is always removed on blur. + Safari doesn't always remove the selection, even if the contenteditable element no longer has focus. + In this scenario, we need to forcefully remove the selection on blur. + Refer to https://stackoverflow.com/questions/12353247/force-contenteditable-div-to-stop-accepting-input-after-it-loses-focus-under-web + ## 0.65.0 ### Minor Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 1670976a56..0eec0ef7e3 100644 --- a/packages/slate-react/package.json +++ b/packages/slate-react/package.json @@ -1,7 +1,7 @@ { "name": "slate-react", "description": "Tools for building completely customizable richtext editors with React.", - "version": "0.65.0", + "version": "0.65.1", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",