Releases: sitegeist/fluid-components
2.4.1
2.4.0
2.3.0
[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
[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
2.0.1
2.0.0
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
[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
[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