Skip to content

Commit 760c86d

Browse files
claude[bot]Ziad Beyens
andauthored
docs: update changelog for media-image-node type casting fix
Updated the changelog to document the fix for the type casting issue in the media-image-node component where `(props.attributes as any).alt` was replaced with proper type casting. Co-authored-by: Ziad Beyens <[email protected]>
1 parent 741b195 commit 760c86d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/components/changelog.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Use the [CLI](https://platejs.org/docs/components/cli) to install the latest ver
1010

1111
## June 2025 #23
1212

13+
### June 29 #23.8
14+
- `media-image-node`: Fixed type casting issue where `(props.attributes as any).alt` was replaced with proper type casting using `TImageElementWithAlt` interface
15+
1316
### June 26 #23.7
1417
- `inline-combobox`: Fixed combobox not closing when clicking outside the editor
1518

0 commit comments

Comments
 (0)