1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

Version Packages ()

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-12-20 07:59:35 -07:00 committed by GitHub
parent d96887f909
commit be21439c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions
.changeset
packages/slate-react

@ -1,5 +0,0 @@
---
'slate-react': minor
---
Check if getBoundingClientRect exist before trying to call bind on it. Makes unit testing experience agains Editable nicer

@ -1,5 +1,11 @@
# slate-react
## 0.88.0
### Minor Changes
- [#5226](https://github.com/ianstormtaylor/slate/pull/5226) [`0141f683`](https://github.com/ianstormtaylor/slate/commit/0141f683659025c7e851c11274cf200da05fd31e) Thanks [@laufeyrut](https://github.com/laufeyrut)! - Check if getBoundingClientRect exist before trying to call bind on it. Makes unit testing experience agains Editable nicer
## 0.87.1
### Patch Changes

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