Skip to content

Releases: sitegeist/fluid-components

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

2.2.0

16 Jul 15:04
@s2b s2b
fcb98a2
Compare
Choose a tag to compare

[FEATURE] Add Interface and Model to flexibly convert data to DateTime (thanks to @andyhausmann)
[FEATURE] Convert arguments specified as collection "[]"
[BUGFIX] Shorten template cache names to prevent too long file names (and also improve performance) (thanks to @ulrichmathes)
[TASK] Integrate type aliases into argument converter
[TASK] Reduce calls of getComponentArgumentConverter()

2.1.0

01 Jul 13:54
@s2b s2b
210dbac
Compare
Choose a tag to compare

[FEATURE] Component aware data structures
[TASK] Add interface to initialize data structures from null
[FEATURE] Implement cache for argument converter to improve performance

2.0.1

27 Apr 19:14
@s2b s2b
dee3c59
Compare
Choose a tag to compare

Compatibility with TYPO3 10.4 (thanks to @infabo)

2.0.0

10 Apr 10:29
@s2b s2b
52d5d6a
Compare
Choose a tag to compare

Make sure to take a glance at Updating from 1.x before updating to the new version. However, there are no major breaking changes, so an update is highly recommended.

[FEATURE] Compatibility with TYPO3 10
[FEATURE] Add type aliases for built-in data structures
[FEATURE] Allow data structures as default values
[FEATURE] Data structure to represent TYPO3 navigations
[FEATURE] Basic support for extbase file objects
[FEATURE] Add generation of xsd for auto-completion in IDEs
[!!!][TASK] Remove dynamic default values
[BUGFIX] Prevent errors for missing namespace folders
[DOC] Use correct class name for Typolink in documentation

1.3.0

27 Aug 12:25
@s2b s2b
92af580
Compare
Choose a tag to compare

[BUGFIX] Make component argument description available in data structure
[TASK] Sanitize namespace input in component loader
[BUGFIX] Order component namespaces by correct specificity
[BUGFIX] Prevent overlapping namespaces for components
[BUGFIX] Fix caching issue with different component formats
[FEATURE] Add method to obtain all available components in a namespace
[TASK] Add unit tests for ComponentLoader
[TASK] Add comments for new ComponentLoader methods
[BUGFIX] Prevent infinite loops caused by symlinks
[TASK] Increment version number to 1.3.0

1.2.0

02 Aug 21:04
@s2b s2b
fa46664
Compare
Choose a tag to compare

[FEATURE] Ability to transparently convert component arguments to data structures
[FEATURE] Add data structures for links and typolink
[FEATURE] Add data structures for images
[FEATURE] ViewHelper to simplify providing translate labels to components
[TASK] Remove support for PHP 7.0
[TASK] Add documentation for translate labels ViewHelper
[TASK] Add documentation for Image and Link data structures
[TASK] Deprecate dynamic default params in documentation
[TASK] Documentation fixes
[TASK] Prepare release of v1.2.0

1.1.2

05 Jul 11:44
@s2b s2b
799245a
Compare
Choose a tag to compare
  • [FEATURE] Provide API to get component namespaces
  • [TASK] Remove whitespace caused by component metadata
  • [TASK] Add autoloading config for non-composer setups
  • [TASK] Setup Linting in Travis CI