-
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
8 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
docs/src/documentation/05-development/04-migration-guides/01-v16.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,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 | ||
``` |
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.