@instructure/ui-options 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 +34 -300
- package/es/Options/{Item → v1/Item}/index.js +1 -1
- package/es/Options/{Separator → v1/Separator}/index.js +1 -1
- package/es/Options/{index.js → v1/index.js} +2 -2
- package/es/Options/v2/Item/index.js +127 -0
- package/es/Options/v2/Item/props.js +26 -0
- package/es/Options/v2/Item/styles.js +189 -0
- package/es/Options/v2/Item/theme.js +72 -0
- package/es/Options/v2/Separator/index.js +69 -0
- package/es/Options/v2/Separator/props.js +26 -0
- package/es/Options/v2/Separator/styles.js +46 -0
- package/es/Options/v2/Separator/theme.js +45 -0
- package/es/Options/v2/index.js +147 -0
- package/es/Options/v2/props.js +26 -0
- package/es/Options/v2/styles.js +57 -0
- package/es/Options/v2/theme.js +47 -0
- package/es/{index.js → exports/a.js} +6 -6
- package/es/exports/b.js +29 -0
- package/lib/Options/{Item → v1/Item}/index.js +1 -1
- package/lib/Options/{Separator → v1/Separator}/index.js +1 -1
- package/lib/Options/v1/index.js +153 -0
- package/lib/Options/v2/Item/index.js +132 -0
- package/lib/Options/v2/Item/props.js +31 -0
- package/lib/Options/v2/Item/styles.js +195 -0
- package/lib/Options/v2/Item/theme.js +78 -0
- package/lib/Options/v2/Separator/index.js +74 -0
- package/lib/Options/v2/Separator/props.js +31 -0
- package/lib/Options/v2/Separator/styles.js +52 -0
- package/lib/Options/v2/Separator/theme.js +51 -0
- package/lib/Options/{index.js → v2/index.js} +4 -5
- package/lib/Options/v2/props.js +31 -0
- package/lib/Options/v2/styles.js +63 -0
- package/lib/Options/v2/theme.js +53 -0
- package/lib/{index.js → exports/a.js} +7 -7
- package/lib/exports/b.js +47 -0
- package/package.json +40 -18
- package/src/Options/{Item → v1/Item}/index.tsx +1 -1
- package/src/Options/{Separator → v1/Separator}/index.tsx +1 -1
- package/src/Options/{index.tsx → v1/index.tsx} +2 -2
- package/src/Options/v2/Item/index.tsx +180 -0
- package/src/Options/v2/Item/props.ts +136 -0
- package/src/Options/v2/Item/styles.ts +205 -0
- package/src/Options/v2/Item/theme.ts +79 -0
- package/src/Options/v2/README.md +409 -0
- package/src/Options/v2/Separator/index.tsx +79 -0
- package/src/Options/v2/Separator/props.ts +52 -0
- package/src/Options/v2/Separator/styles.ts +52 -0
- package/src/Options/v2/Separator/theme.ts +48 -0
- package/src/Options/v2/index.tsx +188 -0
- package/src/Options/v2/props.ts +76 -0
- package/src/Options/v2/styles.ts +63 -0
- package/src/Options/v2/theme.ts +52 -0
- package/src/{index.ts → exports/a.ts} +9 -9
- package/src/exports/b.ts +38 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Options/v1/Item/index.d.ts.map +1 -0
- package/types/Options/v1/Item/props.d.ts.map +1 -0
- package/types/Options/v1/Item/styles.d.ts.map +1 -0
- package/types/Options/v1/Item/theme.d.ts.map +1 -0
- package/types/Options/v1/Separator/index.d.ts.map +1 -0
- package/types/Options/v1/Separator/props.d.ts.map +1 -0
- package/types/Options/v1/Separator/styles.d.ts.map +1 -0
- package/types/Options/v1/Separator/theme.d.ts.map +1 -0
- package/types/Options/v1/index.d.ts.map +1 -0
- package/types/Options/v1/props.d.ts.map +1 -0
- package/types/Options/v1/styles.d.ts.map +1 -0
- package/types/Options/v1/theme.d.ts.map +1 -0
- package/types/Options/v2/Item/index.d.ts +31 -0
- package/types/Options/v2/Item/index.d.ts.map +1 -0
- package/types/Options/v2/Item/props.d.ts +70 -0
- package/types/Options/v2/Item/props.d.ts.map +1 -0
- package/types/Options/v2/Item/styles.d.ts +15 -0
- package/types/Options/v2/Item/styles.d.ts.map +1 -0
- package/types/Options/v2/Item/theme.d.ts +11 -0
- package/types/Options/v2/Item/theme.d.ts.map +1 -0
- package/types/Options/v2/Separator/index.d.ts +22 -0
- package/types/Options/v2/Separator/index.d.ts.map +1 -0
- package/types/Options/v2/Separator/props.d.ts +17 -0
- package/types/Options/v2/Separator/props.d.ts.map +1 -0
- package/types/Options/v2/Separator/styles.d.ts +15 -0
- package/types/Options/v2/Separator/styles.d.ts.map +1 -0
- package/types/Options/v2/Separator/theme.d.ts +11 -0
- package/types/Options/v2/Separator/theme.d.ts.map +1 -0
- package/types/Options/v2/index.d.ts +43 -0
- package/types/Options/v2/index.d.ts.map +1 -0
- package/types/Options/v2/props.d.ts +32 -0
- package/types/Options/v2/props.d.ts.map +1 -0
- package/types/Options/v2/styles.d.ts +15 -0
- package/types/Options/v2/styles.d.ts.map +1 -0
- package/types/Options/v2/theme.d.ts +11 -0
- package/types/Options/v2/theme.d.ts.map +1 -0
- package/types/exports/a.d.ts +10 -0
- package/types/exports/a.d.ts.map +1 -0
- package/types/exports/b.d.ts +10 -0
- package/types/exports/b.d.ts.map +1 -0
- package/types/Options/Item/index.d.ts.map +0 -1
- package/types/Options/Item/props.d.ts.map +0 -1
- package/types/Options/Item/styles.d.ts.map +0 -1
- package/types/Options/Item/theme.d.ts.map +0 -1
- package/types/Options/Separator/index.d.ts.map +0 -1
- package/types/Options/Separator/props.d.ts.map +0 -1
- package/types/Options/Separator/styles.d.ts.map +0 -1
- package/types/Options/Separator/theme.d.ts.map +0 -1
- package/types/Options/index.d.ts.map +0 -1
- package/types/Options/props.d.ts.map +0 -1
- package/types/Options/styles.d.ts.map +0 -1
- package/types/Options/theme.d.ts.map +0 -1
- package/types/index.d.ts +0 -10
- package/types/index.d.ts.map +0 -1
- /package/es/Options/{Item → v1/Item}/props.js +0 -0
- /package/es/Options/{Item → v1/Item}/styles.js +0 -0
- /package/es/Options/{Item → v1/Item}/theme.js +0 -0
- /package/es/Options/{Separator → v1/Separator}/props.js +0 -0
- /package/es/Options/{Separator → v1/Separator}/styles.js +0 -0
- /package/es/Options/{Separator → v1/Separator}/theme.js +0 -0
- /package/es/Options/{props.js → v1/props.js} +0 -0
- /package/es/Options/{styles.js → v1/styles.js} +0 -0
- /package/es/Options/{theme.js → v1/theme.js} +0 -0
- /package/lib/Options/{Item → v1/Item}/props.js +0 -0
- /package/lib/Options/{Item → v1/Item}/styles.js +0 -0
- /package/lib/Options/{Item → v1/Item}/theme.js +0 -0
- /package/lib/Options/{Separator → v1/Separator}/props.js +0 -0
- /package/lib/Options/{Separator → v1/Separator}/styles.js +0 -0
- /package/lib/Options/{Separator → v1/Separator}/theme.js +0 -0
- /package/lib/Options/{props.js → v1/props.js} +0 -0
- /package/lib/Options/{styles.js → v1/styles.js} +0 -0
- /package/lib/Options/{theme.js → v1/theme.js} +0 -0
- /package/src/Options/{Item → v1/Item}/props.ts +0 -0
- /package/src/Options/{Item → v1/Item}/styles.ts +0 -0
- /package/src/Options/{Item → v1/Item}/theme.ts +0 -0
- /package/src/Options/{README.md → v1/README.md} +0 -0
- /package/src/Options/{Separator → v1/Separator}/props.ts +0 -0
- /package/src/Options/{Separator → v1/Separator}/styles.ts +0 -0
- /package/src/Options/{Separator → v1/Separator}/theme.ts +0 -0
- /package/src/Options/{props.ts → v1/props.ts} +0 -0
- /package/src/Options/{styles.ts → v1/styles.ts} +0 -0
- /package/src/Options/{theme.ts → v1/theme.ts} +0 -0
- /package/types/Options/{Item → v1/Item}/index.d.ts +0 -0
- /package/types/Options/{Item → v1/Item}/props.d.ts +0 -0
- /package/types/Options/{Item → v1/Item}/styles.d.ts +0 -0
- /package/types/Options/{Item → v1/Item}/theme.d.ts +0 -0
- /package/types/Options/{Separator → v1/Separator}/index.d.ts +0 -0
- /package/types/Options/{Separator → v1/Separator}/props.d.ts +0 -0
- /package/types/Options/{Separator → v1/Separator}/styles.d.ts +0 -0
- /package/types/Options/{Separator → v1/Separator}/theme.d.ts +0 -0
- /package/types/Options/{index.d.ts → v1/index.d.ts} +0 -0
- /package/types/Options/{props.d.ts → v1/props.d.ts} +0 -0
- /package/types/Options/{styles.d.ts → v1/styles.d.ts} +0 -0
- /package/types/Options/{theme.d.ts → v1/theme.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,587 +3,321 @@
|
|
|
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-options
|
|
9
8
|
|
|
9
|
+
### Features
|
|
10
10
|
|
|
11
|
+
* **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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-options
|
|
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
103
|
**Note:** Version bump only for package @instructure/ui-options
|
|
164
104
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
105
|
## [10.20.1](https://github.com/instructure/instructure-ui/compare/v10.20.0...v10.20.1) (2025-06-17)
|
|
170
106
|
|
|
171
107
|
**Note:** Version bump only for package @instructure/ui-options
|
|
172
108
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
109
|
# [10.20.0](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.20.0) (2025-06-13)
|
|
178
110
|
|
|
179
|
-
|
|
180
111
|
### Bug Fixes
|
|
181
112
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
113
|
+
- **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
|
|
187
114
|
|
|
188
115
|
## [10.19.1](https://github.com/instructure/instructure-ui/compare/v10.19.0...v10.19.1) (2025-06-05)
|
|
189
116
|
|
|
190
117
|
**Note:** Version bump only for package @instructure/ui-options
|
|
191
118
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
119
|
# [10.19.0](https://github.com/instructure/instructure-ui/compare/v10.18.1...v10.19.0) (2025-06-03)
|
|
197
120
|
|
|
198
121
|
**Note:** Version bump only for package @instructure/ui-options
|
|
199
122
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
123
|
## [10.18.1](https://github.com/instructure/instructure-ui/compare/v10.18.0...v10.18.1) (2025-05-29)
|
|
205
124
|
|
|
206
125
|
**Note:** Version bump only for package @instructure/ui-options
|
|
207
126
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
127
|
# [10.18.0](https://github.com/instructure/instructure-ui/compare/v10.17.0...v10.18.0) (2025-05-26)
|
|
213
128
|
|
|
214
129
|
**Note:** Version bump only for package @instructure/ui-options
|
|
215
130
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
131
|
# [10.17.0](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.17.0) (2025-05-20)
|
|
221
132
|
|
|
222
133
|
**Note:** Version bump only for package @instructure/ui-options
|
|
223
134
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
135
|
## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
|
|
229
136
|
|
|
230
137
|
**Note:** Version bump only for package @instructure/ui-options
|
|
231
138
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
139
|
## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
|
|
237
140
|
|
|
238
|
-
|
|
239
141
|
### Bug Fixes
|
|
240
142
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
143
|
+
- **ui-options,ui-menu:** improve hover animations ([fed526c](https://github.com/instructure/instructure-ui/commit/fed526c735cfdc7678fc1ecee3ddf89aedded135))
|
|
246
144
|
|
|
247
145
|
## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
|
|
248
146
|
|
|
249
147
|
**Note:** Version bump only for package @instructure/ui-options
|
|
250
148
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
149
|
## [10.16.1](https://github.com/instructure/instructure-ui/compare/v10.16.0...v10.16.1) (2025-04-22)
|
|
256
150
|
|
|
257
151
|
**Note:** Version bump only for package @instructure/ui-options
|
|
258
152
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
153
|
# [10.16.0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.16.0) (2025-04-11)
|
|
264
154
|
|
|
265
155
|
**Note:** Version bump only for package @instructure/ui-options
|
|
266
156
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
157
|
## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
|
|
272
158
|
|
|
273
|
-
|
|
274
159
|
### Bug Fixes
|
|
275
160
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
161
|
+
- **ui-options:** fix isAndroidOrIOS missing error for some bundlers ([3a383f8](https://github.com/instructure/instructure-ui/commit/3a383f8b188416f71dc888ba552fa9e50376cb31))
|
|
281
162
|
|
|
282
163
|
## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
|
|
283
164
|
|
|
284
165
|
**Note:** Version bump only for package @instructure/ui-options
|
|
285
166
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
167
|
# [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
|
|
291
168
|
|
|
292
169
|
**Note:** Version bump only for package @instructure/ui-options
|
|
293
170
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
171
|
# [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
|
|
299
172
|
|
|
300
173
|
**Note:** Version bump only for package @instructure/ui-options
|
|
301
174
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
175
|
# [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
|
|
307
176
|
|
|
308
177
|
**Note:** Version bump only for package @instructure/ui-options
|
|
309
178
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
179
|
# [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
|
|
315
180
|
|
|
316
181
|
**Note:** Version bump only for package @instructure/ui-options
|
|
317
182
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
183
|
# [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
|
|
323
184
|
|
|
324
185
|
**Note:** Version bump only for package @instructure/ui-options
|
|
325
186
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
187
|
# [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
|
|
331
188
|
|
|
332
189
|
**Note:** Version bump only for package @instructure/ui-options
|
|
333
190
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
191
|
# [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
|
|
339
192
|
|
|
340
|
-
|
|
341
193
|
### Features
|
|
342
194
|
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
195
|
+
- **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
|
|
196
|
+
- **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))
|
|
349
197
|
|
|
350
198
|
# [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
|
|
351
199
|
|
|
352
200
|
**Note:** Version bump only for package @instructure/ui-options
|
|
353
201
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
202
|
# [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
|
|
359
203
|
|
|
360
204
|
**Note:** Version bump only for package @instructure/ui-options
|
|
361
205
|
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
206
|
## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
|
|
367
207
|
|
|
368
208
|
**Note:** Version bump only for package @instructure/ui-options
|
|
369
209
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
210
|
# [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
|
|
375
211
|
|
|
376
|
-
|
|
377
212
|
### Bug Fixes
|
|
378
213
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
214
|
+
- **many:** adjust border colors to meet a11y contrast standards ([2f47e06](https://github.com/instructure/instructure-ui/commit/2f47e066f7107c67e37ce8b7aff483586cf7a6b7))
|
|
384
215
|
|
|
385
216
|
# [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
|
|
386
217
|
|
|
387
|
-
|
|
388
218
|
### Bug Fixes
|
|
389
219
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
220
|
+
- **ui-options,ui-utils:** subgroup titles in Options are not announced by TalkBack and iOS VoiceOver ([ebdf8f0](https://github.com/instructure/instructure-ui/commit/ebdf8f047cf8541723d494b16432c8248ef5fe1e))
|
|
395
221
|
|
|
396
222
|
## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
|
|
397
223
|
|
|
398
|
-
|
|
399
224
|
### Bug Fixes
|
|
400
225
|
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
226
|
+
- update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
|
|
406
227
|
|
|
407
228
|
# [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
|
|
408
229
|
|
|
409
230
|
**Note:** Version bump only for package @instructure/ui-options
|
|
410
231
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
232
|
# [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
|
|
416
233
|
|
|
417
234
|
**Note:** Version bump only for package @instructure/ui-options
|
|
418
235
|
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
236
|
## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
|
|
424
237
|
|
|
425
238
|
**Note:** Version bump only for package @instructure/ui-options
|
|
426
239
|
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
240
|
## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
|
|
432
241
|
|
|
433
242
|
**Note:** Version bump only for package @instructure/ui-options
|
|
434
243
|
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
244
|
# [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
|
|
440
245
|
|
|
441
246
|
**Note:** Version bump only for package @instructure/ui-options
|
|
442
247
|
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
248
|
# [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
|
|
448
249
|
|
|
449
250
|
**Note:** Version bump only for package @instructure/ui-options
|
|
450
251
|
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
252
|
# [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
|
|
456
253
|
|
|
457
|
-
|
|
458
254
|
### Features
|
|
459
255
|
|
|
460
|
-
|
|
461
|
-
|
|
256
|
+
- **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
|
|
462
257
|
|
|
463
258
|
### BREAKING CHANGES
|
|
464
259
|
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
260
|
+
- **many:** Breaks color overrides in certain cases
|
|
470
261
|
|
|
471
262
|
## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
|
|
472
263
|
|
|
473
264
|
**Note:** Version bump only for package @instructure/ui-options
|
|
474
265
|
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
266
|
# [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
|
|
480
267
|
|
|
481
268
|
**Note:** Version bump only for package @instructure/ui-options
|
|
482
269
|
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
270
|
# [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
|
|
488
271
|
|
|
489
272
|
**Note:** Version bump only for package @instructure/ui-options
|
|
490
273
|
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
274
|
# [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
|
|
496
275
|
|
|
497
276
|
**Note:** Version bump only for package @instructure/ui-options
|
|
498
277
|
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
278
|
# [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
|
|
504
279
|
|
|
505
280
|
**Note:** Version bump only for package @instructure/ui-options
|
|
506
281
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
282
|
# [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
|
|
512
283
|
|
|
513
284
|
**Note:** Version bump only for package @instructure/ui-options
|
|
514
285
|
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
286
|
## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
|
|
520
287
|
|
|
521
288
|
**Note:** Version bump only for package @instructure/ui-options
|
|
522
289
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
290
|
# [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
|
|
528
291
|
|
|
529
292
|
**Note:** Version bump only for package @instructure/ui-options
|
|
530
293
|
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
294
|
# [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
|
|
536
295
|
|
|
537
296
|
**Note:** Version bump only for package @instructure/ui-options
|
|
538
297
|
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
298
|
## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
|
|
544
299
|
|
|
545
300
|
**Note:** Version bump only for package @instructure/ui-options
|
|
546
301
|
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
302
|
# [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
|
|
552
303
|
|
|
553
304
|
**Note:** Version bump only for package @instructure/ui-options
|
|
554
305
|
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
306
|
# [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
|
|
560
307
|
|
|
561
|
-
|
|
562
308
|
### Bug Fixes
|
|
563
309
|
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
310
|
+
- **ui-options:** add prop to move role to the outer tag ([45641ea](https://github.com/instructure/instructure-ui/commit/45641eac2b9efc533238d9399be50762cc45ef82))
|
|
311
|
+
- **ui-options:** update prop name and docs to better describe its purpose ([35ba0b3](https://github.com/instructure/instructure-ui/commit/35ba0b30d4e5589a36ca47bab1c3009251e3cb51))
|
|
570
312
|
|
|
571
313
|
## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
|
|
572
314
|
|
|
573
315
|
**Note:** Version bump only for package @instructure/ui-options
|
|
574
316
|
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
317
|
## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
|
|
580
318
|
|
|
581
319
|
**Note:** Version bump only for package @instructure/ui-options
|
|
582
320
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
321
|
# [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
|
|
588
322
|
|
|
589
323
|
**Note:** Version bump only for package @instructure/ui-options
|
|
@@ -25,7 +25,7 @@ var _dec, _dec2, _class, _Item;
|
|
|
25
25
|
|
|
26
26
|
import { Component } from 'react';
|
|
27
27
|
import { omitProps, getElementType, callRenderProp, withDeterministicId } from '@instructure/ui-react-utils';
|
|
28
|
-
import { withStyle } from '@instructure/emotion';
|
|
28
|
+
import { withStyleLegacy as withStyle } from '@instructure/emotion';
|
|
29
29
|
import generateStyles from "./styles.js";
|
|
30
30
|
import generateComponentTheme from "./theme.js";
|
|
31
31
|
import { allowedProps } from "./props.js";
|
|
@@ -27,7 +27,7 @@ var _dec, _class, _Separator;
|
|
|
27
27
|
|
|
28
28
|
import { Component } from 'react';
|
|
29
29
|
import { getElementType, omitProps } from '@instructure/ui-react-utils';
|
|
30
|
-
import { withStyle } from '@instructure/emotion';
|
|
30
|
+
import { withStyleLegacy as withStyle } from '@instructure/emotion';
|
|
31
31
|
import generateStyles from "./styles.js";
|
|
32
32
|
import generateComponentTheme from "./theme.js";
|
|
33
33
|
import { allowedProps } from "./props.js";
|
|
@@ -25,8 +25,8 @@ var _dec, _dec2, _class, _Options;
|
|
|
25
25
|
|
|
26
26
|
import { Component, Children } from 'react';
|
|
27
27
|
import { omitProps, matchComponentTypes, callRenderProp, safeCloneElement, withDeterministicId } from '@instructure/ui-react-utils';
|
|
28
|
-
import { View } from '@instructure/ui-view';
|
|
29
|
-
import { withStyle } from '@instructure/emotion';
|
|
28
|
+
import { View } from '@instructure/ui-view/v11_6';
|
|
29
|
+
import { withStyleLegacy as withStyle } from '@instructure/emotion';
|
|
30
30
|
import generateStyles from "./styles.js";
|
|
31
31
|
import generateComponentTheme from "./theme.js";
|
|
32
32
|
import { Item } from "./Item/index.js";
|