@atlaskit/calendar 14.2.1 → 14.2.2
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 +780 -780
- package/__perf__/examples.tsx +2 -2
- package/codemods/utils.tsx +3 -2
- package/dist/cjs/calendar.js +5 -2
- package/dist/es2019/calendar.js +5 -2
- package/dist/esm/calendar.js +5 -2
- package/dist/types/internal/components/header.d.ts +1 -1
- package/dist/types/internal/components/week-day-grid.d.ts +1 -1
- package/dist/types/internal/components/week-days.d.ts +1 -1
- package/dist/types/internal/hooks/use-calendar-ref.d.ts +1 -1
- package/dist/types/internal/hooks/use-focusing.d.ts +1 -1
- package/dist/types/internal/hooks/use-handle-date-select.d.ts +1 -1
- package/dist/types/internal/styles/date.d.ts +1 -1
- package/dist/types/types.d.ts +2 -2
- package/dist/types-ts4.5/internal/components/header.d.ts +1 -1
- package/dist/types-ts4.5/internal/components/week-day-grid.d.ts +1 -1
- package/dist/types-ts4.5/internal/components/week-days.d.ts +1 -1
- package/dist/types-ts4.5/internal/hooks/use-calendar-ref.d.ts +1 -1
- package/dist/types-ts4.5/internal/hooks/use-focusing.d.ts +1 -1
- package/dist/types-ts4.5/internal/hooks/use-handle-date-select.d.ts +1 -1
- package/dist/types-ts4.5/internal/styles/date.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +2 -2
- package/package.json +8 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,1672 +1,1672 @@
|
|
|
1
1
|
# @atlaskit/calendar
|
|
2
2
|
|
|
3
|
+
## 14.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 14.2.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
-
|
|
13
|
+
- Updated dependencies
|
|
8
14
|
|
|
9
15
|
## 14.2.0
|
|
10
16
|
|
|
11
17
|
### Minor Changes
|
|
12
18
|
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
|
|
19
|
+
- [#90213](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90213)
|
|
20
|
+
[`aa06d98a6384`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa06d98a6384) -
|
|
21
|
+
Add support for React 18.
|
|
16
22
|
|
|
17
23
|
## 14.1.0
|
|
18
24
|
|
|
19
25
|
### Minor Changes
|
|
20
26
|
|
|
21
|
-
-
|
|
22
|
-
|
|
23
|
-
|
|
27
|
+
- [#88752](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88752)
|
|
28
|
+
[`c164ec1faceb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c164ec1faceb) -
|
|
29
|
+
[ux] Internal changes to typography, small visual change to calendar week header text.
|
|
24
30
|
|
|
25
31
|
## 14.0.13
|
|
26
32
|
|
|
27
33
|
### Patch Changes
|
|
28
34
|
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
35
|
+
- [#84135](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84135)
|
|
36
|
+
[`87ddd92e0265`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/87ddd92e0265) -
|
|
37
|
+
[ux] Unnecessary tab stop for keyboard users removed.
|
|
32
38
|
|
|
33
39
|
## 14.0.12
|
|
34
40
|
|
|
35
41
|
### Patch Changes
|
|
36
42
|
|
|
37
|
-
-
|
|
38
|
-
|
|
39
|
-
|
|
43
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
44
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
45
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
40
46
|
|
|
41
47
|
## 14.0.11
|
|
42
48
|
|
|
43
49
|
### Patch Changes
|
|
44
50
|
|
|
45
|
-
-
|
|
51
|
+
- Updated dependencies
|
|
46
52
|
|
|
47
53
|
## 14.0.10
|
|
48
54
|
|
|
49
55
|
### Patch Changes
|
|
50
56
|
|
|
51
|
-
-
|
|
57
|
+
- Updated dependencies
|
|
52
58
|
|
|
53
59
|
## 14.0.9
|
|
54
60
|
|
|
55
61
|
### Patch Changes
|
|
56
62
|
|
|
57
|
-
-
|
|
63
|
+
- Updated dependencies
|
|
58
64
|
|
|
59
65
|
## 14.0.8
|
|
60
66
|
|
|
61
67
|
### Patch Changes
|
|
62
68
|
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
-
|
|
69
|
+
- [#72130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72130)
|
|
70
|
+
[`b037e5451037`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b037e5451037) -
|
|
71
|
+
Update new button text color fallback for default theme (non-token) to match that of old button
|
|
72
|
+
current text color
|
|
73
|
+
- Updated dependencies
|
|
68
74
|
|
|
69
75
|
## 14.0.7
|
|
70
76
|
|
|
71
77
|
### Patch Changes
|
|
72
78
|
|
|
73
|
-
-
|
|
79
|
+
- Updated dependencies
|
|
74
80
|
|
|
75
81
|
## 14.0.6
|
|
76
82
|
|
|
77
83
|
### Patch Changes
|
|
78
84
|
|
|
79
|
-
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
-
|
|
85
|
+
- [#65872](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65872)
|
|
86
|
+
[`42fb30840f3c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/42fb30840f3c) -
|
|
87
|
+
[ux] Migrate buttons in Calendar to consume new icon buttons.
|
|
88
|
+
- Updated dependencies
|
|
83
89
|
|
|
84
90
|
## 14.0.5
|
|
85
91
|
|
|
86
92
|
### Patch Changes
|
|
87
93
|
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
|
|
94
|
+
- [#63677](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63677)
|
|
95
|
+
[`f320c8ce5039`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f320c8ce5039) -
|
|
96
|
+
This package has been added to the Jira push model.
|
|
91
97
|
|
|
92
98
|
## 14.0.4
|
|
93
99
|
|
|
94
100
|
### Patch Changes
|
|
95
101
|
|
|
96
|
-
-
|
|
102
|
+
- Updated dependencies
|
|
97
103
|
|
|
98
104
|
## 14.0.3
|
|
99
105
|
|
|
100
106
|
### Patch Changes
|
|
101
107
|
|
|
102
|
-
-
|
|
103
|
-
|
|
104
|
-
|
|
108
|
+
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
|
|
109
|
+
[`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
|
|
110
|
+
Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
|
|
105
111
|
|
|
106
112
|
## 14.0.2
|
|
107
113
|
|
|
108
114
|
### Patch Changes
|
|
109
115
|
|
|
110
|
-
-
|
|
111
|
-
|
|
112
|
-
|
|
116
|
+
- [#58458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58458)
|
|
117
|
+
[`536478cdcf0b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/536478cdcf0b) -
|
|
118
|
+
Made some tiny tweaks to the weekday header so its height is now an integer.
|
|
113
119
|
|
|
114
120
|
## 14.0.1
|
|
115
121
|
|
|
116
122
|
### Patch Changes
|
|
117
123
|
|
|
118
|
-
-
|
|
124
|
+
- Updated dependencies
|
|
119
125
|
|
|
120
126
|
## 14.0.0
|
|
121
127
|
|
|
122
128
|
### Major Changes
|
|
123
129
|
|
|
124
|
-
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
130
|
+
- [#41791](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41791)
|
|
131
|
+
[`ec7c2a38247`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec7c2a38247) - Removed
|
|
132
|
+
all remaining legacy theming logic from the Calendar, Form, InlineDialog, InlineEdit and
|
|
133
|
+
InlineMessage components.
|
|
128
134
|
|
|
129
135
|
## 13.3.3
|
|
130
136
|
|
|
131
137
|
### Patch Changes
|
|
132
138
|
|
|
133
|
-
-
|
|
134
|
-
|
|
135
|
-
|
|
139
|
+
- [#42445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42445)
|
|
140
|
+
[`5645b5a1132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5645b5a1132) - Fix TS
|
|
141
|
+
errors for forge-ui in AFM
|
|
136
142
|
|
|
137
143
|
## 13.3.2
|
|
138
144
|
|
|
139
145
|
### Patch Changes
|
|
140
146
|
|
|
141
|
-
-
|
|
147
|
+
- Updated dependencies
|
|
142
148
|
|
|
143
149
|
## 13.3.1
|
|
144
150
|
|
|
145
151
|
### Patch Changes
|
|
146
152
|
|
|
147
|
-
-
|
|
148
|
-
|
|
149
|
-
|
|
153
|
+
- [#39443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39443)
|
|
154
|
+
[`75b9f4664c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75b9f4664c6) - [ux]
|
|
155
|
+
Hide weekday header row from assistive technologies.
|
|
150
156
|
|
|
151
157
|
## 13.3.0
|
|
152
158
|
|
|
153
159
|
### Minor Changes
|
|
154
160
|
|
|
155
|
-
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
161
|
+
- [#39246](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39246)
|
|
162
|
+
[`26825f14d51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26825f14d51) - [ux]
|
|
163
|
+
This adds greater keyboard accessibility to calendar, and removes the feature flag that gated this
|
|
164
|
+
change.
|
|
159
165
|
|
|
160
166
|
## 13.2.2
|
|
161
167
|
|
|
162
168
|
### Patch Changes
|
|
163
169
|
|
|
164
|
-
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
170
|
+
- [#38521](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38521)
|
|
171
|
+
[`ceedd1f27df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ceedd1f27df) - [ux]
|
|
172
|
+
Ensures month/year does not render as live region until it has changed or has otherwise been
|
|
173
|
+
interacted with for better usability. Part of feature flag for keyboard accessibility.
|
|
168
174
|
|
|
169
175
|
## 13.2.1
|
|
170
176
|
|
|
171
177
|
### Patch Changes
|
|
172
178
|
|
|
173
|
-
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
-
|
|
179
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
180
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
181
|
+
version.json
|
|
182
|
+
- Updated dependencies
|
|
177
183
|
|
|
178
184
|
## 13.2.0
|
|
179
185
|
|
|
180
186
|
### Minor Changes
|
|
181
187
|
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
+
- [#38403](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38403)
|
|
189
|
+
[`b5716b91b31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5716b91b31) - [ux] We
|
|
190
|
+
are testing adding keyboard accessibility for Calendar behind a feature flag. This will add more
|
|
191
|
+
affordances for users of assistive technologies to use the calendar, and updates the `tabIndex`
|
|
192
|
+
prop to only use recommended values. If this fix is successful it will be available in a later
|
|
193
|
+
release.
|
|
188
194
|
|
|
189
195
|
## 13.1.17
|
|
190
196
|
|
|
191
197
|
### Patch Changes
|
|
192
198
|
|
|
193
|
-
-
|
|
194
|
-
|
|
195
|
-
|
|
199
|
+
- [#37611](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37611)
|
|
200
|
+
[`0ed39bbcb73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ed39bbcb73) - [ux]
|
|
201
|
+
correct fallback color of focused state to meet contrast requirement
|
|
196
202
|
|
|
197
203
|
## 13.1.16
|
|
198
204
|
|
|
199
205
|
### Patch Changes
|
|
200
206
|
|
|
201
|
-
-
|
|
202
|
-
|
|
203
|
-
|
|
207
|
+
- [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
|
|
208
|
+
[`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated
|
|
209
|
+
dependencies
|
|
204
210
|
|
|
205
211
|
## 13.1.15
|
|
206
212
|
|
|
207
213
|
### Patch Changes
|
|
208
214
|
|
|
209
|
-
-
|
|
210
|
-
|
|
211
|
-
|
|
215
|
+
- [#37278](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37278)
|
|
216
|
+
[`3fadbb8bf73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fadbb8bf73) - Internal
|
|
217
|
+
changes.
|
|
212
218
|
|
|
213
219
|
## 13.1.14
|
|
214
220
|
|
|
215
221
|
### Patch Changes
|
|
216
222
|
|
|
217
|
-
-
|
|
218
|
-
|
|
219
|
-
|
|
223
|
+
- [#36412](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36412)
|
|
224
|
+
[`7e4085cd951`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e4085cd951) - Allow
|
|
225
|
+
caret version range in @atlaskit/primitives dependency.
|
|
220
226
|
|
|
221
227
|
## 13.1.13
|
|
222
228
|
|
|
223
229
|
### Patch Changes
|
|
224
230
|
|
|
225
|
-
-
|
|
231
|
+
- Updated dependencies
|
|
226
232
|
|
|
227
233
|
## 13.1.12
|
|
228
234
|
|
|
229
235
|
### Patch Changes
|
|
230
236
|
|
|
231
|
-
-
|
|
237
|
+
- Updated dependencies
|
|
232
238
|
|
|
233
239
|
## 13.1.11
|
|
234
240
|
|
|
235
241
|
### Patch Changes
|
|
236
242
|
|
|
237
|
-
-
|
|
243
|
+
- Updated dependencies
|
|
238
244
|
|
|
239
245
|
## 13.1.10
|
|
240
246
|
|
|
241
247
|
### Patch Changes
|
|
242
248
|
|
|
243
|
-
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
-
|
|
249
|
+
- [#35712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35712)
|
|
250
|
+
[`76d4d797a2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76d4d797a2d) - Updates
|
|
251
|
+
calendar for primitives bump.
|
|
252
|
+
- Updated dependencies
|
|
247
253
|
|
|
248
254
|
## 13.1.9
|
|
249
255
|
|
|
250
256
|
### Patch Changes
|
|
251
257
|
|
|
252
|
-
-
|
|
258
|
+
- Updated dependencies
|
|
253
259
|
|
|
254
260
|
## 13.1.8
|
|
255
261
|
|
|
256
262
|
### Patch Changes
|
|
257
263
|
|
|
258
|
-
-
|
|
259
|
-
|
|
260
|
-
|
|
264
|
+
- [#35337](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35337)
|
|
265
|
+
[`529814693a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/529814693a1) - Pin
|
|
266
|
+
version of @atlaskit/primitives so it resolves to correct version
|
|
261
267
|
|
|
262
268
|
## 13.1.7
|
|
263
269
|
|
|
264
270
|
### Patch Changes
|
|
265
271
|
|
|
266
|
-
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
-
|
|
272
|
+
- [#33833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33833)
|
|
273
|
+
[`b8b41649492`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8b41649492) - Update
|
|
274
|
+
how certain background colors are referenced by name. Internal changes only.
|
|
275
|
+
- Updated dependencies
|
|
270
276
|
|
|
271
277
|
## 13.1.6
|
|
272
278
|
|
|
273
279
|
### Patch Changes
|
|
274
280
|
|
|
275
|
-
-
|
|
276
|
-
|
|
277
|
-
|
|
281
|
+
- [#34922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34922)
|
|
282
|
+
[`779727e307a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/779727e307a) - Internal
|
|
283
|
+
change only. Replace all instances of Box with stable @atlaskit/primitives version.
|
|
278
284
|
|
|
279
285
|
## 13.1.5
|
|
280
286
|
|
|
281
287
|
### Patch Changes
|
|
282
288
|
|
|
283
|
-
-
|
|
289
|
+
- Updated dependencies
|
|
284
290
|
|
|
285
291
|
## 13.1.4
|
|
286
292
|
|
|
287
293
|
### Patch Changes
|
|
288
294
|
|
|
289
|
-
-
|
|
290
|
-
|
|
291
|
-
|
|
295
|
+
- [#34881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34881)
|
|
296
|
+
[`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) - Internal
|
|
297
|
+
changes to use space tokens for spacing values. There is no visual change.
|
|
292
298
|
|
|
293
299
|
## 13.1.3
|
|
294
300
|
|
|
295
301
|
### Patch Changes
|
|
296
302
|
|
|
297
|
-
-
|
|
298
|
-
|
|
299
|
-
|
|
303
|
+
- [#34727](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34727)
|
|
304
|
+
[`74fec133d99`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74fec133d99) - [ux] Add
|
|
305
|
+
proper grid roles to calendar.
|
|
300
306
|
|
|
301
307
|
## 13.1.2
|
|
302
308
|
|
|
303
309
|
### Patch Changes
|
|
304
310
|
|
|
305
|
-
-
|
|
306
|
-
|
|
307
|
-
|
|
311
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
312
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
313
|
+
legacy types are published for TS 4.5-4.8
|
|
308
314
|
|
|
309
315
|
## 13.1.1
|
|
310
316
|
|
|
311
317
|
### Patch Changes
|
|
312
318
|
|
|
313
|
-
-
|
|
314
|
-
|
|
315
|
-
|
|
319
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
320
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
321
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
316
322
|
|
|
317
323
|
## 13.1.0
|
|
318
324
|
|
|
319
325
|
### Minor Changes
|
|
320
326
|
|
|
321
|
-
-
|
|
322
|
-
|
|
323
|
-
|
|
327
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
328
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
329
|
+
minor dependency bump
|
|
324
330
|
|
|
325
331
|
### Patch Changes
|
|
326
332
|
|
|
327
|
-
-
|
|
333
|
+
- Updated dependencies
|
|
328
334
|
|
|
329
335
|
## 13.0.14
|
|
330
336
|
|
|
331
337
|
### Patch Changes
|
|
332
338
|
|
|
333
|
-
-
|
|
334
|
-
|
|
335
|
-
|
|
339
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
340
|
+
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
|
|
341
|
+
remove before merging to master; dupe adf-schema via adf-utils
|
|
336
342
|
|
|
337
343
|
## 13.0.13
|
|
338
344
|
|
|
339
345
|
### Patch Changes
|
|
340
346
|
|
|
341
|
-
-
|
|
347
|
+
- Updated dependencies
|
|
342
348
|
|
|
343
349
|
## 13.0.12
|
|
344
350
|
|
|
345
351
|
### Patch Changes
|
|
346
352
|
|
|
347
|
-
-
|
|
353
|
+
- Updated dependencies
|
|
348
354
|
|
|
349
355
|
## 13.0.11
|
|
350
356
|
|
|
351
357
|
### Patch Changes
|
|
352
358
|
|
|
353
|
-
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
-
|
|
358
|
-
|
|
359
|
+
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891)
|
|
360
|
+
[`70922a6fcea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70922a6fcea) - [ux]
|
|
361
|
+
style(calendar): update icon fallback color from N70 to N700 to match tokens and fix color
|
|
362
|
+
contrast issue
|
|
363
|
+
- [`c0fb88b3af6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0fb88b3af6) - [ux]
|
|
364
|
+
style(calendar): update icon color token from text.subtlest to color.icon
|
|
359
365
|
|
|
360
366
|
## 13.0.10
|
|
361
367
|
|
|
362
368
|
### Patch Changes
|
|
363
369
|
|
|
364
|
-
-
|
|
370
|
+
- Updated dependencies
|
|
365
371
|
|
|
366
372
|
## 13.0.9
|
|
367
373
|
|
|
368
374
|
### Patch Changes
|
|
369
375
|
|
|
370
|
-
-
|
|
376
|
+
- Updated dependencies
|
|
371
377
|
|
|
372
378
|
## 13.0.8
|
|
373
379
|
|
|
374
380
|
### Patch Changes
|
|
375
381
|
|
|
376
|
-
-
|
|
382
|
+
- Updated dependencies
|
|
377
383
|
|
|
378
384
|
## 13.0.7
|
|
379
385
|
|
|
380
386
|
### Patch Changes
|
|
381
387
|
|
|
382
|
-
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
`@atlaskit/primitives`.
|
|
388
|
+
- [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242)
|
|
389
|
+
[`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) - Internal
|
|
390
|
+
change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
|
|
386
391
|
|
|
387
392
|
## 13.0.6
|
|
388
393
|
|
|
389
394
|
### Patch Changes
|
|
390
395
|
|
|
391
|
-
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
`@atlaskit/primitives`.
|
|
396
|
+
- [#31041](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31041)
|
|
397
|
+
[`842bb999a85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/842bb999a85) - Internal
|
|
398
|
+
change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
|
|
395
399
|
|
|
396
400
|
## 13.0.5
|
|
397
401
|
|
|
398
402
|
### Patch Changes
|
|
399
403
|
|
|
400
|
-
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
+
- [#30882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30882)
|
|
405
|
+
[`1fc7949b336`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fc7949b336) - [ux]
|
|
406
|
+
Fixes a bug where the background for the calendar element was incorrectly set to
|
|
407
|
+
'elevation.surface'
|
|
404
408
|
|
|
405
409
|
## 13.0.4
|
|
406
410
|
|
|
407
411
|
### Patch Changes
|
|
408
412
|
|
|
409
|
-
-
|
|
413
|
+
- Updated dependencies
|
|
410
414
|
|
|
411
415
|
## 13.0.3
|
|
412
416
|
|
|
413
417
|
### Patch Changes
|
|
414
418
|
|
|
415
|
-
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
-
|
|
419
|
+
- [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634)
|
|
420
|
+
[`22b754d311f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22b754d311f) - Updates
|
|
421
|
+
usage of removed design token `utilities.UNSAFE_util.transparent` in favour of its replacement
|
|
422
|
+
`utilities.UNSAFE.transparent`
|
|
423
|
+
- Updated dependencies
|
|
420
424
|
|
|
421
425
|
## 13.0.2
|
|
422
426
|
|
|
423
427
|
### Patch Changes
|
|
424
428
|
|
|
425
|
-
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
-
|
|
429
|
+
- [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
|
|
430
|
+
[`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated
|
|
431
|
+
usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are
|
|
432
|
+
no visual or behaviour changes.
|
|
433
|
+
- Updated dependencies
|
|
430
434
|
|
|
431
435
|
## 13.0.1
|
|
432
436
|
|
|
433
437
|
### Patch Changes
|
|
434
438
|
|
|
435
|
-
-
|
|
436
|
-
|
|
437
|
-
|
|
439
|
+
- [#28064](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28064)
|
|
440
|
+
[`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) - Updated
|
|
441
|
+
to use typography tokens. There is no expected behaviour or visual change.
|
|
438
442
|
|
|
439
443
|
## 13.0.0
|
|
440
444
|
|
|
441
445
|
### Major Changes
|
|
442
446
|
|
|
443
|
-
-
|
|
444
|
-
|
|
445
|
-
|
|
447
|
+
- [#28165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28165)
|
|
448
|
+
[`642298a54dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/642298a54dc) - Major
|
|
449
|
+
changes:
|
|
446
450
|
|
|
447
|
-
|
|
451
|
+
- Removing support for legacy dark mode.
|
|
448
452
|
|
|
449
|
-
|
|
453
|
+
Minor changes:
|
|
450
454
|
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
455
|
+
- Removal of row containers in day of month grid.
|
|
456
|
+
- Vertically center heading inside the calendar.
|
|
457
|
+
- Minor changes to visual layout to conform to design system tokens.
|
|
458
|
+
- Composition change of DOM elements in day of week header.
|
|
459
|
+
- Remove hardcoded `width: 289px`. Calendar now fills natural width of content.
|
|
456
460
|
|
|
457
461
|
### Patch Changes
|
|
458
462
|
|
|
459
|
-
-
|
|
463
|
+
- Updated dependencies
|
|
460
464
|
|
|
461
465
|
## 12.4.5
|
|
462
466
|
|
|
463
467
|
### Patch Changes
|
|
464
468
|
|
|
465
|
-
-
|
|
469
|
+
- Updated dependencies
|
|
466
470
|
|
|
467
471
|
## 12.4.4
|
|
468
472
|
|
|
469
473
|
### Patch Changes
|
|
470
474
|
|
|
471
|
-
-
|
|
475
|
+
- Updated dependencies
|
|
472
476
|
|
|
473
477
|
## 12.4.3
|
|
474
478
|
|
|
475
479
|
### Patch Changes
|
|
476
480
|
|
|
477
|
-
-
|
|
481
|
+
- Updated dependencies
|
|
478
482
|
|
|
479
483
|
## 12.4.2
|
|
480
484
|
|
|
481
485
|
### Patch Changes
|
|
482
486
|
|
|
483
|
-
-
|
|
484
|
-
|
|
485
|
-
|
|
487
|
+
- [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
|
|
488
|
+
[`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal
|
|
489
|
+
changes to apply spacing tokens. This should be a no-op change.
|
|
486
490
|
|
|
487
491
|
## 12.4.1
|
|
488
492
|
|
|
489
493
|
### Patch Changes
|
|
490
494
|
|
|
491
|
-
-
|
|
492
|
-
|
|
493
|
-
|
|
495
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
496
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
497
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
494
498
|
|
|
495
499
|
## 12.4.0
|
|
496
500
|
|
|
497
501
|
### Minor Changes
|
|
498
502
|
|
|
499
|
-
-
|
|
500
|
-
|
|
501
|
-
|
|
503
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
504
|
+
[`764726e020b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/764726e020b) - Updates
|
|
505
|
+
`@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
502
506
|
|
|
503
507
|
### Patch Changes
|
|
504
508
|
|
|
505
|
-
-
|
|
509
|
+
- Updated dependencies
|
|
506
510
|
|
|
507
511
|
## 12.3.2
|
|
508
512
|
|
|
509
513
|
### Patch Changes
|
|
510
514
|
|
|
511
|
-
-
|
|
512
|
-
|
|
513
|
-
|
|
515
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
516
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
517
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
514
518
|
|
|
515
519
|
## 12.3.1
|
|
516
520
|
|
|
517
521
|
### Patch Changes
|
|
518
522
|
|
|
519
|
-
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
-
|
|
524
|
-
|
|
525
|
-
-
|
|
523
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
524
|
+
[`124a1b7532b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/124a1b7532b) - Remove
|
|
525
|
+
calendar's background when design tokens are provided, to allow calendar to match the color of any
|
|
526
|
+
surface in light or dark mode
|
|
527
|
+
- [`6bf81ead961`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bf81ead961) - Internal
|
|
528
|
+
code change turning on new linting rules.
|
|
529
|
+
- Updated dependencies
|
|
526
530
|
|
|
527
531
|
## 12.3.0
|
|
528
532
|
|
|
529
533
|
### Minor Changes
|
|
530
534
|
|
|
531
|
-
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
|
|
536
|
+
[`e1e33cfe0db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e1e33cfe0db) - [ux]
|
|
537
|
+
Adds tabIndex prop for `@atlaskit/calendar`, useful when needing to disable calendar from
|
|
538
|
+
receiving focus by keyboard.
|
|
535
539
|
|
|
536
540
|
## 12.2.0
|
|
537
541
|
|
|
538
542
|
### Minor Changes
|
|
539
543
|
|
|
540
|
-
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
+
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
|
|
545
|
+
[`6f7a4353204`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f7a4353204) - Added
|
|
546
|
+
ability to provide custom aria-labels for next- and previous-month buttons using `nextMonthLabel`
|
|
547
|
+
and `previousMonthLabel`
|
|
544
548
|
|
|
545
549
|
### Patch Changes
|
|
546
550
|
|
|
547
|
-
-
|
|
551
|
+
- Updated dependencies
|
|
548
552
|
|
|
549
553
|
## 12.1.14
|
|
550
554
|
|
|
551
555
|
### Patch Changes
|
|
552
556
|
|
|
553
|
-
-
|
|
554
|
-
|
|
555
|
-
|
|
557
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
558
|
+
[`c8c7eec9fb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8c7eec9fb8) - [ux]
|
|
559
|
+
Updates tokens used for selected hovered state
|
|
556
560
|
|
|
557
561
|
## 12.1.13
|
|
558
562
|
|
|
559
563
|
### Patch Changes
|
|
560
564
|
|
|
561
|
-
-
|
|
565
|
+
- Updated dependencies
|
|
562
566
|
|
|
563
567
|
## 12.1.12
|
|
564
568
|
|
|
565
569
|
### Patch Changes
|
|
566
570
|
|
|
567
|
-
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
-
|
|
571
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
572
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
573
|
+
to TypeScript 4.2.4
|
|
574
|
+
- Updated dependencies
|
|
571
575
|
|
|
572
576
|
## 12.1.11
|
|
573
577
|
|
|
574
578
|
### Patch Changes
|
|
575
579
|
|
|
576
|
-
-
|
|
580
|
+
- Updated dependencies
|
|
577
581
|
|
|
578
582
|
## 12.1.10
|
|
579
583
|
|
|
580
584
|
### Patch Changes
|
|
581
585
|
|
|
582
|
-
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
-
|
|
586
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
587
|
+
[`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates
|
|
588
|
+
all usage of brand tokens to either selected or information tokens. This change is purely for
|
|
589
|
+
semantic reasons, there are no visual or behavioural changes.
|
|
590
|
+
- Updated dependencies
|
|
587
591
|
|
|
588
592
|
## 12.1.9
|
|
589
593
|
|
|
590
594
|
### Patch Changes
|
|
591
595
|
|
|
592
|
-
-
|
|
596
|
+
- Updated dependencies
|
|
593
597
|
|
|
594
598
|
## 12.1.8
|
|
595
599
|
|
|
596
600
|
### Patch Changes
|
|
597
601
|
|
|
598
|
-
-
|
|
602
|
+
- Updated dependencies
|
|
599
603
|
|
|
600
604
|
## 12.1.7
|
|
601
605
|
|
|
602
606
|
### Patch Changes
|
|
603
607
|
|
|
604
|
-
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
-
|
|
608
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
609
|
+
[`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates
|
|
610
|
+
usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
|
|
611
|
+
visual changes
|
|
612
|
+
- Updated dependencies
|
|
609
613
|
|
|
610
614
|
## 12.1.6
|
|
611
615
|
|
|
612
616
|
### Patch Changes
|
|
613
617
|
|
|
614
|
-
-
|
|
618
|
+
- Updated dependencies
|
|
615
619
|
|
|
616
620
|
## 12.1.5
|
|
617
621
|
|
|
618
622
|
### Patch Changes
|
|
619
623
|
|
|
620
|
-
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
-
|
|
624
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
625
|
+
[`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
|
|
626
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
627
|
+
tokens() function and improving bundle size.
|
|
628
|
+
- Updated dependencies
|
|
625
629
|
|
|
626
630
|
## 12.1.4
|
|
627
631
|
|
|
628
632
|
### Patch Changes
|
|
629
633
|
|
|
630
|
-
-
|
|
634
|
+
- Updated dependencies
|
|
631
635
|
|
|
632
636
|
## 12.1.3
|
|
633
637
|
|
|
634
638
|
### Patch Changes
|
|
635
639
|
|
|
636
|
-
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
-
|
|
640
|
-
|
|
640
|
+
- [#15531](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15531)
|
|
641
|
+
[`192d35cfdbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/192d35cfdbd) - Defaults
|
|
642
|
+
native button usage to type="button" to prevent unintended submittig of forms.
|
|
643
|
+
- [`f7d71a9ba09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7d71a9ba09) - Replaces
|
|
644
|
+
visually hidden styles in component to instead use '@atlaskit/visually-hidden'.
|
|
641
645
|
|
|
642
646
|
## 12.1.2
|
|
643
647
|
|
|
644
648
|
### Patch Changes
|
|
645
649
|
|
|
646
|
-
-
|
|
650
|
+
- Updated dependencies
|
|
647
651
|
|
|
648
652
|
## 12.1.1
|
|
649
653
|
|
|
650
654
|
### Patch Changes
|
|
651
655
|
|
|
652
|
-
-
|
|
656
|
+
- Updated dependencies
|
|
653
657
|
|
|
654
658
|
## 12.1.0
|
|
655
659
|
|
|
656
660
|
### Minor Changes
|
|
657
661
|
|
|
658
|
-
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
662
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
663
|
+
[`89c0316aa2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89c0316aa2c) -
|
|
664
|
+
Instrumented Calendar with the new theming package, `@atlaskit/tokens`. Tokens will be visible
|
|
665
|
+
only in applications configured to use the new Tokens API (currently in alpha).These changes are
|
|
666
|
+
intended to be interoperable with the legacy theme implementation. Legacy dark mode users should
|
|
667
|
+
expect no visual or breaking changes.
|
|
664
668
|
|
|
665
669
|
### Patch Changes
|
|
666
670
|
|
|
667
|
-
-
|
|
668
|
-
|
|
669
|
-
-
|
|
671
|
+
- [`2d7cc544696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d7cc544696) - Updates
|
|
672
|
+
token usage to match the latest token set
|
|
673
|
+
- Updated dependencies
|
|
670
674
|
|
|
671
675
|
## 12.0.3
|
|
672
676
|
|
|
673
677
|
### Patch Changes
|
|
674
678
|
|
|
675
|
-
-
|
|
679
|
+
- Updated dependencies
|
|
676
680
|
|
|
677
681
|
## 12.0.2
|
|
678
682
|
|
|
679
683
|
### Patch Changes
|
|
680
684
|
|
|
681
|
-
-
|
|
682
|
-
|
|
683
|
-
|
|
685
|
+
- [#9328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9328)
|
|
686
|
+
[`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade
|
|
687
|
+
date-fns to ^2.17
|
|
684
688
|
|
|
685
689
|
## 12.0.1
|
|
686
690
|
|
|
687
691
|
### Patch Changes
|
|
688
692
|
|
|
689
|
-
-
|
|
690
|
-
|
|
691
|
-
|
|
693
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
694
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
695
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
692
696
|
|
|
693
697
|
## 12.0.0
|
|
694
698
|
|
|
695
699
|
### Major Changes
|
|
696
700
|
|
|
697
|
-
-
|
|
698
|
-
|
|
699
|
-
|
|
701
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
702
|
+
[`4ab5a7e9069`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ab5a7e9069) - ###
|
|
703
|
+
Major:
|
|
700
704
|
|
|
701
|
-
|
|
702
|
-
|
|
705
|
+
Removes `defaultDisabled` prop, a stateless/uncontrolled variant of the `disabled` prop. As a
|
|
706
|
+
stateless calendar would never change its disabled dates, this prop was unnecessary.
|
|
703
707
|
|
|
704
|
-
|
|
708
|
+
### New Features:
|
|
705
709
|
|
|
706
|
-
|
|
707
|
-
|
|
710
|
+
Adds three props to make disabling dates more practical, performant and expressive in
|
|
711
|
+
`@atlaskit/calendar`. These features are also available for DatePicker:
|
|
708
712
|
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
+
- `minDate` for the minimum valid date
|
|
714
|
+
- `maxDate` for the maximum valid date
|
|
715
|
+
- `disabledDateFilter`, a function that takes a date string, and returns whether or not it should
|
|
716
|
+
be disabled.
|
|
713
717
|
|
|
714
|
-
|
|
718
|
+
### Bugs
|
|
715
719
|
|
|
716
|
-
|
|
717
|
-
styles
|
|
720
|
+
- Disabled dates that lie outside of the currently selected month now have correct hover styles
|
|
718
721
|
|
|
719
722
|
### Patch Changes
|
|
720
723
|
|
|
721
|
-
-
|
|
724
|
+
- Updated dependencies
|
|
722
725
|
|
|
723
726
|
## 11.1.1
|
|
724
727
|
|
|
725
728
|
### Patch Changes
|
|
726
729
|
|
|
727
|
-
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
+
- [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
|
|
731
|
+
[`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates
|
|
732
|
+
to development dependency `storybook-addon-performance`
|
|
730
733
|
|
|
731
734
|
## 11.1.0
|
|
732
735
|
|
|
733
736
|
### Minor Changes
|
|
734
737
|
|
|
735
|
-
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
739
|
+
[`d872280cff1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d872280cff1) - Calendar
|
|
740
|
+
now exports a `WeekDay` type. This is the type used by the `weekStartDay` prop.
|
|
738
741
|
|
|
739
742
|
### Patch Changes
|
|
740
743
|
|
|
741
|
-
-
|
|
744
|
+
- Updated dependencies
|
|
742
745
|
|
|
743
746
|
## 11.0.1
|
|
744
747
|
|
|
745
748
|
### Patch Changes
|
|
746
749
|
|
|
747
|
-
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
-
|
|
750
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
|
|
751
|
+
[`4eb2615652c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4eb2615652c) - Internal
|
|
752
|
+
refactor to use common utils.
|
|
753
|
+
- Updated dependencies
|
|
751
754
|
|
|
752
755
|
## 11.0.0
|
|
753
756
|
|
|
754
757
|
### Major Changes
|
|
755
758
|
|
|
756
|
-
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
|
|
760
|
+
[`8ed4c2efc42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ed4c2efc42) - In this
|
|
761
|
+
version we made calendar dramatically faster and lighter 🤩
|
|
759
762
|
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
763
|
+
- General performance improvements
|
|
764
|
+
- Moved from using tables to CSS grid to display the days
|
|
765
|
+
- Removed unnecessary DOM elements
|
|
766
|
+
- The `className` and `style` props have been added
|
|
767
|
+
- **BREAKING** The `innerProps` prop has been removed, generally consumers have only used this for
|
|
768
|
+
style props which are now available directly
|
|
766
769
|
|
|
767
|
-
|
|
770
|
+
**Running the codemod cli**
|
|
768
771
|
|
|
769
|
-
|
|
772
|
+
To run the codemod: **You first need to have the latest version installed**
|
|
770
773
|
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
+
```bash
|
|
775
|
+
yarn upgrade @atlaskit/calendar@^11.0.0
|
|
776
|
+
```
|
|
774
777
|
|
|
775
|
-
|
|
778
|
+
Once upgraded, use `@atlaskit/codemod-cli` via `npx`:
|
|
776
779
|
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
+
```bash
|
|
781
|
+
npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
|
|
782
|
+
```
|
|
780
783
|
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
+
The CLI will show a list of components and versions so select `@atlaskit/calendar@^11.0.0` and you
|
|
785
|
+
will automatically be upgraded. If your usage of calendar cannot be upgraded a comment will be
|
|
786
|
+
left that a manual change is required.
|
|
784
787
|
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
+
Run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to the
|
|
789
|
+
[documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
|
|
790
|
+
details on the codemod CLI.
|
|
788
791
|
|
|
789
792
|
### Patch Changes
|
|
790
793
|
|
|
791
|
-
-
|
|
792
|
-
|
|
793
|
-
-
|
|
794
|
+
- [`c119fdd32e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c119fdd32e7) - Internal
|
|
795
|
+
change to update usage of the custom `glyph` prop in @atlaskit/icon.
|
|
796
|
+
- Updated dependencies
|
|
794
797
|
|
|
795
798
|
## 10.3.3
|
|
796
799
|
|
|
797
800
|
### Patch Changes
|
|
798
801
|
|
|
799
|
-
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
802
|
+
- [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
|
|
803
|
+
[`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) -
|
|
804
|
+
Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the
|
|
805
|
+
date-fns upgrade. We're reverting the upgarde to investigate
|
|
803
806
|
|
|
804
807
|
## 10.3.2
|
|
805
808
|
|
|
806
809
|
### Patch Changes
|
|
807
810
|
|
|
808
|
-
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
+
- [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
|
|
812
|
+
[`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade
|
|
813
|
+
date-fns to 2.17
|
|
811
814
|
|
|
812
815
|
## 10.3.1
|
|
813
816
|
|
|
814
817
|
### Patch Changes
|
|
815
818
|
|
|
816
|
-
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
-
|
|
820
|
-
|
|
819
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
820
|
+
[`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
|
|
821
|
+
injected package name and version for analytics instead of version.json.
|
|
822
|
+
- [`42785088a12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42785088a12) - -
|
|
823
|
+
Migrate old entry points to new one. Calendar now has only following exports:
|
|
821
824
|
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
- `import { CalendarProps, ChangeEvent, SelectEvent } from '@atlaskit/calendar/types'`.
|
|
825
|
+
- **default export**. Can be imported like:
|
|
826
|
+
- `import Calendar from '@atlaskit/calendar'`
|
|
827
|
+
- **named type exports** (`CalendarProps`, `ChangeEvent`, `SelectEvent`). Can be imported like:
|
|
828
|
+
- `import { CalendarProps, ChangeEvent, SelectEvent } from '@atlaskit/calendar'`
|
|
829
|
+
- `import { CalendarProps, ChangeEvent, SelectEvent } from '@atlaskit/calendar/types'`.
|
|
828
830
|
|
|
829
|
-
|
|
831
|
+
**Internal change**
|
|
830
832
|
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
833
|
+
- Remove reference of private types and props from the documentation. Right now private type is
|
|
834
|
+
`CalendarInternalRef` and private prop is `calendarRef`.
|
|
835
|
+
- Rename calendar exported private ref type from `CalendarInternalRef` to `CalendarRef`.
|
|
836
|
+
- Rename calendar private prop from `internalRef` to `calendarRef`.
|
|
835
837
|
|
|
836
|
-
-
|
|
837
|
-
|
|
838
|
+
- [`f74ba30c53c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f74ba30c53c) -
|
|
839
|
+
**Internal change**
|
|
838
840
|
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
- Extracted out few components for readability purpose.
|
|
841
|
+
- We have improved re-rendering quite a bit by memoizing components, loops and rendered elements.
|
|
842
|
+
- Duplicate "pad-to-two" util has been removed.
|
|
843
|
+
- Refactored few variables/functions/types.
|
|
844
|
+
- Extracted out few components for readability purpose.
|
|
844
845
|
|
|
845
|
-
-
|
|
846
|
+
- Updated dependencies
|
|
846
847
|
|
|
847
848
|
## 10.3.0
|
|
848
849
|
|
|
849
850
|
### Minor Changes
|
|
850
851
|
|
|
851
|
-
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
852
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
|
|
853
|
+
[`d069f7834ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d069f7834ef) - Calendar
|
|
854
|
+
now accepts a `weekStartDay` prop that controls which day of the week should be used at the start.
|
|
855
|
+
This prop accepts the following values:
|
|
855
856
|
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
857
|
+
- `0` sunday (default value)
|
|
858
|
+
- `1` monday
|
|
859
|
+
- `2` tuesday
|
|
860
|
+
- `3` wednesday
|
|
861
|
+
- `4` thursday
|
|
862
|
+
- `5` friday
|
|
863
|
+
- `6` saturday
|
|
863
864
|
|
|
864
|
-
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
-
|
|
869
|
-
|
|
865
|
+
- [`ccde1b6b939`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccde1b6b939) - Convert
|
|
866
|
+
all styles of Calendar from styled-components to emotion CSS and apply different styles via
|
|
867
|
+
data-attributes. Internally theme mode is now accessed via Global theme context and used to
|
|
868
|
+
generate colors.
|
|
869
|
+
- [`e20f4c2806e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e20f4c2806e) -
|
|
870
|
+
Improvement in internal analytics performance
|
|
870
871
|
|
|
871
|
-
|
|
872
|
+
**Dev changes**
|
|
872
873
|
|
|
873
|
-
|
|
874
|
-
|
|
874
|
+
- Migrated from `@atlaskit/analytics-next` React HOC to React hooks. This improved re-rendering
|
|
875
|
+
quite a bit.
|
|
875
876
|
|
|
876
877
|
### Patch Changes
|
|
877
878
|
|
|
878
|
-
-
|
|
879
|
-
|
|
879
|
+
- [`aedbf4ed383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aedbf4ed383) -
|
|
880
|
+
**Internal change**
|
|
880
881
|
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
882
|
+
We have removed [calendar-base](https://www.npmjs.com/package/calendar-base) dependency which was
|
|
883
|
+
not maintained for quite sometime and moved its logic internally. This will help us fixing any
|
|
884
|
+
issue we might get or any new functionality we might want to support.
|
|
884
885
|
|
|
885
|
-
-
|
|
886
|
+
- Updated dependencies
|
|
886
887
|
|
|
887
888
|
## 10.2.0
|
|
888
889
|
|
|
889
890
|
### Minor Changes
|
|
890
891
|
|
|
891
|
-
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
892
|
+
- [#8029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8029)
|
|
893
|
+
[`4dae77b2678`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4dae77b2678) - Calendar
|
|
894
|
+
now accepts a `weekStartDay` prop that controls which day of the week should be used at the start.
|
|
895
|
+
This prop accepts the following values:
|
|
895
896
|
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
897
|
+
- `0` sunday (default value)
|
|
898
|
+
- `1` monday
|
|
899
|
+
- `2` tuesday
|
|
900
|
+
- `3` wednesday
|
|
901
|
+
- `4` thursday
|
|
902
|
+
- `5` friday
|
|
903
|
+
- `6` saturday
|
|
903
904
|
|
|
904
905
|
### Patch Changes
|
|
905
906
|
|
|
906
|
-
-
|
|
907
|
+
- Updated dependencies
|
|
907
908
|
|
|
908
909
|
## 10.1.0
|
|
909
910
|
|
|
910
911
|
### Minor Changes
|
|
911
912
|
|
|
912
|
-
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
913
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
|
|
914
|
+
[`985961ce983`](https://bitbucket.org/atlassian/atlassian-frontend/commits/985961ce983) - Internal
|
|
915
|
+
change from class to function components
|
|
916
|
+
|
|
917
|
+
- We have converted all the components from class to functional. This improved performance quite a
|
|
918
|
+
bit. Initial rendering, hydration, interaction, bundlesize and re-rendering; all have been
|
|
919
|
+
improved.
|
|
920
|
+
- We have made all the prop typings optional now. Earlier they were not aligned with the prop
|
|
921
|
+
values (which were all optional earlier).
|
|
922
|
+
- We have stopped exporting internal `CalendarClassType` and `ArrowKeys` types which were not
|
|
923
|
+
compatible with functional components. Instead we have exported `CalendarInternalRef` type
|
|
924
|
+
temporarily for backward compatibility and a new optional prop `internalRef` which consumers can
|
|
925
|
+
use to access internal api's. Right now only `@atlaskit/datetime-picker` uses `navigate()` api
|
|
926
|
+
for navigation which will be removed soon. This new type and prop are not recommended. So please
|
|
927
|
+
don't use them.
|
|
928
|
+
- We have also exported a new type `SelectEvent` along with already exported `ChangeEvent`, which
|
|
929
|
+
consumers can use with `onSelect` and `onChange` prop.
|
|
930
|
+
- We have also added `ref` support which points to the top level element. Earlier it was not
|
|
931
|
+
officially supported.
|
|
932
|
+
- Dev changes includes: folder restructuring and cleanup, lodash removal, memoizing components
|
|
933
|
+
etc.
|
|
933
934
|
|
|
934
935
|
## 10.0.10
|
|
935
936
|
|
|
936
937
|
### Patch Changes
|
|
937
938
|
|
|
938
|
-
-
|
|
939
|
-
|
|
940
|
-
|
|
939
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
940
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
941
|
+
packages using babel rather than tsc
|
|
941
942
|
|
|
942
943
|
## 10.0.9
|
|
943
944
|
|
|
944
945
|
### Patch Changes
|
|
945
946
|
|
|
946
|
-
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
947
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
948
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
949
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
950
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
951
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
952
|
+
`devDependencies` to denote version that the package was built with.
|
|
952
953
|
|
|
953
954
|
## 10.0.8
|
|
954
955
|
|
|
955
956
|
### Patch Changes
|
|
956
957
|
|
|
957
|
-
-
|
|
958
|
+
- Updated dependencies
|
|
958
959
|
|
|
959
960
|
## 10.0.7
|
|
960
961
|
|
|
961
962
|
### Patch Changes
|
|
962
963
|
|
|
963
|
-
-
|
|
964
|
-
|
|
965
|
-
|
|
964
|
+
- [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164)
|
|
965
|
+
[`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo
|
|
966
|
+
analytics-next file restructure to allow external ts definitions to continue working
|
|
966
967
|
|
|
967
968
|
## 10.0.6
|
|
968
969
|
|
|
969
970
|
### Patch Changes
|
|
970
971
|
|
|
971
|
-
-
|
|
972
|
+
- Updated dependencies
|
|
972
973
|
|
|
973
974
|
## 10.0.5
|
|
974
975
|
|
|
975
976
|
### Patch Changes
|
|
976
977
|
|
|
977
|
-
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
React Dev Tools.
|
|
978
|
+
- [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649)
|
|
979
|
+
[`b284fba3d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b284fba3d1) - Components
|
|
980
|
+
that had missing names are now fixed - this helps when looking for them using the React Dev Tools.
|
|
981
981
|
|
|
982
982
|
## 10.0.4
|
|
983
983
|
|
|
984
984
|
### Patch Changes
|
|
985
985
|
|
|
986
|
-
-
|
|
987
|
-
|
|
988
|
-
|
|
986
|
+
- [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
|
|
987
|
+
[`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
|
|
988
|
+
integration tests for Edge browser
|
|
989
989
|
|
|
990
990
|
## 10.0.3
|
|
991
991
|
|
|
992
992
|
### Patch Changes
|
|
993
993
|
|
|
994
|
-
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
-
|
|
994
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
|
|
995
|
+
[`8598d0bd13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8598d0bd13) - Remove
|
|
996
|
+
unnecessary code and tests for IE11.
|
|
997
|
+
- Updated dependencies
|
|
998
998
|
|
|
999
999
|
## 10.0.2
|
|
1000
1000
|
|
|
1001
1001
|
### Patch Changes
|
|
1002
1002
|
|
|
1003
|
-
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1003
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
1004
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
1005
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
1006
1006
|
|
|
1007
|
-
|
|
1008
|
-
|
|
1007
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
1008
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
1009
1009
|
|
|
1010
1010
|
## 10.0.1
|
|
1011
1011
|
|
|
1012
1012
|
### Patch Changes
|
|
1013
1013
|
|
|
1014
|
-
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
-
|
|
1014
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
1015
|
+
[`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
|
|
1016
|
+
'lodash' package instead of single-function 'lodash.\*' packages
|
|
1017
|
+
- Updated dependencies
|
|
1018
1018
|
|
|
1019
1019
|
## 10.0.0
|
|
1020
1020
|
|
|
1021
1021
|
### Major Changes
|
|
1022
1022
|
|
|
1023
|
-
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1023
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
1024
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
1025
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
1026
|
+
IE11. For more information see:
|
|
1027
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
1028
1028
|
|
|
1029
1029
|
### Patch Changes
|
|
1030
1030
|
|
|
1031
|
-
-
|
|
1031
|
+
- Updated dependencies
|
|
1032
1032
|
|
|
1033
1033
|
## 9.2.10
|
|
1034
1034
|
|
|
1035
1035
|
### Patch Changes
|
|
1036
1036
|
|
|
1037
|
-
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1037
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
|
|
1038
|
+
[`69643331c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69643331c3) - Prevent
|
|
1039
|
+
day names table header from wrapping into two line
|
|
1040
1040
|
|
|
1041
1041
|
## 9.2.9
|
|
1042
1042
|
|
|
1043
1043
|
### Patch Changes
|
|
1044
1044
|
|
|
1045
|
-
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1045
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
1046
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
|
|
1047
|
+
supporting files will no longer be published to npm
|
|
1048
1048
|
|
|
1049
1049
|
## 9.2.8
|
|
1050
1050
|
|
|
1051
1051
|
### Patch Changes
|
|
1052
1052
|
|
|
1053
|
-
-
|
|
1053
|
+
- Updated dependencies
|
|
1054
1054
|
|
|
1055
1055
|
## 9.2.7
|
|
1056
1056
|
|
|
1057
1057
|
### Patch Changes
|
|
1058
1058
|
|
|
1059
|
-
-
|
|
1059
|
+
- [patch][62390c4755](https://bitbucket.org/atlassian/atlassian-frontend/commits/62390c4755):
|
|
1060
1060
|
|
|
1061
|
-
|
|
1062
|
-
|
|
1061
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
1062
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
1063
1063
|
|
|
1064
|
-
-
|
|
1065
|
-
|
|
1066
|
-
-
|
|
1067
|
-
|
|
1068
|
-
-
|
|
1069
|
-
|
|
1070
|
-
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1064
|
+
- Updated dependencies
|
|
1065
|
+
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
1066
|
+
- Updated dependencies
|
|
1067
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
1068
|
+
- Updated dependencies
|
|
1069
|
+
[6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
|
|
1070
|
+
- Updated dependencies
|
|
1071
|
+
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
1072
|
+
- @atlaskit/button@13.3.11
|
|
1073
|
+
- @atlaskit/icon@20.1.1
|
|
1074
|
+
- @atlaskit/select@11.0.10
|
|
1075
|
+
- @atlaskit/webdriver-runner@0.3.4
|
|
1076
1076
|
|
|
1077
1077
|
## 9.2.6
|
|
1078
1078
|
|
|
1079
1079
|
### Patch Changes
|
|
1080
1080
|
|
|
1081
|
-
-
|
|
1082
|
-
|
|
1083
|
-
-
|
|
1084
|
-
|
|
1085
|
-
-
|
|
1086
|
-
|
|
1087
|
-
-
|
|
1088
|
-
|
|
1089
|
-
-
|
|
1090
|
-
|
|
1091
|
-
-
|
|
1092
|
-
|
|
1093
|
-
-
|
|
1094
|
-
|
|
1095
|
-
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1081
|
+
- Updated dependencies
|
|
1082
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
1083
|
+
- Updated dependencies
|
|
1084
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1085
|
+
- Updated dependencies
|
|
1086
|
+
[64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
|
|
1087
|
+
- Updated dependencies
|
|
1088
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1089
|
+
- Updated dependencies
|
|
1090
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
1091
|
+
- Updated dependencies
|
|
1092
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1093
|
+
- Updated dependencies
|
|
1094
|
+
[109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
|
|
1095
|
+
- Updated dependencies
|
|
1096
|
+
[c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
|
|
1097
|
+
- @atlaskit/docs@8.4.0
|
|
1098
|
+
- @atlaskit/icon@20.1.0
|
|
1099
|
+
- @atlaskit/webdriver-runner@0.3.0
|
|
1100
|
+
- @atlaskit/button@13.3.9
|
|
1101
|
+
- @atlaskit/select@11.0.9
|
|
1102
1102
|
|
|
1103
1103
|
## 9.2.5
|
|
1104
1104
|
|
|
1105
1105
|
### Patch Changes
|
|
1106
1106
|
|
|
1107
|
-
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1107
|
+
- Updated dependencies
|
|
1108
|
+
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
1109
|
+
- @atlaskit/webdriver-runner@0.2.0
|
|
1110
|
+
- @atlaskit/button@13.3.8
|
|
1111
|
+
- @atlaskit/select@11.0.8
|
|
1112
1112
|
|
|
1113
1113
|
## 9.2.4
|
|
1114
1114
|
|
|
1115
1115
|
### Patch Changes
|
|
1116
1116
|
|
|
1117
|
-
-
|
|
1117
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1118
1118
|
|
|
1119
|
-
|
|
1120
|
-
|
|
1119
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1120
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1121
1121
|
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1122
|
+
- @atlaskit/docs@8.3.2
|
|
1123
|
+
- @atlaskit/analytics-next@6.3.5
|
|
1124
|
+
- @atlaskit/button@13.3.7
|
|
1125
|
+
- @atlaskit/icon@20.0.1
|
|
1126
|
+
- @atlaskit/select@11.0.7
|
|
1127
|
+
- @atlaskit/theme@9.5.1
|
|
1128
|
+
- @atlaskit/locale@1.0.5
|
|
1129
1129
|
|
|
1130
1130
|
## 9.2.3
|
|
1131
1131
|
|
|
1132
1132
|
### Patch Changes
|
|
1133
1133
|
|
|
1134
|
-
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1134
|
+
- Updated dependencies
|
|
1135
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
1136
|
+
- @atlaskit/icon@20.0.0
|
|
1137
|
+
- @atlaskit/locale@1.0.4
|
|
1138
|
+
- @atlaskit/docs@8.3.1
|
|
1139
|
+
- @atlaskit/button@13.3.6
|
|
1140
|
+
- @atlaskit/select@11.0.6
|
|
1141
1141
|
|
|
1142
1142
|
## 9.2.2
|
|
1143
1143
|
|
|
1144
1144
|
### Patch Changes
|
|
1145
1145
|
|
|
1146
|
-
-
|
|
1146
|
+
- [patch][36f6e99c5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36f6e99c5b):
|
|
1147
1147
|
|
|
1148
|
-
|
|
1148
|
+
Fix type errors caused when generating declaration files
|
|
1149
1149
|
|
|
1150
1150
|
## 9.2.1
|
|
1151
1151
|
|
|
1152
|
-
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1152
|
+
- Updated dependencies
|
|
1153
|
+
[30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
|
|
1154
|
+
- @atlaskit/select@11.0.0
|
|
1155
|
+
- @atlaskit/button@13.3.4
|
|
1156
|
+
- @atlaskit/locale@1.0.2
|
|
1157
1157
|
|
|
1158
1158
|
## 9.2.0
|
|
1159
1159
|
|
|
1160
1160
|
### Minor Changes
|
|
1161
1161
|
|
|
1162
|
-
-
|
|
1162
|
+
- [minor][7fe4bcf86d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fe4bcf86d):
|
|
1163
1163
|
|
|
1164
|
-
|
|
1165
|
-
|
|
1164
|
+
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
|
|
1165
|
+
products to write better integration and end to end tests.
|
|
1166
1166
|
|
|
1167
1167
|
## 9.1.1
|
|
1168
1168
|
|
|
1169
1169
|
### Patch Changes
|
|
1170
1170
|
|
|
1171
|
-
-
|
|
1171
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
1172
1172
|
|
|
1173
|
-
|
|
1173
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
1174
1174
|
|
|
1175
1175
|
## 9.1.0
|
|
1176
1176
|
|
|
1177
1177
|
### Minor Changes
|
|
1178
1178
|
|
|
1179
|
-
-
|
|
1179
|
+
- [minor][cc42bbc6ad](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc42bbc6ad):
|
|
1180
1180
|
|
|
1181
|
-
|
|
1181
|
+
Exporting type of Calendar class and some components are relying on it
|
|
1182
1182
|
|
|
1183
1183
|
## 9.0.1
|
|
1184
1184
|
|
|
1185
1185
|
### Patch Changes
|
|
1186
1186
|
|
|
1187
|
-
-
|
|
1187
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
1188
1188
|
|
|
1189
|
-
|
|
1189
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
1190
1190
|
|
|
1191
1191
|
## 9.0.0
|
|
1192
1192
|
|
|
1193
1193
|
### Major Changes
|
|
1194
1194
|
|
|
1195
|
-
-
|
|
1195
|
+
- [major][8c725d46ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8c725d46ec):
|
|
1196
1196
|
|
|
1197
|
-
|
|
1198
|
-
|
|
1197
|
+
@atlaskit/calendar has been converted to Typescript. Typescript consumers will now get static type
|
|
1198
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1199
1199
|
|
|
1200
1200
|
## 8.1.0
|
|
1201
1201
|
|
|
1202
1202
|
### Minor Changes
|
|
1203
1203
|
|
|
1204
|
-
-
|
|
1204
|
+
- [minor][e3d466543f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e3d466543f):
|
|
1205
1205
|
|
|
1206
|
-
|
|
1206
|
+
Add locale support for Calendar/DateTimePicker/DatePicker/TimePicker:
|
|
1207
1207
|
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1208
|
+
- New prop `locale` enables localization for date/time format in `DatePicker`, `TimePicker` and
|
|
1209
|
+
`DateTimePicker`, and months/days in `Calendar`.
|
|
1210
|
+
- Deprecated `dateFormat`, `timeFormat` and `formatDisplayLabel` props. Please use `locale`
|
|
1211
|
+
instead. If provided, these props will override `locale`.
|
|
1212
|
+
- Default date/time placeholders now use `locale` to format the date.
|
|
1213
|
+
- The default date parser for `DatePicker` has been changed from `date-fns.parse` to one based on
|
|
1214
|
+
the `locale` prop and accept text in a format that matches the placeholder.
|
|
1215
1215
|
|
|
1216
1216
|
## 8.0.10
|
|
1217
1217
|
|
|
1218
1218
|
### Patch Changes
|
|
1219
1219
|
|
|
1220
|
-
-
|
|
1220
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
1221
1221
|
|
|
1222
|
-
|
|
1223
|
-
|
|
1222
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
1223
|
+
non-relative imports as relative imports
|
|
1224
1224
|
|
|
1225
1225
|
## 8.0.9
|
|
1226
1226
|
|
|
1227
1227
|
### Patch Changes
|
|
1228
1228
|
|
|
1229
|
-
-
|
|
1229
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
1230
1230
|
|
|
1231
|
-
|
|
1231
|
+
Upgraded Typescript to 3.3.x
|
|
1232
1232
|
|
|
1233
1233
|
## 8.0.8
|
|
1234
1234
|
|
|
1235
1235
|
### Patch Changes
|
|
1236
1236
|
|
|
1237
|
-
-
|
|
1237
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
1238
1238
|
|
|
1239
|
-
|
|
1239
|
+
Change all the imports to theme in Core to use multi entry points
|
|
1240
1240
|
|
|
1241
1241
|
## 8.0.7
|
|
1242
1242
|
|
|
1243
1243
|
### Patch Changes
|
|
1244
1244
|
|
|
1245
|
-
-
|
|
1245
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
1246
1246
|
|
|
1247
|
-
|
|
1247
|
+
Updates component maintainers
|
|
1248
1248
|
|
|
1249
1249
|
## 8.0.6
|
|
1250
1250
|
|
|
1251
|
-
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1251
|
+
- Updated dependencies
|
|
1252
|
+
[926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
1253
|
+
- @atlaskit/analytics-next@6.0.0
|
|
1254
|
+
- @atlaskit/button@13.1.2
|
|
1255
1255
|
|
|
1256
1256
|
## 8.0.5
|
|
1257
1257
|
|
|
1258
1258
|
### Patch Changes
|
|
1259
1259
|
|
|
1260
|
-
-
|
|
1260
|
+
- [patch][ebfeb03eb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebfeb03eb7):
|
|
1261
1261
|
|
|
1262
|
-
|
|
1263
|
-
|
|
1262
|
+
popper has been converted to Typescript. Typescript consumers will now get static type safety.
|
|
1263
|
+
Flow types are no longer provided. No API or behavioural changes.
|
|
1264
1264
|
|
|
1265
1265
|
## 8.0.4
|
|
1266
1266
|
|
|
1267
1267
|
### Patch Changes
|
|
1268
1268
|
|
|
1269
|
-
-
|
|
1269
|
+
- [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
|
|
1270
1270
|
|
|
1271
|
-
|
|
1271
|
+
Consume analytics-next ts type definitions as an ambient declaration.
|
|
1272
1272
|
|
|
1273
1273
|
## 8.0.3
|
|
1274
1274
|
|
|
1275
|
-
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1275
|
+
- Updated dependencies
|
|
1276
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
1277
|
+
- @atlaskit/docs@8.1.3
|
|
1278
|
+
- @atlaskit/button@13.0.9
|
|
1279
|
+
- @atlaskit/icon@19.0.0
|
|
1280
1280
|
|
|
1281
1281
|
## 8.0.2
|
|
1282
1282
|
|
|
1283
1283
|
### Patch Changes
|
|
1284
1284
|
|
|
1285
|
-
-
|
|
1285
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
1286
1286
|
|
|
1287
|
-
|
|
1287
|
+
index.ts will now be ignored when publishing to npm
|
|
1288
1288
|
|
|
1289
1289
|
## 8.0.1
|
|
1290
1290
|
|
|
1291
|
-
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1291
|
+
- Updated dependencies
|
|
1292
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
1293
|
+
- @atlaskit/docs@8.1.2
|
|
1294
|
+
- @atlaskit/button@13.0.8
|
|
1295
|
+
- @atlaskit/icon@18.0.0
|
|
1296
1296
|
|
|
1297
1297
|
## 8.0.0
|
|
1298
1298
|
|
|
1299
|
-
-
|
|
1299
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1300
1300
|
|
|
1301
|
-
|
|
1302
|
-
|
|
1301
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1302
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
1303
1303
|
|
|
1304
1304
|
## 7.0.22
|
|
1305
1305
|
|
|
1306
|
-
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1306
|
+
- Updated dependencies
|
|
1307
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
1308
|
+
- @atlaskit/docs@7.0.3
|
|
1309
|
+
- @atlaskit/button@12.0.3
|
|
1310
|
+
- @atlaskit/icon@16.0.9
|
|
1311
|
+
- @atlaskit/theme@8.1.7
|
|
1312
1312
|
|
|
1313
1313
|
## 7.0.21
|
|
1314
1314
|
|
|
1315
|
-
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1315
|
+
- Updated dependencies
|
|
1316
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
1317
|
+
- @atlaskit/docs@7.0.2
|
|
1318
|
+
- @atlaskit/analytics-next@4.0.3
|
|
1319
|
+
- @atlaskit/icon@16.0.8
|
|
1320
|
+
- @atlaskit/theme@8.1.6
|
|
1321
|
+
- @atlaskit/button@12.0.0
|
|
1322
1322
|
|
|
1323
1323
|
## 7.0.20
|
|
1324
1324
|
|
|
1325
|
-
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1325
|
+
- Updated dependencies
|
|
1326
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1327
|
+
- @atlaskit/docs@7.0.1
|
|
1328
|
+
- @atlaskit/analytics-next@4.0.1
|
|
1329
|
+
- @atlaskit/icon@16.0.5
|
|
1330
|
+
- @atlaskit/theme@8.0.1
|
|
1331
|
+
- @atlaskit/button@11.0.0
|
|
1332
1332
|
|
|
1333
1333
|
## 7.0.19
|
|
1334
1334
|
|
|
1335
|
-
-
|
|
1335
|
+
- [patch][f8cf9e271e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f8cf9e271e):
|
|
1336
1336
|
|
|
1337
|
-
|
|
1337
|
+
- Internal changes only. Calendar is now ssr-friendly.
|
|
1338
1338
|
|
|
1339
1339
|
## 7.0.18
|
|
1340
1340
|
|
|
1341
|
-
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1341
|
+
- Updated dependencies
|
|
1342
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1343
|
+
- @atlaskit/button@10.1.3
|
|
1344
|
+
- @atlaskit/icon@16.0.4
|
|
1345
|
+
- @atlaskit/docs@7.0.0
|
|
1346
|
+
- @atlaskit/analytics-next@4.0.0
|
|
1347
|
+
- @atlaskit/theme@8.0.0
|
|
1348
1348
|
|
|
1349
1349
|
## 7.0.17
|
|
1350
1350
|
|
|
1351
|
-
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1351
|
+
- Updated dependencies
|
|
1352
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
1353
|
+
- @atlaskit/docs@6.0.1
|
|
1354
|
+
- @atlaskit/button@10.1.2
|
|
1355
|
+
- @atlaskit/icon@16.0.0
|
|
1356
1356
|
|
|
1357
1357
|
## 7.0.16
|
|
1358
1358
|
|
|
1359
|
-
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1359
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
1360
|
+
- @atlaskit/analytics-next@3.1.2
|
|
1361
|
+
- @atlaskit/button@10.1.1
|
|
1362
|
+
- @atlaskit/icon@15.0.2
|
|
1363
|
+
- @atlaskit/theme@7.0.1
|
|
1364
|
+
- @atlaskit/docs@6.0.0
|
|
1365
1365
|
|
|
1366
1366
|
## 7.0.15
|
|
1367
1367
|
|
|
1368
|
-
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1368
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
1369
|
+
- @atlaskit/docs@5.2.3
|
|
1370
|
+
- @atlaskit/button@10.0.4
|
|
1371
|
+
- @atlaskit/icon@15.0.1
|
|
1372
|
+
- @atlaskit/theme@7.0.0
|
|
1373
1373
|
|
|
1374
1374
|
## 7.0.14
|
|
1375
1375
|
|
|
1376
|
-
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1376
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
1377
|
+
- @atlaskit/docs@5.2.2
|
|
1378
|
+
- @atlaskit/button@10.0.1
|
|
1379
|
+
- @atlaskit/icon@15.0.0
|
|
1380
1380
|
|
|
1381
1381
|
## 7.0.13
|
|
1382
1382
|
|
|
1383
|
-
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1383
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
1384
|
+
- @atlaskit/docs@5.2.1
|
|
1385
|
+
- @atlaskit/analytics-next@3.1.1
|
|
1386
|
+
- @atlaskit/icon@14.6.1
|
|
1387
|
+
- @atlaskit/theme@6.2.1
|
|
1388
|
+
- @atlaskit/button@10.0.0
|
|
1389
1389
|
|
|
1390
1390
|
## 7.0.12
|
|
1391
1391
|
|
|
1392
|
-
-
|
|
1392
|
+
- [patch][21f5216](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21f5216):
|
|
1393
1393
|
|
|
1394
|
-
|
|
1394
|
+
- Remove enzyme-to-json as it is used in our jestFrameworkSetup.js
|
|
1395
1395
|
|
|
1396
1396
|
## 7.0.11
|
|
1397
1397
|
|
|
1398
|
-
-
|
|
1398
|
+
- [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
|
|
1399
1399
|
|
|
1400
|
-
|
|
1401
|
-
|
|
1400
|
+
- Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
|
|
1401
|
+
to type check properly
|
|
1402
1402
|
|
|
1403
1403
|
## 7.0.10
|
|
1404
1404
|
|
|
1405
|
-
-
|
|
1406
|
-
|
|
1405
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
1406
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
1407
1407
|
|
|
1408
1408
|
## 7.0.9
|
|
1409
1409
|
|
|
1410
|
-
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1410
|
+
- [patch] Updated dependencies
|
|
1411
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
1412
|
+
- @atlaskit/docs@5.0.8
|
|
1413
|
+
- @atlaskit/button@9.0.13
|
|
1414
|
+
- @atlaskit/icon@14.0.0
|
|
1415
1415
|
|
|
1416
1416
|
## 7.0.8
|
|
1417
1417
|
|
|
1418
|
-
-
|
|
1419
|
-
|
|
1418
|
+
- [patch] Fixes bug on next and prev month navigation.
|
|
1419
|
+
[c4770a0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c4770a0)
|
|
1420
1420
|
|
|
1421
1421
|
## 7.0.7
|
|
1422
1422
|
|
|
1423
|
-
-
|
|
1424
|
-
|
|
1423
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
1424
|
+
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
1425
1425
|
|
|
1426
1426
|
## 7.0.5
|
|
1427
1427
|
|
|
1428
|
-
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1428
|
+
- [patch] Updated dependencies
|
|
1429
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
1430
|
+
- @atlaskit/theme@6.0.0
|
|
1431
|
+
- @atlaskit/icon@13.2.5
|
|
1432
|
+
- @atlaskit/button@9.0.6
|
|
1433
|
+
- @atlaskit/docs@5.0.6
|
|
1434
1434
|
|
|
1435
1435
|
## 7.0.4
|
|
1436
1436
|
|
|
1437
|
-
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1437
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
1438
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
1439
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1440
|
+
- [none] Updated dependencies
|
|
1441
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1442
|
+
- @atlaskit/analytics-next@3.0.4
|
|
1443
|
+
- @atlaskit/button@9.0.5
|
|
1444
|
+
- @atlaskit/theme@5.1.3
|
|
1445
|
+
- @atlaskit/icon@13.2.4
|
|
1446
1446
|
|
|
1447
1447
|
## 7.0.3
|
|
1448
1448
|
|
|
1449
|
-
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1449
|
+
- [patch] Updated dependencies
|
|
1450
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
1451
|
+
- @atlaskit/icon@13.2.2
|
|
1452
|
+
- @atlaskit/button@9.0.4
|
|
1453
|
+
- @atlaskit/theme@5.1.2
|
|
1454
|
+
- @atlaskit/analytics-next@3.0.3
|
|
1455
|
+
- @atlaskit/docs@5.0.2
|
|
1456
1456
|
|
|
1457
1457
|
## 7.0.2
|
|
1458
1458
|
|
|
1459
|
-
-
|
|
1460
|
-
|
|
1461
|
-
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1459
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
1460
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1461
|
+
- [none] Updated dependencies
|
|
1462
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1463
|
+
- @atlaskit/analytics-next@3.0.2
|
|
1464
|
+
- @atlaskit/button@9.0.3
|
|
1465
|
+
- @atlaskit/theme@5.1.1
|
|
1466
|
+
- @atlaskit/icon@13.2.1
|
|
1467
1467
|
|
|
1468
1468
|
## 7.0.1
|
|
1469
1469
|
|
|
1470
|
-
-
|
|
1471
|
-
|
|
1472
|
-
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1470
|
+
- [patch] Move analytics tests and replace elements to core
|
|
1471
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
1472
|
+
- [none] Updated dependencies
|
|
1473
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
1474
|
+
- @atlaskit/analytics-next@3.0.1
|
|
1475
|
+
- @atlaskit/button@9.0.2
|
|
1476
|
+
- @atlaskit/docs@5.0.1
|
|
1477
1477
|
|
|
1478
1478
|
## 7.0.0
|
|
1479
1479
|
|
|
1480
|
-
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
-
|
|
1486
|
-
|
|
1487
|
-
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1480
|
+
- [major] Provides analytics for common component interations. See the
|
|
1481
|
+
[Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section for
|
|
1482
|
+
more details. If you are using enzyme for testing you will have to use
|
|
1483
|
+
[our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme).
|
|
1484
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
1485
|
+
- [major] Updates to React ^16.4.0
|
|
1486
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1487
|
+
- [major] Updated dependencies
|
|
1488
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
1489
|
+
- @atlaskit/analytics-next@3.0.0
|
|
1490
|
+
- @atlaskit/button@9.0.0
|
|
1491
|
+
- @atlaskit/theme@5.0.0
|
|
1492
|
+
- @atlaskit/docs@5.0.0
|
|
1493
|
+
- @atlaskit/icon@13.0.0
|
|
1494
|
+
- [major] Updated dependencies
|
|
1495
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1496
|
+
- @atlaskit/analytics-next@3.0.0
|
|
1497
|
+
- @atlaskit/button@9.0.0
|
|
1498
|
+
- @atlaskit/theme@5.0.0
|
|
1499
|
+
- @atlaskit/docs@5.0.0
|
|
1500
|
+
- @atlaskit/icon@13.0.0
|
|
1501
1501
|
|
|
1502
1502
|
## 6.2.2
|
|
1503
1503
|
|
|
1504
|
-
-
|
|
1505
|
-
|
|
1506
|
-
-
|
|
1507
|
-
|
|
1504
|
+
- [patch] Fix Calendar width increasing for some months
|
|
1505
|
+
[29ffb24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29ffb24)
|
|
1506
|
+
- [patch] Updated dependencies
|
|
1507
|
+
[29ffb24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29ffb24)
|
|
1508
1508
|
|
|
1509
1509
|
## 6.2.1
|
|
1510
1510
|
|
|
1511
|
-
-
|
|
1512
|
-
|
|
1513
|
-
-
|
|
1514
|
-
|
|
1511
|
+
- [patch] Calendar chevrons use large versions
|
|
1512
|
+
[a973ac3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a973ac3)
|
|
1513
|
+
- [patch] Updated dependencies
|
|
1514
|
+
[a973ac3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a973ac3)
|
|
1515
1515
|
|
|
1516
1516
|
## 6.2.0
|
|
1517
1517
|
|
|
1518
|
-
-
|
|
1519
|
-
|
|
1520
|
-
-
|
|
1521
|
-
|
|
1518
|
+
- [minor] Visual changes to match ADG3 guidelines
|
|
1519
|
+
[059d111](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/059d111)
|
|
1520
|
+
- [minor] Updated dependencies
|
|
1521
|
+
[059d111](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/059d111)
|
|
1522
1522
|
|
|
1523
1523
|
## 6.1.3
|
|
1524
1524
|
|
|
1525
|
-
-
|
|
1526
|
-
|
|
1527
|
-
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1525
|
+
- [patch] Fix \$FlowFixMe and release packages
|
|
1526
|
+
[25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
|
|
1527
|
+
- [none] Updated dependencies
|
|
1528
|
+
[25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
|
|
1529
|
+
- @atlaskit/button@8.2.2
|
|
1530
|
+
- @atlaskit/icon@12.3.1
|
|
1531
1531
|
|
|
1532
1532
|
## 6.1.2
|
|
1533
1533
|
|
|
1534
|
-
-
|
|
1535
|
-
|
|
1536
|
-
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1534
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
1535
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
1536
|
+
- [none] Updated dependencies
|
|
1537
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
1538
|
+
- @atlaskit/button@8.1.2
|
|
1539
|
+
- @atlaskit/theme@4.0.4
|
|
1540
|
+
- @atlaskit/icon@12.1.2
|
|
1541
1541
|
|
|
1542
1542
|
## 6.1.1
|
|
1543
1543
|
|
|
1544
|
-
-
|
|
1545
|
-
|
|
1546
|
-
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1544
|
+
- [patch] Update changelogs to remove duplicate
|
|
1545
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1546
|
+
- [none] Updated dependencies
|
|
1547
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1548
|
+
- @atlaskit/theme@4.0.3
|
|
1549
|
+
- @atlaskit/icon@12.1.1
|
|
1550
|
+
- @atlaskit/button@8.1.1
|
|
1551
|
+
- @atlaskit/docs@4.1.1
|
|
1552
1552
|
|
|
1553
1553
|
## 6.1.0
|
|
1554
1554
|
|
|
1555
|
-
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1555
|
+
- [none] Updated dependencies
|
|
1556
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
1557
|
+
- @atlaskit/icon@12.1.0
|
|
1558
|
+
- @atlaskit/docs@4.1.0
|
|
1559
|
+
- @atlaskit/theme@4.0.2
|
|
1560
|
+
- @atlaskit/button@8.1.0
|
|
1561
1561
|
|
|
1562
1562
|
## 6.0.1
|
|
1563
1563
|
|
|
1564
|
-
-
|
|
1565
|
-
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1564
|
+
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1565
|
+
- [patch] Updated dependencies
|
|
1566
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1567
|
+
- @atlaskit/icon@12.0.1
|
|
1568
|
+
- @atlaskit/button@8.0.1
|
|
1569
|
+
- @atlaskit/theme@4.0.1
|
|
1570
|
+
- @atlaskit/docs@4.0.1
|
|
1571
1571
|
|
|
1572
1572
|
## 6.0.0
|
|
1573
1573
|
|
|
1574
|
-
-
|
|
1575
|
-
|
|
1576
|
-
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1574
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
1575
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1576
|
+
- [patch] Updated dependencies
|
|
1577
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1578
|
+
- @atlaskit/icon@12.0.0
|
|
1579
|
+
- @atlaskit/button@8.0.0
|
|
1580
|
+
- @atlaskit/theme@4.0.0
|
|
1581
|
+
- @atlaskit/docs@4.0.0
|
|
1582
1582
|
|
|
1583
1583
|
## 5.0.4
|
|
1584
1584
|
|
|
1585
|
-
-
|
|
1586
|
-
|
|
1585
|
+
- [patch] Fix issue causing a mouseup to select a date. It is now bound to click.
|
|
1586
|
+
[1cd0b7e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1cd0b7e)
|
|
1587
1587
|
|
|
1588
1588
|
## 5.0.3
|
|
1589
1589
|
|
|
1590
|
-
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1590
|
+
- [patch] Updated dependencies
|
|
1591
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
1592
|
+
- @atlaskit/icon@11.3.0
|
|
1593
|
+
- @atlaskit/button@7.2.5
|
|
1594
|
+
- @atlaskit/theme@3.2.2
|
|
1595
|
+
- @atlaskit/docs@3.0.4
|
|
1596
1596
|
|
|
1597
1597
|
## 5.0.1
|
|
1598
1598
|
|
|
1599
|
-
-
|
|
1600
|
-
|
|
1599
|
+
- [patch] Better styles for disabled dates
|
|
1600
|
+
[866c497](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/866c497)
|
|
1601
1601
|
|
|
1602
1602
|
## 5.0.0
|
|
1603
1603
|
|
|
1604
|
-
-
|
|
1605
|
-
|
|
1604
|
+
- [major] Bump to React 16.3.
|
|
1605
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
1606
1606
|
|
|
1607
1607
|
## 4.0.0
|
|
1608
1608
|
|
|
1609
|
-
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1609
|
+
- [major] QoL and consistency changes to the calendar and datetime-picker APIs. Added the ability to
|
|
1610
|
+
specify a string to the DateTimePicker component. Remove stateless components and make each
|
|
1611
|
+
component stateless or stateful using the controlled / uncontrolled pattern. Misc prop renames for
|
|
1612
|
+
consistency. [ab21d8e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab21d8e)
|
|
1613
1613
|
|
|
1614
1614
|
## 3.2.1
|
|
1615
1615
|
|
|
1616
|
-
-
|
|
1617
|
-
|
|
1616
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
1617
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
1618
1618
|
|
|
1619
1619
|
## 3.2.0
|
|
1620
1620
|
|
|
1621
|
-
-
|
|
1622
|
-
|
|
1621
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1622
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
1623
1623
|
|
|
1624
1624
|
## 3.1.3
|
|
1625
1625
|
|
|
1626
|
-
-
|
|
1627
|
-
|
|
1626
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
1627
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
1628
1628
|
|
|
1629
1629
|
## 3.1.2
|
|
1630
1630
|
|
|
1631
|
-
-
|
|
1632
|
-
|
|
1631
|
+
- [patch] Packages Flow types for elements components
|
|
1632
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
1633
1633
|
|
|
1634
1634
|
## 3.1.1
|
|
1635
1635
|
|
|
1636
|
-
-
|
|
1637
|
-
|
|
1636
|
+
- [patch] Flatten examples for easier consumer use
|
|
1637
|
+
[145b632](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/145b632)
|
|
1638
1638
|
|
|
1639
1639
|
## 3.1.0
|
|
1640
1640
|
|
|
1641
|
-
-
|
|
1642
|
-
|
|
1641
|
+
- [minor] Add React 16 support.
|
|
1642
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
1643
1643
|
|
|
1644
1644
|
## 3.0.13
|
|
1645
1645
|
|
|
1646
|
-
-
|
|
1647
|
-
|
|
1646
|
+
- [patch] Fixed issue where hovering over a disabled date would not show a disabled cursor.
|
|
1647
|
+
[5c21f9b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5c21f9b)
|
|
1648
1648
|
|
|
1649
1649
|
## 3.0.12
|
|
1650
1650
|
|
|
1651
|
-
-
|
|
1652
|
-
|
|
1651
|
+
- [patch] Fix calendar dates not being selectable in IE11
|
|
1652
|
+
[a65e3b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a65e3b0)
|
|
1653
1653
|
|
|
1654
1654
|
## 3.0.10
|
|
1655
1655
|
|
|
1656
|
-
-
|
|
1657
|
-
|
|
1656
|
+
- [patch] stopped disabled dates from triggering onClick prop
|
|
1657
|
+
[3b42698](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3b42698)
|
|
1658
1658
|
|
|
1659
1659
|
## 3.0.9
|
|
1660
1660
|
|
|
1661
|
-
-
|
|
1662
|
-
|
|
1661
|
+
- [patch] did some clean up with accessibility of calendar
|
|
1662
|
+
[48797f2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48797f2)
|
|
1663
1663
|
|
|
1664
1664
|
## 3.0.6
|
|
1665
1665
|
|
|
1666
|
-
-
|
|
1667
|
-
|
|
1666
|
+
- [patch] bump icon dependency
|
|
1667
|
+
[da14956](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da14956)
|
|
1668
1668
|
|
|
1669
1669
|
## 3.0.4
|
|
1670
1670
|
|
|
1671
|
-
-
|
|
1672
|
-
-
|
|
1671
|
+
- [patch] Use correct dependencies [7b178b1](7b178b1)
|
|
1672
|
+
- [patch] Adding responsive behavior to the editor. [e0d9867](e0d9867)
|