mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-15 03:33:59 +02:00
Version Packages (#5906)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
06b21fdca3
commit
aa27c2dfaf
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate': patch
|
||||
---
|
||||
|
||||
Fix: `editor.selection` is sometimes replaced with a new object even if the selection did not change
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate-react': patch
|
||||
---
|
||||
|
||||
Fixed issue on android where deleting forward at the end of a block would delete the first character in the next block instead of the linebreak
|
@@ -1,5 +1,11 @@
|
||||
# slate-react
|
||||
|
||||
## 0.117.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5908](https://github.com/ianstormtaylor/slate/pull/5908) [`06b21fdc`](https://github.com/ianstormtaylor/slate/commit/06b21fdca39705c4686c2d3afb9649d63f9ddde5) Thanks [@nabbydude](https://github.com/nabbydude)! - Fixed issue on android where deleting forward at the end of a block would delete the first character in the next block instead of the linebreak
|
||||
|
||||
## 0.117.1
|
||||
|
||||
### Patch Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate-react",
|
||||
"description": "Tools for building completely customizable richtext editors with React.",
|
||||
"version": "0.117.1",
|
||||
"version": "0.117.2",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
@@ -34,7 +34,7 @@
|
||||
"@types/resize-observer-browser": "^0.1.8",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"slate": "^0.117.0",
|
||||
"slate": "^0.117.2",
|
||||
"slate-dom": "^0.116.0",
|
||||
"slate-hyperscript": "^0.115.0",
|
||||
"source-map-loader": "^4.0.1"
|
||||
|
@@ -1,5 +1,11 @@
|
||||
# slate
|
||||
|
||||
## 0.117.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5899](https://github.com/ianstormtaylor/slate/pull/5899) [`94fb04a4`](https://github.com/ianstormtaylor/slate/commit/94fb04a42c0d071c0778dd1369afb360c1ce5f11) Thanks [@12joan](https://github.com/12joan)! - Fix: `editor.selection` is sometimes replaced with a new object even if the selection did not change
|
||||
|
||||
## 0.117.0
|
||||
|
||||
### Minor Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate",
|
||||
"description": "A completely customizable framework for building rich text editors.",
|
||||
"version": "0.117.0",
|
||||
"version": "0.117.2",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
|
@@ -13483,7 +13483,7 @@ __metadata:
|
||||
react: "npm:^18.2.0"
|
||||
react-dom: "npm:^18.2.0"
|
||||
scroll-into-view-if-needed: "npm:^3.1.0"
|
||||
slate: "npm:^0.117.0"
|
||||
slate: "npm:^0.117.2"
|
||||
slate-dom: "npm:^0.116.0"
|
||||
slate-hyperscript: "npm:^0.115.0"
|
||||
source-map-loader: "npm:^4.0.1"
|
||||
@@ -13496,7 +13496,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"slate@npm:^0.117.0, slate@workspace:*, slate@workspace:packages/slate":
|
||||
"slate@npm:^0.117.0, slate@npm:^0.117.2, slate@workspace:*, slate@workspace:packages/slate":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "slate@workspace:packages/slate"
|
||||
dependencies:
|
||||
|
Reference in New Issue
Block a user