From b08e221a5d6c12a6c85973933bcae8e59fc7b87f Mon Sep 17 00:00:00 2001 From: Daniel Sil Date: Fri, 29 Nov 2024 13:17:37 +0100 Subject: [PATCH] docs: start v19 migration guide --- .../04-migration-guides/01-v19.mdx | 27 +++++++++++++++++++ .../{01-v18.mdx => 02-v18.mdx} | 0 .../{02-v17.mdx => 03-v17.mdx} | 0 .../{03-v16.mdx => 04-v16.mdx} | 0 .../{04-v15.mdx => 05-v15.mdx} | 0 .../{05-v14.mdx => 06-v14.mdx} | 0 .../{06-v12.mdx => 07-v12.mdx} | 0 .../{07-v11.mdx => 08-v11.mdx} | 0 .../{08-v10.mdx => 09-v10.mdx} | 0 .../{09-v9.mdx => 10-v9.mdx} | 0 .../{10-v7.mdx => 11-v7.mdx} | 0 11 files changed, 27 insertions(+) create mode 100644 docs/src/documentation/05-development/04-migration-guides/01-v19.mdx rename docs/src/documentation/05-development/04-migration-guides/{01-v18.mdx => 02-v18.mdx} (100%) rename docs/src/documentation/05-development/04-migration-guides/{02-v17.mdx => 03-v17.mdx} (100%) rename docs/src/documentation/05-development/04-migration-guides/{03-v16.mdx => 04-v16.mdx} (100%) rename docs/src/documentation/05-development/04-migration-guides/{04-v15.mdx => 05-v15.mdx} (100%) rename docs/src/documentation/05-development/04-migration-guides/{05-v14.mdx => 06-v14.mdx} (100%) rename docs/src/documentation/05-development/04-migration-guides/{06-v12.mdx => 07-v12.mdx} (100%) rename docs/src/documentation/05-development/04-migration-guides/{07-v11.mdx => 08-v11.mdx} (100%) rename docs/src/documentation/05-development/04-migration-guides/{08-v10.mdx => 09-v10.mdx} (100%) rename docs/src/documentation/05-development/04-migration-guides/{09-v9.mdx => 10-v9.mdx} (100%) rename docs/src/documentation/05-development/04-migration-guides/{10-v7.mdx => 11-v7.mdx} (100%) diff --git a/docs/src/documentation/05-development/04-migration-guides/01-v19.mdx b/docs/src/documentation/05-development/04-migration-guides/01-v19.mdx new file mode 100644 index 0000000000..bacd165b9a --- /dev/null +++ b/docs/src/documentation/05-development/04-migration-guides/01-v19.mdx @@ -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"; + +... + +- ++ +``` diff --git a/docs/src/documentation/05-development/04-migration-guides/01-v18.mdx b/docs/src/documentation/05-development/04-migration-guides/02-v18.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/01-v18.mdx rename to docs/src/documentation/05-development/04-migration-guides/02-v18.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/02-v17.mdx b/docs/src/documentation/05-development/04-migration-guides/03-v17.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/02-v17.mdx rename to docs/src/documentation/05-development/04-migration-guides/03-v17.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/03-v16.mdx b/docs/src/documentation/05-development/04-migration-guides/04-v16.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/03-v16.mdx rename to docs/src/documentation/05-development/04-migration-guides/04-v16.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/04-v15.mdx b/docs/src/documentation/05-development/04-migration-guides/05-v15.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/04-v15.mdx rename to docs/src/documentation/05-development/04-migration-guides/05-v15.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/05-v14.mdx b/docs/src/documentation/05-development/04-migration-guides/06-v14.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/05-v14.mdx rename to docs/src/documentation/05-development/04-migration-guides/06-v14.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/06-v12.mdx b/docs/src/documentation/05-development/04-migration-guides/07-v12.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/06-v12.mdx rename to docs/src/documentation/05-development/04-migration-guides/07-v12.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/07-v11.mdx b/docs/src/documentation/05-development/04-migration-guides/08-v11.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/07-v11.mdx rename to docs/src/documentation/05-development/04-migration-guides/08-v11.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/08-v10.mdx b/docs/src/documentation/05-development/04-migration-guides/09-v10.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/08-v10.mdx rename to docs/src/documentation/05-development/04-migration-guides/09-v10.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/09-v9.mdx b/docs/src/documentation/05-development/04-migration-guides/10-v9.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/09-v9.mdx rename to docs/src/documentation/05-development/04-migration-guides/10-v9.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/10-v7.mdx b/docs/src/documentation/05-development/04-migration-guides/11-v7.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/10-v7.mdx rename to docs/src/documentation/05-development/04-migration-guides/11-v7.mdx