Skip to content

v8.2.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jun 02:32
· 20438 commits to next-release since this release

8.2.0-alpha.6

  • Addon-actions: Only log spies with names - #28091, thanks @kasperpeulen!
  • Build: Change require/import order, so that import has higher prio if both are specified - #27730, thanks @kasperpeulen!
  • CLI: Only log the UpgradeStorybookToSameVersionError but continue the upgrade as normal - #27217, thanks @kasperpeulen!
  • Core: Replace ip function with a small helper function to address security concerns - #27529, thanks @tony19!
  • Portable Stories: Add tags to composed story - #27708, thanks @yannbf!
  • Test: Upgrade deps of @storybook/test - #27862, thanks @kasperpeulen!
  • Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks @AlexAtVista!