Skip to content

Commit

Permalink
docs: start v19 migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Dec 20, 2024
1 parent e4d0abc commit b08e221
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 0 deletions.
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 />
```

0 comments on commit b08e221

Please sign in to comment.