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