Skip to content

Releases: sitegeist/fluid-components

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

2.5.1

29 Jun 07:19
@s2b s2b
4bc3bf2
Compare
Choose a tag to compare

[BUGFIX] Use correct return type for xsd console command

2.5.0

08 Feb 14:44
@s2b s2b
de2f971
Compare
Choose a tag to compare

[FEATURE] Labels data structure that allows translations per component

2.4.1

03 Feb 17:38
@s2b s2b
041b1f9
Compare
Choose a tag to compare

[TASK] Fix version constraint for TYPO3 11

2.4.0

03 Feb 17:29
@s2b s2b
d25e4b7
Compare
Choose a tag to compare

[FEATURE] Compability with TYPO3 11.0
[FEATURE] Data structure for language menus
[TASK] Improved documentation structure
[TASK] New extension icon

2.3.0

13 Oct 10:22
@s2b s2b
ebd8520
Compare
Choose a tag to compare

[FEATURE] add description property to Image (thanks to @infabo)
[FEATURE] feature flag fluidComponents.partialsInComponents: allow partials in components (this is meant to ease a transition from existing partials to components. It is not recommended and doesn't work in styleguide context) (thanks to @MajPay)
[BUGFIX] Clear conversion cache after adding new conversion interfaces
[BUGFIX] Require traversible arrays for type conversion
[BUGFIX] Ignore leading backslash for prefix generation
[BUGFIX] Apply component settings from API calls correctly
[TASK] Add more unit tests and some integration tests