Skip to content

Changelog

All notable changes are documented in the GitHub releases and in the CHANGELOG.md file in the repository.

v0.17.0 — pre-release. APIs may change without notice.

Replaced ~200 lines of custom focus-trap JS with browser-native showModal()/close(). Native focus trap, Escape-to-close, focus restore, top-layer rendering.

SelectProps.Stylable: true opts into the modern customizable <select> API. Progressive enhancement — non-supporting browsers render native select.

TextareaProps.AutoGrow (default true) uses CSS field-sizing: content. No JavaScript needed.

htmx.ViewTransitions(ViewTransitionsProps{Global: true}) enables native View Transitions for HTMX swaps.