Skip to content

Update storybook monorepo to v5 (major) - autoclosed

Administrator requested to merge renovate/major-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 major ^5.0.11 source code search for "@storybook/addon-actions"
@​storybook/addon-info devDependencies major ^5.0.11 source code search for "@storybook/addon-info"
@​storybook/addon-links devDependencies major ^5.0.11 source code search for "@storybook/addon-links"
@​storybook/addon-notes devDependencies major ^5.0.11 source code search for "@storybook/addon-notes"
@​storybook/addon-options devDependencies major ^5.0.11 source code search for "@storybook/addon-options"
@​storybook/addon-storyshots devDependencies major ^5.0.11 source code search for "@storybook/addon-storyshots"
@​storybook/addons devDependencies major ^5.0.11 source code search for "@storybook/addons"
@​storybook/components devDependencies major ^5.0.11 source code search for "@storybook/components"
@​storybook/react devDependencies major ^5.0.11 source code search for "@storybook/react"

Release Notes

storybooks/storybook

v5.0.11

Compare Source

Bug Fixes
  • Polymer: Fix re-rendering lit-html elements after non-lit-html element (#​5868)
  • Addon-knobs: Check color knob value before applying uppercase (#​6598)
  • Angular: Fix sourceMap property of angulars webpack config (#​6535)
Maintenance
  • UI: Add missing props in stories (#​6353)

v5.0.10

Compare Source

Bug Fixes
  • Theming: legacy options don't override set config options (#​6543)
  • Theming: Fix null brandImage (#​6544)

v5.0.9

Compare Source

Bug Fixes
  • UI: Fix panel toggle behavior in fullscreen (#​6525)
  • Addon-Knobs: Add missing groupId for files knob (#​6534)
  • Theming: FIX brandImage when theme created with brandTitle (#​6120)

v5.0.8

Compare Source

Bump version to make 5.0.x latest since I just released a patch in v4.1.18

v5.0.7

Compare Source

Bug Fixes
  • Addon-Knobs: Fix sorting of knobs Panels (#​6480)
  • UI: Fix clickable footer links on about page (#​6441)
  • UI: Fix 'read full changelog' link on about page (#​6385)

v5.0.6

Compare Source

Bug Fixes
  • Addon-a11y: Fix color-blindness emulation in Firefox (#​6297)
  • Addon-info: Fixed contrast of Show Info button for a11y (#​6301)
  • Addon-cssresources: Fix panel layout (#​6263)
  • Addon-info: forwardRef elements use displayName if available (#​6222)
  • UI: Set expanded stories to objects instead of arrays (#​6290)
  • Addon-actions: safe render for cyclic obj (#​6240)
  • Core: Upgrade @​babel/preset-env to fix corejs option (#​6281)
  • Core: Enforces corejs v2 for babel (#​6267)
  • Knobs: Rename ALL panel to Other for ungrouped knobs (#​6232)

v5.0.5

Compare Source

Bump version number (same as 5.0.4, but need to make this latest again!)

v5.0.4

Compare Source

Bug Fixes
  • UI: Fix tooltip event bindings, logger import (#​6238)
  • CLI: Fix stories regexp in config.js (#​6180)
  • Accessibilty: Add missing button titles (#​6124)
  • React: Fix forked CRA support on Windows (#​6236)
  • Addon-knkobs: Fix color type button z-index (#​6203)
  • Angular: Fix typo in demo example (#​6193)
  • Addon-Info: Restore fonts and color styling (#​6186)
  • Addon-knobs: Fix ObjectType knob react warning (#​6159)
  • Core: Add core-js as a dep to client-api (#​6209)
  • React: Fix logging in cra-config (#​6245)

v5.0.3

Compare Source

Bug Fixes
  • Accessibility: Add missing button titles (#​6124)
Maintenance
  • UI: Make update notifications much less aggressive (#​6143)

v5.0.2

Compare Source

Features
  • CLI: Add --debug-webpack option (#​6082)
Bug Fixes
  • Addon-a11y: Fix design icons (#​5991)
  • Addon-cssresources: Fix STORY_RENDERED CSS reset (#​6050)
  • CLI: Clear build folder in static build (#​6024)
  • Addon-backgrounds: Set preview to theme color when "transparent" (#​6042)
  • UI: Fix search item in menu (#​6027)
  • Addon-knobs: Fix key press debouncing (#​6022)
  • CLI: Fix welcome component in dark theme (#​5998)
  • Addon-viewport: Fix viewport iframe dimensions (#​5993)
  • Core: fix selectStory with one parameter (#​5983)
Maintenance
  • Addon-viewport: Change styling to more closely match v4 (#​5979)

v5.0.1

Compare Source

Bug Fixes
  • Polymer: Fix re-rendering lit-html elements after non-lit-html element (#​5868)
  • Addon-knobs: Check color knob value before applying uppercase (#​6598)
  • Angular: Fix sourceMap property of angulars webpack config (#​6535)
Maintenance
  • UI: Add missing props in stories (#​6353)

v5.0.0

Compare Source

Storybook 5.0 is a completely new UI with the following improvements:

  • 🌓 New design with light and dark themes

  • 🛠 Canvas toolbar for easy access to addons

  • 🗺 Overhauled navigation sidebar with an intuitive menu

  • 🗜 Redesigned addons panel with handy buttons to toggle visibility and orientation

  • ️ Improved keyboard shortcuts that are user configurable

  • 🌍 New URL structure that eliminates long strings of query parameters

    5.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 5.0.0-alpha.*, 5.0.0-beta.*, and 5.0.0-rc.* for the full list of changes. See MIGRATION.md to ugprade from 4.x.

v4.1.18

Compare Source

Bug Fixes
  • Pin react-treebeard dependency at 3.1.0 (#​6517)

v4.1.16

Compare Source

Bug Fixes
  • UI: Workaround broken treebeard animations (#​6249)

v4.1.14

Compare Source

Dependency Upgrades
  • React-native: Fix RN 0.58.5 / support 0.59 via react-native-modal-datetime-picker 6.0.0 (#​4425)

v4.1.13

Compare Source

Maintenance
  • CLI: Cleanup version notice (#​5699)
  • Docs: Use static versions.json file instead of hacking one in (#​5675)

v4.1.12

Compare Source

Bug Fixes
  • Addon-google-analytics: Add missing register.js file (#​5379)
Dependency Upgrades
  • Update modal manager for rn 0.58 support (#​5581)

v4.1.11

Compare Source

Bug Fixes
  • React-native: Fixed isUIHidden param (#​5067)
  • React-native: Disabling warning if story is not set in async storage (#​5068)

v4.1.10

Compare Source

Release failed due to NPM error

v4.1.9

Compare Source

Note that 4.1.7 contained a bad merge that missed an important change. This release fixes that:

Bug Fixes
  • Core: Add missing polyfills to manager to support IE (#​5238)

v4.1.8

Compare Source

Bad release

v4.1.7

Compare Source

Bug Fixes
  • Core: make absolute DLL path relative (#​5238)
  • Addon-actions: import utils directly to prevent import cycles (#​5107)
  • Add-knobs: render non-grouped knobs in the ALL tab (#​5106)

v4.1.6

Compare Source

Bug Fixes
  • React: Fix react version backwards compatibility (#​5148)
  • UI: fix highlightColor (#​5150)
  • Core: Transpile addons.js with Babel for IE11 (#​5081)
Maintenance
  • Add CORS headers to versions.json (#​5155)
Dependency Upgrades
  • Bump puppeteer from 1.9.0 to 1.11.0 (#​5119)

v4.1.5

Compare Source

NPM failure, republishing as 4.1.6


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