-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
docs/src/documentation/05-development/04-migration-guides/01-v19.mdx
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,27 @@ | ||
--- | ||
title: v19 | ||
description: How to migrate to Orbit 19.0.0 | ||
redirect_from: | ||
- /migration-guides/v19/ | ||
--- | ||
|
||
# Orbit Migration Guide v19 | ||
|
||
This migration guide focuses on the process of migrating from Orbit v18 to v19.0, as some breaking changes were introduced. | ||
With this guide, we aim to walk through all the breaking changes and how they can be addressed, allowing the migration to be smoother and effortlessly. | ||
|
||
## Breaking changes | ||
|
||
### Renaming of `UserSingle` icon | ||
|
||
The `UserSingle` icon has been renamed to `UserSingleLight`. No changes have been made to the icon itself, only the name has been changed to better suit its visual aspect. | ||
|
||
```diff | ||
- import UserSingle from "@kiwicom/orbit-components/lib/icons/UserSingle"; | ||
+ import UserSingleLight from "@kiwicom/orbit-components/lib/icons/UserSingleLight"; | ||
|
||
... | ||
|
||
- <UserSingle /> | ||
+ <UserSingleLight /> | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.