Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curly-timers-watch.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/fast-shrimps-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-goats-argue.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/slate-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.21",
"slate": "^0.66.0",
"slate-hyperscript": "^0.66.0",
"slate-hyperscript": "^0.67.0",
"source-map-loader": "^0.2.4"
},
"peerDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions packages/slate-hyperscript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# slate-hyperscript

## 0.67.0

### Patch Changes

- [#4555](https://github.com/ianstormtaylor/slate/pull/4555) [`c29eea02`](https://github.com/ianstormtaylor/slate/commit/c29eea022ec943f0c63278e9058fe1267f7dff01) Thanks [@bryanph](https://github.com/bryanph)! - createEditor is now exported from slate-hyperscript, making it easier to set up custom editor tests

For example:

```
const jsx = createHyperscript({
creators: {
editor: createEditor(aFunctionThatReturnsAnEditorObject)
},
elements: {
block: { type: 'block' },
inline: { type: 'inline' }
}
})
```

## 0.66.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-hyperscript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/slate-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# slate-react

## 0.67.0

### Minor Changes

- [#4540](https://github.com/ianstormtaylor/slate/pull/4540) [`11ef83b4`](https://github.com/ianstormtaylor/slate/commit/11ef83b47fca84d1f908b5c9eeefada516fe9fed) Thanks [@bryanph](https://github.com/bryanph)! - The Slate Provider's "value" prop is now only used as initial state for editor.children as was intended before. If your code relies on replacing editor.children you should do so by replacing it directly instead of relying on the "value" prop to do this for you.

### Patch Changes

- [#4577](https://github.com/ianstormtaylor/slate/pull/4577) [`4b2e4000`](https://github.com/ianstormtaylor/slate/commit/4b2e4000d6253bd86fab237b6f2c70e9f8d30f09) Thanks [@jameshfisher](https://github.com/jameshfisher)! - Fixed a bug that removed the selection when hovering over a non-selectable DOM element

## 0.66.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.66.7",
"version": "0.67.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-dom": ">=16.8.0",
"react-test-renderer": ">=16.8.0",
"slate": "^0.66.2",
"slate-hyperscript": "^0.66.0",
"slate-hyperscript": "^0.67.0",
"source-map-loader": "^0.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/slate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.21",
"slate-hyperscript": "^0.66.0",
"slate-hyperscript": "^0.67.0",
"source-map-loader": "^0.2.4"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14312,14 +14312,14 @@ resolve@^2.0.0-next.3:
is-plain-object: ^5.0.0
lodash: ^4.17.21
slate: ^0.66.0
slate-hyperscript: ^0.66.0
slate-hyperscript: ^0.67.0
source-map-loader: ^0.2.4
peerDependencies:
slate: ">=0.65.3"
languageName: unknown
linkType: soft

"slate-hyperscript@^0.66.0, slate-hyperscript@workspace:*, slate-hyperscript@workspace:packages/slate-hyperscript":
"slate-hyperscript@^0.67.0, slate-hyperscript@workspace:*, slate-hyperscript@workspace:packages/slate-hyperscript":
version: 0.0.0-use.local
resolution: "slate-hyperscript@workspace:packages/slate-hyperscript"
dependencies:
Expand Down Expand Up @@ -14430,7 +14430,7 @@ resolve@^2.0.0-next.3:
react-test-renderer: ">=16.8.0"
scroll-into-view-if-needed: ^2.2.20
slate: ^0.66.2
slate-hyperscript: ^0.66.0
slate-hyperscript: ^0.67.0
source-map-loader: ^0.2.4
tiny-invariant: 1.0.6
peerDependencies:
Expand All @@ -14448,7 +14448,7 @@ resolve@^2.0.0-next.3:
immer: ^9.0.6
is-plain-object: ^5.0.0
lodash: ^4.17.21
slate-hyperscript: ^0.66.0
slate-hyperscript: ^0.67.0
source-map-loader: ^0.2.4
tiny-warning: ^1.0.3
languageName: unknown
Expand Down