Skip to content

Commit ee2cea9

Browse files
Version Packages (ianstormtaylor#5851)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 22a3dda commit ee2cea9

File tree

13 files changed

+37
-36
lines changed

13 files changed

+37
-36
lines changed

.changeset/many-lobsters-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slate-react.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/slate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-falcons-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/slate-dom/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# slate-dom
22

3+
## 0.114.0
4+
5+
### Patch Changes
6+
7+
- [#5849](https://github.com/ianstormtaylor/slate/pull/5849) [`0fde537b`](https://github.com/ianstormtaylor/slate/commit/0fde537b52c23dd374721501e31e9aab56ce6477) Thanks [@12joan](https://github.com/12joan)! - Fix: Deleting backward by a line misses 1 character (belated changeset for https://github.com/ianstormtaylor/slate/pull/5827)
8+
39
## 0.112.2
410

511
### Patch Changes

packages/slate-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate-dom",
33
"description": "Tools for building completely customizable richtext editors with React.",
4-
"version": "0.112.2",
4+
"version": "0.114.0",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -29,7 +29,7 @@
2929
"@types/jsdom": "^21.1.4",
3030
"@types/lodash": "^4.14.200",
3131
"@types/resize-observer-browser": "^0.1.8",
32-
"slate": "^0.113.0",
32+
"slate": "^0.114.0",
3333
"slate-hyperscript": "^0.100.0",
3434
"source-map-loader": "^4.0.1"
3535
},

packages/slate-history/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@babel/runtime": "^7.23.2",
2121
"lodash": "^4.17.21",
22-
"slate": "^0.113.0",
22+
"slate": "^0.114.0",
2323
"slate-hyperscript": "^0.100.0",
2424
"source-map-loader": "^4.0.1"
2525
},

packages/slate-hyperscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@babel/runtime": "^7.23.2",
21-
"slate": "^0.113.0",
21+
"slate": "^0.114.0",
2222
"source-map-loader": "^4.0.1"
2323
},
2424
"peerDependencies": {

packages/slate-react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# slate-react
22

3+
## 0.114.0
4+
5+
### Minor Changes
6+
7+
- [#5850](https://github.com/ianstormtaylor/slate/pull/5850) [`22a3dda3`](https://github.com/ianstormtaylor/slate/commit/22a3dda36d4362d5dfdb9a75836297dae8cd7f9e) Thanks [@zbeyens](https://github.com/zbeyens)! - - Update `RenderLeafProps` interface to add `leafPosition` property containing `start`, `end`, `isFirst`, and `isLast` when a text node is split by decorations.
8+
9+
- Add optional `renderText` prop to `<Editable />` component for customizing text node rendering.
10+
11+
- [#5848](https://github.com/ianstormtaylor/slate/pull/5848) [`2c62e017`](https://github.com/ianstormtaylor/slate/commit/2c62e0179734871369ac23d38ebfc1378ec9ad68) Thanks [@dpolugic](https://github.com/dpolugic)! - Use equalityFn in useSlateSelector during render as well
12+
313
## 0.113.0
414

515
### Patch Changes

packages/slate-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate-react",
33
"description": "Tools for building completely customizable richtext editors with React.",
4-
"version": "0.113.0",
4+
"version": "0.114.0",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -34,8 +34,8 @@
3434
"@types/resize-observer-browser": "^0.1.8",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
37-
"slate": "^0.113.0",
38-
"slate-dom": "^0.112.2",
37+
"slate": "^0.114.0",
38+
"slate-dom": "^0.114.0",
3939
"slate-hyperscript": "^0.100.0",
4040
"source-map-loader": "^4.0.1"
4141
},

0 commit comments

Comments
 (0)