[v0.10.0] - 2026-04-04
Added
- Image Metadata Support: Added
alt_textandcaptionfields to the Media Browser UI. - Rich Editor Integration: Images inserted into the Rich Editor now automatically include
altandtitleattributes based on the file's metadata. - Custom TipTap Node: Introduced
MediaImageNodeto better handle image rendering and persistence within the TipTap editor.
Fixed
- Reliable Image Insertion: Switched to
EditorCommandfor inserting images in the Rich Content plugin, resolving synchronization issues. - Node Binding: Improved the binding of custom image extensions in the service provider to ensure consistent behavior across the application.
Contributors
- Special thanks to @PascalKleindienst for contributing the image metadata features!