Preserve string, number and boolean equation content in editable, static and document views; display missing or unsupported values as empty.
Download supported image destinations while preserving relative, HTTP, HTTPS, blob, and image data URLs.
Use the caller's AI Gateway key supplied through editor settings or the request body.
Allow uploads during local development; require application authorization before enabling production uploads.
Ignore drop checks without a source editor node.
The floating toolbar now keeps its insert/delete row and column controls visible while the selection stays inside a single cell, including when the cell's content is fully selected. Previously any expanded selection switched the toolbar to its multi-cell mode, hiding those controls the moment a cell's text was highlighted.
Use AI SDK v7 for copied AI routes, chat transport, and markdown streaming.
Fix preserved-space wrapping so inserted space runs stay inside editable and static editor widths.
Plate UILatest
PR 5013 · Fix shadcn editor kit install pathsInstall editor kit files through the configured components alias so relative `./plugins/*` imports resolve after shadcn CLI adds.
Show the selected language label in read-only and static rendering. Set `showLanguageLabel={false}` on the component to hide it.
Fix column drag and drop by attaching the DnD drop target ref to the rendered column element so horizontal drop lines can resolve a valid target.