Skip to content

Releases: studio24/accessible-forms

v0.1.4

17 Jun 09:15
b288d44

Choose a tag to compare

0.1.4 (2026-06-17)

Bug Fixes

  • Added missing error class for checkbox validation errors. (425c9c2)
  • Append _0 to error ID on checkbox and radio button groups, so that the error link jumps to the first input element instead of the surrounding block. (3f4254a)
  • Disabled mapping by default on custom HTML block. (b34e0de)
  • Fixed issue with multiple errors for a single field being grouped onto one. (b400ca0)

v0.1.3

10 Apr 15:48
a685b95

Choose a tag to compare

0.1.3 (2026-04-10)

Fixed

  • Singular phrasing on error block where there is only 1 error.

Added

  • New Html form type for including custom HTML in a form.

v0.1.2

14 Jan 17:07
b272bbd

Choose a tag to compare

0.1.2 (2026-01-14)

Bug Fixes

  • Fixed incorrect help and error element IDs to match the "aria-describedby" values used by Symfony. (553731e)
  • Removed required attribute from fields to prevent browser-based validation. (1b94269)

v0.1.1

12 Dec 14:19
eefe170

Choose a tag to compare

0.1.1 (2025-12-12)

Bug Fixes

  • enable GH actions to run release (c4c8234)
  • fix form_all_errors_count Twig function (6a5c14e)

v0.1.0

12 Dec 13:45

Choose a tag to compare

Initial release