Skip to content
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/ten-fans-fly.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/slate-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/jsdom": "^21.1.4",
"@types/lodash": "^4.14.200",
"@types/resize-observer-browser": "^0.1.8",
"slate": "^0.121.0",
"slate": "^0.122.0",
"slate-hyperscript": "^0.115.0",
"source-map-loader": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@babel/runtime": "^7.23.2",
"lodash": "^4.17.21",
"slate": "^0.121.0",
"slate": "^0.122.0",
"slate-hyperscript": "^0.115.0",
"source-map-loader": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-hyperscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"devDependencies": {
"@babel/runtime": "^7.23.2",
"slate": "^0.121.0",
"slate": "^0.122.0",
"source-map-loader": "^4.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/resize-observer-browser": "^0.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.121.0",
"slate": "^0.122.0",
"slate-dom": "^0.121.0",
"slate-hyperscript": "^0.115.0",
"source-map-loader": "^4.0.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/slate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# slate

## 0.122.0

### Minor Changes

- [#5970](https://github.com/ianstormtaylor/slate/pull/5970) [`893cac3e`](https://github.com/ianstormtaylor/slate/commit/893cac3e4ec9233e8499ad93b2b063dddb22371f) Thanks [@nabbydude](https://github.com/nabbydude)! - Optimized normalizeNode implementation, should work the same, but may behave slightly differently if you give it something really malformed

## 0.121.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.121.0",
"version": "0.122.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13585,7 +13585,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.121.0"
slate: "npm:^0.122.0"
slate-hyperscript: "npm:^0.115.0"
source-map-loader: "npm:^4.0.1"
tiny-invariant: "npm:1.3.1"
Expand All @@ -13600,7 +13600,7 @@ __metadata:
dependencies:
"@babel/runtime": "npm:^7.23.2"
lodash: "npm:^4.17.21"
slate: "npm:^0.121.0"
slate: "npm:^0.122.0"
slate-hyperscript: "npm:^0.115.0"
source-map-loader: "npm:^4.0.1"
peerDependencies:
Expand All @@ -13613,7 +13613,7 @@ __metadata:
resolution: "slate-hyperscript@workspace:packages/slate-hyperscript"
dependencies:
"@babel/runtime": "npm:^7.23.2"
slate: "npm:^0.121.0"
slate: "npm:^0.122.0"
source-map-loader: "npm:^4.0.1"
peerDependencies:
slate: ">=0.114.3"
Expand Down Expand Up @@ -13727,7 +13727,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.121.0"
slate: "npm:^0.122.0"
slate-dom: "npm:^0.121.0"
slate-hyperscript: "npm:^0.115.0"
source-map-loader: "npm:^4.0.1"
Expand All @@ -13740,7 +13740,7 @@ __metadata:
languageName: unknown
linkType: soft

"slate@npm:^0.121.0, slate@workspace:*, slate@workspace:packages/slate":
"slate@npm:^0.122.0, slate@workspace:*, slate@workspace:packages/slate":
version: 0.0.0-use.local
resolution: "slate@workspace:packages/slate"
dependencies:
Expand Down