Release v2.4.0
v2.4.0
Changelog
Added
- CSRF-only forms:
CsrfOnlyType,HiddenFieldsCsrfType, andCsrfOnlyFormFactory(create/createNamed/createWithFields) for single-action POSTs with flat or nested CSRF tokens and optional typed fields. - GET filters:
AbstractGetFilterType(profilefilter, CSRF off, method GET),GetFilterFormFactory(rootless form name), andSearchQueryType(qsearch field). - Built-in FormTypeMap entry
search→ SymfonySearchType. - Documentation: docs/CSRF.md.
Full Changelog: v2.3.0...v2.4.0