Releases: neos/form
Releases · neos/form
5.0.1
See 5.0.0...5.0.1
5.0.0
Works with Flow 6.0 and Neos 5.0, all changes since 4.2.1
4.2.1
- BUGFIX: Fix maxlength for multiline textareas (#87)
Initial 4.2 Release
- TASK: Removed outdated DocTools settings
- FEATURE: Allow the configuration of the form type
- FEATURE: maxlength constraints for single- and multiline textfields
Bugfix Release
- BUGFIX: Don't ignore response headers when rendering a form (#84)
4.1.3 - Add Flow 5.0 compatibility
TASK: Allow Flow 5.0 as dependency
4.1.2
Translation updates and small documentation fix.
All changes: 4.1.1...4.1.2
4.1.1
This is a small bugfix release to ensure a correct Settings.yaml
4.1.0
This release includes numerous smaller fixes and improvements.
But it also comes with a few fundamental changes, for example the new FormEditMode
(#50)
and Configurable Form Element render callbacks
(#51) and an improved EmailFinisher
that supports
file attachments (#58) and inline templates (#61) and a major code cleanup.
Most of this work pave the way for the two new Kids in town: The Neos.Form.Builder and the Neos.Form.FusionRenderer and in general a more seamless integration into
Flow and Neos.
4.0.3
Merge pull request #45 from kdambekalns/bugfix/test-failures BUGFIX: Set savePath to avoid "must be of the type string, null given"