@instructure/ui-select 11.6.1-snapshot-0 → 11.6.1-snapshot-130

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.
Files changed (59) hide show
  1. package/CHANGELOG.md +48 -319
  2. package/es/Select/{index.js → v1/index.js} +5 -5
  3. package/es/{index.js → exports/a.js} +3 -3
  4. package/lib/Select/{index.js → v1/index.js} +17 -17
  5. package/lib/{index.js → exports/a.js} +4 -4
  6. package/package.json +48 -26
  7. package/src/Select/{index.tsx → v1/index.tsx} +8 -8
  8. package/src/Select/{props.ts → v1/props.ts} +1 -1
  9. package/src/{index.ts → exports/a.ts} +6 -6
  10. package/tsconfig.build.tsbuildinfo +1 -1
  11. package/types/Select/v1/Group/index.d.ts.map +1 -0
  12. package/types/Select/v1/Group/props.d.ts.map +1 -0
  13. package/types/Select/v1/Option/index.d.ts.map +1 -0
  14. package/types/Select/v1/Option/props.d.ts.map +1 -0
  15. package/types/Select/{index.d.ts → v1/index.d.ts} +2 -2
  16. package/types/Select/v1/index.d.ts.map +1 -0
  17. package/types/Select/{props.d.ts → v1/props.d.ts} +1 -1
  18. package/types/Select/v1/props.d.ts.map +1 -0
  19. package/types/Select/v1/styles.d.ts.map +1 -0
  20. package/types/Select/v1/theme.d.ts.map +1 -0
  21. package/types/exports/a.d.ts +7 -0
  22. package/types/exports/a.d.ts.map +1 -0
  23. package/types/Select/Group/index.d.ts.map +0 -1
  24. package/types/Select/Group/props.d.ts.map +0 -1
  25. package/types/Select/Option/index.d.ts.map +0 -1
  26. package/types/Select/Option/props.d.ts.map +0 -1
  27. package/types/Select/index.d.ts.map +0 -1
  28. package/types/Select/props.d.ts.map +0 -1
  29. package/types/Select/styles.d.ts.map +0 -1
  30. package/types/Select/theme.d.ts.map +0 -1
  31. package/types/index.d.ts +0 -7
  32. package/types/index.d.ts.map +0 -1
  33. /package/es/Select/{Group → v1/Group}/index.js +0 -0
  34. /package/es/Select/{Group → v1/Group}/props.js +0 -0
  35. /package/es/Select/{Option → v1/Option}/index.js +0 -0
  36. /package/es/Select/{Option → v1/Option}/props.js +0 -0
  37. /package/es/Select/{props.js → v1/props.js} +0 -0
  38. /package/es/Select/{styles.js → v1/styles.js} +0 -0
  39. /package/es/Select/{theme.js → v1/theme.js} +0 -0
  40. /package/lib/Select/{Group → v1/Group}/index.js +0 -0
  41. /package/lib/Select/{Group → v1/Group}/props.js +0 -0
  42. /package/lib/Select/{Option → v1/Option}/index.js +0 -0
  43. /package/lib/Select/{Option → v1/Option}/props.js +0 -0
  44. /package/lib/Select/{props.js → v1/props.js} +0 -0
  45. /package/lib/Select/{styles.js → v1/styles.js} +0 -0
  46. /package/lib/Select/{theme.js → v1/theme.js} +0 -0
  47. /package/src/Select/{Group → v1/Group}/index.tsx +0 -0
  48. /package/src/Select/{Group → v1/Group}/props.ts +0 -0
  49. /package/src/Select/{Option → v1/Option}/index.tsx +0 -0
  50. /package/src/Select/{Option → v1/Option}/props.ts +0 -0
  51. /package/src/Select/{README.md → v1/README.md} +0 -0
  52. /package/src/Select/{styles.ts → v1/styles.ts} +0 -0
  53. /package/src/Select/{theme.ts → v1/theme.ts} +0 -0
  54. /package/types/Select/{Group → v1/Group}/index.d.ts +0 -0
  55. /package/types/Select/{Group → v1/Group}/props.d.ts +0 -0
  56. /package/types/Select/{Option → v1/Option}/index.d.ts +0 -0
  57. /package/types/Select/{Option → v1/Option}/props.d.ts +0 -0
  58. /package/types/Select/{styles.d.ts → v1/styles.d.ts} +0 -0
  59. /package/types/Select/{theme.d.ts → v1/theme.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,622 +3,351 @@
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.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.6.1-snapshot-0) (2026-02-24)
6
+ ## [11.6.1-snapshot-130](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.6.1-snapshot-130) (2026-03-16)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-select
9
8
 
9
+ ### Bug Fixes
10
10
 
11
+ * **ui-many:** fix imports of the multiversion support ([ff5f2b3](https://github.com/instructure/instructure-ui/commit/ff5f2b38660ddae432edd32b98eedae586589977))
11
12
 
12
13
 
14
+ ### Features
13
15
 
14
- # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
16
+ * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
15
17
 
16
- **Note:** Version bump only for package @instructure/ui-select
17
18
 
18
19
 
19
20
 
20
21
 
21
-
22
- # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
22
+ # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
23
23
 
24
24
  **Note:** Version bump only for package @instructure/ui-select
25
25
 
26
+ # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
26
27
 
27
-
28
-
28
+ **Note:** Version bump only for package @instructure/ui-select
29
29
 
30
30
  # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
31
31
 
32
32
  **Note:** Version bump only for package @instructure/ui-select
33
33
 
34
-
35
-
36
-
37
-
38
34
  # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
39
35
 
40
-
41
36
  ### Bug Fixes
42
37
 
43
- * **ui-selectable,ui-select:** fix typing of Select and Selectable event types and TypeScript errors in the examples ([bde40cc](https://github.com/instructure/instructure-ui/commit/bde40cc121674666cceb7eb24e116a50e1879445))
44
-
45
-
46
-
47
-
38
+ - **ui-selectable,ui-select:** fix typing of Select and Selectable event types and TypeScript errors in the examples ([bde40cc](https://github.com/instructure/instructure-ui/commit/bde40cc121674666cceb7eb24e116a50e1879445))
48
39
 
49
40
  # [11.2.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.2.0) (2025-11-06)
50
41
 
51
-
52
42
  ### Features
53
43
 
54
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
55
-
56
-
57
-
58
-
44
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
59
45
 
60
46
  # [11.1.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.1.0) (2025-11-05)
61
47
 
62
-
63
48
  ### Features
64
49
 
65
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
66
-
67
-
68
-
69
-
50
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
70
51
 
71
52
  ## [11.0.1](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1) (2025-10-13)
72
53
 
73
54
  **Note:** Version bump only for package @instructure/ui-select
74
55
 
75
-
76
-
77
-
78
-
79
56
  # [11.0.0](https://github.com/instructure/instructure-ui/compare/v10.26.0...v11.0.0) (2025-10-06)
80
57
 
81
-
82
58
  ### Features
83
59
 
84
- * **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
85
-
60
+ - **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
86
61
 
87
62
  ### BREAKING CHANGES
88
63
 
89
- * **many:** InstUI v11 contains the following breaking changes:
90
- - React 16 and 17 are no longer supported
91
- - remove `PropTypes` from all packages
92
- - remove `CodeEditor` component
93
- - remove `@instui/theme-registry` package
94
- - remove `@testable`, `@experimental`, `@hack` decorators
95
- - InstUISettingsProvider's `as` prop is removed
96
- - `canvas.use()`, `canvasHighContrast.use()` functions are removed
97
- - `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
98
- - `variables` field on theme objects are removed
99
- - remove deprecated props from Table: Row's `isStacked`, Body's
64
+ - **many:** InstUI v11 contains the following breaking changes:
65
+
66
+ * React 16 and 17 are no longer supported
67
+ * remove `PropTypes` from all packages
68
+ * remove `CodeEditor` component
69
+ * remove `@instui/theme-registry` package
70
+ * remove `@testable`, `@experimental`, `@hack` decorators
71
+ * InstUISettingsProvider's `as` prop is removed
72
+ * `canvas.use()`, `canvasHighContrast.use()` functions are removed
73
+ * `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
74
+ * `variables` field on theme objects are removed
75
+ * remove deprecated props from Table: Row's `isStacked`, Body's
100
76
  `isStacked`, `hover`, and `headers`
101
- - `Table`'s `caption` prop is now required
102
- - `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
103
-
104
-
105
-
106
-
77
+ * `Table`'s `caption` prop is now required
78
+ * `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
107
79
 
108
80
  # [10.26.0](https://github.com/instructure/instructure-ui/compare/v10.25.0...v10.26.0) (2025-10-01)
109
81
 
110
82
  **Note:** Version bump only for package @instructure/ui-select
111
83
 
112
-
113
-
114
-
115
-
116
84
  # [10.25.0](https://github.com/instructure/instructure-ui/compare/v10.24.2...v10.25.0) (2025-09-09)
117
85
 
118
86
  **Note:** Version bump only for package @instructure/ui-select
119
87
 
120
-
121
-
122
-
123
-
124
88
  ## [10.24.2](https://github.com/instructure/instructure-ui/compare/v10.24.1...v10.24.2) (2025-08-11)
125
89
 
126
90
  **Note:** Version bump only for package @instructure/ui-select
127
91
 
128
-
129
-
130
-
131
-
132
92
  ## [10.24.1](https://github.com/instructure/instructure-ui/compare/v10.24.0...v10.24.1) (2025-07-30)
133
93
 
134
94
  **Note:** Version bump only for package @instructure/ui-select
135
95
 
136
-
137
-
138
-
139
-
140
96
  # [10.24.0](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.24.0) (2025-07-18)
141
97
 
142
98
  **Note:** Version bump only for package @instructure/ui-select
143
99
 
144
-
145
-
146
-
147
-
148
100
  # [10.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
149
101
 
150
102
  **Note:** Version bump only for package @instructure/ui-select
151
103
 
152
-
153
-
154
-
155
-
156
104
  # [10.22.0](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.22.0) (2025-07-04)
157
105
 
158
106
  **Note:** Version bump only for package @instructure/ui-select
159
107
 
160
-
161
-
162
-
163
-
164
108
  # [10.21.0](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.21.0) (2025-06-27)
165
109
 
166
-
167
110
  ### Bug Fixes
168
111
 
169
- * **ui-select:** prevent scrolling when last item is hovered in Chrome ([51cd81a](https://github.com/instructure/instructure-ui/commit/51cd81a5360bbbc78d30e7e2489bb0c02b67a470))
170
-
112
+ - **ui-select:** prevent scrolling when last item is hovered in Chrome ([51cd81a](https://github.com/instructure/instructure-ui/commit/51cd81a5360bbbc78d30e7e2489bb0c02b67a470))
171
113
 
172
114
  ### Features
173
115
 
174
- * **ui-simple-select,ui-select:** add layout prop to Select and SimpleSelect ([94f0a6f](https://github.com/instructure/instructure-ui/commit/94f0a6f99f9e813fe44e6c3111fdb4e5f3708b76))
175
-
176
-
177
-
178
-
116
+ - **ui-simple-select,ui-select:** add layout prop to Select and SimpleSelect ([94f0a6f](https://github.com/instructure/instructure-ui/commit/94f0a6f99f9e813fe44e6c3111fdb4e5f3708b76))
179
117
 
180
118
  ## [10.20.1](https://github.com/instructure/instructure-ui/compare/v10.20.0...v10.20.1) (2025-06-17)
181
119
 
182
120
  **Note:** Version bump only for package @instructure/ui-select
183
121
 
184
-
185
-
186
-
187
-
188
122
  # [10.20.0](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.20.0) (2025-06-13)
189
123
 
190
-
191
124
  ### Bug Fixes
192
125
 
193
- * **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
194
- * **ui-time-select,ui-simple-select,ui-select:** add missing keyboard interactions and fix duplicate SR announcements ([0f7ffa5](https://github.com/instructure/instructure-ui/commit/0f7ffa5b263b0b287ca1c2387e0b902189706cb2))
195
-
196
-
197
-
198
-
126
+ - **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
127
+ - **ui-time-select,ui-simple-select,ui-select:** add missing keyboard interactions and fix duplicate SR announcements ([0f7ffa5](https://github.com/instructure/instructure-ui/commit/0f7ffa5b263b0b287ca1c2387e0b902189706cb2))
199
128
 
200
129
  ## [10.19.1](https://github.com/instructure/instructure-ui/compare/v10.19.0...v10.19.1) (2025-06-05)
201
130
 
202
-
203
131
  ### Bug Fixes
204
132
 
205
- * **ui-utils,ui-select:** make screenreader annouce disabled Select as dimmed in Chrome ([c547c31](https://github.com/instructure/instructure-ui/commit/c547c31b65fd15ebde0f588bbd364d12d1b46615))
206
-
207
-
208
-
209
-
133
+ - **ui-utils,ui-select:** make screenreader annouce disabled Select as dimmed in Chrome ([c547c31](https://github.com/instructure/instructure-ui/commit/c547c31b65fd15ebde0f588bbd364d12d1b46615))
210
134
 
211
135
  # [10.19.0](https://github.com/instructure/instructure-ui/compare/v10.18.1...v10.19.0) (2025-06-03)
212
136
 
213
-
214
137
  ### Bug Fixes
215
138
 
216
- * **many:** fix "not a valid selector" exception when an option ID contains quotes ([78e0b96](https://github.com/instructure/instructure-ui/commit/78e0b96edf29f3d476ba30b03134f1726bbdd0f4))
217
-
218
-
219
-
220
-
139
+ - **many:** fix "not a valid selector" exception when an option ID contains quotes ([78e0b96](https://github.com/instructure/instructure-ui/commit/78e0b96edf29f3d476ba30b03134f1726bbdd0f4))
221
140
 
222
141
  ## [10.18.1](https://github.com/instructure/instructure-ui/compare/v10.18.0...v10.18.1) (2025-05-29)
223
142
 
224
143
  **Note:** Version bump only for package @instructure/ui-select
225
144
 
226
-
227
-
228
-
229
-
230
145
  # [10.18.0](https://github.com/instructure/instructure-ui/compare/v10.17.0...v10.18.0) (2025-05-26)
231
146
 
232
147
  **Note:** Version bump only for package @instructure/ui-select
233
148
 
234
-
235
-
236
-
237
-
238
149
  # [10.17.0](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.17.0) (2025-05-20)
239
150
 
240
151
  **Note:** Version bump only for package @instructure/ui-select
241
152
 
242
-
243
-
244
-
245
-
246
153
  ## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
247
154
 
248
155
  **Note:** Version bump only for package @instructure/ui-select
249
156
 
250
-
251
-
252
-
253
-
254
157
  ## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
255
158
 
256
-
257
159
  ### Bug Fixes
258
160
 
259
- * **ui-time-select,ui-simple-select,ui-select:** make Select accessible for iOS VoiceOver ([b501a7b](https://github.com/instructure/instructure-ui/commit/b501a7b38bfa491298085a173a49a1baa0a19b29))
260
-
261
-
262
-
263
-
161
+ - **ui-time-select,ui-simple-select,ui-select:** make Select accessible for iOS VoiceOver ([b501a7b](https://github.com/instructure/instructure-ui/commit/b501a7b38bfa491298085a173a49a1baa0a19b29))
264
162
 
265
163
  ## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
266
164
 
267
165
  **Note:** Version bump only for package @instructure/ui-select
268
166
 
269
-
270
-
271
-
272
-
273
167
  ## [10.16.1](https://github.com/instructure/instructure-ui/compare/v10.16.0...v10.16.1) (2025-04-22)
274
168
 
275
-
276
169
  ### Bug Fixes
277
170
 
278
- * **ui-select,ui-form-field:** fix iOS VoiceOver with Select and SimpleSelect announcing 'readonly' and 'textinput' ([d4378e7](https://github.com/instructure/instructure-ui/commit/d4378e757b2a07c86aa89fe84c063c0406741c10))
279
-
280
-
281
-
282
-
171
+ - **ui-select,ui-form-field:** fix iOS VoiceOver with Select and SimpleSelect announcing 'readonly' and 'textinput' ([d4378e7](https://github.com/instructure/instructure-ui/commit/d4378e757b2a07c86aa89fe84c063c0406741c10))
283
172
 
284
173
  # [10.16.0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.16.0) (2025-04-11)
285
174
 
286
175
  **Note:** Version bump only for package @instructure/ui-select
287
176
 
288
-
289
-
290
-
291
-
292
177
  ## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
293
178
 
294
179
  **Note:** Version bump only for package @instructure/ui-select
295
180
 
296
-
297
-
298
-
299
-
300
181
  ## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
301
182
 
302
183
  **Note:** Version bump only for package @instructure/ui-select
303
184
 
304
-
305
-
306
-
307
-
308
185
  # [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
309
186
 
310
187
  **Note:** Version bump only for package @instructure/ui-select
311
188
 
312
-
313
-
314
-
315
-
316
189
  # [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
317
190
 
318
191
  **Note:** Version bump only for package @instructure/ui-select
319
192
 
320
-
321
-
322
-
323
-
324
193
  # [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
325
194
 
326
-
327
195
  ### Bug Fixes
328
196
 
329
- * **many:** fix form label not read by NVDA in hover mode and other layout issues ([ef77281](https://github.com/instructure/instructure-ui/commit/ef77281890511e8eea794196445d3ef2454537ba))
330
-
331
-
332
-
333
-
197
+ - **many:** fix form label not read by NVDA in hover mode and other layout issues ([ef77281](https://github.com/instructure/instructure-ui/commit/ef77281890511e8eea794196445d3ef2454537ba))
334
198
 
335
199
  # [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
336
200
 
337
-
338
201
  ### Bug Fixes
339
202
 
340
- * **ui-select:** fix select's dropdown border radius ([7427773](https://github.com/instructure/instructure-ui/commit/74277738698fd9014a6cd5e4043f717914bc863d))
341
-
203
+ - **ui-select:** fix select's dropdown border radius ([7427773](https://github.com/instructure/instructure-ui/commit/74277738698fd9014a6cd5e4043f717914bc863d))
342
204
 
343
205
  ### Features
344
206
 
345
- * **ui-popover, ui-select:** allow overriding Select's dropdown border ([90d59d3](https://github.com/instructure/instructure-ui/commit/90d59d3c3689c3a1500c37db363fa43c1b8403d7))
346
- * **ui-select,ui-simple-select:** add support for rendering selected option's before and after content in Select and SimpleSelect input ([87dc52d](https://github.com/instructure/instructure-ui/commit/87dc52dcd2a23acfe50856c05b8ff28c1046f85a))
347
-
348
-
349
-
350
-
207
+ - **ui-popover, ui-select:** allow overriding Select's dropdown border ([90d59d3](https://github.com/instructure/instructure-ui/commit/90d59d3c3689c3a1500c37db363fa43c1b8403d7))
208
+ - **ui-select,ui-simple-select:** add support for rendering selected option's before and after content in Select and SimpleSelect input ([87dc52d](https://github.com/instructure/instructure-ui/commit/87dc52dcd2a23acfe50856c05b8ff28c1046f85a))
351
209
 
352
210
  # [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
353
211
 
354
212
  **Note:** Version bump only for package @instructure/ui-select
355
213
 
356
-
357
-
358
-
359
-
360
214
  # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
361
215
 
362
216
  **Note:** Version bump only for package @instructure/ui-select
363
217
 
364
-
365
-
366
-
367
-
368
218
  # [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
369
219
 
370
-
371
220
  ### Features
372
221
 
373
- * **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
374
- * **shared-types,ui-options,ui-select:** allow to change font weight of selected option item in Select ([6818928](https://github.com/instructure/instructure-ui/commit/6818928536ad0145516c8d7d25eb8079c84089b6))
375
-
376
-
377
-
378
-
222
+ - **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
223
+ - **shared-types,ui-options,ui-select:** allow to change font weight of selected option item in Select ([6818928](https://github.com/instructure/instructure-ui/commit/6818928536ad0145516c8d7d25eb8079c84089b6))
379
224
 
380
225
  # [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
381
226
 
382
-
383
227
  ### Bug Fixes
384
228
 
385
- * **ui-select,ui-text-input:** fix long before elements overflowing in TextInput, Select, SimpleSelect ([ee9cafd](https://github.com/instructure/instructure-ui/commit/ee9cafdd027b9a1caaa0791d1b6dc4f8401c87e7))
386
-
387
-
388
-
389
-
229
+ - **ui-select,ui-text-input:** fix long before elements overflowing in TextInput, Select, SimpleSelect ([ee9cafd](https://github.com/instructure/instructure-ui/commit/ee9cafdd027b9a1caaa0791d1b6dc4f8401c87e7))
390
230
 
391
231
  # [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
392
232
 
393
233
  **Note:** Version bump only for package @instructure/ui-select
394
234
 
395
-
396
-
397
-
398
-
399
235
  ## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
400
236
 
401
237
  **Note:** Version bump only for package @instructure/ui-select
402
238
 
403
-
404
-
405
-
406
-
407
239
  # [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
408
240
 
409
-
410
241
  ### Bug Fixes
411
242
 
412
- * **many:** fix regression where form elements without label got misaligned ([139f7f1](https://github.com/instructure/instructure-ui/commit/139f7f130cd7e8372af869a13cfd50cd6a97fd85))
413
-
414
-
415
-
416
-
243
+ - **many:** fix regression where form elements without label got misaligned ([139f7f1](https://github.com/instructure/instructure-ui/commit/139f7f130cd7e8372af869a13cfd50cd6a97fd85))
417
244
 
418
245
  # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
419
246
 
420
-
421
247
  ### Features
422
248
 
423
- * **many:** add new form field error msg style + add asterisk for required fields ([9b03683](https://github.com/instructure/instructure-ui/commit/9b03683dadeef4c5deae2c60bea10686f143ff5d))
424
-
425
-
426
-
427
-
249
+ - **many:** add new form field error msg style + add asterisk for required fields ([9b03683](https://github.com/instructure/instructure-ui/commit/9b03683dadeef4c5deae2c60bea10686f143ff5d))
428
250
 
429
251
  ## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
430
252
 
431
-
432
253
  ### Bug Fixes
433
254
 
434
- * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
435
-
436
-
437
-
438
-
255
+ - update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
439
256
 
440
257
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
441
258
 
442
259
  **Note:** Version bump only for package @instructure/ui-select
443
260
 
444
-
445
-
446
-
447
-
448
261
  # [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
449
262
 
450
263
  **Note:** Version bump only for package @instructure/ui-select
451
264
 
452
-
453
-
454
-
455
-
456
265
  ## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
457
266
 
458
267
  **Note:** Version bump only for package @instructure/ui-select
459
268
 
460
-
461
-
462
-
463
-
464
269
  ## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
465
270
 
466
271
  **Note:** Version bump only for package @instructure/ui-select
467
272
 
468
-
469
-
470
-
471
-
472
273
  # [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
473
274
 
474
275
  **Note:** Version bump only for package @instructure/ui-select
475
276
 
476
-
477
-
478
-
479
-
480
277
  # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
481
278
 
482
279
  **Note:** Version bump only for package @instructure/ui-select
483
280
 
484
-
485
-
486
-
487
-
488
281
  # [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
489
282
 
490
-
491
283
  ### Features
492
284
 
493
- * **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
494
-
285
+ - **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
495
286
 
496
287
  ### BREAKING CHANGES
497
288
 
498
- * **many:** Breaks color overrides in certain cases
499
-
500
-
501
-
502
-
289
+ - **many:** Breaks color overrides in certain cases
503
290
 
504
291
  ## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
505
292
 
506
293
  **Note:** Version bump only for package @instructure/ui-select
507
294
 
508
-
509
-
510
-
511
-
512
295
  # [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
513
296
 
514
297
  **Note:** Version bump only for package @instructure/ui-select
515
298
 
516
-
517
-
518
-
519
-
520
299
  # [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
521
300
 
522
301
  **Note:** Version bump only for package @instructure/ui-select
523
302
 
524
-
525
-
526
-
527
-
528
303
  # [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
529
304
 
530
305
  **Note:** Version bump only for package @instructure/ui-select
531
306
 
532
-
533
-
534
-
535
-
536
307
  # [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
537
308
 
538
309
  **Note:** Version bump only for package @instructure/ui-select
539
310
 
540
-
541
-
542
-
543
-
544
311
  # [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
545
312
 
546
-
547
313
  ### Features
548
314
 
549
- * **shared-types,ui-calendar,ui-select:** add yearpicker functionality to calendar ([2c0c6e0](https://github.com/instructure/instructure-ui/commit/2c0c6e081d96fc821c1296df5c4f1fba9a8c162c))
550
-
551
-
552
-
553
-
315
+ - **shared-types,ui-calendar,ui-select:** add yearpicker functionality to calendar ([2c0c6e0](https://github.com/instructure/instructure-ui/commit/2c0c6e081d96fc821c1296df5c4f1fba9a8c162c))
554
316
 
555
317
  ## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
556
318
 
557
319
  **Note:** Version bump only for package @instructure/ui-select
558
320
 
559
-
560
-
561
-
562
-
563
321
  # [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
564
322
 
565
323
  **Note:** Version bump only for package @instructure/ui-select
566
324
 
567
-
568
-
569
-
570
-
571
325
  # [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
572
326
 
573
327
  **Note:** Version bump only for package @instructure/ui-select
574
328
 
575
-
576
-
577
-
578
-
579
329
  ## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
580
330
 
581
331
  **Note:** Version bump only for package @instructure/ui-select
582
332
 
583
-
584
-
585
-
586
-
587
333
  # [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
588
334
 
589
335
  **Note:** Version bump only for package @instructure/ui-select
590
336
 
591
-
592
-
593
-
594
-
595
337
  # [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
596
338
 
597
-
598
339
  ### Features
599
340
 
600
- * **ui-select:** expose prop to control auto-scrolling in select component ([7cd4c22](https://github.com/instructure/instructure-ui/commit/7cd4c22c83bff1a55481e359199865b176dd26df))
601
-
602
-
603
-
604
-
341
+ - **ui-select:** expose prop to control auto-scrolling in select component ([7cd4c22](https://github.com/instructure/instructure-ui/commit/7cd4c22c83bff1a55481e359199865b176dd26df))
605
342
 
606
343
  ## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
607
344
 
608
345
  **Note:** Version bump only for package @instructure/ui-select
609
346
 
610
-
611
-
612
-
613
-
614
347
  ## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
615
348
 
616
349
  **Note:** Version bump only for package @instructure/ui-select
617
350
 
618
-
619
-
620
-
621
-
622
351
  # [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
623
352
 
624
353
  **Note:** Version bump only for package @instructure/ui-select