Releases: neos/form-fusionrenderer
Releases · neos/form-fusionrenderer
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
1.0.0 Initial Release
The first release of this package