Skip to content

v11.8.2

Latest

Choose a tag to compare

@tujoworker tujoworker released this 03 Jul 14:41

11.8.2 (2026-07-03)

πŸ› Bug Fixes

  • Form.Element: avoid invalid DOM id warning for non-string id (#8797) (cecf210)
  • Form.useData: return precise value types from getValue (#8811) (6acdc50), closes #8649
  • Form.useData: type update() value and updater callback param (#8813) (0c23284), closes #8811 #8811
  • GlobalError: prevent status-code translation keys leaking to DOM (#8774) (ad875a4)
  • InputMasked: guard against restoring an undefined input type (#8766) (2e174b6)

⚑ Refactoring

  • Dialog: export DialogAllProps to standardize prop-type naming (#8772) (7323095)

βœ… Tests

  • forms: test number validators directly to speed up the suite (#8748) (a624810)