fluid-styleguide
fluid-styleguide copied to clipboard
Living Styleguide for TYPO3
Dear fluid-styleguide team! We tried using fluid-styleguide with a new setup TYPO3 12 instance. Unfortunately it is not support yet. Would you be so kind to finish the already started...
The "TypoScript Frontend Controller" must be assigned to the request as attribute but not only to the deprecated $GLOBALS['TSFE'] variable. Resolves #117
The Styleguide router middleware creates a dummy TSFE already and assigns it to $GLOBALS['TSFE']. As $GLOBALS['TSFE'] is some kind of old school and should not be used anymore it should...
allow to display all available variants of a component solves #113
It would be nice to have a button in the navigation toolbar to display all variants of a component at once in both List and Detail view. (working on it...
Resolves: #111
The styleguide converts given component variables into a string to display them in the styleguide bar. String conversion is not possible for native Enum's so there must be a special...
Add support for PHP files as fixture data provider like `ComponentName.fixture.php` Resolves #109
Currently fixture data can be provided as json or yaml. Sometimes it could be very helpful to generate fixture data which could be done by adding support for `php` fixtures...
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...