-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(react-switch) - Adding MIGRATION.md (#19734)
* Adding migration guide * Change files
- Loading branch information
Showing
3 changed files
with
55 additions
and
20 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-slider-6cb39555-9ede-4b05-baac-0d9cad3907da.json
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 @@ | ||
{ | ||
"type": "none", | ||
"comment": "Updating MIGRATION.md file.", | ||
"packageName": "@fluentui/react-slider", | ||
"email": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
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,28 @@ | ||
# Switch Migration | ||
|
||
## STATUS: WIP 🚧 | ||
|
||
This Migration guide is a work in progress and is not yet ready for use. | ||
|
||
## Migration from v8 | ||
|
||
- `componentRef` => NOT SUPPORTED - use regular `ref` instead. | ||
- `styles` => NOT SUPPORTED - use new styling system via `tokens` instead. | ||
- `theme` => NOT SUPPORTED | ||
- `label` => NOT SUPPORTED | ||
- `labelPosition` => NOT SUPPORTED | ||
- `onText` => NOT SUPPORTED | ||
- `offText` => NOT SUPPORTED | ||
- `ariaLabel` => NOT SUPPORTED | ||
- `onAriaLabel` => NOT SUPPORTED | ||
- `offAriaLabel` => NOT SUPPORTED | ||
- `inlineLabel` => NOT SUPPORTED | ||
- `onChanged` => NOT SUPPORTED | ||
- `role` => NOT SUPPORTED | ||
|
||
## Migration from v0 | ||
|
||
- `indicator` => NOT SUPPORTED | ||
- `label` => NOT SUPPORTED | ||
- `labelPosition` => NOT SUPPORTED | ||
- `toggle` => NOT SUPPORTED |