Skip to content

Commit 904dd5b

Browse files
Version Packages
1 parent e4593a3 commit 904dd5b

25 files changed

Lines changed: 103 additions & 33 deletions

File tree

.changeset/bright-foxes-dance.md

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

.changeset/remove-children-set-node-guard.md

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

.changeset/remove-resize-observer-polyfill.md

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

packages/editor/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 6.6.1
4+
5+
### Patch Changes
6+
7+
- [#2431](https://github.com/portabletext/editor/pull/2431) [`1f14d95`](https://github.com/portabletext/editor/commit/1f14d9503d129d96554b04efce3bf11c6175fd4e) Thanks [@christianhg](https://github.com/christianhg)! - fix: allow unsetting `text` prop on spans
8+
9+
- [#2434](https://github.com/portabletext/editor/pull/2434) [`6334c3a`](https://github.com/portabletext/editor/commit/6334c3a8b616cccc21f2be899b3d887af9442bd4) Thanks [@christianhg](https://github.com/christianhg)! - fix: allow setting and unsetting `children` on text blocks
10+
11+
- [#2435](https://github.com/portabletext/editor/pull/2435) [`9ac3212`](https://github.com/portabletext/editor/commit/9ac3212c6d7e3c14461c3c5adef9254f69afa4c2) Thanks [@christianhg](https://github.com/christianhg)! - fix(deps): remove `@juggle/resize-observer`
12+
13+
All modern browsers support `ResizeObserver`.
14+
315
## 6.6.0
416

517
### Minor Changes

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portabletext/editor",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "Portable Text Editor made in React",
55
"keywords": [
66
"sanity",

packages/plugin-character-pair-decorator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 7.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1f14d95`](https://github.com/portabletext/editor/commit/1f14d9503d129d96554b04efce3bf11c6175fd4e), [`6334c3a`](https://github.com/portabletext/editor/commit/6334c3a8b616cccc21f2be899b3d887af9442bd4), [`9ac3212`](https://github.com/portabletext/editor/commit/9ac3212c6d7e3c14461c3c5adef9254f69afa4c2)]:
8+
- @portabletext/editor@6.6.1
9+
310
## 7.0.23
411

512
### Patch Changes

packages/plugin-character-pair-decorator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portabletext/plugin-character-pair-decorator",
3-
"version": "7.0.23",
3+
"version": "7.0.24",
44
"description": "Automatically match a pair of characters and decorate the text in between",
55
"keywords": [
66
"portabletext",

packages/plugin-emoji-picker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @portabletext/plugin-emoji-picker
22

3+
## 6.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1f14d95`](https://github.com/portabletext/editor/commit/1f14d9503d129d96554b04efce3bf11c6175fd4e), [`6334c3a`](https://github.com/portabletext/editor/commit/6334c3a8b616cccc21f2be899b3d887af9442bd4), [`9ac3212`](https://github.com/portabletext/editor/commit/9ac3212c6d7e3c14461c3c5adef9254f69afa4c2)]:
8+
- @portabletext/editor@6.6.1
9+
- @portabletext/plugin-input-rule@4.0.24
10+
311
## 6.0.23
412

513
### Patch Changes

packages/plugin-emoji-picker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portabletext/plugin-emoji-picker",
3-
"version": "6.0.23",
3+
"version": "6.0.24",
44
"description": "Easily configure an Emoji Picker for the Portable Text Editor",
55
"keywords": [
66
"portabletext",
@@ -77,7 +77,7 @@
7777
"vitest": "^4.1.0"
7878
},
7979
"peerDependencies": {
80-
"@portabletext/editor": "workspace:^6.6.0",
80+
"@portabletext/editor": "workspace:^6.6.1",
8181
"react": "^19.2"
8282
},
8383
"engines": {

packages/plugin-input-rule/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @portabletext/plugin-input-rule
22

3+
## 4.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1f14d95`](https://github.com/portabletext/editor/commit/1f14d9503d129d96554b04efce3bf11c6175fd4e), [`6334c3a`](https://github.com/portabletext/editor/commit/6334c3a8b616cccc21f2be899b3d887af9442bd4), [`9ac3212`](https://github.com/portabletext/editor/commit/9ac3212c6d7e3c14461c3c5adef9254f69afa4c2)]:
8+
- @portabletext/editor@6.6.1
9+
310
## 4.0.23
411

512
### Patch Changes

0 commit comments

Comments
 (0)