-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Storybook): upgrade v7 #280
Conversation
7b11ccd
to
6aa6f64
Compare
Sanity Tests Execution Failed. |
1 similar comment
Sanity Tests Execution Failed. |
dd8f65a
to
cc06b18
Compare
b1edcf6
to
a8733f5
Compare
Test Execution Failed. |
1 similar comment
Test Execution Failed. |
7346b8a
to
d3cb6f2
Compare
Test Execution Failed. |
1 similar comment
Test Execution Failed. |
Test Execution Failed. |
… source v7 upgrade
0d341cd
to
4b2a14b
Compare
Test Execution Failed. |
# [@lightningjs/ui-components-theme-base-v1.2.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-theme-base-v1.1.0...@lightningjs/ui-components-theme-base-v1.2.0) (2023-11-09) ### Features * **Storybook:** upgrade v7 ([#280](#280)) ([5e39f37](5e39f37))
🎉 This PR is included in version @lightningjs/ui-components-theme-base-v1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@lightningjs/ui-components-v2.16.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.15.1...@lightningjs/ui-components-v2.16.0) (2023-11-09) ### Bug Fixes * lock lng core version to avoid bug introduced in 2.12.0 ([#400](#400)) ([a128329](a128329)) ### Features * **Storybook:** upgrade v7 ([#280](#280)) ([5e39f37](5e39f37))
🎉 This PR is included in version @lightningjs/ui-components-v2.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@lightningjs/ui-components-test-utils-v1.5.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-test-utils-v1.4.3...@lightningjs/ui-components-test-utils-v1.5.0) (2023-11-09) ### Bug Fixes * lock lng core version to avoid bug introduced in 2.12.0 ([#400](#400)) ([a128329](a128329)) ### Features * **Storybook:** upgrade v7 ([#280](#280)) ([5e39f37](5e39f37))
🎉 This PR is included in version @lightningjs/ui-components-test-utils-v1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR upgrades LUI to Storybook v7
v7 Migration Guide
Changes:
preview.js
andmain.js
changed to ESM formatmain.js
includes frameworkpackage.json
commands to build Storybook have changedstart-storybook
andbuild-storybook
storybook dev
andstorybook build
@storybook/addon-docs
to@storybook/blocks
Canvas
from all docs@storybook/api
to@storybook/manager-api
Items to Note:
.stories.mdx
please use.mdx
Files Removed:
register.js
in.storybook
folder- code was moved tomanager.js
-
lightning-ui-docs/.storybook/controls-delete/argTypes/index.js
- had a version of thecreateModeControl
functioncontrols-delete
folder and contents, old code no longer usingReferences
LUI-906
Testing
Automation
Automation test will need to be updated for the following components as the URL for them has changed:
Checklist