Skip to content

Commit 87dfc57

Browse files
committed
Upgrade migration guide
1 parent fcd68e3 commit 87dfc57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/migration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ consider additional positioning prop support on a case-by-case basis.
180180
scheme to custom components that are not part of the Garden framework. It is
181181
recommended to utilize this stopgap measure until such components can be updated
182182
to leverage the full capabilities of v9 `getColor`.
183+
- Utility function `getColor` has been refactored with a signature that supports
184+
v9 light/dark modes. Replace usage with `getColorV8` until custom components can
185+
be upgraded to utilize the new `getColor` function.
183186
- Utility function `getDocument` has been removed. Use `useDocument` instead.
184187
- Utility function `isRtl` has been removed. Use `props.theme.rtl` instead.
185188
- The following exports have changed:

0 commit comments

Comments
 (0)