1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-13 18:53:59 +02:00

Version Packages (#5434)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-29 22:27:40 -07:00
committed by GitHub
parent 91e388ecd9
commit ad126705ba
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-react': minor
---
Prevents default focus styles from being removed in Editable

View File

@@ -1,5 +0,0 @@
---
'slate-react': minor
---
Rename `<Slate>` component prop from `value` to `initialValue` to emphasize uncontrolled nature of it

View File

@@ -1,5 +1,13 @@
# slate-react
## 0.95.0
### Minor Changes
- [#5422](https://github.com/ianstormtaylor/slate/pull/5422) [`0b179909`](https://github.com/ianstormtaylor/slate/commit/0b1799091a6800c7e868d5a6148b82648cbe8270) Thanks [@Chudesnov](https://github.com/Chudesnov)! - Prevents default focus styles from being removed in Editable
* [#5421](https://github.com/ianstormtaylor/slate/pull/5421) [`91e388ec`](https://github.com/ianstormtaylor/slate/commit/91e388ecd9e6a540b4a651978436f196f38f667d) Thanks [@e1himself](https://github.com/e1himself)! - Rename `<Slate>` component prop from `value` to `initialValue` to emphasize uncontrolled nature of it
## 0.94.2
### Patch Changes

View File

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