Socket
Socket
Sign inDemoInstall

@storybook/vue3-webpack5

Package Overview
Dependencies
Maintainers
11
Versions
832
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/vue3-webpack5 - npm Package Versions

1
84

7.0.0

Diff

Changelog

Source

7.0.0 (March 31, 2023)

Storybook 7.0 is here! 🎉

  • ⚡️ First-class Vite

  • 🔼 Zero-config NextJS

  • 🇸 Zero-config SvelteKit

  • 🏗️ Frameworks API

  • 3️⃣ Component Story Format v3

  • 🛡️ Improved type safety

  • 📚 Docs overhaul with MDx2 support

  • ☂️ Code coverage for interaction testing

  • 🖼️ UI design refresh

  • 🏛️ Improved stability

    7.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 7.0.0-alpha.*, 7.0.0-beta.*, and 7.0.0-rc.* for the full list of changes.

See our Migration guide to upgrade from earlier versions of Storybook.

Full announcement and proper release to the latest npm tag coming soon. 😘

shilman
published 7.0.0-rc.11 •

Changelog

Source

7.0.0-rc.11 (March 31, 2023)

Features
  • CLI: Update stories glob in mdx codemod and not in mdx automigration #21809
Bug Fixes
  • TS: Make sure components with interfaces or no props don't raise decorator assignability issues #21833
  • Angular: Export applicationConfig decorator and adjust documentation for usage #21851
  • Vite: Polyfill global by default #21832
  • NextJS: Add explicit require.resolve calls to nextjs webpack loader config #21834
  • Angular: Fix support on Windows when Storystore v7 is disabled #21830
  • Angular: Fix module imported twice #21770
Maintenance
  • CLI: Fix duplicated dependency warning for major version differences #21850
  • Vite: downgrade remark related dependencies #21836
Build
  • Build: Remove workflow we no longer use #21829
shilman
published 7.0.0-rc.10 •

Changelog

Source

7.0.0-rc.10 (March 29, 2023)

Features
  • CLI: Warn the user for duplicated versions after automigrate #21791
Bug Fixes
  • Addon-docs: Add remark-slug and remark-external-links to Vite builder #21796
  • Blocks: Add children prop types #21803
Maintenance
  • CLI: Upgrade to latest storybook/react-native version #21811
shilman
published 7.0.0-rc.9 •

Changelog

Source

7.0.0-rc.9 (March 29, 2023)

Bug Fixes
  • CLI: Don't inline template functions in CSF2 to 3 codemod #21539
  • ArgTypes: Fix JSdoc missing deprecated tag #21794
  • UI: Scroll to highlighted search result #21692
  • Actions: Fix clearing number of actions #21760
  • UI: Fix cannot read properties of undefined at SearchResults #21728
  • CLI: Fix an issue where port can be NaN #21785
  • Docs: Exclude decorators by default from source #21722
  • Docs: Fix ArgsTable crashing on subcomponents #21769
  • Docs: Make Source transform API consistent #21749
Maintenance
  • Telemetry: Count components #21774
Dependency Upgrades
  • Vite: Unpin rollup version #21748
  • Upgrade slash package to v5.x #21786
shilman
published 7.0.0-rc.8 •

Changelog

Source

7.0.0-rc.8 (March 25, 2023)

Bug Fixes
  • TypeScript: Fix missing env in StorybookConfig #21732
  • Composition: Fix src of iframe unless the version changes #21713
  • Composition: Fix the ref loading state showing up as empty instead #21690
Build
  • Build: Add e2e-tests-dev task #21546
  • Build: Fix CI after github.com SSH change #21764
shilman
published 7.0.0-rc.7 •

Changelog

Source

7.0.0-rc.7 (March 23, 2023)

Bug Fixes
  • Svelte: Remount when resetting args in controls #21659
  • CLI: Fix support for env vars when running dev/build commands #21152
Maintenance
  • Core: upgrade esbuild, remove watch option from options #21727
shilman
published 7.0.0-rc.6 •

Changelog

Source

7.0.0-rc.6 (March 23, 2023)

Bug Fixes
  • CLI: Fix sb add / mdx-gfm for addons with non-serializable values #21731
  • CSF-plugin: Fix sourcemaps #21704
  • React: Fix TS docgen for Functional Components #21693
  • TypeScript: Add previewMainTemplate option to StorybookConfig #21620
  • UI: Fix titles for addons/controls/panel tabs to support render fns and JSX elements #21650
  • UI: Fix active state for menu iconbutton #21666
  • CLI: Update renderer templates to provide correct typescript examples #21647
  • Composition: Fix various CORS issues #21682
  • Composition: Fix version switcher #21621
Dependency Upgrades
  • Pin rollup version to 3.19.1 #21723
shilman
published 7.0.0-rc.5 •

Changelog

Source

7.0.0-rc.5 (March 20, 2023)

Bug Fixes
  • UI: Fix IconButton to be in active state when corresponding menu is open #21622
  • Angular: Fix sb init library support #21675
  • CLI: Fix Vue3 template CSS #21674
  • Core: fix storySort not reading from .mjs & .cjs files #21637
  • Core: Fix cts/mts file extensions for config files #21465
  • Core: Fix conflicting staticDirs case when -s flag is used #21591
  • Angular: Fix source preview for angular stories #21609
shilman
published 7.0.0-rc.4 •

Changelog

Source

7.0.0-rc.4 (March 17, 2023)

Features
  • Angular: Add "assets" build option #21116
Bug Fixes
  • React: Fix missing framework options in shim #21644
  • Docs: Update MDX Link component to be more user friendly #21570
  • Links: Update LinkTo component #21569
  • Vite: Allow vue files in importfn #21550
  • Controls: Fix glitchy range control #21459
  • CLI: Fix styling regression on CLI starter Introduction.mdx file #21466
  • Addon-docs: Fix csf-plugin for Angular #21629
  • Vite: Fix alias array converted incorrectly to an object #21480
  • UI: Default white preview background #21593
  • Vite: Fix dev and yarn pnp by adding lodash files to optimizeDeps.include #21535
  • Composition: Fix blank page when ref is missing but specified in url #21598
  • Core: Disable cache in dev-mode #21574
  • Vite: Fix react-vite and projects with absolute path preview entries on Windows #21545
  • UI: Change the way of preloading fonts #21599
  • Core: Add preload and prefetch links for runtime.mjs and related files #21594
  • React: Fix type inconsistencies in composeStories #21575
  • UI: Fix WithTooltip to use visible prop instead of defaultVisible #21589
Maintenance
  • Blocks: Iprove error messages #21615
Build
  • Build: Regen lockfiles #21576
  • Build: Fix coverage job in CircleCI #21633
  • Vite: Update sandbox template for vue2 script #20750
shilman
published 7.0.0-rc.3 •

Changelog

Source

7.0.0-rc.3 (March 14, 2023)

Bug Fixes
  • Revert "CLI: Upgrade non-core storybook packages better" #21583
  • CLI: Fix loading main.cjs files in automigration #21582
  • Outline: Fixed a typo #21515
Maintenance
  • CLI: Improve MDX codemod message regarding Story.id deprecation #21541
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc