-
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
7 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
docs/src/documentation/05-development/04-migration-guides/01-v15.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,19 @@ | ||
--- | ||
title: v15 | ||
description: How to migrate to Orbit 15.0.0 | ||
redirect_from: | ||
- /migration-guides/v15/ | ||
--- | ||
|
||
# Orbit Migration Guide v15 | ||
|
||
This migration guide focuses on the process of migrating from Orbit v14 to v15.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 | ||
|
||
### mediaQueries util function removed | ||
|
||
The `mediaQueries` function is no longer available. This was a styled-components util function that is now no longer expected to be used, as we move away from StyledComponents. | ||
If needed, the tokens and breakpoint values are still accessible via the `getBreakpointWidth` function and the `QUERIES` and `TOKEN` constants. | ||
Check [the documentation](/development/utilities/media-queries/) for more information on how to use these. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.