Skip to content

19.1.2

Choose a tag to compare

@sneridagh sneridagh released this 08 Jun 16:32
· 10 commits to main since this release
8a3e8af

19.1.2 (2026-06-08)

Bugfix

  • Increase home icon size to comply with WCAG 2.2 accessibility. @polyester #8297
  • Fix layout regression in FormFieldWrapper where the empty aria-live container was acting as an extra flex item, breaking widget layouts like SizeWidget. @Wagner3UB #8319
  • Fix "Cannot POST" error on login form if it was submitted before hydration
    finished, by disabling the submit button until then. @davisagli