Skip to content

Release v2.4.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 16:53
· 25 commits to main since this release

v2.4.0

Changelog

Added

  • CSRF-only forms: CsrfOnlyType, HiddenFieldsCsrfType, and CsrfOnlyFormFactory (create / createNamed / createWithFields) for single-action POSTs with flat or nested CSRF tokens and optional typed fields.
  • GET filters: AbstractGetFilterType (profile filter, CSRF off, method GET), GetFilterFormFactory (rootless form name), and SearchQueryType (q search field).
  • Built-in FormTypeMap entry search → Symfony SearchType.
  • Documentation: docs/CSRF.md.

Full Changelog: v2.3.0...v2.4.0