-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
docs(examples): add simple example of v10 and v11 being used together #12067
docs(examples): add simple example of v10 and v11 being used together #12067
Conversation
✅ Deploy Preview for carbon-components-react ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Looks great! Just commented some typo fixes :)
|
||
## Incremental migration | ||
|
||
We ave recently released a new version, v11, of our component library and a |
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.
We ave recently released a new version, v11, of our component library and a | |
We have recently released a new version, v11, of our component library and a |
common question we receive is if users can adopt v11 incrementally and the | ||
answer is yes! If the burden of migrating to v11 is too big to take on all at | ||
once, but there are features of our latest release you want to take advantage | ||
of, it is likely that you can pull in just the parts yiu are wanting to use |
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.
of, it is likely that you can pull in just the parts yiu are wanting to use | |
of, it is likely that you can pull in just the parts you are wanting to use |
common question we receive is if users can adopt v11 incrementally and the | ||
answer is yes! If the burden of migrating to v11 is too big to take on all at | ||
once, but there are features of our latest release you want to take advantage | ||
of, it is likely that you can pull in just the parts yiu are wanting to use |
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.
of, it is likely that you can pull in just the parts yiu are wanting to use | |
of, it is likely that you can pull in just the parts you are wanting to use |
REF #11986
REF #12051
This PR adds a simple example of v10 and v11 working together. Most of the components are v10 but it uses the new Stack component and the v11 StructuredList. It's super simple but I wanted to get something up quick that we could build on/add to
Changelog
New
Changed
Removed
Testing / Reviewing
Pull down PR and
yarn
andyarn dev
the/incremental-migration
example, make sure it all looks okay.