diff --git a/docs/src/documentation/05-development/04-migration-guides/01-v16.mdx b/docs/src/documentation/05-development/04-migration-guides/01-v16.mdx new file mode 100644 index 0000000000..1d7387fc87 --- /dev/null +++ b/docs/src/documentation/05-development/04-migration-guides/01-v16.mdx @@ -0,0 +1,28 @@ +--- +title: v16 +description: How to migrate to Orbit 16.0.0 +redirect_from: + - /migration-guides/v16/ +--- + +# Orbit Migration Guide v16 + +This migration guide focuses on the process of migrating from Orbit v15 to v16.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 + +### Token update (WIP -- Update this section as needed to document each change) + +A number of new design tokens were introduced. + +Here's the mapping: + +- `rounded-small` -> `rounded-50` +- ... + +Please use the following command to update all the Tailwind classes to use the new corresponding classes instead: + +```bash +node .../transforms/tokens-v16.mjs +``` diff --git a/docs/src/documentation/05-development/04-migration-guides/01-v15.mdx b/docs/src/documentation/05-development/04-migration-guides/02-v15.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/01-v15.mdx rename to docs/src/documentation/05-development/04-migration-guides/02-v15.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/02-v14.mdx b/docs/src/documentation/05-development/04-migration-guides/03-v14.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/02-v14.mdx rename to docs/src/documentation/05-development/04-migration-guides/03-v14.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/03-v12.mdx b/docs/src/documentation/05-development/04-migration-guides/04-v12.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/03-v12.mdx rename to docs/src/documentation/05-development/04-migration-guides/04-v12.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/04-v11.mdx b/docs/src/documentation/05-development/04-migration-guides/05-v11.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/04-v11.mdx rename to docs/src/documentation/05-development/04-migration-guides/05-v11.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/05-v10.mdx b/docs/src/documentation/05-development/04-migration-guides/06-v10.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/05-v10.mdx rename to docs/src/documentation/05-development/04-migration-guides/06-v10.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/06-v9.mdx b/docs/src/documentation/05-development/04-migration-guides/07-v9.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/06-v9.mdx rename to docs/src/documentation/05-development/04-migration-guides/07-v9.mdx diff --git a/docs/src/documentation/05-development/04-migration-guides/07-v7.mdx b/docs/src/documentation/05-development/04-migration-guides/08-v7.mdx similarity index 100% rename from docs/src/documentation/05-development/04-migration-guides/07-v7.mdx rename to docs/src/documentation/05-development/04-migration-guides/08-v7.mdx