storybook

Storybook integration with Nuxt.

Downloads
209.5K
Stars
361
Committers
19

Bot releases are visible (Hide)

storybook - v8.1.5 Latest Release

Published by tobiasdiez 3 months ago

What's Changed

Full Changelog: https://github.com/nuxt-modules/storybook/compare/v8.1.4...v8.1.5

storybook - v0.2.10

Published by chakAs3 3 months ago

compare changes

🏑 Chore

  • Fix release script (#681)
  • ci: Add GitHub PR template (#682)
  • Stay on main branch for releases (#683)
  • Fix deployment of docs (#685)

❀️ Contributors

storybook - v0.2.9

Published by chakAs3 3 months ago

compare changes

🩹 Fixes

  • Create nuxt instance more reliable (#619)
  • Update file extensions for generated vite configs to use .json instead of .js (#663)
  • Correctly provide Nuxt runtime config in storybook (#664)
  • deps: Update storybook packages to ^8.1.11 (#677)

πŸ“– Documentation

  • Migrate to Nuxt UI Pro (#668)

🏑 Chore

  • Add release script (#655)
  • Move nuxt image test to showcase example (#615)
  • Move router tests to showcase example (#621)
  • Move nuxt link test to showcase example (#618)
  • Move pinia tests to showcase example (#616)
  • Remove old playground (#622)
  • Update nuxt studio dependency to latest stable version (#675)
  • Update renovate config to always bump storybook dependencies (#676)
  • Disable shameful hoisting and improve dependency declarations (#580)

❀️ Contributors

storybook - v8.1.1

Published by chakAs3 5 months ago

storybook - v8.0.0

Published by chakAs3 6 months ago

compare changes

🩹 Fixes

  • Add storybook as dependency (#516)
  • Opt in to import.meta.* properties (#512)
  • Remove disable ssr (#511)
  • deps: Update nuxtjs monorepo to v3.11.2 (#521)
  • ⚠️ Improve handling of module options (#518)
  • deps: Update nuxtjs monorepo to v3.11.2 (#523)
  • deps: Update dependency @nuxt/devtools-kit to v1.1.5 (#506)
  • deps: Update dependency chalk to v5 (#531)

πŸ“– Documentation

  • Use new nuxi module add command in installation (#514)

🏑 Chore

  • Fix Storybook version of comment (#513)
  • Do not change nuxt devtools config (#517)
  • Improve ci workflow (#532)

⚠️ Breaking Changes

  • ⚠️ Improve handling of module options (#518)

❀️ Contributors

storybook - v7.0.2

Published by chakAs3 7 months ago

storybook - v7.0.1

Published by chakAs3 7 months ago

compare changes

πŸ“– Documentation

  • Playground tsconfig isse (71e860d)

🏑 Chore

  • Use module-builder stub mode for more accurate types (#459)

❀️ Contributors

storybook - v7.0.0

Published by chakAs3 about 1 year ago

storybook - v4.3.2

Published by farnabaz over 2 years ago

🏑 Chore

  • upgrade to Storybook v6.5.6
storybook - v4.3.1

Published by farnabaz over 2 years ago

πŸ› Bug Fixes

  • Undefined render args argument (#378)
  • keep NODE_ENV set by users (#383)

πŸ’– Thanks to

  • @adesombergh (Aldebaran Desombergh)
  • @GMartigny (Guillaume Martigny)
storybook - v4.3.0

Published by farnabaz over 2 years ago

πŸš€ Features

πŸ› Bug Fixes

πŸ“ Docs & Examples

πŸ’– Thanks to

  • @tobiasdiez (Tobias Diez)
  • @Decipher (Stuart Clark)
  • @ingvoo (Ingvi Jonasson)
  • @valernyx (Valerie E.)
storybook - v4.2.0

Published by farnabaz almost 3 years ago

πŸš€ Features

πŸ› Bug Fixes

  • Make sure to ignore all Nuxt server plugins (#323) (7393d18)
  • respect object notation of plugin registration (0f82579), closes #309

πŸ’– Thanks to

  • @timbenniks (Tim Benniks)
  • @harashoo
storybook -

Published by farnabaz over 3 years ago

πŸ› Bug Fixes

  • support functions as middleware (#286)
  • fix babel loose issue
  • filter server plugins (#290)

🏑 Chore

  • upgrade to Storybook v6.3.2
  • various update in docs and examples

πŸ’– Thanks to

  • @WinterYukky
  • @Geminii
  • @scscgit
storybook -

Published by farnabaz over 3 years ago

πŸ› Bug Fixes

  • Resolve server middleware issue with single files
  • use @nuxt/postcss8 build module
  • do not use Nuxt static dir when it does not exists
  • warn missing ts-node in typescript projects

🏑 Chore

  • upgrade to Storybook v6.2.9
  • update manual setup example

πŸ’– Thanks to

  • @may17 (Joe Ray Gregory)
  • @Viktors-Bolgovs (Viktors Bolgovs)
storybook - v4.0.2

Published by farnabaz over 3 years ago

πŸ› Bug Fixes

  • module
    • resolve path aliases in middleware path

🏑 Chore

  • upgrade to Storybook v6.2.8

πŸ’– Thanks to

  • @lihbr (Lucie)
storybook -

Published by farnabaz over 3 years ago

BREAKING CHANGES:

As of this version (v4) the module has minimum Nuxt version 2.15.3.

πŸš€ Features

  • module
    • Support Nuxt server middleware (Nuxt Content, Proxy module, ...)
    • globalTypes in Nuxt config (#226)

πŸ› Bug Fixes

  • plugins
    • execute plugin scripts before imports (#227)

πŸ“ Docs & Examples

  • mention components:true in usage examples (#240)

🏑 Chore

  • upgrade to Storybook v6.2.1
  • upgrade to Postcss 8

πŸ’– Thanks to

  • @philwolstenholme (Phil Wolstenholme)
  • @Decipher (Stuart Clark)
storybook -

Published by farnabaz almost 4 years ago

πŸ› Bug Fixes

  • storybook
    • prevent Webpack source map error (#212)

πŸ“ Docs & Examples

  • update manual setup docs

🏑 Chore

  • update storybook v6.1.14
storybook -

Published by farnabaz almost 4 years ago

πŸš€ Features

  • module
    • decorators option in nuxt.config (#194)
    • rebuild nuxt on file change (#198)

πŸ› Bug Fixes

  • storybook
    • create story component after nuxt app initiation
    • prevent rendering outside of nuxt context (#195)
  • module
    • make aliases available everywhere (#184)

πŸ“ Docs & Examples

  • update manual-setup docs
  • update README (remove .nuxtignore) (#186)
  • add usage example for controls addon
  • add sandbox embed for examples

πŸ’– Thanks to

  • @scscgit
storybook -

Published by farnabaz almost 4 years ago

πŸš€ Features

  • module:
    • support typescript runtime (#164)

πŸ› Bug Fixes

  • module:
    • export global parameters on eject mode (#169)
storybook -

Published by farnabaz almost 4 years ago

πŸš€ Features

πŸ› Bug Fixes

πŸ’– Thanks to

  • @romevangrinsven