Skip to content

19.1.3

Choose a tag to compare

@sneridagh sneridagh released this 09 Jun 20:27
· 6 commits to main since this release
a8f7b36

19.1.3 (2026-06-09)

Bugfix

  • Add aria-required or aria-invalid attributes only if the field is required or contains errors, respectively. @Wagner3UB #7981
  • Added aria-required and labels to ensure proper identification of mandatory fields in FileWidget and RegistryImageWidget components. @Wagner3UB #7982
  • Fix infinite redirect loop caused by mismatched language content object with the current language tree. @sneridagh