@instructure/ui 11.6.0 → 11.6.1-snapshot-129

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
6
+ ## [11.6.1-snapshot-129](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.6.1-snapshot-129) (2026-03-16)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui
9
9
 
@@ -11,566 +11,306 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
14
+ # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
15
15
 
16
16
  **Note:** Version bump only for package @instructure/ui
17
17
 
18
+ # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
18
19
 
19
-
20
-
20
+ **Note:** Version bump only for package @instructure/ui
21
21
 
22
22
  # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
23
23
 
24
24
  **Note:** Version bump only for package @instructure/ui
25
25
 
26
-
27
-
28
-
29
-
30
26
  # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
31
27
 
32
28
  **Note:** Version bump only for package @instructure/ui
33
29
 
34
-
35
-
36
-
37
-
38
30
  # [11.2.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.2.0) (2025-11-06)
39
31
 
40
-
41
32
  ### Features
42
33
 
43
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
44
-
45
-
46
-
47
-
34
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
48
35
 
49
36
  # [11.1.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.1.0) (2025-11-05)
50
37
 
51
-
52
38
  ### Features
53
39
 
54
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
55
-
56
-
57
-
58
-
40
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
59
41
 
60
42
  ## [11.0.1](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1) (2025-10-13)
61
43
 
62
44
  **Note:** Version bump only for package @instructure/ui
63
45
 
64
-
65
-
66
-
67
-
68
46
  # [11.0.0](https://github.com/instructure/instructure-ui/compare/v10.26.0...v11.0.0) (2025-10-06)
69
47
 
70
-
71
48
  ### Features
72
49
 
73
- * **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
74
-
50
+ - **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
75
51
 
76
52
  ### BREAKING CHANGES
77
53
 
78
- * **many:** InstUI v11 contains the following breaking changes:
79
- - React 16 and 17 are no longer supported
80
- - remove `PropTypes` from all packages
81
- - remove `CodeEditor` component
82
- - remove `@instui/theme-registry` package
83
- - remove `@testable`, `@experimental`, `@hack` decorators
84
- - InstUISettingsProvider's `as` prop is removed
85
- - `canvas.use()`, `canvasHighContrast.use()` functions are removed
86
- - `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
87
- - `variables` field on theme objects are removed
88
- - remove deprecated props from Table: Row's `isStacked`, Body's
54
+ - **many:** InstUI v11 contains the following breaking changes:
55
+
56
+ * React 16 and 17 are no longer supported
57
+ * remove `PropTypes` from all packages
58
+ * remove `CodeEditor` component
59
+ * remove `@instui/theme-registry` package
60
+ * remove `@testable`, `@experimental`, `@hack` decorators
61
+ * InstUISettingsProvider's `as` prop is removed
62
+ * `canvas.use()`, `canvasHighContrast.use()` functions are removed
63
+ * `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
64
+ * `variables` field on theme objects are removed
65
+ * remove deprecated props from Table: Row's `isStacked`, Body's
89
66
  `isStacked`, `hover`, and `headers`
90
- - `Table`'s `caption` prop is now required
91
- - `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
92
-
93
-
94
-
95
-
67
+ * `Table`'s `caption` prop is now required
68
+ * `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
96
69
 
97
70
  # [10.26.0](https://github.com/instructure/instructure-ui/compare/v10.25.0...v10.26.0) (2025-10-01)
98
71
 
99
72
  **Note:** Version bump only for package @instructure/ui
100
73
 
101
-
102
-
103
-
104
-
105
74
  # [10.25.0](https://github.com/instructure/instructure-ui/compare/v10.24.2...v10.25.0) (2025-09-09)
106
75
 
107
76
  **Note:** Version bump only for package @instructure/ui
108
77
 
109
-
110
-
111
-
112
-
113
78
  ## [10.24.2](https://github.com/instructure/instructure-ui/compare/v10.24.1...v10.24.2) (2025-08-11)
114
79
 
115
80
  **Note:** Version bump only for package @instructure/ui
116
81
 
117
-
118
-
119
-
120
-
121
82
  ## [10.24.1](https://github.com/instructure/instructure-ui/compare/v10.24.0...v10.24.1) (2025-07-30)
122
83
 
123
84
  **Note:** Version bump only for package @instructure/ui
124
85
 
125
-
126
-
127
-
128
-
129
86
  # [10.24.0](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.24.0) (2025-07-18)
130
87
 
131
88
  **Note:** Version bump only for package @instructure/ui
132
89
 
133
-
134
-
135
-
136
-
137
90
  # [10.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
138
91
 
139
92
  **Note:** Version bump only for package @instructure/ui
140
93
 
141
-
142
-
143
-
144
-
145
94
  # [10.22.0](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.22.0) (2025-07-04)
146
95
 
147
-
148
96
  ### Features
149
97
 
150
- * **many:** add new package (instructure) and three new components: AiInformation, NutritionFacts and DataPermissionLevels ([073be7b](https://github.com/instructure/instructure-ui/commit/073be7b50893e9ab77158ee8a83506eddfbd4113))
151
-
152
-
153
-
154
-
98
+ - **many:** add new package (instructure) and three new components: AiInformation, NutritionFacts and DataPermissionLevels ([073be7b](https://github.com/instructure/instructure-ui/commit/073be7b50893e9ab77158ee8a83506eddfbd4113))
155
99
 
156
100
  # [10.21.0](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.21.0) (2025-06-27)
157
101
 
158
102
  **Note:** Version bump only for package @instructure/ui
159
103
 
160
-
161
-
162
-
163
-
164
104
  ## [10.20.1](https://github.com/instructure/instructure-ui/compare/v10.20.0...v10.20.1) (2025-06-17)
165
105
 
166
106
  **Note:** Version bump only for package @instructure/ui
167
107
 
168
-
169
-
170
-
171
-
172
108
  # [10.20.0](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.20.0) (2025-06-13)
173
109
 
174
-
175
110
  ### Bug Fixes
176
111
 
177
- * **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
178
-
179
-
180
-
181
-
112
+ - **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
182
113
 
183
114
  ## [10.19.1](https://github.com/instructure/instructure-ui/compare/v10.19.0...v10.19.1) (2025-06-05)
184
115
 
185
116
  **Note:** Version bump only for package @instructure/ui
186
117
 
187
-
188
-
189
-
190
-
191
118
  # [10.19.0](https://github.com/instructure/instructure-ui/compare/v10.18.1...v10.19.0) (2025-06-03)
192
119
 
193
120
  **Note:** Version bump only for package @instructure/ui
194
121
 
195
-
196
-
197
-
198
-
199
122
  ## [10.18.1](https://github.com/instructure/instructure-ui/compare/v10.18.0...v10.18.1) (2025-05-29)
200
123
 
201
124
  **Note:** Version bump only for package @instructure/ui
202
125
 
203
-
204
-
205
-
206
-
207
126
  # [10.18.0](https://github.com/instructure/instructure-ui/compare/v10.17.0...v10.18.0) (2025-05-26)
208
127
 
209
128
  **Note:** Version bump only for package @instructure/ui
210
129
 
211
-
212
-
213
-
214
-
215
130
  # [10.17.0](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.17.0) (2025-05-20)
216
131
 
217
132
  **Note:** Version bump only for package @instructure/ui
218
133
 
219
-
220
-
221
-
222
-
223
134
  ## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
224
135
 
225
136
  **Note:** Version bump only for package @instructure/ui
226
137
 
227
-
228
-
229
-
230
-
231
138
  ## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
232
139
 
233
140
  **Note:** Version bump only for package @instructure/ui
234
141
 
235
-
236
-
237
-
238
-
239
142
  ## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
240
143
 
241
144
  **Note:** Version bump only for package @instructure/ui
242
145
 
243
-
244
-
245
-
246
-
247
146
  ## [10.16.1](https://github.com/instructure/instructure-ui/compare/v10.16.0...v10.16.1) (2025-04-22)
248
147
 
249
148
  **Note:** Version bump only for package @instructure/ui
250
149
 
251
-
252
-
253
-
254
-
255
150
  # [10.16.0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.16.0) (2025-04-11)
256
151
 
257
152
  **Note:** Version bump only for package @instructure/ui
258
153
 
259
-
260
-
261
-
262
-
263
154
  ## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
264
155
 
265
156
  **Note:** Version bump only for package @instructure/ui
266
157
 
267
-
268
-
269
-
270
-
271
158
  ## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
272
159
 
273
160
  **Note:** Version bump only for package @instructure/ui
274
161
 
275
-
276
-
277
-
278
-
279
162
  # [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
280
163
 
281
164
  **Note:** Version bump only for package @instructure/ui
282
165
 
283
-
284
-
285
-
286
-
287
166
  # [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
288
167
 
289
168
  **Note:** Version bump only for package @instructure/ui
290
169
 
291
-
292
-
293
-
294
-
295
170
  # [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
296
171
 
297
-
298
172
  ### Bug Fixes
299
173
 
300
- * **many:** fix form label not read by NVDA in hover mode and other layout issues ([ef77281](https://github.com/instructure/instructure-ui/commit/ef77281890511e8eea794196445d3ef2454537ba))
301
-
302
-
303
-
304
-
174
+ - **many:** fix form label not read by NVDA in hover mode and other layout issues ([ef77281](https://github.com/instructure/instructure-ui/commit/ef77281890511e8eea794196445d3ef2454537ba))
305
175
 
306
176
  # [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
307
177
 
308
178
  **Note:** Version bump only for package @instructure/ui
309
179
 
310
-
311
-
312
-
313
-
314
180
  # [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
315
181
 
316
182
  **Note:** Version bump only for package @instructure/ui
317
183
 
318
-
319
-
320
-
321
-
322
184
  # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
323
185
 
324
186
  **Note:** Version bump only for package @instructure/ui
325
187
 
326
-
327
-
328
-
329
-
330
188
  # [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
331
189
 
332
-
333
190
  ### Features
334
191
 
335
- * **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
336
-
337
-
338
-
339
-
192
+ - **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
340
193
 
341
194
  # [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
342
195
 
343
196
  **Note:** Version bump only for package @instructure/ui
344
197
 
345
-
346
-
347
-
348
-
349
198
  # [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
350
199
 
351
200
  **Note:** Version bump only for package @instructure/ui
352
201
 
353
-
354
-
355
-
356
-
357
202
  ## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
358
203
 
359
204
  **Note:** Version bump only for package @instructure/ui
360
205
 
361
-
362
-
363
-
364
-
365
206
  # [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
366
207
 
367
208
  **Note:** Version bump only for package @instructure/ui
368
209
 
369
-
370
-
371
-
372
-
373
210
  # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
374
211
 
375
212
  **Note:** Version bump only for package @instructure/ui
376
213
 
377
-
378
-
379
-
380
-
381
214
  ## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
382
215
 
383
-
384
216
  ### Bug Fixes
385
217
 
386
- * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
387
-
388
-
389
-
390
-
218
+ - update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
391
219
 
392
220
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
393
221
 
394
222
  **Note:** Version bump only for package @instructure/ui
395
223
 
396
-
397
-
398
-
399
-
400
224
  # [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
401
225
 
402
226
  **Note:** Version bump only for package @instructure/ui
403
227
 
404
-
405
-
406
-
407
-
408
228
  ## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
409
229
 
410
230
  **Note:** Version bump only for package @instructure/ui
411
231
 
412
-
413
-
414
-
415
-
416
232
  ## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
417
233
 
418
234
  **Note:** Version bump only for package @instructure/ui
419
235
 
420
-
421
-
422
-
423
-
424
236
  # [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
425
237
 
426
238
  **Note:** Version bump only for package @instructure/ui
427
239
 
428
-
429
-
430
-
431
-
432
240
  # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
433
241
 
434
242
  **Note:** Version bump only for package @instructure/ui
435
243
 
436
-
437
-
438
-
439
-
440
244
  # [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
441
245
 
442
-
443
246
  ### Features
444
247
 
445
- * **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
446
-
248
+ - **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
447
249
 
448
250
  ### BREAKING CHANGES
449
251
 
450
- * **many:** Breaks color overrides in certain cases
451
-
452
-
453
-
454
-
252
+ - **many:** Breaks color overrides in certain cases
455
253
 
456
254
  ## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
457
255
 
458
256
  **Note:** Version bump only for package @instructure/ui
459
257
 
460
-
461
-
462
-
463
-
464
258
  # [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
465
259
 
466
260
  **Note:** Version bump only for package @instructure/ui
467
261
 
468
-
469
-
470
-
471
-
472
262
  # [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
473
263
 
474
264
  **Note:** Version bump only for package @instructure/ui
475
265
 
476
-
477
-
478
-
479
-
480
266
  # [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
481
267
 
482
-
483
268
  ### Features
484
269
 
485
- * **ui,ui-date-input:** add new DateInput2 component ([9c893fc](https://github.com/instructure/instructure-ui/commit/9c893fc6ac1ae5ef4648f573b648cad78997ac86))
486
-
487
-
488
-
489
-
270
+ - **ui,ui-date-input:** add new DateInput2 component ([9c893fc](https://github.com/instructure/instructure-ui/commit/9c893fc6ac1ae5ef4648f573b648cad78997ac86))
490
271
 
491
272
  # [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
492
273
 
493
274
  **Note:** Version bump only for package @instructure/ui
494
275
 
495
-
496
-
497
-
498
-
499
276
  # [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
500
277
 
501
278
  **Note:** Version bump only for package @instructure/ui
502
279
 
503
-
504
-
505
-
506
-
507
280
  ## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
508
281
 
509
282
  **Note:** Version bump only for package @instructure/ui
510
283
 
511
-
512
-
513
-
514
-
515
284
  # [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
516
285
 
517
-
518
286
  ### Features
519
287
 
520
- * **shared-types,ui,ui-navigation:** remove deprecated component Navigation ([0173c76](https://github.com/instructure/instructure-ui/commit/0173c761f050d801f4191b823d423e6e29abedd5))
521
-
522
-
523
-
524
-
288
+ - **shared-types,ui,ui-navigation:** remove deprecated component Navigation ([0173c76](https://github.com/instructure/instructure-ui/commit/0173c761f050d801f4191b823d423e6e29abedd5))
525
289
 
526
290
  # [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
527
291
 
528
292
  **Note:** Version bump only for package @instructure/ui
529
293
 
530
-
531
-
532
-
533
-
534
294
  ## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
535
295
 
536
296
  **Note:** Version bump only for package @instructure/ui
537
297
 
538
-
539
-
540
-
541
-
542
298
  # [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
543
299
 
544
300
  **Note:** Version bump only for package @instructure/ui
545
301
 
546
-
547
-
548
-
549
-
550
302
  # [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
551
303
 
552
304
  **Note:** Version bump only for package @instructure/ui
553
305
 
554
-
555
-
556
-
557
-
558
306
  ## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
559
307
 
560
308
  **Note:** Version bump only for package @instructure/ui
561
309
 
562
-
563
-
564
-
565
-
566
310
  ## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
567
311
 
568
312
  **Note:** Version bump only for package @instructure/ui
569
313
 
570
-
571
-
572
-
573
-
574
314
  # [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
575
315
 
576
316
  **Note:** Version bump only for package @instructure/ui