Releases: torchbox/storybook-django
Releases · torchbox/storybook-django
v1.0.0
[v1.0.0] (2024-07-27)
Added
- Pattern library API requests done with the
fetch
API now include credentials for same-origin requests. Thank you to @jkevingutierrez (#12).
v0.5.1
v0.5.0 – automated tests support
[v0.5.0] (2022-04-06)
Fixed
- Change path imports for middleware and React code rather than using Node
exports
mapping.
Added
- Add JSDoc-based TypeScript typing for the public API.
- Add a
data-testid="storybook-django"
attribute to facilitate automated testing. - Add a
data-state="empty|loading|loaded"
attribute to run code once templates are loaded. - Add a
data-template="path/to/template/component.html"
attribute to simplify troubleshooting.
v0.4.1
v0.4.0 – React API!
[v0.4.0] (2022-04-05)
Added
- Documentation for project basic setup and usage, and optional Webpack integrations.
- Documentation for advanced usage: TypeScript, Storyshots.
- Add new optional React API as
storybook-django/src/react
module. - Document expected usage with Vue (WIP).
- Add experimental documentation generation capabilities.
Fixed
- Fix API client forcing tags to explicit null
v0.3.0 – support all Storybook frameworks
[v0.3.0] (2022-02-16)
Changed
- Move
http-proxy-middleware
to be a dependency of this package. - Change public API to be completely framework-agnostic.
v0.2.0
v0.1.0
First release