Skip to content

Latest commit

 

History

History
388 lines (264 loc) · 19.2 KB

CHANGELOG.md

File metadata and controls

388 lines (264 loc) · 19.2 KB

Changelog

v8.2.0

compare changes

🚀 Enhancements

  • Export types also from @nuxtjs/storybook (#749)

🩹 Fixes

  • Update Vite configs to include lodash/kebabCase in optimizeDeps (#715)
  • Fix error due to import json attribute (and deactivate storybook version check) (#722)
  • Resolve module not found error '@storybook/builder-vite' (#724)
  • Correctly load the storybook preview annotation (#726)
  • Remove Nuxt context conflict (#723)
  • Update storybook version to 8.2.7 (#739)

📖 Documentation

  • Add instructions for opting in and out of nightly builds (#748)
  • Nightly release dependency package name (#750)

🏡 Chore

  • Fix build and chromatic (#708)
  • Pin dependencies in examples (#709)
  • Update renovate config to not ignore 'examples' directories (#711)
  • Remove unused nightly release from CI (#719)
  • Fix devtools in playground (#727)
  • Add e2e tests (#729)
  • Fix typescript error (#734)
  • Try to fix nightly release (#735)
  • Try to publish nightly versions for all packages (#736)
  • vscode: Remove eslint.experimental.useFlatConfig (#730)
  • Improve PR template (#737)
  • Set compatibilityDate in nuxt.config.ts files (#738)
  • Increase version before publishing nightly (#745)
  • Update fetch-depth in CI workflow to fix nightly release (#747)
  • Add chromatic as sponsor (e8837c4)

❤️ Contributors

v8.1.5

compare changes

🏡 Chore

  • Fix prettier errors (#701)
  • Build nuxt module before release (#702)

❤️ Contributors

v8.1.4

compare changes

🏡 Chore

  • Fix linter and update lock file (#686)
  • release: Bump version to 8.1.2 (114c6db)
  • Align dependency specifications across packages (#693)
  • Tell renovate to pin all development and doc dependencies (#692)
  • Mark a few more imports as external to fix build warnings (#695)
  • Add tag creation in prepare-release script (#697)
  • Fix linting warnings (#687)
  • Only checkout the latest commit in CI (#688)

❤️ Contributors

v8.1.3

compare changes

🏡 Chore

  • Fix linter and update lock file (#686)
  • release: Bump version to 8.1.2 (114c6db)
  • Align dependency specifications across packages (#693)
  • Tell renovate to pin all development and doc dependencies (#692)
  • Mark a few more imports as external to fix build warnings (#695)
  • Add tag creation in prepare-release script (#697)
  • Fix linting warnings (#687)
  • Only checkout the latest commit in CI (#688)

❤️ Contributors

v8.1.2

compare changes

🏡 Chore

  • Fix linter and update lock file (#686)

❤️ Contributors

v8.1.1

compare changes

v8.1.0

compare changes

🚀 Enhancements

  • Improve logging and hide verbose messages by default (#554)
  • Improve build performance by no longer building the whole nuxt application for storybook (#632)
  • Add enabled option (#612)

🩹 Fixes

  • Build preset (d2ac6cd)
  • Fix error "No builder configured in core." (b4d833d)
  • Make sure the vue vite plugin is always present (22e27fb)
  • Re-enable ssr (7d849d1)
  • Change builddir (b2e6dfd)
  • Fix TypeError when reading __STORYBOOK__ property of undefined (#539)
  • Relax version constraints of dependencies (#438)
  • deps: Update dependency @storybook-vue/nuxt to v0.2.7 (#544)
  • deps: Update lock file (#551)
  • deps: Update dependency @nuxt/devtools-kit to v1.2.0 (#546)
  • Properly handle the case when import.meta.env is undefined (#566)
  • Remove unused dependencies (#625)
  • Fix order of vite vue plugin (#631)
  • Use appId and buildId as fallbacks, use vite:configResolved hook (#633)

📖 Documentation

  • Replace tailwind by storybook in docs (#579)
  • Clarify supported Storybook version (#585)
  • Update examples (#578)
  • getting-started: Fix url > host option (#609)

📦 Build

  • Storybook-static,still have nuxt inst issue (669e4be)

🏡 Chore

  • release: V0.1.3 (717b5b5)
  • release: V0.1.4 (d4d8dfc)
  • release: V0.1.7 (f92ba9e)
  • release: V0.1.8 (c3dc688)
  • release: V0.1.9 (f77b61e)
  • release: V0.2.0 (7ad02fc)
  • release: V0.2.0 (67aa07e)
  • release: V0.2.1 (f9cffde)
  • Update all deps (83a1634)
  • release: V0.2.6 (ac33a51)
  • Migrate to pnpm workspace to fix playground (#536)
  • Fix publish workflow and add release of nighty builds (#543)
  • Publish playground on chromatic (#542)
  • Remove old scripts directory (#535)
  • Add ESLint configuration (#534)
  • Fix publishing of nightly releases (#549)
  • Format code with Prettier (#550)
  • Fix documentation (#553)
  • Add netlify config (#559)
  • Fix deployment path in netlify config (#561)
  • Fix typo in netlify config (#563)
  • Activate tests in ci (#552)
  • Add starter example (#564)
  • Add example for usage with tailwind (#565)
  • Only publish examples once to chromatic (#567)
  • Add example to showcase many features (#575)
  • Use "latest" as dependency specifier in examples for stackblitz compatibility (#577)
  • Fix linking of workspace packages (#589)
  • Add vite-plugin-inspect in playground to make debugging easier (#593)
  • Fix linter (c62e6b7)
  • Fix eslint issues (35e79ed)
  • Merge storybook-nuxt repo (a5827eb)
  • Move test for page with args to showcase example (#620)
  • Include storybook-nuxt in workspace (#611)
  • Update renovate.json configuration for minor and patch updates, weekend schedule, and commit message type (#627)

❤️ Contributors

v8.0.0

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

v7.0.2

compare changes

v7.0.1

compare changes

📖 Documentation

  • Playground tsconfig isse (71e860d)

🏡 Chore

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

❤️ Contributors

v7.0.0

compare changes

v0.2.10

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

v0.2.9

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

v0.2.8

compare changes

🚀 Enhancements

  • Start storybook in same process as dev server (#592)
  • Declare module incompatibility for webpack (#653)

🩹 Fixes

  • Update all non-major dependencies and fix "The entry point "vue" cannot be marked as external" error with nuxt 3.12 (#634)
  • Extend storybook config types from vue3-vite framework (#649)

🏡 Chore

  • Fix linter (#644)
  • Move custom component test to showcase example (#617)
  • Add shortcuts to start dev server for examples (#646)
  • Indicate compatibility with new v4 major (#645)
  • Move nuxt module to packages directory (#654)

❤️ Contributors

v0.2.6

compare changes

v0.2.1

compare changes

v0.2.0

compare changes

v0.2.0

compare changes

v0.1.9

compare changes

v0.1.8

compare changes

📦 Build

  • Storybook-static,still have nuxt inst issue (ac15e16)

❤️ Contributors

v0.1.7

compare changes

v0.1.4

compare changes

v0.1.3

compare changes