Skip to content

Release v2.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 08:27
· 27 commits to main since this release

v2.3.0

Changelog

Added

  • Profile / by_form defaults.label, defaults.placeholder, defaults.help, and defaults.required: optional scalar defaults applied to every field (same cascade as attr / row_attr). Example: filter profiles can set label: false and required: false once instead of repeating under each field_types.*.
  • field_types.*.required and by_form.*.fields.*.required: declare a default required flag in YAML (overridable by later layers / PHP options).
  • Profile defaults.help_attr (and peers on field_types / by_form) for Symfony help_attr chrome.

What's Changed

  • chore(deps): bump phpstan/phpstan from 2.2.7 to 2.2.8 in the phpstan group by @dependabot[bot] in #28
  • chore(deps): bump vincentlanglet/twig-cs-fixer from 3.14.0 to 4.0.2 by @dependabot[bot] in #29

Full Changelog: v2.2.0...v2.3.0