Skip to content

Releases: neos/form-fusionrenderer

2.2.0 Update Fusion Prototypes and version constraints

07 Oct 10:02
d695e0a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.2...2.2.0

2.1.2

04 Jan 10:31
98ddc8d
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Loosely compare values in isOptionSelected by @kdambekalns in #27

New Contributors

Full Changelog: 2.1.1...2.1.2

2.1.1

30 Mar 20:10
fdc9f90
Compare
Choose a tag to compare

This bugfix release contains some security improvements:

  • BUGFIX: Escape content of multiLineText element
  • BUGFIX: Escape preview output

2.1.0...2.1.1

2.1.0

07 Feb 14:30
bb365a6
Compare
Choose a tag to compare

FEATURE: Fusion code from additional packages can be used in the form rendering

2.0.0...2.1.0

2.0.0 - Neos 5.0 compatibility

13 Nov 17:05
ae42194
Compare
Choose a tag to compare

1.0.2...2.0.0

1.0.2

26 Apr 13:43
15ec6ab
Compare
Choose a tag to compare

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

21 Sep 10:41
Compare
Choose a tag to compare

This release incorporates two bug fixes/improvements, namely:

  • Enable translation of validation errors (#6)
  • Add elementClassAttribute also to sections (#7)

Thanks to @bweinzierl and @daniellienert for your contributions

1.0.0 Initial Release

29 Aug 21:35
Compare
Choose a tag to compare

The first release of this package