1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 14:41:23 +02:00

Version Packages (#5277)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-01-30 22:21:39 -07:00
committed by GitHub
parent c33f8ad92c
commit 0f83810704
4 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-react': minor
---
Firefox: fix wrong text highlighting with double-click

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Improve compatibility for browsers that do not support ResizeObserver or :where selector

View File

@@ -1,5 +1,15 @@
# slate-react # slate-react
## 0.89.0
### Minor Changes
- [#5275](https://github.com/ianstormtaylor/slate/pull/5275) [`5bc69d8d`](https://github.com/ianstormtaylor/slate/commit/5bc69d8d657c57eef06aeaa1fa198840d36939c7) Thanks [@12joan](https://github.com/12joan)! - Firefox: fix wrong text highlighting with double-click
### Patch Changes
- [#5265](https://github.com/ianstormtaylor/slate/pull/5265) [`3cf51f4d`](https://github.com/ianstormtaylor/slate/commit/3cf51f4d88e8e91faa6ab5d1f2c5f8c8e505ae89) Thanks [@kylemclean](https://github.com/kylemclean)! - Improve compatibility for browsers that do not support ResizeObserver or :where selector
## 0.88.2 ## 0.88.2
### 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.88.2", "version": "0.89.0",
"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",