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