Skip to content
/ form Public

v8.1.5

Latest

Choose a tag to compare

@fabpot fabpot released this 22 Aug 13:47
· 28 commits to 8.2 since this release
Immutable release. Only release title and notes can be modified.
v8.1.5

Changelog (v8.1.4...v8.1.5)

  • bug #65584 Map violations to child forms named after the snake cased property (@nicolas-grekas)
  • bug #65538 Fix rendering and parsing dates before the Gregorian cutover (@nicolas-grekas)
  • bug #65530 Apply the configured rounding mode when no scale is set (@nicolas-grekas)
  • bug #65522 Do not inherit translation parameters for translatable labels and help messages (@nicolas-grekas)
  • bug #65479 Fix generating the CSRF token when the form attributes are replaced (@nicolas-grekas)
  • bug #65578 Apply the guessed "pattern" and "maxlength" attributes to the types rendered as text inputs (@nicolas-grekas)
  • bug #65505 Apply the guessed "pattern" and "maxlength" attributes to text inputs only (@nicolas-grekas)
  • bug #65478 Replace the {{ max }} placeholder in the post_max_size error message (@nicolas-grekas)
  • bug #65480 Fix the money pattern for locales that do not use ASCII digits (@nicolas-grekas)
  • bug #65367 Fix PHP 8.6 deprecations (@nicolas-grekas)