Releases: neos/form-fusionrenderer
2.3.2
What's Changed
- BUGFIX: Downgrad symfony/mime to version 6.x by @markusguenther in #37
Full Changelog: 2.3.1...2.3.2
2.3.1
What's Changed
- BUGFIX: Preventing the Rendering of UploadedResourcePreview by @markusguenther in #35
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- FEATURE: Use accept attribute to select the correct file types on uploads by @markusguenther in #34
New Contributors
- @fdchriswaechter made their first contribution in #34
Full Changelog: 2.2.0...2.3.0
2.2.0 Update Fusion Prototypes and version constraints
What's Changed
- FEATURE: Compatibility with neos/flow v9.0 by @c4ll-m3-j4ck in #29
- TASK: Update constraints by @dlubitz in #32
New Contributors
- @c4ll-m3-j4ck made their first contribution in #29
- @dlubitz made their first contribution in #32
Full Changelog: 2.1.2...2.2.0
2.1.2
What's Changed
- BUGFIX: Loosely compare values in isOptionSelected by @kdambekalns in #27
New Contributors
- @kdambekalns made their first contribution in #27
Full Changelog: 2.1.1...2.1.2
2.1.1
This bugfix release contains some security improvements:
- BUGFIX: Escape content of multiLineText element
- BUGFIX: Escape preview output
2.1.0
FEATURE: Fusion code from additional packages can be used in the form rendering
2.0.0 - Neos 5.0 compatibility
- FEATURE: Neos 5.0+ compatibility (#18, thanks to @daniellienert)
1.0.2
IMPORTANT:
Even though this is a bugfix release it unfortunately contains a breaking change that we couldn't find a different solution for:
The prefix of the Eel helper has been changed. If your custom Fusion code contains Neos.Form.*()
references, you'll have to replace them with Neos.Form.FusionRenderer.*()
This release incorporates some minor bug fixes/improvements, namely:
- TASK: Add note about Package loading order to README
- BUGFIX: Fix typo in FusionFormRenderer
- BUGFIX: Apply FormElement wrapping before invoking renderCallbacks
- Tweak/fix README
- BUGFIX: Use full package key as Eel helper namespace
See 1.0.1...1.0.2
1.0.1
This release incorporates two bug fixes/improvements, namely:
Thanks to @bweinzierl and @daniellienert for your contributions