Infer Spec resolves generic and union prop types (v4.94.0)

Generic React components now produce complete, usable props forms — generic type parameters resolve to their enum options, and default values are recovered from component source code and pre-filled in the editor.

Read about Advanced Prop Configurations

Links created in the text editor no longer disappear after navigating away and returning, and clicking links now uses soft in-app navigation instead of full page reloads.

Read about the Text Block

Page hash fragments preserved across tab redirects (v4.94.0)

Anchor links pointing to a page with tabs no longer silently drop the #anchor fragment when redirecting, so deep links to specific headings work correctly.

Modals now close on browser back button (v4.94.0)

Pressing the browser back button while a modal is open now closes the modal correctly instead of leaving the overlay visible on screen.

Markdown block toolbar icons restored (v4.94.0)

The formatting toolbar in markdown blocks now correctly displays all icons (bold, italic, heading, lists, link, image) that were previously invisible.

Read about the Markdown Block