You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any future render error in the block now shows a contained error panel instead of blanking the entire editor — you can keep editing the rest of your post.
Build and CI now catch undefined icon imports and incomplete bundles before they can be released, preventing the class of bug fixed in 1.10.2.
API responses from the server are now validated before use, so a malformed response fails gracefully instead of crashing the block.
The block is better at extracting usable JSON from LLM output that includes extra preamble text, reducing generation failures.