storybook-django

Develop Django UI components in isolation, with Storybook

MIT License

Downloads
1.8K
Stars
104
Committers
1

Bot releases are visible (Hide)

storybook-django - v1.0.0 Latest Release

Published by thibaudcolas 3 months ago

[v1.0.0] (2024-07-27)

Added

storybook-django - v0.5.1

Published by thibaudcolas about 2 years ago

[v0.5.1] (2022-04-06)

Fixed

  • Fix comment expansion being too greedy
storybook-django - v0.5.0 – automated tests support

Published by thibaudcolas about 2 years ago

[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.
storybook-django - v0.4.1

Published by thibaudcolas about 2 years ago

[v0.4.1] (2022-04-05)

Fixed

  • Use Node exports to export correct paths in published package.
storybook-django - v0.4.0 – React API!

Published by thibaudcolas about 2 years ago

[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
storybook-django - v0.3.0 – support all Storybook frameworks

Published by thibaudcolas about 2 years ago

[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.
storybook-django - v0.2.0

Published by thibaudcolas over 4 years ago

[v0.2.0] (2020-03-12)

Added

  • Add basic error handling for TemplatePattern
  • Support defining pattern library API path globally instead of per-component
  • Add simpler stories definition API

Changed

  • Rewrite library code to be consumable without a React compilation step
storybook-django - v0.1.0

Published by thibaudcolas over 4 years ago

First release