Page MenuHomePhabricator

Update Storybook to the latest stable version
Open, LowPublic

Description

At the moment of writing this WiKit uses Storybook 6.0.28 and the latest stable Storybook version available is 6.3 https://storybook.js.org/releases

  • Storybook 6.0 - August 2020
  • Storybook 6.1 - November 2020
  • Storybook 6.2 - March 2021
  • Storybook 6.3 - June 2021

A simple update did not work out of the box with our setup and proved to break on IE11.
It is essential that Storybook works on IE11 because we have cross-browser tests running on it.

AC:

  • Update Storybook to the latest stable version.
  • Make sure the updated Storybook works on all supported browsers, especially IE11.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Prioritization Notes:

  • Affect local development
  • Might affect implementers (who want to browse components)
  • Does not affect end users, or current hikes
  • Requires investigation: we don't know if there is a solution for IE11 on this.
ItamarWMDE renamed this task from Update Storybook to the latest stable version (^6.1.0) to Update Storybook to the latest stable version.Feb 1 2021, 11:07 AM

Looks like this is still the case

https://github.com/wmde/wikit/blob/master/vue-components/package.json

"@storybook/addon-a11y": "~6.0.28",
"@storybook/addon-backgrounds": "~6.0.28",
"@storybook/addon-controls": "~6.0.28",
"@storybook/addon-docs": "~6.0.28",
"@storybook/addon-viewport": "~6.0.28",
"@storybook/vue": "~6.0.28",
Addshore updated the task description. (Show Details)