@instructure/ui-simple-select 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.
Files changed (47) hide show
  1. package/CHANGELOG.md +37 -297
  2. package/es/SimpleSelect/{index.js → v1/index.js} +1 -1
  3. package/es/{index.js → exports/a.js} +3 -3
  4. package/lib/SimpleSelect/{index.js → v1/index.js} +5 -5
  5. package/lib/{index.js → exports/a.js} +4 -4
  6. package/package.json +40 -18
  7. package/src/SimpleSelect/{index.tsx → v1/index.tsx} +2 -2
  8. package/src/SimpleSelect/{props.ts → v1/props.ts} +2 -2
  9. package/src/{index.ts → exports/a.ts} +6 -6
  10. package/tsconfig.build.tsbuildinfo +1 -1
  11. package/types/SimpleSelect/v1/Group/index.d.ts.map +1 -0
  12. package/types/SimpleSelect/v1/Group/props.d.ts.map +1 -0
  13. package/types/SimpleSelect/v1/Option/index.d.ts.map +1 -0
  14. package/types/SimpleSelect/v1/Option/props.d.ts.map +1 -0
  15. package/types/SimpleSelect/{index.d.ts → v1/index.d.ts} +3 -3
  16. package/types/SimpleSelect/v1/index.d.ts.map +1 -0
  17. package/types/SimpleSelect/{props.d.ts → v1/props.d.ts} +2 -2
  18. package/types/SimpleSelect/v1/props.d.ts.map +1 -0
  19. package/types/exports/a.d.ts +7 -0
  20. package/types/exports/a.d.ts.map +1 -0
  21. package/types/SimpleSelect/Group/index.d.ts.map +0 -1
  22. package/types/SimpleSelect/Group/props.d.ts.map +0 -1
  23. package/types/SimpleSelect/Option/index.d.ts.map +0 -1
  24. package/types/SimpleSelect/Option/props.d.ts.map +0 -1
  25. package/types/SimpleSelect/index.d.ts.map +0 -1
  26. package/types/SimpleSelect/props.d.ts.map +0 -1
  27. package/types/index.d.ts +0 -7
  28. package/types/index.d.ts.map +0 -1
  29. /package/es/SimpleSelect/{Group → v1/Group}/index.js +0 -0
  30. /package/es/SimpleSelect/{Group → v1/Group}/props.js +0 -0
  31. /package/es/SimpleSelect/{Option → v1/Option}/index.js +0 -0
  32. /package/es/SimpleSelect/{Option → v1/Option}/props.js +0 -0
  33. /package/es/SimpleSelect/{props.js → v1/props.js} +0 -0
  34. /package/lib/SimpleSelect/{Group → v1/Group}/index.js +0 -0
  35. /package/lib/SimpleSelect/{Group → v1/Group}/props.js +0 -0
  36. /package/lib/SimpleSelect/{Option → v1/Option}/index.js +0 -0
  37. /package/lib/SimpleSelect/{Option → v1/Option}/props.js +0 -0
  38. /package/lib/SimpleSelect/{props.js → v1/props.js} +0 -0
  39. /package/src/SimpleSelect/{Group → v1/Group}/index.tsx +0 -0
  40. /package/src/SimpleSelect/{Group → v1/Group}/props.ts +0 -0
  41. /package/src/SimpleSelect/{Option → v1/Option}/index.tsx +0 -0
  42. /package/src/SimpleSelect/{Option → v1/Option}/props.ts +0 -0
  43. /package/src/SimpleSelect/{README.md → v1/README.md} +0 -0
  44. /package/types/SimpleSelect/{Group → v1/Group}/index.d.ts +0 -0
  45. /package/types/SimpleSelect/{Group → v1/Group}/props.d.ts +0 -0
  46. /package/types/SimpleSelect/{Option → v1/Option}/index.d.ts +0 -0
  47. /package/types/SimpleSelect/{Option → v1/Option}/props.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -3,584 +3,324 @@
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
- **Note:** Version bump only for package @instructure/ui-simple-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
 
13
14
 
14
- # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
15
15
 
16
- **Note:** Version bump only for package @instructure/ui-simple-select
17
16
 
17
+ # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
18
18
 
19
+ **Note:** Version bump only for package @instructure/ui-simple-select
19
20
 
21
+ # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
20
22
 
23
+ **Note:** Version bump only for package @instructure/ui-simple-select
21
24
 
22
25
  # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
23
26
 
24
27
  **Note:** Version bump only for package @instructure/ui-simple-select
25
28
 
26
-
27
-
28
-
29
-
30
29
  # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
31
30
 
32
31
  **Note:** Version bump only for package @instructure/ui-simple-select
33
32
 
34
-
35
-
36
-
37
-
38
33
  # [11.2.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.2.0) (2025-11-06)
39
34
 
40
-
41
35
  ### Features
42
36
 
43
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
44
-
45
-
46
-
47
-
37
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
48
38
 
49
39
  # [11.1.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.1.0) (2025-11-05)
50
40
 
51
-
52
41
  ### Features
53
42
 
54
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
55
-
56
-
57
-
58
-
43
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
59
44
 
60
45
  ## [11.0.1](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1) (2025-10-13)
61
46
 
62
47
  **Note:** Version bump only for package @instructure/ui-simple-select
63
48
 
64
-
65
-
66
-
67
-
68
49
  # [11.0.0](https://github.com/instructure/instructure-ui/compare/v10.26.0...v11.0.0) (2025-10-06)
69
50
 
70
-
71
51
  ### Features
72
52
 
73
- * **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
74
-
53
+ - **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
75
54
 
76
55
  ### BREAKING CHANGES
77
56
 
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
57
+ - **many:** InstUI v11 contains the following breaking changes:
58
+
59
+ * React 16 and 17 are no longer supported
60
+ * remove `PropTypes` from all packages
61
+ * remove `CodeEditor` component
62
+ * remove `@instui/theme-registry` package
63
+ * remove `@testable`, `@experimental`, `@hack` decorators
64
+ * InstUISettingsProvider's `as` prop is removed
65
+ * `canvas.use()`, `canvasHighContrast.use()` functions are removed
66
+ * `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
67
+ * `variables` field on theme objects are removed
68
+ * remove deprecated props from Table: Row's `isStacked`, Body's
89
69
  `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
-
70
+ * `Table`'s `caption` prop is now required
71
+ * `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
96
72
 
97
73
  # [10.26.0](https://github.com/instructure/instructure-ui/compare/v10.25.0...v10.26.0) (2025-10-01)
98
74
 
99
75
  **Note:** Version bump only for package @instructure/ui-simple-select
100
76
 
101
-
102
-
103
-
104
-
105
77
  # [10.25.0](https://github.com/instructure/instructure-ui/compare/v10.24.2...v10.25.0) (2025-09-09)
106
78
 
107
79
  **Note:** Version bump only for package @instructure/ui-simple-select
108
80
 
109
-
110
-
111
-
112
-
113
81
  ## [10.24.2](https://github.com/instructure/instructure-ui/compare/v10.24.1...v10.24.2) (2025-08-11)
114
82
 
115
83
  **Note:** Version bump only for package @instructure/ui-simple-select
116
84
 
117
-
118
-
119
-
120
-
121
85
  ## [10.24.1](https://github.com/instructure/instructure-ui/compare/v10.24.0...v10.24.1) (2025-07-30)
122
86
 
123
87
  **Note:** Version bump only for package @instructure/ui-simple-select
124
88
 
125
-
126
-
127
-
128
-
129
89
  # [10.24.0](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.24.0) (2025-07-18)
130
90
 
131
91
  **Note:** Version bump only for package @instructure/ui-simple-select
132
92
 
133
-
134
-
135
-
136
-
137
93
  # [10.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
138
94
 
139
95
  **Note:** Version bump only for package @instructure/ui-simple-select
140
96
 
141
-
142
-
143
-
144
-
145
97
  # [10.22.0](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.22.0) (2025-07-04)
146
98
 
147
99
  **Note:** Version bump only for package @instructure/ui-simple-select
148
100
 
149
-
150
-
151
-
152
-
153
101
  # [10.21.0](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.21.0) (2025-06-27)
154
102
 
155
-
156
103
  ### Features
157
104
 
158
- * **ui-simple-select,ui-select:** add layout prop to Select and SimpleSelect ([94f0a6f](https://github.com/instructure/instructure-ui/commit/94f0a6f99f9e813fe44e6c3111fdb4e5f3708b76))
159
-
160
-
161
-
162
-
105
+ - **ui-simple-select,ui-select:** add layout prop to Select and SimpleSelect ([94f0a6f](https://github.com/instructure/instructure-ui/commit/94f0a6f99f9e813fe44e6c3111fdb4e5f3708b76))
163
106
 
164
107
  ## [10.20.1](https://github.com/instructure/instructure-ui/compare/v10.20.0...v10.20.1) (2025-06-17)
165
108
 
166
109
  **Note:** Version bump only for package @instructure/ui-simple-select
167
110
 
168
-
169
-
170
-
171
-
172
111
  # [10.20.0](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.20.0) (2025-06-13)
173
112
 
174
-
175
113
  ### Bug Fixes
176
114
 
177
- * **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
178
- * **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))
179
-
180
-
181
-
182
-
115
+ - **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
116
+ - **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))
183
117
 
184
118
  ## [10.19.1](https://github.com/instructure/instructure-ui/compare/v10.19.0...v10.19.1) (2025-06-05)
185
119
 
186
120
  **Note:** Version bump only for package @instructure/ui-simple-select
187
121
 
188
-
189
-
190
-
191
-
192
122
  # [10.19.0](https://github.com/instructure/instructure-ui/compare/v10.18.1...v10.19.0) (2025-06-03)
193
123
 
194
124
  **Note:** Version bump only for package @instructure/ui-simple-select
195
125
 
196
-
197
-
198
-
199
-
200
126
  ## [10.18.1](https://github.com/instructure/instructure-ui/compare/v10.18.0...v10.18.1) (2025-05-29)
201
127
 
202
128
  **Note:** Version bump only for package @instructure/ui-simple-select
203
129
 
204
-
205
-
206
-
207
-
208
130
  # [10.18.0](https://github.com/instructure/instructure-ui/compare/v10.17.0...v10.18.0) (2025-05-26)
209
131
 
210
132
  **Note:** Version bump only for package @instructure/ui-simple-select
211
133
 
212
-
213
-
214
-
215
-
216
134
  # [10.17.0](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.17.0) (2025-05-20)
217
135
 
218
136
  **Note:** Version bump only for package @instructure/ui-simple-select
219
137
 
220
-
221
-
222
-
223
-
224
138
  ## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
225
139
 
226
140
  **Note:** Version bump only for package @instructure/ui-simple-select
227
141
 
228
-
229
-
230
-
231
-
232
142
  ## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
233
143
 
234
-
235
144
  ### Bug Fixes
236
145
 
237
- * **ui-time-select,ui-simple-select,ui-select:** make Select accessible for iOS VoiceOver ([b501a7b](https://github.com/instructure/instructure-ui/commit/b501a7b38bfa491298085a173a49a1baa0a19b29))
238
-
239
-
240
-
241
-
146
+ - **ui-time-select,ui-simple-select,ui-select:** make Select accessible for iOS VoiceOver ([b501a7b](https://github.com/instructure/instructure-ui/commit/b501a7b38bfa491298085a173a49a1baa0a19b29))
242
147
 
243
148
  ## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
244
149
 
245
150
  **Note:** Version bump only for package @instructure/ui-simple-select
246
151
 
247
-
248
-
249
-
250
-
251
152
  ## [10.16.1](https://github.com/instructure/instructure-ui/compare/v10.16.0...v10.16.1) (2025-04-22)
252
153
 
253
154
  **Note:** Version bump only for package @instructure/ui-simple-select
254
155
 
255
-
256
-
257
-
258
-
259
156
  # [10.16.0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.16.0) (2025-04-11)
260
157
 
261
158
  **Note:** Version bump only for package @instructure/ui-simple-select
262
159
 
263
-
264
-
265
-
266
-
267
160
  ## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
268
161
 
269
162
  **Note:** Version bump only for package @instructure/ui-simple-select
270
163
 
271
-
272
-
273
-
274
-
275
164
  ## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
276
165
 
277
166
  **Note:** Version bump only for package @instructure/ui-simple-select
278
167
 
279
-
280
-
281
-
282
-
283
168
  # [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
284
169
 
285
170
  **Note:** Version bump only for package @instructure/ui-simple-select
286
171
 
287
-
288
-
289
-
290
-
291
172
  # [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
292
173
 
293
174
  **Note:** Version bump only for package @instructure/ui-simple-select
294
175
 
295
-
296
-
297
-
298
-
299
176
  # [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
300
177
 
301
178
  **Note:** Version bump only for package @instructure/ui-simple-select
302
179
 
303
-
304
-
305
-
306
-
307
180
  # [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
308
181
 
309
-
310
182
  ### Features
311
183
 
312
- * **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))
313
-
314
-
315
-
316
-
184
+ - **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))
317
185
 
318
186
  # [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
319
187
 
320
188
  **Note:** Version bump only for package @instructure/ui-simple-select
321
189
 
322
-
323
-
324
-
325
-
326
190
  # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
327
191
 
328
-
329
192
  ### Bug Fixes
330
193
 
331
- * **ui-simple-select:** fix selection getting lost after options have changed ([4e07f9a](https://github.com/instructure/instructure-ui/commit/4e07f9a5b8c7823dfcbf40273e28a448cfae59fb))
332
-
333
-
334
-
335
-
194
+ - **ui-simple-select:** fix selection getting lost after options have changed ([4e07f9a](https://github.com/instructure/instructure-ui/commit/4e07f9a5b8c7823dfcbf40273e28a448cfae59fb))
336
195
 
337
196
  # [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
338
197
 
339
-
340
198
  ### Features
341
199
 
342
- * **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
343
-
344
-
345
-
346
-
200
+ - **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
347
201
 
348
202
  # [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
349
203
 
350
204
  **Note:** Version bump only for package @instructure/ui-simple-select
351
205
 
352
-
353
-
354
-
355
-
356
206
  # [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
357
207
 
358
208
  **Note:** Version bump only for package @instructure/ui-simple-select
359
209
 
360
-
361
-
362
-
363
-
364
210
  ## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
365
211
 
366
212
  **Note:** Version bump only for package @instructure/ui-simple-select
367
213
 
368
-
369
-
370
-
371
-
372
214
  # [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
373
215
 
374
-
375
216
  ### Bug Fixes
376
217
 
377
- * **many:** fix regression where form elements without label got misaligned ([139f7f1](https://github.com/instructure/instructure-ui/commit/139f7f130cd7e8372af869a13cfd50cd6a97fd85))
378
-
379
-
380
-
381
-
218
+ - **many:** fix regression where form elements without label got misaligned ([139f7f1](https://github.com/instructure/instructure-ui/commit/139f7f130cd7e8372af869a13cfd50cd6a97fd85))
382
219
 
383
220
  # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
384
221
 
385
-
386
222
  ### Features
387
223
 
388
- * **many:** add new form field error msg style + add asterisk for required fields ([9b03683](https://github.com/instructure/instructure-ui/commit/9b03683dadeef4c5deae2c60bea10686f143ff5d))
389
-
390
-
391
-
392
-
224
+ - **many:** add new form field error msg style + add asterisk for required fields ([9b03683](https://github.com/instructure/instructure-ui/commit/9b03683dadeef4c5deae2c60bea10686f143ff5d))
393
225
 
394
226
  ## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
395
227
 
396
-
397
228
  ### Bug Fixes
398
229
 
399
- * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
400
-
401
-
402
-
403
-
230
+ - update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
404
231
 
405
232
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
406
233
 
407
234
  **Note:** Version bump only for package @instructure/ui-simple-select
408
235
 
409
-
410
-
411
-
412
-
413
236
  # [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
414
237
 
415
-
416
238
  ### Bug Fixes
417
239
 
418
- * **ui-simple-select:** ensure input value updates correctly when options change ([4dc7cb2](https://github.com/instructure/instructure-ui/commit/4dc7cb2cfde69d28baaaced32a5e63aea9a48ee1))
419
-
420
-
421
-
422
-
240
+ - **ui-simple-select:** ensure input value updates correctly when options change ([4dc7cb2](https://github.com/instructure/instructure-ui/commit/4dc7cb2cfde69d28baaaced32a5e63aea9a48ee1))
423
241
 
424
242
  ## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
425
243
 
426
244
  **Note:** Version bump only for package @instructure/ui-simple-select
427
245
 
428
-
429
-
430
-
431
-
432
246
  ## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
433
247
 
434
248
  **Note:** Version bump only for package @instructure/ui-simple-select
435
249
 
436
-
437
-
438
-
439
-
440
250
  # [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
441
251
 
442
252
  **Note:** Version bump only for package @instructure/ui-simple-select
443
253
 
444
-
445
-
446
-
447
-
448
254
  # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
449
255
 
450
256
  **Note:** Version bump only for package @instructure/ui-simple-select
451
257
 
452
-
453
-
454
-
455
-
456
258
  # [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
457
259
 
458
-
459
260
  ### Features
460
261
 
461
- * **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
462
-
262
+ - **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
463
263
 
464
264
  ### BREAKING CHANGES
465
265
 
466
- * **many:** Breaks color overrides in certain cases
467
-
468
-
469
-
470
-
266
+ - **many:** Breaks color overrides in certain cases
471
267
 
472
268
  ## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
473
269
 
474
270
  **Note:** Version bump only for package @instructure/ui-simple-select
475
271
 
476
-
477
-
478
-
479
-
480
272
  # [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
481
273
 
482
274
  **Note:** Version bump only for package @instructure/ui-simple-select
483
275
 
484
-
485
-
486
-
487
-
488
276
  # [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
489
277
 
490
278
  **Note:** Version bump only for package @instructure/ui-simple-select
491
279
 
492
-
493
-
494
-
495
-
496
280
  # [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
497
281
 
498
282
  **Note:** Version bump only for package @instructure/ui-simple-select
499
283
 
500
-
501
-
502
-
503
-
504
284
  # [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
505
285
 
506
286
  **Note:** Version bump only for package @instructure/ui-simple-select
507
287
 
508
-
509
-
510
-
511
-
512
288
  # [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
513
289
 
514
290
  **Note:** Version bump only for package @instructure/ui-simple-select
515
291
 
516
-
517
-
518
-
519
-
520
292
  ## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
521
293
 
522
294
  **Note:** Version bump only for package @instructure/ui-simple-select
523
295
 
524
-
525
-
526
-
527
-
528
296
  # [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
529
297
 
530
298
  **Note:** Version bump only for package @instructure/ui-simple-select
531
299
 
532
-
533
-
534
-
535
-
536
300
  # [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
537
301
 
538
302
  **Note:** Version bump only for package @instructure/ui-simple-select
539
303
 
540
-
541
-
542
-
543
-
544
304
  ## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
545
305
 
546
306
  **Note:** Version bump only for package @instructure/ui-simple-select
547
307
 
548
-
549
-
550
-
551
-
552
308
  # [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
553
309
 
554
310
  **Note:** Version bump only for package @instructure/ui-simple-select
555
311
 
556
-
557
-
558
-
559
-
560
312
  # [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
561
313
 
562
314
  **Note:** Version bump only for package @instructure/ui-simple-select
563
315
 
564
-
565
-
566
-
567
-
568
316
  ## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
569
317
 
570
318
  **Note:** Version bump only for package @instructure/ui-simple-select
571
319
 
572
-
573
-
574
-
575
-
576
320
  ## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
577
321
 
578
322
  **Note:** Version bump only for package @instructure/ui-simple-select
579
323
 
580
-
581
-
582
-
583
-
584
324
  # [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
585
325
 
586
326
  **Note:** Version bump only for package @instructure/ui-simple-select
@@ -30,7 +30,7 @@ var _dec, _class, _SimpleSelect;
30
30
  import { isValidElement, Component, Children } from 'react';
31
31
  import * as utils from '@instructure/ui-utils';
32
32
  import { matchComponentTypes, passthroughProps, callRenderProp, getInteraction, withDeterministicId } from '@instructure/ui-react-utils';
33
- import { Select } from '@instructure/ui-select';
33
+ import { Select } from '@instructure/ui-select/v11_6';
34
34
  import { Option } from "./Option/index.js";
35
35
  import { Group } from "./Group/index.js";
36
36
  import { allowedProps } from "./props.js";
@@ -21,6 +21,6 @@
21
21
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
22
  * SOFTWARE.
23
23
  */
24
- export { SimpleSelect } from "./SimpleSelect/index.js";
25
- export { Group as SimpleSelectGroup } from "./SimpleSelect/Group/index.js";
26
- export { Option as SimpleSelectOption } from "./SimpleSelect/Option/index.js";
24
+ export { SimpleSelect } from "../SimpleSelect/v1/index.js";
25
+ export { Group as SimpleSelectGroup } from "../SimpleSelect/v1/Group/index.js";
26
+ export { Option as SimpleSelectOption } from "../SimpleSelect/v1/Option/index.js";
@@ -14,7 +14,7 @@ var _passthroughProps = require("@instructure/ui-react-utils/lib/passthroughProp
14
14
  var _callRenderProp = require("@instructure/ui-react-utils/lib/callRenderProp.js");
15
15
  var _getInteraction = require("@instructure/ui-react-utils/lib/getInteraction.js");
16
16
  var _withDeterministicId = require("@instructure/ui-react-utils/lib/DeterministicIdContext/withDeterministicId.js");
17
- var _Select = require("@instructure/ui-select/lib/Select");
17
+ var _v11_ = require("@instructure/ui-select/v11_6");
18
18
  var _Option = require("./Option");
19
19
  var _Group = require("./Group");
20
20
  var _props = require("./props");
@@ -316,7 +316,7 @@ let SimpleSelect = exports.SimpleSelect = (_dec = (0, _withDeterministicId.withD
316
316
  return children;
317
317
  }
318
318
  renderEmptyOption() {
319
- return (0, _jsxRuntime.jsx)(_Select.Select.Option, {
319
+ return (0, _jsxRuntime.jsx)(_v11_.Select.Option, {
320
320
  id: this._emptyOptionId,
321
321
  isHighlighted: false,
322
322
  isSelected: false,
@@ -348,7 +348,7 @@ let SimpleSelect = exports.SimpleSelect = (_dec = (0, _withDeterministicId.withD
348
348
  }
349
349
  return renderLabel;
350
350
  };
351
- return (0, _jsxRuntime.jsx)(_Select.Select.Option, {
351
+ return (0, _jsxRuntime.jsx)(_v11_.Select.Option, {
352
352
  id: id,
353
353
  value: value,
354
354
  isHighlighted: isHighlighted,
@@ -366,7 +366,7 @@ let SimpleSelect = exports.SimpleSelect = (_dec = (0, _withDeterministicId.withD
366
366
  renderLabel = _group$props.renderLabel,
367
367
  children = _group$props.children,
368
368
  rest = (0, _objectWithoutProperties2.default)(_group$props, _excluded2);
369
- return (0, _jsxRuntime.jsx)(_Select.Select.Group, {
369
+ return (0, _jsxRuntime.jsx)(_v11_.Select.Group, {
370
370
  renderLabel: renderLabel,
371
371
  ...(0, _passthroughProps.passthroughProps)(rest),
372
372
  children: _react.Children.map(children, child => this.renderOption(child))
@@ -404,7 +404,7 @@ let SimpleSelect = exports.SimpleSelect = (_dec = (0, _withDeterministicId.withD
404
404
  children = _this$props.children,
405
405
  layout = _this$props.layout,
406
406
  rest = (0, _objectWithoutProperties2.default)(_this$props, _excluded3);
407
- return (0, _jsxRuntime.jsx)(_Select.Select, {
407
+ return (0, _jsxRuntime.jsx)(_v11_.Select, {
408
408
  renderLabel: renderLabel,
409
409
  inputValue: this.state.inputValue,
410
410
  isShowingOptions: this.state.isShowingOptions,