The one and only Storybook Renderer for TYPO3 Fluid Components
0.1.28 Small improvements thanks to @jramke
## What's Changed
* Bump vite from 7.0.6 to 7.1.5 in /the-npm-package by @dependabot[bot] in https://github.com/andersundsehr/storybook/pull/70
* fix: ensure correct build targets that support top level await by @jramke in https://github.com/andersundsehr/storybook/pull/74
* Document Vite AssetCollector usage with Storybook by @jramke in https://github.com/andersundsehr/storybook/pull/75
* feat: option to exclude arguments from components for storybook by @jramke in https://github.com/andersundsehr/storybook/pull/73
## New Contributors
* @dependabot[bot] made their first contribution in https://github.com/andersundsehr/storybook/pull/70
**Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.27...0.1.28
https://github.com/andersundsehr/storybook/releases/tag/0.1.28
| Version | Upload comment | Works with TYPO3 | Download |
|---|---|---|---|
|
0.1.28 /
stable
October 20, 2025 |
0.1.28 Small improvements thanks to @jramke ## What's Changed * Bump vite from 7.0.6 to 7.1.5 in /the-npm-package by @dependabot[bot] in https://github.com/andersundsehr/storybook/pull/70 * fix: ensure correct build targets that support top level await by @jramke in https://github.com/andersundsehr/storybook/pull/74 * Document Vite AssetCollector usage with Storybook by @jramke in https://github.com/andersundsehr/storybook/pull/75 * feat: option to exclude arguments from components for storybook by @jramke in https://github.com/andersundsehr/storybook/pull/73 ## New Contributors * @dependabot[bot] made their first contribution in https://github.com/andersundsehr/storybook/pull/70 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.27...0.1.28 https://github.com/andersundsehr/storybook/releases/tag/0.1.28 |
13.4.15 - 13.4.999 | Download |
|
0.1.27 /
stable
August 29, 2025 |
0.1.27 fix #62 rerun JS if props are change in docs mode ## What's Changed * fix #62 rerun JS if props are change in docs mode by @Kanti in https://github.com/andersundsehr/storybook/pull/69 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.26...0.1.27 https://github.com/andersundsehr/storybook/releases/tag/0.1.27 |
13.4.15 - 13.4.999 | Download |
|
0.1.26 /
stable
August 11, 2025 |
0.1.26 Update Documentation + allow usage of local vite config again ## What's Changed * Fix ddev exposed ports documentation by @jramke in https://github.com/andersundsehr/storybook/pull/64 * add asset handling documentation and improve URL change logic for Vite integration by @Kanti in https://github.com/andersundsehr/storybook/pull/66 ## New Contributors * @jramke made their first contribution in https://github.com/andersundsehr/storybook/pull/64 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.25...0.1.26 https://github.com/andersundsehr/storybook/releases/tag/0.1.26 |
13.4.15 - 13.4.999 | Download |
|
0.1.25 /
stable
August 08, 2025 |
0.1.25 sanitize render arguments ## What's Changed * sanitize render arguments, closes #52 by @Kanti in https://github.com/andersundsehr/storybook/pull/59 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.24...0.1.25 https://github.com/andersundsehr/storybook/releases/tag/0.1.25 |
13.4.15 - 13.4.999 | Download |
|
0.1.24 /
stable
August 08, 2025 |
0.1.24 fix images in storybook dev ## What's Changed * add http proxy for storybook dev to proxy all 404 to TYPO3 by @Kanti in https://github.com/andersundsehr/storybook/pull/57 * fix absRefPrefix by @Kanti in https://github.com/andersundsehr/storybook/pull/58 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.23...0.1.24 https://github.com/andersundsehr/storybook/releases/tag/0.1.24 |
13.4.15 - 13.4.999 | Download |
|
0.1.23 /
stable
August 08, 2025 |
0.1.23 small improvements ## What's Changed * add STORYBOOK_TYPO3_DISABLE_KEY_VALIDATION env by @Kanti in https://github.com/andersundsehr/storybook/pull/53 * use inline-radio there possible, closes #34 by @Kanti in https://github.com/andersundsehr/storybook/pull/50 * only create api key on development, closes #51 by @Kanti in https://github.com/andersundsehr/storybook/pull/54 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.22...0.1.23 https://github.com/andersundsehr/storybook/releases/tag/0.1.23 |
13.4.15 - 13.4.999 | Download |
|
0.1.22 /
stable
August 07, 2025 |
0.1.22 use websiteTitle for GlobalTypes instead of base ## What's Changed * use websiteTitle for GlobalTypes instead of base by @Kanti in https://github.com/andersundsehr/storybook/pull/49 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.21...0.1.22 https://github.com/andersundsehr/storybook/releases/tag/0.1.22 |
13.4.15 - 13.4.999 | Download |
|
0.1.21 /
stable
August 07, 2025 |
0.1.21 add alternative type names to TransformersFactory for type validation ## What's Changed * add alternative type names to TransformersFactory for type validation by @Kanti in https://github.com/andersundsehr/storybook/pull/47 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.20...0.1.21 https://github.com/andersundsehr/storybook/releases/tag/0.1.21 |
13.4.15 - 13.4.999 | Download |
|
0.1.20 /
stable
August 06, 2025 |
0.1.20 small fixes and improvments ## What's Changed * fix rendering of priority assets by @Kanti in https://github.com/andersundsehr/storybook/pull/44 * fix error message to specify TYPO3 .env file for API key by @Kanti in https://github.com/andersundsehr/storybook/pull/45 * improve fetch functions with enhanced abort signal handling by @Kanti in https://github.com/andersundsehr/storybook/pull/46 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.19...0.1.20 https://github.com/andersundsehr/storybook/releases/tag/0.1.20 |
13.4.15 - 13.4.999 | Download |
|
0.1.19 /
stable
August 06, 2025 |
0.1.19 Fix bug with local vite config ## What's Changed * ignore user vite config by @Kanti in https://github.com/andersundsehr/storybook/pull/41 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.18...0.1.19 https://github.com/andersundsehr/storybook/releases/tag/0.1.19 |
13.4.15 - 13.4.999 | Download |
|
0.1.18 /
stable
August 05, 2025 |
0.1.18 DDEV integration and documentation ## What's Changed * Update Installation.rst by @Kanti in https://github.com/andersundsehr/storybook/pull/36 * DDEV integration and documentation, closes #21 by @Kanti in https://github.com/andersundsehr/storybook/pull/37 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.17...0.1.18 https://github.com/andersundsehr/storybook/releases/tag/0.1.18 |
13.4.15 - 13.4.999 | Download |
|
0.1.17 /
stable
August 05, 2025 |
0.1.17 fix rendering of JS on story change ## What's Changed * fix rendering of JS on story change by @Kanti in https://github.com/andersundsehr/storybook/pull/35 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.16...0.1.17 https://github.com/andersundsehr/storybook/releases/tag/0.1.17 |
13.4.15 - 13.4.999 | Download |
|
0.1.16 /
stable
August 04, 2025 |
0.1.16 if *.transformers.php file is missing we still use TypeTransfromers ## What's Changed * if *.transformers.php file is missing we still use TypeTransfromers by @Kanti in https://github.com/andersundsehr/storybook/pull/33 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.15...0.1.16 https://github.com/andersundsehr/storybook/releases/tag/0.1.16 |
13.4.15 - 13.4.999 | Download |
|
0.1.15 /
stable
August 04, 2025 |
0.1.15 add DI to Argument Transformers ## What's Changed * add DI to Argument Transformers, closes #18 by @Kanti in https://github.com/andersundsehr/storybook/pull/32 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.14...0.1.15 https://github.com/andersundsehr/storybook/releases/tag/0.1.15 |
13.4.15 - 13.4.999 | Download |
|
0.1.14 /
stable
August 03, 2025 |
0.1.14 add default transformer for `File` and `TypolinkParameter` ## What's Changed * remove unwanted viewHelpers, closes #14 by @Kanti in https://github.com/andersundsehr/storybook/pull/26 * add default transformer for `File` and `TypolinkParameter` by @Kanti in https://github.com/andersundsehr/storybook/pull/30 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.13...0.1.14 https://github.com/andersundsehr/storybook/releases/tag/0.1.14 |
13.4.15 - 13.4.999 | Download |
|
0.1.13 /
stable
August 01, 2025 |
0.1.13 add STORYBOOK_TYPO3_KEY feature with auto .env integration ## What's Changed * add STORYBOOK_TYPO3_KEY feature with auto .env integration by @Kanti in https://github.com/andersundsehr/storybook/pull/25 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.12...0.1.13 https://github.com/andersundsehr/storybook/releases/tag/0.1.13 |
13.4.15 - 13.4.999 | Download |
|
0.1.12 /
stable
August 01, 2025 |
0.1.12 better error handling ## What's Changed * better error handling, fixes #19 by @Kanti in https://github.com/andersundsehr/storybook/pull/24 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.11...0.1.12 https://github.com/andersundsehr/storybook/releases/tag/0.1.12 |
13.4.15 - 13.4.999 | Download |
|
0.1.11 /
stable
July 31, 2025 |
0.1.11 ## What's Changed * update Getting Started Guide and Url to it by @Kanti in https://github.com/andersundsehr/storybook/pull/20 * fixes viteConfig broken state * adds test for named slots support **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.10...0.1.11 https://github.com/andersundsehr/storybook/releases/tag/0.1.11 |
13.4.15 - 13.4.999 | Download |
|
0.1.10 /
stable
July 29, 2025 |
0.1.10 allow transformers without properties ## What's Changed * allow transformers without properties by @Kanti in https://github.com/andersundsehr/storybook/pull/17 **Full Changelog**: https://github.com/andersundsehr/storybook/compare/0.1.9...0.1.10 https://github.com/andersundsehr/storybook/releases/tag/0.1.10 |
13.4.15 - 13.4.999 | Download |
|
0.1.9 /
stable
July 29, 2025 |
https://github.com/andersundsehr/storybook/releases/tag/0.1.9
|
13.4.15 - 13.4.999 | Download |