Skip to content

Releases: sitegeist/fluid-components

3.5.0

22 Mar 11:31
@s2b s2b
eb887d6
Compare
Choose a tag to compare

Important: This release contains an important security fix! Please make sure to update ASAP and to check the documentation because changes in your template files might be necessary.

What's Changed

  • [BUGFIX] set correct return type by @lukasniestroj in #118
  • [BUGFIX] avoid type error if file do not exist by @huersch in #124
  • [SECURITY] Implement children escaping by @helhum and @s2b in #125
  • [FEATURE] Add Slot ViewHelper to render slots in components by @helhum and @s2b in #125
  • [TASK] Add tests for parameter escaping by @s2b in #125
  • [FEATURE] Command to check for possible escaping issues by @s2b in #125
  • [DOC] Add documentation for XSS mitigation by @s2b in #125

Full Changelog: 3.4.3...3.5.0

3.4.3

19 Jan 08:53
@s2b s2b
3371421
Compare
Choose a tag to compare

What's Changed

  • Use ReturnTypeWillChange so the attribute is working as expected by @graseggergh in #116

New Contributors

  • @graseggergh made their first contribution in #116

Full Changelog: 3.4.2...3.4.3

3.4.2

13 Jan 11:50
66b3524
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] Make default value of component argument null when not set by @helhum in #114
  • [BUGFIX] PHP8.1 compatibility of navigation model by @t-schramm in #115

New Contributors

Full Changelog: 3.4.1...3.4.2

3.4.1

24 Oct 15:10
@s2b s2b
95701c9
Compare
Choose a tag to compare

[BUGFIX] #111 Generate XSD files not working (thx to @rov-sf)

3.4.0

28 Sep 08:27
@s2b s2b
ec66d76
Compare
Choose a tag to compare

[FEATURE] Add variable.map and variable.push to allow basic data mapping and manipulation in Fluid templates before sending data into a component

3.3.0

12 Jul 19:01
@s2b s2b
df97384
Compare
Choose a tag to compare

[FEATURE] Add data structures for files from which the existing image data structure extends

3.2.0

25 May 13:12
@s2b s2b
31ef0ec
Compare
Choose a tag to compare

[FEATURE] Allow data structures to receive fluid rendering context
[FEATURE] Ability to set language for labels data structure

3.1.1

29 Apr 10:15
@s2b s2b
c35112e
Compare
Choose a tag to compare

[BUGFIX] Fix notices in PHP8.1 (thx to @georgringer)
[TASK] Improve testing setup

3.1.0

17 Nov 09:44
@s2b s2b
6dcb0fe
Compare
Choose a tag to compare

[FEATURE] Allow Domain\Model\DateTime to be constructed from \DateTimeImmutable (thx to Bernhard Berger)
[FEATURE] Add support for 'copyright' property for image model (thx to @kitzberger)
[FEATURE] Add support for 'properties' for image model (thx to @kitzberger)

3.0.0

07 Sep 15:32
@s2b s2b
ba5ae02
Compare
Choose a tag to compare

[FEATURE] Restore compatibility with TYPO3 11.4.
[TASK] Drop compatibility with TYPO3 9.x, use v2 instead