Skip to content

Commit

Permalink
chore(release): 10.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasf committed Nov 26, 2024
1 parent 71416b3 commit 0cae25d
Show file tree
Hide file tree
Showing 223 changed files with 3,712 additions and 2,802 deletions.
130 changes: 63 additions & 67 deletions CHANGELOG.md

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion docs/contributor-docs/v11-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 99
isWIP: true
---

# Upgrade Guide for Version 11
# Upgrade Guide for Version 11 (WIP)

## Removal of deprecated props/components

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

### Theming engine changes

| Deprecation | What to use instead? |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------- |
| `canvas.use()`, `canvasHighContrast.use()` | Wrap all your application roots in `<InstUISettingsProvider>` |
| `variables` field on theme objects | Use the fields from the object above, e.g. use `canvas.borders` instead of `canvas.variables.borders` |
| `@instructure/theme-registry` package | This added the deprecated functions above. Wrap all your application roots in `<InstUISettingsProvider>` |

## Changes

- `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.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.6.0",
"version": "10.6.1",
"npmClient": "npm",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

0 comments on commit 0cae25d

Please sign in to comment.