Skip to content

Commit a7d3c34

Browse files
committed
chore(release): 11.7.4
1 parent 255d84f commit a7d3c34

195 files changed

Lines changed: 1816 additions & 4956 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 77 additions & 4830 deletions
Large diffs are not rendered by default.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.7.3",
2+
"version": "11.7.4",
33
"npmClient": "pnpm",
44
"command": {
55
"version": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "instructure-ui",
33
"description": "A design system by Instructure Inc.",
44
"private": true,
5-
"version": "11.7.3",
5+
"version": "11.7.4",
66
"author": "Instructure, Inc. Engineering and Product Design",
77
"repository": {
88
"type": "git",

packages/__docs__/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.7.4](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4) (2026-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs-app:** version-aware theme-override link and prop-table readability ([d1ac78c](https://github.com/instructure/instructure-ui/commit/d1ac78cfaca5ad20eef2b7d2d195a477c5aeceb5))
12+
* **many:** do not allow javascript: and data: hrefs ([4a0ac03](https://github.com/instructure/instructure-ui/commit/4a0ac038c6a4102646e04d27c1c3251f97367822))
13+
* **ui-billboard:** point icons doc links at valid icons pages ([bcfd452](https://github.com/instructure/instructure-ui/commit/bcfd4526ba358731a923fef36dba7273069f1885))
14+
* **ui-dialog,ui-date-input,ui-calendar:** add aria-live to calendar header, descriptive nav button labels with target month, aria-modal on focused dialogs ([ac11880](https://github.com/instructure/instructure-ui/commit/ac11880013be74f148558671177ed25c9286204f))
15+
16+
17+
### Features
18+
19+
* **ui-grid,ui-form-field:** breakpoints are set from sharedTokens ([3ac1e64](https://github.com/instructure/instructure-ui/commit/3ac1e64e00c5cb29c342879fd596b34f1b1fbb35))
20+
21+
22+
### Performance Improvements
23+
24+
* **__docs__,ui-babel-preset:** speed up and quiet the docs dev server ([849a012](https://github.com/instructure/instructure-ui/commit/849a01209b9e6310786402f10d9d69189dc99e1c))
25+
26+
27+
28+
29+
630
## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)
731

832

packages/__docs__/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs-app",
33
"private": true,
4-
"version": "11.7.3",
4+
"version": "11.7.4",
55
"description": "Documentation and showcase application for Instructure-UI.",
66
"author": "Instructure, Inc. Engineering and Product Design",
77
"repository": {
@@ -27,6 +27,8 @@
2727
},
2828
"license": "MIT",
2929
"dependencies": {
30+
"@babel/runtime": "^7.29.7",
31+
"@babel/standalone": "^7.29.3",
3032
"@instructure/canvas-high-contrast-theme": "workspace:*",
3133
"@instructure/canvas-theme": "workspace:*",
3234
"@instructure/console": "workspace:*",
@@ -113,23 +115,22 @@
113115
"@instructure/ui-utils": "workspace:*",
114116
"@instructure/ui-view": "workspace:*",
115117
"babel-loader": "^10.1.1",
116-
"@babel/runtime": "^7.29.7",
117-
"@babel/standalone": "^7.29.3",
118+
"buffer": "^6.0.3",
118119
"codesandbox-import-utils": "^2.2.3",
120+
"hoist-non-react-statics": "^3.3.2",
119121
"lorem-ipsum": "^3.0.0",
120122
"marked-react": "^4.0.0",
121123
"moment": "^2.30.1",
122124
"react": "18.3.1",
123125
"react-dom": "18.3.1",
124126
"uuid": "14.0.1",
125-
"webpack-merge": "^6.0.1",
126-
"hoist-non-react-statics": "^3.3.2",
127-
"buffer": "^6.0.3"
127+
"webpack-merge": "^6.0.1"
128128
},
129129
"devDependencies": {
130130
"@instructure/ui-babel-preset": "workspace:*",
131131
"@instructure/ui-scripts": "workspace:*",
132132
"@instructure/ui-webpack-config": "workspace:*",
133+
"@types/hoist-non-react-statics": "^3.3.7",
133134
"chokidar": "^3.6.0",
134135
"css-loader": "7.1.4",
135136
"globby": "^16.2.0",
@@ -139,8 +140,7 @@
139140
"react-docgen": "8.0.3",
140141
"style-loader": "4.0.0",
141142
"thread-loader": "^4.0.4",
142-
"webpack-bundle-analyzer": "5.3.0",
143-
"@types/hoist-non-react-statics": "^3.3.7"
143+
"webpack-bundle-analyzer": "5.3.0"
144144
},
145145
"//dependency-comments": {
146146
"chokidar": "4.0.1 seems to have issues watching an array of paths. Check later if fixed..."

packages/babel-plugin-transform-imports/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.7.4](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4) (2026-07-24)
7+
8+
**Note:** Version bump only for package @instructure/babel-plugin-transform-imports
9+
10+
11+
12+
13+
614
## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)
715

816
**Note:** Version bump only for package @instructure/babel-plugin-transform-imports

packages/babel-plugin-transform-imports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructure/babel-plugin-transform-imports",
3-
"version": "11.7.3",
3+
"version": "11.7.4",
44
"description": "A babel plugin made by Instructure Inc.",
55
"author": "Instructure, Inc. Engineering and Product Design",
66
"main": "./lib/index.js",

packages/browserslist-config-instui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.7.4](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4) (2026-07-24)
7+
8+
**Note:** Version bump only for package @instructure/browserslist-config-instui
9+
10+
11+
12+
13+
614
## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)
715

816
**Note:** Version bump only for package @instructure/browserslist-config-instui

packages/browserslist-config-instui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructure/browserslist-config-instui",
3-
"version": "11.7.3",
3+
"version": "11.7.4",
44
"description": "A shared browserslist config made by Instructure Inc.",
55
"author": "Instructure, Inc. Engineering and Product Design",
66
"main": "./index.js",

packages/canvas-high-contrast-theme/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.7.4](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4) (2026-07-24)
7+
8+
**Note:** Version bump only for package @instructure/canvas-high-contrast-theme
9+
10+
11+
12+
13+
614
## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)
715

816

0 commit comments

Comments
 (0)