Skip to content

Update storybook monorepo to ^5.2.1

Warren Gifford requested to merge renovate/storybook-monorepo into master

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
@storybook/addon-actions devDependencies minor ^5.2.1 source code search for "@storybook/addon-actions"
@storybook/addon-info devDependencies minor ^5.2.1 source code search for "@storybook/addon-info"
@storybook/addon-knobs devDependencies minor ^5.2.1 source code search for "@storybook/addon-knobs"
@storybook/addon-links devDependencies minor ^5.2.1 source code search for "@storybook/addon-links"
@storybook/addon-options devDependencies minor ^5.2.1 source code search for "@storybook/addon-options"
@storybook/addon-storyshots devDependencies minor ^5.2.1 source code search for "@storybook/addon-storyshots"
@storybook/addons devDependencies minor ^5.2.1 source code search for "@storybook/addons"
@storybook/components devDependencies minor ^5.2.1 source code search for "@storybook/components"
@storybook/react devDependencies minor ^5.2.1 source code search for "@storybook/react"
@storybook/theming devDependencies minor ^5.2.1 source code search for "@storybook/theming"

Release Notes

storybookjs/storybook

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Storybook 5.2 is here!

  • 📚 DocsPage: Zero-config documentation
  • 📦 Component Story Format: Portable ES6 modules
  • 🖼 Design System: Best practice component development
  • 🧩 Addon API: Simplified w/ hooks

5.2 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 5.2.0-alpha.*, 5.2.0-beta.*, and 5.2.0-rc.* for the full list of changes. See MIGRATION.md to upgrade from 5.0 or earlier.

v5.1.11

Compare Source

Bug Fixes
  • Core: Add polyfill for fetch (#​7401)
  • Core: Revert "Fix #​7167 addon-centered causes component to disappear when zooming" (#​7750)

v5.1.10

Compare Source

Breaking Changes
  • Core: Remove project root babel.config.js loading (#​7573)
Bug Fixes
  • Addon-info: change stylesheetBase info height from 110vh to 100vh (#​7141)
  • React-native: Fix react native server (#​7187)
  • Addon-centered/contexts: Move optionalDependencies to peerDependencies (#​7315)
  • Addon-notes/info: Fix indenting on markdown code blocks (#​7158)
  • Addon-actions: fix serialization performance (#​7256)
  • Addon-notes: Fix dark theming bug (#​7623)
  • CLI: Fix usage information (#​7627)
  • Addon-centered: Fix component disappearing on zoom (#​7400)
  • Addon-analytics: Fix API signature (#​7410)
  • UI: Fix Sidebar input refresh on 'Enter' (#​7342)
  • Addon-knobs: Prevent rerender when a button callback returns false. (#​7197)
  • Core: Keep story data and legacy data in sync (#​7319)
  • CLI: Move the free port logic so that loadOptions don't override it (#​7237)
  • Addon-backgrounds: Fix unstretched preview background wrapper (#​7173)
Maintenance
  • Build: delete tests & snapshots from dist (#​7358)
Dependency Upgrades
  • CLI: replaced merge-dirs dependency by fs-extra (#​7100)

v5.1.9

Compare Source

Bug Fixes
  • Core: Fix JSON babel config error reporting (#​7104)
  • UI: Fix about page version check message (#​7105)
Dependency Upgrades
  • Add missing dependencies to ui/react (#​7081)
  • UPGRADE lazy-universal-dotenv (#​7151)
  • Make compatible with yarn Pnp (#​6922)

v5.1.8

Compare Source

Bug Fixes
  • CLI: Fix RN template to not import addons (#​7096)

v5.1.7

Compare Source

Bug Fixes
  • UI: Fix warning of loading prop not being a string (#​7080)

v5.1.6

Compare Source

Publish failed

v5.1.5

Compare Source

Bug Fixes
  • Core: Upgrade plugin core-js fix (#​7086)
  • UI: Fix sidebar loading visibility (#​7073)
  • UI: Fix unnecessary large bundlesize (#​7091)
  • Addon-contexts, RN-server: Add core-js dep (#​7094)

v5.1.4

Compare Source

Bug Fixes
  • Core: Fix core-js 3 errors (#​7051)
  • UI: Fix syntax highlighter plain text not visible (#​7057)
  • Addon-actions: Add default options to action(s) (#​6438)
Dependency Upgrades
  • fix: add missing core-js dependency (#​7016)
  • chore: set react version to 16.8.3 to match react native (#​7008)

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

Merge request reports

Loading