For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Reflex Logo
Docs Logo
Changelog

/

Reflex Components Radix

reflex-components-radix Changelog

v0.9.7 (2026-08-04)

Miscellaneous

  • Bumped Radix UI primitive pins:
    • @radix-ui/react-accordion: 1.2.12 → 1.2.18
    • @radix-ui/react-dialog: 1.1.15 → 1.1.21
    • @radix-ui/react-form: 0.1.8 → 0.1.14
    • @radix-ui/react-progress: 1.1.8 → 1.1.14
    • @radix-ui/react-slider: 1.3.6 → 1.4.5
  • (#6678)

v0.9.6 (2026-07-15)

Miscellaneous

  • rx.segmented_control internals use ArrayVar.map instead of the deprecated foreach. (#6701)

v0.9.5 (2026-06-10)

Miscellaneous

  • Mark the Radix form controls — checkbox, checkbox group, radio group, radio cards, select, switch, and both sliders — with _is_form_control so their static name/id is collected when a form validates its fields against a TypedDict-annotated on_submit handler. (#6301)

v0.9.4 (2026-06-03)

No significant changes.

Built with Reflex