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