This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(migration): misc updates (#2105)
* docs(migration): misc updates Refs #2100. * docs(components): migration guides to more components
- Loading branch information
1 parent
bd50e18
commit b2fa89f
Showing
10 changed files
with
48 additions
and
17 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Props | ||
|
||
`<DatePicker>` | ||
|
||
| Prop | v9 | v10 | | ||
| ---------- | ------------------------------------ | ----------------------- | | ||
| `appendTo` | Accepts a CSS selector or a DOM node | Accepts a DOM node only | |
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,3 @@ | ||
# Props | ||
|
||
`floatingMenu` prop that is set from `<OverflowMenu>` has been gone, and overflow menu always works as a floating menu. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Props | ||
|
||
`<Slider>` | ||
|
||
| Prop | v9 | v10 | | ||
| ---------- | -------------------------------------------------------- | -------------------------- | | ||
| `onChange` | Fires on `value` prop change in addition to user gesture | Fires only on user gesture | |
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,9 @@ | ||
# Props | ||
|
||
`<Tag>` | ||
|
||
See [our website](https://www.carbondesignsystem.com/components/tag/code) for details. | ||
|
||
| Prop | v9 | v10 | | ||
| ------ | --------------------------------- | ------------------------------ | | ||
| `type` | Accepts `beta`, `community`, etc. | Accepts `red`, `magenta`, etc. | |
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