Releases: tollwerk/TYPO3-ext-tw_componentlibrary
Releases · tollwerk/TYPO3-ext-tw_componentlibrary
1.2.1 Maintenance Release (2021-03-18)
1.2.0 Feature Release 2020-06-04
Changed
- Add (empty) dependency array to component skeletons
1.1.0 Feature Release 2020-05-09
Added
- Allow for custom extension directories (#16)
1.0.0 Feature release 2020-05-02
Added
- Enable configuration of form components
- Add support for development components
- Include color system base component
- Enable HTML source code beautification
- Add contras viewhelper
- Add support for abstract components / component extensions
Changed
- Switch to Symfony style CLI commands
- Bump to TYPO3 10 minimum requirement
- Enable HTML beautifier for rendered component source code
- Switch to USER TypoScript for component rendering
- Component export needs to be enabled via
features.exportComponent
- Improve error output & context export
0.6.0 Feature release 2019-04-16
Added
- Auto-enable TypoScript extension settings in fluid components
- Fix default viewhelper prefix to
clib
- Fix Markdown documentation features for components with spaces in their names
0.5.3 Bugfix release
Fixed
- Fix broken viewhelper inheritance
0.5.2 Feature release 2019-01-26
Changed
- Automatically append the necessary
cHashExcludedParameters
Added
- Add SvgIconUtility for simple SVG graphic listings
0.5.1 Feature release 2018-12-05
0.5.0 Feature Release 2018-06-02
Added
- Add a "TBD" component status and make it the default
- Add component status to all component declaration templates
Changed
- Renamed the default preview template
- Improve backend integration
0.4.0 Feature release (2018-03-16)
Added
- Introduce form framework component
- Add support for custom component folder names via local
label
setting
Changed
- Make component base classes abstract
- Add validation error support to Fluid components
- Ensure one-off extbase controller class declaration
- Use default plugin settings for extbase controller components
- Switched to Fluid template / layout for Fractal preview rendering