mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-14 03:03:58 +02:00
Version Packages (#5832)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
701d5f320f
commit
a25fbc3503
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate': patch
|
||||
---
|
||||
|
||||
fix: correct dirty path update for Text nodes
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate-react': patch
|
||||
---
|
||||
|
||||
add context menu undo support
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate': minor
|
||||
---
|
||||
|
||||
Add `pass` option to `Editor.nodes`, which is passed through to `Node.nodes`.
|
@@ -29,7 +29,7 @@
|
||||
"@types/jsdom": "^21.1.4",
|
||||
"@types/lodash": "^4.14.200",
|
||||
"@types/resize-observer-browser": "^0.1.8",
|
||||
"slate": "^0.112.0",
|
||||
"slate": "^0.113.0",
|
||||
"slate-hyperscript": "^0.100.0",
|
||||
"source-map-loader": "^4.0.1"
|
||||
},
|
||||
|
@@ -19,7 +19,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.23.2",
|
||||
"lodash": "^4.17.21",
|
||||
"slate": "^0.112.0",
|
||||
"slate": "^0.113.0",
|
||||
"slate-hyperscript": "^0.100.0",
|
||||
"source-map-loader": "^4.0.1"
|
||||
},
|
||||
|
@@ -18,7 +18,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.23.2",
|
||||
"slate": "^0.112.0",
|
||||
"slate": "^0.113.0",
|
||||
"source-map-loader": "^4.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@@ -1,5 +1,11 @@
|
||||
# slate-react
|
||||
|
||||
## 0.113.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5822](https://github.com/ianstormtaylor/slate/pull/5822) [`68915e8c`](https://github.com/ianstormtaylor/slate/commit/68915e8cfadd9d8dd545dbcd8c33b6b69827a287) Thanks [@RavenColEvol](https://github.com/RavenColEvol)! - add context menu undo support
|
||||
|
||||
## 0.112.1
|
||||
|
||||
### Patch Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate-react",
|
||||
"description": "Tools for building completely customizable richtext editors with React.",
|
||||
"version": "0.112.1",
|
||||
"version": "0.113.0",
|
||||
"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.112.0",
|
||||
"slate": "^0.113.0",
|
||||
"slate-dom": "^0.112.2",
|
||||
"slate-hyperscript": "^0.100.0",
|
||||
"source-map-loader": "^4.0.1"
|
||||
|
@@ -1,5 +1,15 @@
|
||||
# slate
|
||||
|
||||
## 0.113.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#5843](https://github.com/ianstormtaylor/slate/pull/5843) [`63c0db5b`](https://github.com/ianstormtaylor/slate/commit/63c0db5b862137490baf2883d4378efd0b6311de) Thanks [@12joan](https://github.com/12joan)! - Add `pass` option to `Editor.nodes`, which is passed through to `Node.nodes`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5842](https://github.com/ianstormtaylor/slate/pull/5842) [`463ef3a6`](https://github.com/ianstormtaylor/slate/commit/463ef3a6504020a869fa06e4dd722f72de32677a) Thanks [@wkq](https://github.com/wkq)! - fix: correct dirty path update for Text nodes
|
||||
|
||||
## 0.112.0
|
||||
|
||||
### Minor Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate",
|
||||
"description": "A completely customizable framework for building rich text editors.",
|
||||
"version": "0.112.0",
|
||||
"version": "0.113.0",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
|
10
yarn.lock
10
yarn.lock
@@ -13288,7 +13288,7 @@ __metadata:
|
||||
is-plain-object: "npm:^5.0.0"
|
||||
lodash: "npm:^4.17.21"
|
||||
scroll-into-view-if-needed: "npm:^3.1.0"
|
||||
slate: "npm:^0.112.0"
|
||||
slate: "npm:^0.113.0"
|
||||
slate-hyperscript: "npm:^0.100.0"
|
||||
source-map-loader: "npm:^4.0.1"
|
||||
tiny-invariant: "npm:1.3.1"
|
||||
@@ -13304,7 +13304,7 @@ __metadata:
|
||||
"@babel/runtime": "npm:^7.23.2"
|
||||
is-plain-object: "npm:^5.0.0"
|
||||
lodash: "npm:^4.17.21"
|
||||
slate: "npm:^0.112.0"
|
||||
slate: "npm:^0.113.0"
|
||||
slate-hyperscript: "npm:^0.100.0"
|
||||
source-map-loader: "npm:^4.0.1"
|
||||
peerDependencies:
|
||||
@@ -13318,7 +13318,7 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/runtime": "npm:^7.23.2"
|
||||
is-plain-object: "npm:^5.0.0"
|
||||
slate: "npm:^0.112.0"
|
||||
slate: "npm:^0.113.0"
|
||||
source-map-loader: "npm:^4.0.1"
|
||||
peerDependencies:
|
||||
slate: ">=0.65.3"
|
||||
@@ -13432,7 +13432,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.112.0"
|
||||
slate: "npm:^0.113.0"
|
||||
slate-dom: "npm:^0.112.2"
|
||||
slate-hyperscript: "npm:^0.100.0"
|
||||
source-map-loader: "npm:^4.0.1"
|
||||
@@ -13445,7 +13445,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"slate@npm:^0.112.0, slate@workspace:*, slate@workspace:packages/slate":
|
||||
"slate@npm:^0.113.0, 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