Skip to content

Commit 5f7eaeb

Browse files
committed
chore(release): 10.6.1
1 parent 71416b3 commit 5f7eaeb

File tree

223 files changed

+3712
-2802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+3712
-2802
lines changed

CHANGELOG.md

Lines changed: 63 additions & 67 deletions
Large diffs are not rendered by default.

docs/contributor-docs/v11-upgrade-guide.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 99
55
isWIP: true
66
---
77

8-
# Upgrade Guide for Version 11
8+
# Upgrade Guide for Version 11 (WIP)
99

1010
## Removal of deprecated props/components
1111

@@ -20,6 +20,14 @@ isWIP: true
2020
| `Body` | `hover` | is now stored in `TableContext` |
2121
| `Body` | `headers` | is now stored in `TableContext` |
2222

23+
### Theming engine changes
24+
25+
| Deprecation | What to use instead? |
26+
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------- |
27+
| `canvas.use()`, `canvasHighContrast.use()` | Wrap all your application roots in `<InstUISettingsProvider>` |
28+
| `variables` field on theme objects | Use the fields from the object above, e.g. use `canvas.borders` instead of `canvas.variables.borders` |
29+
| `@instructure/theme-registry` package | This added the deprecated functions above. Wrap all your application roots in `<InstUISettingsProvider>` |
30+
2331
## Changes
2432

2533
- `ui-dom-utils`/`getComputedStyle` can now return `undefined`: In previous versions sometimes returned an empty object which could lead to runtime exceptions when one tried to call methods of `CSSStyleDeclaration` on it.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.6.0",
2+
"version": "10.6.1",
33
"npmClient": "npm",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

0 commit comments

Comments
 (0)