Releases: sensiolabs/StorybookBundle
Releases · sensiolabs/StorybookBundle
v0.1.2
What's Changed
- Test runner integration & improvements by @squrious in #23
- Fix typo on live component path by @WebMamba in #26
- Fix resolve file name in nested folders by @squrious in #27
- [CI] Fix sandbox standalone setup for regular branch by @squrious in #28
- Use optimized sprintf by @Jean-Beru in #36
- Improve README with badges by @Jean-Beru in #35
- Fix download count in README by @Jean-Beru in #37
- Fix PHP CS by @squrious in #38
- feat(twig-paths): better resolve of twig component path with twig.yaml config by @Taloud in #32
- Fix embedded Live Component rendering by @squrious in #40
New Contributors
- @Jean-Beru made their first contribution in #36
- @Taloud made their first contribution in #32
Full Changelog: 0.1.1...0.1.2
v0.1.1
What's Changed
- [Actions] Allow multiple actions on the same element by @squrious in #17
- Fix stories exemple by @WebMamba in #19
- Use composer to install the bundle by @WebMamba in #18
- Fix glob pattern resolving for dev preview HMR by @squrious in #20
- Fix component attributes rendering by @squrious in #21
- Allow Symfony 6.4 by @squrious in #24
Full Changelog: 0.1.0...0.1.1
v0.1.0
First release of StorybookBundle (v0.1.0):
- Use a dedicated renderer for Symfony to render templates over HTTP in a sandboxed environment
- Allow to mock components in Storybook
- Add documentation
- Start supporting essential Storybook features:
- CSF story format
- Play function
- Docs
- Actions & Interactions
- Controls
- Start supporting essential Symfony UX packages:
- Asset Mapper
- Twig Components
- Live Components
- Stimulus