mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-29 18:09:49 +02:00
Version Packages (#5917)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e029a87aba
commit
7657838d4e
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'slate-dom': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Do not apply WeChat-related workarounds on recent versions of Chrome
|
|
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'slate-react': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Export `defaultScrollSelectionIntoView`
|
|
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'slate-dom': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Do not retry focusing editor after it has been unmounted
|
|
@@ -1,5 +1,13 @@
|
|||||||
# slate-dom
|
# slate-dom
|
||||||
|
|
||||||
|
## 0.117.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#5919](https://github.com/ianstormtaylor/slate/pull/5919) [`e029a87a`](https://github.com/ianstormtaylor/slate/commit/e029a87aba0d124af39c519813448201da32193d) Thanks [@12joan](https://github.com/12joan)! - Do not apply WeChat-related workarounds on recent versions of Chrome
|
||||||
|
|
||||||
|
- [#5916](https://github.com/ianstormtaylor/slate/pull/5916) [`f2ea1e1e`](https://github.com/ianstormtaylor/slate/commit/f2ea1e1e3ae281cfef145b92a9cb61c7a749363d) Thanks [@delijah](https://github.com/delijah)! - Do not retry focusing editor after it has been unmounted
|
||||||
|
|
||||||
## 0.116.0
|
## 0.116.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "slate-dom",
|
"name": "slate-dom",
|
||||||
"description": "Tools for building completely customizable richtext editors with React.",
|
"description": "Tools for building completely customizable richtext editors with React.",
|
||||||
"version": "0.116.0",
|
"version": "0.117.4",
|
||||||
"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",
|
||||||
|
@@ -1,5 +1,11 @@
|
|||||||
# slate-react
|
# slate-react
|
||||||
|
|
||||||
|
## 0.117.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#5914](https://github.com/ianstormtaylor/slate/pull/5914) [`ef76eb46`](https://github.com/ianstormtaylor/slate/commit/ef76eb46e054a47a8b01da73b9e2d9852626b72c) Thanks [@12joan](https://github.com/12joan)! - Export `defaultScrollSelectionIntoView`
|
||||||
|
|
||||||
## 0.117.3
|
## 0.117.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
@@ -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.117.3",
|
"version": "0.117.4",
|
||||||
"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",
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"slate": "^0.117.2",
|
"slate": "^0.117.2",
|
||||||
"slate-dom": "^0.116.0",
|
"slate-dom": "^0.117.4",
|
||||||
"slate-hyperscript": "^0.115.0",
|
"slate-hyperscript": "^0.115.0",
|
||||||
"source-map-loader": "^4.0.1"
|
"source-map-loader": "^4.0.1"
|
||||||
},
|
},
|
||||||
|
@@ -13325,7 +13325,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"slate-dom@npm:^0.116.0, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
|
"slate-dom@npm:^0.117.4, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "slate-dom@workspace:packages/slate-dom"
|
resolution: "slate-dom@workspace:packages/slate-dom"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -13484,7 +13484,7 @@ __metadata:
|
|||||||
react-dom: "npm:^18.2.0"
|
react-dom: "npm:^18.2.0"
|
||||||
scroll-into-view-if-needed: "npm:^3.1.0"
|
scroll-into-view-if-needed: "npm:^3.1.0"
|
||||||
slate: "npm:^0.117.2"
|
slate: "npm:^0.117.2"
|
||||||
slate-dom: "npm:^0.116.0"
|
slate-dom: "npm:^0.117.4"
|
||||||
slate-hyperscript: "npm:^0.115.0"
|
slate-hyperscript: "npm:^0.115.0"
|
||||||
source-map-loader: "npm:^4.0.1"
|
source-map-loader: "npm:^4.0.1"
|
||||||
tiny-invariant: "npm:1.3.1"
|
tiny-invariant: "npm:1.3.1"
|
||||||
|
Reference in New Issue
Block a user