Skip to content
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

Issue 100 - Component Story Format migration #102

Merged
merged 2 commits into from
May 17, 2020

Conversation

sselvara
Copy link
Member

Storybook’s Component Story Format (CSF) is the recommended way to write stories since Storybook 5.2 and all future tools and infrastructure will be oriented towards CSF as per the documentation.

Used automatic migration tool to transform storiesOf API to Module format Component - Story Format (CSF).

Used below command as per the documentation
sb migrate storiesof-to-csf --glob=stories/*.stories.js

@godanny86 godanny86 changed the base branch from master to develop May 11, 2020 20:17
@godanny86 godanny86 merged commit 3a361b5 into adobe:develop May 17, 2020
@godanny86 godanny86 linked an issue Jun 23, 2020 that may be closed by this pull request
godanny86 added a commit that referenced this pull request Jul 13, 2020
* Issue 84/sample content module (#85)

Co-authored-by: david g. <davidjgonzalez@users.noreply.github.com>

* Shorten urls but also support image resolution in Site content (#87)

* Shorten urls but also support image resoultion in Site content
* Use CS runmodes to allow for local develoment.

* Update sign-in-buttons.html

Found a typo on line 37 - should be data-sly-test not data-sly.test

* Issue 100 - Component Story Format migration (#102)

* Core Components 2.10.0 and Archetype 23 (#105)

* Enables data layer for core components

* updated to remove hardcoded reference to /etc (#108)

* Issue 109/component re org (#110)

* re-organized components
* component resource type re-organization
* removed responsive grid and replaced with container from core components

* Issue 111/improve performance (#112)

* use an SVG over PNG
* use smaller loading icon
* include google fonts directly instead of the link
* remove animate css since very little was being used
* pre-load icon path since it will be called by the css
* updated html
* minor corrections to font inclusion
* updated image size
* fixes for sidebar container

* Issue 113/distribute artifacts (#114)

* updated pom and added info about releasing
* moved release markdown file

* updated license to MIT to be less restrictive (#116)

Co-authored-by: david g. <davidjgonzalez@users.noreply.github.com>
Co-authored-by: Bryan Stopp <bstopp@users.noreply.github.com>
Co-authored-by: Kevin Roberts <kevin.roberts10@gmail.com>
Co-authored-by: Subash Selvaraj <sselvara@adobe.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate storybook stories to Component Story Format (CSF)
2 participants