mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-23 15:32:59 +02:00
Version Packages (#4637)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5818aca503
commit
9874ed704f
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate': minor
|
||||
---
|
||||
|
||||
Fix issue with unicode 1.1 smileys followed by a variation selector.
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate-react': patch
|
||||
---
|
||||
|
||||
Fixes drop actions in editors rendered in iFrames.
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate': patch
|
||||
---
|
||||
|
||||
Improve typescript type of `props` argument of `Transforms.setNodes()`
|
@@ -19,7 +19,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.7.4",
|
||||
"lodash": "^4.17.21",
|
||||
"slate": "^0.67.1",
|
||||
"slate": "^0.70.0",
|
||||
"slate-hyperscript": "^0.67.0",
|
||||
"source-map-loader": "^0.2.4"
|
||||
},
|
||||
|
@@ -18,7 +18,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.7.4",
|
||||
"slate": "^0.67.1",
|
||||
"slate": "^0.70.0",
|
||||
"source-map-loader": "^0.2.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@@ -1,5 +1,11 @@
|
||||
# slate-react
|
||||
|
||||
## 0.70.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4636](https://github.com/ianstormtaylor/slate/pull/4636) [`9e8d5e2b`](https://github.com/ianstormtaylor/slate/commit/9e8d5e2b9bbff1ec7161e292635a074ba3538774) Thanks [@cmmartin](https://github.com/cmmartin)! - Fixes drop actions in editors rendered in iFrames.
|
||||
|
||||
## 0.69.0
|
||||
|
||||
### Minor Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate-react",
|
||||
"description": "Tools for building completely customizable richtext editors with React.",
|
||||
"version": "0.69.0",
|
||||
"version": "0.70.0",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
@@ -31,7 +31,7 @@
|
||||
"react": ">=16.8.0",
|
||||
"react-dom": ">=16.8.0",
|
||||
"react-test-renderer": ">=16.8.0",
|
||||
"slate": "^0.67.1",
|
||||
"slate": "^0.70.0",
|
||||
"slate-hyperscript": "^0.67.0",
|
||||
"source-map-loader": "^0.2.4"
|
||||
},
|
||||
|
@@ -1,5 +1,15 @@
|
||||
# slate
|
||||
|
||||
## 0.70.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#4565](https://github.com/ianstormtaylor/slate/pull/4565) [`5818aca5`](https://github.com/ianstormtaylor/slate/commit/5818aca5038f38465a5769fe944f184be0255341) Thanks [@oliger](https://github.com/oliger)! - Fix issue with unicode 1.1 smileys followed by a variation selector.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4638](https://github.com/ianstormtaylor/slate/pull/4638) [`e0f41514`](https://github.com/ianstormtaylor/slate/commit/e0f41514a1e0e866297904be16eff82702e8afd8) Thanks [@e1himself](https://github.com/e1himself)! - Improve typescript type of `props` argument of `Transforms.setNodes()`
|
||||
|
||||
## 0.67.1
|
||||
|
||||
### Patch Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate",
|
||||
"description": "A completely customizable framework for building rich text editors.",
|
||||
"version": "0.67.1",
|
||||
"version": "0.70.0",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
|
@@ -14311,7 +14311,7 @@ resolve@^2.0.0-next.3:
|
||||
"@babel/runtime": ^7.7.4
|
||||
is-plain-object: ^5.0.0
|
||||
lodash: ^4.17.21
|
||||
slate: ^0.67.1
|
||||
slate: ^0.70.0
|
||||
slate-hyperscript: ^0.67.0
|
||||
source-map-loader: ^0.2.4
|
||||
peerDependencies:
|
||||
@@ -14325,7 +14325,7 @@ resolve@^2.0.0-next.3:
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.7.4
|
||||
is-plain-object: ^5.0.0
|
||||
slate: ^0.67.1
|
||||
slate: ^0.70.0
|
||||
source-map-loader: ^0.2.4
|
||||
peerDependencies:
|
||||
slate: ">=0.65.3"
|
||||
@@ -14429,7 +14429,7 @@ resolve@^2.0.0-next.3:
|
||||
react-dom: ">=16.8.0"
|
||||
react-test-renderer: ">=16.8.0"
|
||||
scroll-into-view-if-needed: ^2.2.20
|
||||
slate: ^0.67.1
|
||||
slate: ^0.70.0
|
||||
slate-hyperscript: ^0.67.0
|
||||
source-map-loader: ^0.2.4
|
||||
tiny-invariant: 1.0.6
|
||||
@@ -14440,7 +14440,7 @@ resolve@^2.0.0-next.3:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"slate@^0.67.1, slate@workspace:*, slate@workspace:packages/slate":
|
||||
"slate@^0.70.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