This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Storybook V6 upgrade #3728
Merged
Merged
Storybook V6 upgrade #3728
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
9caa98c
Bump @storybook/theming from 5.3.19 to 6.0.20
andrewscfc 13c3743
Bump @storybook/react from 5.3.19 to 6.0.20
andrewscfc 0a5dc6d
Bump @storybook/addon-knobs from 5.3.19 to 6.0.20
andrewscfc 3d3bf85
Bump @storybook/addon-a11y from 5.3.19 to 6.0.20
andrewscfc 8abfb4c
Bump @storybook/addon-viewport from 5.3.19 to 6.0.20
andrewscfc ea59cdf
Bump @storybook/addon-actions from 5.3.19 to 6.0.20
andrewscfc 8b30499
Merge branch 'latest' into dependabot-storybook
andrewscfc 8160c87
Merge branch 'latest' of github.com:bbc/psammead into dependabot-stor…
andrewscfc b5c4bdf
Force @storybook/core-events to 6.0.21
andrewscfc 143c758
Fix merge conflict in package.json
RichardPK c57f24e
Bumping versions to 6.0.21 prior to isolating addon-notes bug
RichardPK a18ccb8
Package-lock commited after npm install
RichardPK e5fe2c3
Package-lock commited after npm run install:packages
RichardPK d7b7f57
Changes to package.json to force 6.0.2, fix issue with arbitrary decr…
RichardPK 1079cd7
Merge branch 'latest' of github.com:bbc/psammead into dependabot-stor…
RichardPK e67adc8
npm run install:packages after merging with latest and running npm ci
RichardPK ced39c0
Restore v 6.0.21 to packages and remove forced storybook core-events …
RichardPK 6c55d78
Reinstate notes
RichardPK 25269d4
Migrated component tree separators to v6 compatible /
RichardPK c97b32c
Fixed issue with undefined props being passed to stories
RichardPK a2348e1
Pushing 'typography' into its own 'others' folder
RichardPK c45995c
Reimplement services knob for media player message
RichardPK e5500bc
Merge branch 'latest' of github.com:bbc/psammead into dependabot-stor…
RichardPK b634fb4
Implemented v6.0.31 compatible docs
RichardPK 72b9782
Merge branch 'latest' into dependabot-storybook
rhenshaw56 ee832eb
Remove capitalised UTILITIES
RichardPK 41a6c09
Merge branch 'latest' into dependabot-storybook
RichardPK 0966644
Merge branch 'dependabot-storybook' of github.com:bbc/psammead into d…
RichardPK feefce1
Version bump psammead
RichardPK c1f9631
Bump psammead-brand
RichardPK 942341d
Bump psammead-bulleted-list
RichardPK 13a24b2
Bump psammead-bulletin
RichardPK 7402f1a
Bump psammead-byline
RichardPK 2f61137
Bump consent banner and caption
RichardPK 9983c18
Bump copyright and content-anchor
RichardPK 1d341e5
Bump embed and figure
RichardPK 3c62770
Bump grid heading headings image
RichardPK 1c81a5d
Bump image inline-link live-label media-indicator media-player
RichardPK 966c6ef
Bump most-read navigation oembed paragraph play-button radio-schedule…
RichardPK 1dbfdb2
Bump section sitewide social-embeds story-promo story-promo-list time…
RichardPK a7da00d
Bump psammead utilities and containers
RichardPK 61dad25
Fixed merge conflicts
RichardPK cffec24
Bump versions of psammead-locales
RichardPK 65dea0b
Overwrite newly introduced 1rem padding on .sb-show-main class
RichardPK 03c930d
Range of v6 changes to config.js and addons.js
RichardPK 251253b
REmove unused stories.pattern file
RichardPK ca2ff41
Bump to v6.2.2
RichardPK de9b798
Remove use of depreciated addParameters
RichardPK 48d193a
Remove commented code
RichardPK 33a82e4
Update changelogs to v 6.2.2
RichardPK 0170e68
Fix merge conflicts in package versions
RichardPK dd77558
Fixing final conflicts in package.jsons
RichardPK File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module.exports = { | ||
stories: ['../packages/*/*/*/*.stories.jsx'], | ||
addons: [ | ||
'@storybook/addon-knobs', | ||
'@storybook/addon-a11y', | ||
'@storybook/addon-viewport', | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import '@storybook/addon-docs/register'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.sb-show-main { | ||
margin: 0 !important; | ||
padding: 0 !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of these
|
>/
changes are fixing:And so can mostly be ignored to filter the noise. Best way to check these are OK is to run locally and 👀 the component structure