Skip to content

Commit 5ae9806

Browse files
committed
chore(release): 11.0.0
1 parent 36f5438 commit 5ae9806

File tree

198 files changed

+4868
-2268
lines changed

Some content is hidden

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

198 files changed

+4868
-2268
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.0.0](https://github.com/instructure/instructure-ui/compare/v10.26.0...v11.0.0) (2025-10-06)
7+
8+
InstUI v11 is a major release that removes deprecated features and adds support for React 19. For details on how to upgrade, codemods see the upgrade guide at https://instructure.design/#upgrade-guide
9+
10+
### Features
11+
12+
- **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
13+
14+
### BREAKING CHANGES
15+
16+
- React 16 and 17 are no longer supported
17+
- remove `PropTypes` from all packages
18+
- remove `CodeEditor` component
19+
- remove `@instui/theme-registry` package
20+
- remove `@testable`, `@experimental`, `@hack` decorators
21+
- InstUISettingsProvider's `as` prop is removed
22+
- `canvas.use()`, `canvasHighContrast.use()` functions are removed
23+
- `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
24+
- `variables` field on theme objects are removed
25+
- remove deprecated props from Table: Row's `isStacked`, Body's
26+
`isStacked`, `hover`, and `headers`
27+
- `Table`'s `caption` prop is now required
28+
- `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
29+
30+
### Bug Fixes
31+
32+
- **ui-buttons:** fix focus ring distortion on circle shape buttons ([04e93c8](https://github.com/instructure/instructure-ui/commit/04e93c82d4c58b1d8b783933dfdeeb183f2c1335))
33+
- **ui-drilldown:** fix for prevent option selection when Drilldown or its sub-components get disabled prop ([5fc37f6](https://github.com/instructure/instructure-ui/commit/5fc37f6b7c7622ab248a4d1bd575b2bbac97e0a0))
34+
635
# [10.26.0](https://github.com/instructure/instructure-ui/compare/v10.25.0...v10.26.0) (2025-10-01)
736

837
### Bug Fixes

lerna.json

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

0 commit comments

Comments
 (0)