@atlaskit/calendar 14.2.0 → 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 +501 -200
- 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 +11 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,48 @@
|
|
|
1
1
|
# @atlaskit/calendar
|
|
2
2
|
|
|
3
|
+
## 14.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 14.2.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 14.2.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
7
|
-
- [#90213](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90213)
|
|
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.
|
|
8
22
|
|
|
9
23
|
## 14.1.0
|
|
10
24
|
|
|
11
25
|
### Minor Changes
|
|
12
26
|
|
|
13
|
-
- [#88752](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88752)
|
|
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.
|
|
14
30
|
|
|
15
31
|
## 14.0.13
|
|
16
32
|
|
|
17
33
|
### Patch Changes
|
|
18
34
|
|
|
19
|
-
- [#84135](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84135)
|
|
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.
|
|
20
38
|
|
|
21
39
|
## 14.0.12
|
|
22
40
|
|
|
23
41
|
### Patch Changes
|
|
24
42
|
|
|
25
|
-
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
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`
|
|
26
46
|
|
|
27
47
|
## 14.0.11
|
|
28
48
|
|
|
@@ -46,7 +66,10 @@
|
|
|
46
66
|
|
|
47
67
|
### Patch Changes
|
|
48
68
|
|
|
49
|
-
- [#72130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72130)
|
|
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
|
|
50
73
|
- Updated dependencies
|
|
51
74
|
|
|
52
75
|
## 14.0.7
|
|
@@ -59,14 +82,18 @@
|
|
|
59
82
|
|
|
60
83
|
### Patch Changes
|
|
61
84
|
|
|
62
|
-
- [#65872](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65872)
|
|
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.
|
|
63
88
|
- Updated dependencies
|
|
64
89
|
|
|
65
90
|
## 14.0.5
|
|
66
91
|
|
|
67
92
|
### Patch Changes
|
|
68
93
|
|
|
69
|
-
- [#63677](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63677)
|
|
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.
|
|
70
97
|
|
|
71
98
|
## 14.0.4
|
|
72
99
|
|
|
@@ -78,13 +105,17 @@
|
|
|
78
105
|
|
|
79
106
|
### Patch Changes
|
|
80
107
|
|
|
81
|
-
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
|
|
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).
|
|
82
111
|
|
|
83
112
|
## 14.0.2
|
|
84
113
|
|
|
85
114
|
### Patch Changes
|
|
86
115
|
|
|
87
|
-
- [#58458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58458)
|
|
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.
|
|
88
119
|
|
|
89
120
|
## 14.0.1
|
|
90
121
|
|
|
@@ -96,13 +127,18 @@
|
|
|
96
127
|
|
|
97
128
|
### Major Changes
|
|
98
129
|
|
|
99
|
-
- [#41791](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41791)
|
|
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.
|
|
100
134
|
|
|
101
135
|
## 13.3.3
|
|
102
136
|
|
|
103
137
|
### Patch Changes
|
|
104
138
|
|
|
105
|
-
- [#42445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42445)
|
|
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
|
|
106
142
|
|
|
107
143
|
## 13.3.2
|
|
108
144
|
|
|
@@ -114,56 +150,79 @@
|
|
|
114
150
|
|
|
115
151
|
### Patch Changes
|
|
116
152
|
|
|
117
|
-
- [#39443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39443)
|
|
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.
|
|
118
156
|
|
|
119
157
|
## 13.3.0
|
|
120
158
|
|
|
121
159
|
### Minor Changes
|
|
122
160
|
|
|
123
|
-
- [#39246](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39246)
|
|
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.
|
|
124
165
|
|
|
125
166
|
## 13.2.2
|
|
126
167
|
|
|
127
168
|
### Patch Changes
|
|
128
169
|
|
|
129
|
-
- [#38521](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38521)
|
|
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.
|
|
130
174
|
|
|
131
175
|
## 13.2.1
|
|
132
176
|
|
|
133
177
|
### Patch Changes
|
|
134
178
|
|
|
135
|
-
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
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
|
|
136
182
|
- Updated dependencies
|
|
137
183
|
|
|
138
184
|
## 13.2.0
|
|
139
185
|
|
|
140
186
|
### Minor Changes
|
|
141
187
|
|
|
142
|
-
- [#38403](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38403)
|
|
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.
|
|
143
194
|
|
|
144
195
|
## 13.1.17
|
|
145
196
|
|
|
146
197
|
### Patch Changes
|
|
147
198
|
|
|
148
|
-
- [#37611](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37611)
|
|
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
|
|
149
202
|
|
|
150
203
|
## 13.1.16
|
|
151
204
|
|
|
152
205
|
### Patch Changes
|
|
153
206
|
|
|
154
|
-
- [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
|
|
207
|
+
- [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
|
|
208
|
+
[`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated
|
|
209
|
+
dependencies
|
|
155
210
|
|
|
156
211
|
## 13.1.15
|
|
157
212
|
|
|
158
213
|
### Patch Changes
|
|
159
214
|
|
|
160
|
-
- [#37278](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37278)
|
|
215
|
+
- [#37278](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37278)
|
|
216
|
+
[`3fadbb8bf73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fadbb8bf73) - Internal
|
|
217
|
+
changes.
|
|
161
218
|
|
|
162
219
|
## 13.1.14
|
|
163
220
|
|
|
164
221
|
### Patch Changes
|
|
165
222
|
|
|
166
|
-
- [#36412](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36412)
|
|
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.
|
|
167
226
|
|
|
168
227
|
## 13.1.13
|
|
169
228
|
|
|
@@ -187,7 +246,9 @@
|
|
|
187
246
|
|
|
188
247
|
### Patch Changes
|
|
189
248
|
|
|
190
|
-
- [#35712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35712)
|
|
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.
|
|
191
252
|
- Updated dependencies
|
|
192
253
|
|
|
193
254
|
## 13.1.9
|
|
@@ -200,20 +261,26 @@
|
|
|
200
261
|
|
|
201
262
|
### Patch Changes
|
|
202
263
|
|
|
203
|
-
- [#35337](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35337)
|
|
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
|
|
204
267
|
|
|
205
268
|
## 13.1.7
|
|
206
269
|
|
|
207
270
|
### Patch Changes
|
|
208
271
|
|
|
209
|
-
- [#33833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33833)
|
|
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.
|
|
210
275
|
- Updated dependencies
|
|
211
276
|
|
|
212
277
|
## 13.1.6
|
|
213
278
|
|
|
214
279
|
### Patch Changes
|
|
215
280
|
|
|
216
|
-
- [#34922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34922)
|
|
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.
|
|
217
284
|
|
|
218
285
|
## 13.1.5
|
|
219
286
|
|
|
@@ -225,31 +292,41 @@
|
|
|
225
292
|
|
|
226
293
|
### Patch Changes
|
|
227
294
|
|
|
228
|
-
- [#34881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34881)
|
|
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.
|
|
229
298
|
|
|
230
299
|
## 13.1.3
|
|
231
300
|
|
|
232
301
|
### Patch Changes
|
|
233
302
|
|
|
234
|
-
- [#34727](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34727)
|
|
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.
|
|
235
306
|
|
|
236
307
|
## 13.1.2
|
|
237
308
|
|
|
238
309
|
### Patch Changes
|
|
239
310
|
|
|
240
|
-
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
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
|
|
241
314
|
|
|
242
315
|
## 13.1.1
|
|
243
316
|
|
|
244
317
|
### Patch Changes
|
|
245
318
|
|
|
246
|
-
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
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`
|
|
247
322
|
|
|
248
323
|
## 13.1.0
|
|
249
324
|
|
|
250
325
|
### Minor Changes
|
|
251
326
|
|
|
252
|
-
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
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
|
|
253
330
|
|
|
254
331
|
### Patch Changes
|
|
255
332
|
|
|
@@ -259,7 +336,9 @@
|
|
|
259
336
|
|
|
260
337
|
### Patch Changes
|
|
261
338
|
|
|
262
|
-
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
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
|
|
263
342
|
|
|
264
343
|
## 13.0.13
|
|
265
344
|
|
|
@@ -277,8 +356,12 @@
|
|
|
277
356
|
|
|
278
357
|
### Patch Changes
|
|
279
358
|
|
|
280
|
-
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891)
|
|
281
|
-
|
|
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
|
|
282
365
|
|
|
283
366
|
## 13.0.10
|
|
284
367
|
|
|
@@ -302,19 +385,26 @@
|
|
|
302
385
|
|
|
303
386
|
### Patch Changes
|
|
304
387
|
|
|
305
|
-
- [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242)
|
|
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`.
|
|
306
391
|
|
|
307
392
|
## 13.0.6
|
|
308
393
|
|
|
309
394
|
### Patch Changes
|
|
310
395
|
|
|
311
|
-
- [#31041](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31041)
|
|
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`.
|
|
312
399
|
|
|
313
400
|
## 13.0.5
|
|
314
401
|
|
|
315
402
|
### Patch Changes
|
|
316
403
|
|
|
317
|
-
- [#30882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30882)
|
|
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'
|
|
318
408
|
|
|
319
409
|
## 13.0.4
|
|
320
410
|
|
|
@@ -326,27 +416,37 @@
|
|
|
326
416
|
|
|
327
417
|
### Patch Changes
|
|
328
418
|
|
|
329
|
-
- [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634)
|
|
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`
|
|
330
423
|
- Updated dependencies
|
|
331
424
|
|
|
332
425
|
## 13.0.2
|
|
333
426
|
|
|
334
427
|
### Patch Changes
|
|
335
428
|
|
|
336
|
-
- [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
|
|
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.
|
|
337
433
|
- Updated dependencies
|
|
338
434
|
|
|
339
435
|
## 13.0.1
|
|
340
436
|
|
|
341
437
|
### Patch Changes
|
|
342
438
|
|
|
343
|
-
- [#28064](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28064)
|
|
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.
|
|
344
442
|
|
|
345
443
|
## 13.0.0
|
|
346
444
|
|
|
347
445
|
### Major Changes
|
|
348
446
|
|
|
349
|
-
- [#28165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28165)
|
|
447
|
+
- [#28165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28165)
|
|
448
|
+
[`642298a54dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/642298a54dc) - Major
|
|
449
|
+
changes:
|
|
350
450
|
|
|
351
451
|
- Removing support for legacy dark mode.
|
|
352
452
|
|
|
@@ -384,19 +484,25 @@
|
|
|
384
484
|
|
|
385
485
|
### Patch Changes
|
|
386
486
|
|
|
387
|
-
- [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
|
|
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.
|
|
388
490
|
|
|
389
491
|
## 12.4.1
|
|
390
492
|
|
|
391
493
|
### Patch Changes
|
|
392
494
|
|
|
393
|
-
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
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`
|
|
394
498
|
|
|
395
499
|
## 12.4.0
|
|
396
500
|
|
|
397
501
|
### Minor Changes
|
|
398
502
|
|
|
399
|
-
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
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.
|
|
400
506
|
|
|
401
507
|
### Patch Changes
|
|
402
508
|
|
|
@@ -406,27 +512,39 @@
|
|
|
406
512
|
|
|
407
513
|
### Patch Changes
|
|
408
514
|
|
|
409
|
-
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
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`.
|
|
410
518
|
|
|
411
519
|
## 12.3.1
|
|
412
520
|
|
|
413
521
|
### Patch Changes
|
|
414
522
|
|
|
415
|
-
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
416
|
-
|
|
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.
|
|
417
529
|
- Updated dependencies
|
|
418
530
|
|
|
419
531
|
## 12.3.0
|
|
420
532
|
|
|
421
533
|
### Minor Changes
|
|
422
534
|
|
|
423
|
-
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
|
|
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.
|
|
424
539
|
|
|
425
540
|
## 12.2.0
|
|
426
541
|
|
|
427
542
|
### Minor Changes
|
|
428
543
|
|
|
429
|
-
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
|
|
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`
|
|
430
548
|
|
|
431
549
|
### Patch Changes
|
|
432
550
|
|
|
@@ -436,7 +554,9 @@
|
|
|
436
554
|
|
|
437
555
|
### Patch Changes
|
|
438
556
|
|
|
439
|
-
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
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
|
|
440
560
|
|
|
441
561
|
## 12.1.13
|
|
442
562
|
|
|
@@ -448,7 +568,9 @@
|
|
|
448
568
|
|
|
449
569
|
### Patch Changes
|
|
450
570
|
|
|
451
|
-
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
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
|
|
452
574
|
- Updated dependencies
|
|
453
575
|
|
|
454
576
|
## 12.1.11
|
|
@@ -461,7 +583,10 @@
|
|
|
461
583
|
|
|
462
584
|
### Patch Changes
|
|
463
585
|
|
|
464
|
-
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
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.
|
|
465
590
|
- Updated dependencies
|
|
466
591
|
|
|
467
592
|
## 12.1.9
|
|
@@ -480,7 +605,10 @@
|
|
|
480
605
|
|
|
481
606
|
### Patch Changes
|
|
482
607
|
|
|
483
|
-
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
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
|
|
484
612
|
- Updated dependencies
|
|
485
613
|
|
|
486
614
|
## 12.1.6
|
|
@@ -493,7 +621,10 @@
|
|
|
493
621
|
|
|
494
622
|
### Patch Changes
|
|
495
623
|
|
|
496
|
-
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
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.
|
|
497
628
|
- Updated dependencies
|
|
498
629
|
|
|
499
630
|
## 12.1.4
|
|
@@ -506,8 +637,11 @@
|
|
|
506
637
|
|
|
507
638
|
### Patch Changes
|
|
508
639
|
|
|
509
|
-
- [#15531](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15531)
|
|
510
|
-
|
|
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'.
|
|
511
645
|
|
|
512
646
|
## 12.1.2
|
|
513
647
|
|
|
@@ -525,11 +659,17 @@
|
|
|
525
659
|
|
|
526
660
|
### Minor Changes
|
|
527
661
|
|
|
528
|
-
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
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.
|
|
529
668
|
|
|
530
669
|
### Patch Changes
|
|
531
670
|
|
|
532
|
-
- [`2d7cc544696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d7cc544696) - Updates
|
|
671
|
+
- [`2d7cc544696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d7cc544696) - Updates
|
|
672
|
+
token usage to match the latest token set
|
|
533
673
|
- Updated dependencies
|
|
534
674
|
|
|
535
675
|
## 12.0.3
|
|
@@ -542,29 +682,38 @@
|
|
|
542
682
|
|
|
543
683
|
### Patch Changes
|
|
544
684
|
|
|
545
|
-
- [#9328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9328)
|
|
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
|
|
546
688
|
|
|
547
689
|
## 12.0.1
|
|
548
690
|
|
|
549
691
|
### Patch Changes
|
|
550
692
|
|
|
551
|
-
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
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`.
|
|
552
696
|
|
|
553
697
|
## 12.0.0
|
|
554
698
|
|
|
555
699
|
### Major Changes
|
|
556
700
|
|
|
557
|
-
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
701
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
702
|
+
[`4ab5a7e9069`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ab5a7e9069) - ###
|
|
703
|
+
Major:
|
|
558
704
|
|
|
559
|
-
Removes `defaultDisabled` prop, a stateless/uncontrolled variant of the `disabled` prop. As a
|
|
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.
|
|
560
707
|
|
|
561
708
|
### New Features:
|
|
562
709
|
|
|
563
|
-
Adds three props to make disabling dates more practical, performant and expressive in
|
|
710
|
+
Adds three props to make disabling dates more practical, performant and expressive in
|
|
711
|
+
`@atlaskit/calendar`. These features are also available for DatePicker:
|
|
564
712
|
|
|
565
713
|
- `minDate` for the minimum valid date
|
|
566
714
|
- `maxDate` for the maximum valid date
|
|
567
|
-
- `disabledDateFilter`, a function that takes a date string, and returns whether or not it should
|
|
715
|
+
- `disabledDateFilter`, a function that takes a date string, and returns whether or not it should
|
|
716
|
+
be disabled.
|
|
568
717
|
|
|
569
718
|
### Bugs
|
|
570
719
|
|
|
@@ -578,13 +727,17 @@
|
|
|
578
727
|
|
|
579
728
|
### Patch Changes
|
|
580
729
|
|
|
581
|
-
- [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
|
|
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`
|
|
582
733
|
|
|
583
734
|
## 11.1.0
|
|
584
735
|
|
|
585
736
|
### Minor Changes
|
|
586
737
|
|
|
587
|
-
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
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.
|
|
588
741
|
|
|
589
742
|
### Patch Changes
|
|
590
743
|
|
|
@@ -594,20 +747,25 @@
|
|
|
594
747
|
|
|
595
748
|
### Patch Changes
|
|
596
749
|
|
|
597
|
-
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
|
|
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.
|
|
598
753
|
- Updated dependencies
|
|
599
754
|
|
|
600
755
|
## 11.0.0
|
|
601
756
|
|
|
602
757
|
### Major Changes
|
|
603
758
|
|
|
604
|
-
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
|
|
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 🤩
|
|
605
762
|
|
|
606
763
|
- General performance improvements
|
|
607
764
|
- Moved from using tables to CSS grid to display the days
|
|
608
765
|
- Removed unnecessary DOM elements
|
|
609
766
|
- The `className` and `style` props have been added
|
|
610
|
-
- **BREAKING** The `innerProps` prop has been removed, generally consumers have only used this for
|
|
767
|
+
- **BREAKING** The `innerProps` prop has been removed, generally consumers have only used this for
|
|
768
|
+
style props which are now available directly
|
|
611
769
|
|
|
612
770
|
**Running the codemod cli**
|
|
613
771
|
|
|
@@ -617,60 +775,68 @@
|
|
|
617
775
|
yarn upgrade @atlaskit/calendar@^11.0.0
|
|
618
776
|
```
|
|
619
777
|
|
|
620
|
-
Once upgraded,
|
|
621
|
-
use `@atlaskit/codemod-cli` via `npx`:
|
|
778
|
+
Once upgraded, use `@atlaskit/codemod-cli` via `npx`:
|
|
622
779
|
|
|
623
780
|
```bash
|
|
624
781
|
npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
|
|
625
782
|
```
|
|
626
783
|
|
|
627
|
-
The CLI will show a list of components and versions so select `@atlaskit/calendar@^11.0.0` and you
|
|
628
|
-
If your usage of calendar cannot be upgraded a comment will be
|
|
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.
|
|
629
787
|
|
|
630
|
-
Run `npx @atlaskit/codemod-cli -h` for more details on usage.
|
|
631
|
-
|
|
632
|
-
|
|
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.
|
|
633
791
|
|
|
634
792
|
### Patch Changes
|
|
635
793
|
|
|
636
|
-
- [`c119fdd32e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c119fdd32e7) - Internal
|
|
794
|
+
- [`c119fdd32e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c119fdd32e7) - Internal
|
|
795
|
+
change to update usage of the custom `glyph` prop in @atlaskit/icon.
|
|
637
796
|
- Updated dependencies
|
|
638
797
|
|
|
639
798
|
## 10.3.3
|
|
640
799
|
|
|
641
800
|
### Patch Changes
|
|
642
801
|
|
|
643
|
-
- [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
|
|
644
|
-
|
|
645
|
-
We
|
|
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
|
|
646
806
|
|
|
647
807
|
## 10.3.2
|
|
648
808
|
|
|
649
809
|
### Patch Changes
|
|
650
810
|
|
|
651
|
-
- [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
|
|
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
|
|
652
814
|
|
|
653
815
|
## 10.3.1
|
|
654
816
|
|
|
655
817
|
### Patch Changes
|
|
656
818
|
|
|
657
|
-
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
658
|
-
|
|
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:
|
|
659
824
|
|
|
660
825
|
- **default export**. Can be imported like:
|
|
661
826
|
- `import Calendar from '@atlaskit/calendar'`
|
|
662
|
-
- **named type exports** (`CalendarProps`, `ChangeEvent`, `SelectEvent`).
|
|
663
|
-
Can be imported like:
|
|
827
|
+
- **named type exports** (`CalendarProps`, `ChangeEvent`, `SelectEvent`). Can be imported like:
|
|
664
828
|
- `import { CalendarProps, ChangeEvent, SelectEvent } from '@atlaskit/calendar'`
|
|
665
829
|
- `import { CalendarProps, ChangeEvent, SelectEvent } from '@atlaskit/calendar/types'`.
|
|
666
830
|
|
|
667
831
|
**Internal change**
|
|
668
832
|
|
|
669
|
-
- Remove reference of private types and props from the documentation. Right now private type is
|
|
833
|
+
- Remove reference of private types and props from the documentation. Right now private type is
|
|
834
|
+
`CalendarInternalRef` and private prop is `calendarRef`.
|
|
670
835
|
- Rename calendar exported private ref type from `CalendarInternalRef` to `CalendarRef`.
|
|
671
836
|
- Rename calendar private prop from `internalRef` to `calendarRef`.
|
|
672
837
|
|
|
673
|
-
- [`f74ba30c53c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f74ba30c53c) -
|
|
838
|
+
- [`f74ba30c53c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f74ba30c53c) -
|
|
839
|
+
**Internal change**
|
|
674
840
|
|
|
675
841
|
- We have improved re-rendering quite a bit by memoizing components, loops and rendered elements.
|
|
676
842
|
- Duplicate "pad-to-two" util has been removed.
|
|
@@ -683,7 +849,10 @@
|
|
|
683
849
|
|
|
684
850
|
### Minor Changes
|
|
685
851
|
|
|
686
|
-
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
|
|
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:
|
|
687
856
|
|
|
688
857
|
- `0` sunday (default value)
|
|
689
858
|
- `1` monday
|
|
@@ -693,19 +862,26 @@
|
|
|
693
862
|
- `5` friday
|
|
694
863
|
- `6` saturday
|
|
695
864
|
|
|
696
|
-
- [`ccde1b6b939`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccde1b6b939) - Convert
|
|
697
|
-
|
|
698
|
-
-
|
|
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
|
|
699
871
|
|
|
700
872
|
**Dev changes**
|
|
701
873
|
|
|
702
|
-
- Migrated from `@atlaskit/analytics-next` React HOC to React hooks. This improved re-rendering
|
|
874
|
+
- Migrated from `@atlaskit/analytics-next` React HOC to React hooks. This improved re-rendering
|
|
875
|
+
quite a bit.
|
|
703
876
|
|
|
704
877
|
### Patch Changes
|
|
705
878
|
|
|
706
|
-
- [`aedbf4ed383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aedbf4ed383) -
|
|
879
|
+
- [`aedbf4ed383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aedbf4ed383) -
|
|
880
|
+
**Internal change**
|
|
707
881
|
|
|
708
|
-
We have removed [calendar-base](https://www.npmjs.com/package/calendar-base) dependency which was
|
|
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.
|
|
709
885
|
|
|
710
886
|
- Updated dependencies
|
|
711
887
|
|
|
@@ -713,7 +889,10 @@
|
|
|
713
889
|
|
|
714
890
|
### Minor Changes
|
|
715
891
|
|
|
716
|
-
- [#8029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8029)
|
|
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:
|
|
717
896
|
|
|
718
897
|
- `0` sunday (default value)
|
|
719
898
|
- `1` monday
|
|
@@ -731,28 +910,46 @@
|
|
|
731
910
|
|
|
732
911
|
### Minor Changes
|
|
733
912
|
|
|
734
|
-
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
- We have
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
-
|
|
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.
|
|
742
934
|
|
|
743
935
|
## 10.0.10
|
|
744
936
|
|
|
745
937
|
### Patch Changes
|
|
746
938
|
|
|
747
|
-
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
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
|
|
748
942
|
|
|
749
943
|
## 10.0.9
|
|
750
944
|
|
|
751
945
|
### Patch Changes
|
|
752
946
|
|
|
753
|
-
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
754
|
-
|
|
755
|
-
|
|
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.
|
|
756
953
|
|
|
757
954
|
## 10.0.8
|
|
758
955
|
|
|
@@ -764,7 +961,9 @@
|
|
|
764
961
|
|
|
765
962
|
### Patch Changes
|
|
766
963
|
|
|
767
|
-
- [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164)
|
|
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
|
|
768
967
|
|
|
769
968
|
## 10.0.6
|
|
770
969
|
|
|
@@ -776,43 +975,56 @@
|
|
|
776
975
|
|
|
777
976
|
### Patch Changes
|
|
778
977
|
|
|
779
|
-
- [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649)
|
|
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.
|
|
780
981
|
|
|
781
982
|
## 10.0.4
|
|
782
983
|
|
|
783
984
|
### Patch Changes
|
|
784
985
|
|
|
785
|
-
- [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
|
|
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
|
|
786
989
|
|
|
787
990
|
## 10.0.3
|
|
788
991
|
|
|
789
992
|
### Patch Changes
|
|
790
993
|
|
|
791
|
-
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
|
|
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.
|
|
792
997
|
- Updated dependencies
|
|
793
998
|
|
|
794
999
|
## 10.0.2
|
|
795
1000
|
|
|
796
1001
|
### Patch Changes
|
|
797
1002
|
|
|
798
|
-
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
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
|
|
799
1006
|
|
|
800
|
-
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
801
|
-
to prevent duplicates of tslib being bundled.
|
|
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.
|
|
802
1009
|
|
|
803
1010
|
## 10.0.1
|
|
804
1011
|
|
|
805
1012
|
### Patch Changes
|
|
806
1013
|
|
|
807
|
-
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
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
|
|
808
1017
|
- Updated dependencies
|
|
809
1018
|
|
|
810
1019
|
## 10.0.0
|
|
811
1020
|
|
|
812
1021
|
### Major Changes
|
|
813
1022
|
|
|
814
|
-
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
815
|
-
|
|
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
|
|
816
1028
|
|
|
817
1029
|
### Patch Changes
|
|
818
1030
|
|
|
@@ -822,13 +1034,17 @@
|
|
|
822
1034
|
|
|
823
1035
|
### Patch Changes
|
|
824
1036
|
|
|
825
|
-
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
|
|
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
|
|
826
1040
|
|
|
827
1041
|
## 9.2.9
|
|
828
1042
|
|
|
829
1043
|
### Patch Changes
|
|
830
1044
|
|
|
831
|
-
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
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
|
|
832
1048
|
|
|
833
1049
|
## 9.2.8
|
|
834
1050
|
|
|
@@ -842,12 +1058,17 @@
|
|
|
842
1058
|
|
|
843
1059
|
- [patch][62390c4755](https://bitbucket.org/atlassian/atlassian-frontend/commits/62390c4755):
|
|
844
1060
|
|
|
845
|
-
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
1061
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
1062
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
846
1063
|
|
|
847
|
-
- Updated dependencies
|
|
848
|
-
|
|
849
|
-
- Updated dependencies
|
|
850
|
-
|
|
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):
|
|
851
1072
|
- @atlaskit/button@13.3.11
|
|
852
1073
|
- @atlaskit/icon@20.1.1
|
|
853
1074
|
- @atlaskit/select@11.0.10
|
|
@@ -857,14 +1078,22 @@
|
|
|
857
1078
|
|
|
858
1079
|
### Patch Changes
|
|
859
1080
|
|
|
860
|
-
- Updated dependencies
|
|
861
|
-
|
|
862
|
-
- Updated dependencies
|
|
863
|
-
|
|
864
|
-
- Updated dependencies
|
|
865
|
-
|
|
866
|
-
- Updated dependencies
|
|
867
|
-
|
|
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):
|
|
868
1097
|
- @atlaskit/docs@8.4.0
|
|
869
1098
|
- @atlaskit/icon@20.1.0
|
|
870
1099
|
- @atlaskit/webdriver-runner@0.3.0
|
|
@@ -875,7 +1104,8 @@
|
|
|
875
1104
|
|
|
876
1105
|
### Patch Changes
|
|
877
1106
|
|
|
878
|
-
- Updated dependencies
|
|
1107
|
+
- Updated dependencies
|
|
1108
|
+
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
879
1109
|
- @atlaskit/webdriver-runner@0.2.0
|
|
880
1110
|
- @atlaskit/button@13.3.8
|
|
881
1111
|
- @atlaskit/select@11.0.8
|
|
@@ -886,7 +1116,8 @@
|
|
|
886
1116
|
|
|
887
1117
|
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
888
1118
|
|
|
889
|
-
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1119
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1120
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
890
1121
|
|
|
891
1122
|
- @atlaskit/docs@8.3.2
|
|
892
1123
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -900,7 +1131,8 @@
|
|
|
900
1131
|
|
|
901
1132
|
### Patch Changes
|
|
902
1133
|
|
|
903
|
-
- Updated dependencies
|
|
1134
|
+
- Updated dependencies
|
|
1135
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
904
1136
|
- @atlaskit/icon@20.0.0
|
|
905
1137
|
- @atlaskit/locale@1.0.4
|
|
906
1138
|
- @atlaskit/docs@8.3.1
|
|
@@ -917,7 +1149,8 @@
|
|
|
917
1149
|
|
|
918
1150
|
## 9.2.1
|
|
919
1151
|
|
|
920
|
-
- Updated dependencies
|
|
1152
|
+
- Updated dependencies
|
|
1153
|
+
[30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
|
|
921
1154
|
- @atlaskit/select@11.0.0
|
|
922
1155
|
- @atlaskit/button@13.3.4
|
|
923
1156
|
- @atlaskit/locale@1.0.2
|
|
@@ -928,7 +1161,8 @@
|
|
|
928
1161
|
|
|
929
1162
|
- [minor][7fe4bcf86d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fe4bcf86d):
|
|
930
1163
|
|
|
931
|
-
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
|
|
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.
|
|
932
1166
|
|
|
933
1167
|
## 9.1.1
|
|
934
1168
|
|
|
@@ -960,7 +1194,8 @@
|
|
|
960
1194
|
|
|
961
1195
|
- [major][8c725d46ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8c725d46ec):
|
|
962
1196
|
|
|
963
|
-
@atlaskit/calendar has been converted to Typescript. Typescript consumers will now get static type
|
|
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.
|
|
964
1199
|
|
|
965
1200
|
## 8.1.0
|
|
966
1201
|
|
|
@@ -972,11 +1207,11 @@
|
|
|
972
1207
|
|
|
973
1208
|
- New prop `locale` enables localization for date/time format in `DatePicker`, `TimePicker` and
|
|
974
1209
|
`DateTimePicker`, and months/days in `Calendar`.
|
|
975
|
-
- Deprecated `dateFormat`, `timeFormat` and `formatDisplayLabel` props. Please use `locale`
|
|
976
|
-
props will override `locale`.
|
|
1210
|
+
- Deprecated `dateFormat`, `timeFormat` and `formatDisplayLabel` props. Please use `locale`
|
|
1211
|
+
instead. If provided, these props will override `locale`.
|
|
977
1212
|
- Default date/time placeholders now use `locale` to format the date.
|
|
978
|
-
- The default date parser for `DatePicker` has been changed from `date-fns.parse` to one based on
|
|
979
|
-
accept text in a format that matches the placeholder.
|
|
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.
|
|
980
1215
|
|
|
981
1216
|
## 8.0.10
|
|
982
1217
|
|
|
@@ -984,7 +1219,8 @@
|
|
|
984
1219
|
|
|
985
1220
|
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
986
1221
|
|
|
987
|
-
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
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
|
|
988
1224
|
|
|
989
1225
|
## 8.0.9
|
|
990
1226
|
|
|
@@ -1012,7 +1248,8 @@
|
|
|
1012
1248
|
|
|
1013
1249
|
## 8.0.6
|
|
1014
1250
|
|
|
1015
|
-
- Updated dependencies
|
|
1251
|
+
- Updated dependencies
|
|
1252
|
+
[926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
1016
1253
|
- @atlaskit/analytics-next@6.0.0
|
|
1017
1254
|
- @atlaskit/button@13.1.2
|
|
1018
1255
|
|
|
@@ -1022,7 +1259,8 @@
|
|
|
1022
1259
|
|
|
1023
1260
|
- [patch][ebfeb03eb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebfeb03eb7):
|
|
1024
1261
|
|
|
1025
|
-
popper has been converted to Typescript. Typescript consumers will now get static type safety.
|
|
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.
|
|
1026
1264
|
|
|
1027
1265
|
## 8.0.4
|
|
1028
1266
|
|
|
@@ -1034,7 +1272,8 @@
|
|
|
1034
1272
|
|
|
1035
1273
|
## 8.0.3
|
|
1036
1274
|
|
|
1037
|
-
- Updated dependencies
|
|
1275
|
+
- Updated dependencies
|
|
1276
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
1038
1277
|
- @atlaskit/docs@8.1.3
|
|
1039
1278
|
- @atlaskit/button@13.0.9
|
|
1040
1279
|
- @atlaskit/icon@19.0.0
|
|
@@ -1049,7 +1288,8 @@
|
|
|
1049
1288
|
|
|
1050
1289
|
## 8.0.1
|
|
1051
1290
|
|
|
1052
|
-
- Updated dependencies
|
|
1291
|
+
- Updated dependencies
|
|
1292
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
1053
1293
|
- @atlaskit/docs@8.1.2
|
|
1054
1294
|
- @atlaskit/button@13.0.8
|
|
1055
1295
|
- @atlaskit/icon@18.0.0
|
|
@@ -1058,11 +1298,13 @@
|
|
|
1058
1298
|
|
|
1059
1299
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1060
1300
|
|
|
1061
|
-
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
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.
|
|
1062
1303
|
|
|
1063
1304
|
## 7.0.22
|
|
1064
1305
|
|
|
1065
|
-
- Updated dependencies
|
|
1306
|
+
- Updated dependencies
|
|
1307
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
1066
1308
|
- @atlaskit/docs@7.0.3
|
|
1067
1309
|
- @atlaskit/button@12.0.3
|
|
1068
1310
|
- @atlaskit/icon@16.0.9
|
|
@@ -1070,7 +1312,8 @@
|
|
|
1070
1312
|
|
|
1071
1313
|
## 7.0.21
|
|
1072
1314
|
|
|
1073
|
-
- Updated dependencies
|
|
1315
|
+
- Updated dependencies
|
|
1316
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
1074
1317
|
- @atlaskit/docs@7.0.2
|
|
1075
1318
|
- @atlaskit/analytics-next@4.0.3
|
|
1076
1319
|
- @atlaskit/icon@16.0.8
|
|
@@ -1079,7 +1322,8 @@
|
|
|
1079
1322
|
|
|
1080
1323
|
## 7.0.20
|
|
1081
1324
|
|
|
1082
|
-
- Updated dependencies
|
|
1325
|
+
- Updated dependencies
|
|
1326
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1083
1327
|
- @atlaskit/docs@7.0.1
|
|
1084
1328
|
- @atlaskit/analytics-next@4.0.1
|
|
1085
1329
|
- @atlaskit/icon@16.0.5
|
|
@@ -1094,7 +1338,8 @@
|
|
|
1094
1338
|
|
|
1095
1339
|
## 7.0.18
|
|
1096
1340
|
|
|
1097
|
-
- Updated dependencies
|
|
1341
|
+
- Updated dependencies
|
|
1342
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1098
1343
|
- @atlaskit/button@10.1.3
|
|
1099
1344
|
- @atlaskit/icon@16.0.4
|
|
1100
1345
|
- @atlaskit/docs@7.0.0
|
|
@@ -1103,7 +1348,8 @@
|
|
|
1103
1348
|
|
|
1104
1349
|
## 7.0.17
|
|
1105
1350
|
|
|
1106
|
-
- Updated dependencies
|
|
1351
|
+
- Updated dependencies
|
|
1352
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
1107
1353
|
- @atlaskit/docs@6.0.1
|
|
1108
1354
|
- @atlaskit/button@10.1.2
|
|
1109
1355
|
- @atlaskit/icon@16.0.0
|
|
@@ -1151,30 +1397,36 @@
|
|
|
1151
1397
|
|
|
1152
1398
|
- [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
|
|
1153
1399
|
|
|
1154
|
-
- Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
|
|
1400
|
+
- Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
|
|
1401
|
+
to type check properly
|
|
1155
1402
|
|
|
1156
1403
|
## 7.0.10
|
|
1157
1404
|
|
|
1158
|
-
- [patch] Adds missing implicit @babel/runtime dependency
|
|
1405
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
1406
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
1159
1407
|
|
|
1160
1408
|
## 7.0.9
|
|
1161
1409
|
|
|
1162
|
-
- [patch] Updated dependencies
|
|
1410
|
+
- [patch] Updated dependencies
|
|
1411
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
1163
1412
|
- @atlaskit/docs@5.0.8
|
|
1164
1413
|
- @atlaskit/button@9.0.13
|
|
1165
1414
|
- @atlaskit/icon@14.0.0
|
|
1166
1415
|
|
|
1167
1416
|
## 7.0.8
|
|
1168
1417
|
|
|
1169
|
-
- [patch] Fixes bug on next and prev month navigation.
|
|
1418
|
+
- [patch] Fixes bug on next and prev month navigation.
|
|
1419
|
+
[c4770a0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c4770a0)
|
|
1170
1420
|
|
|
1171
1421
|
## 7.0.7
|
|
1172
1422
|
|
|
1173
|
-
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
1423
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
1424
|
+
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
1174
1425
|
|
|
1175
1426
|
## 7.0.5
|
|
1176
1427
|
|
|
1177
|
-
- [patch] Updated dependencies
|
|
1428
|
+
- [patch] Updated dependencies
|
|
1429
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
1178
1430
|
- @atlaskit/theme@6.0.0
|
|
1179
1431
|
- @atlaskit/icon@13.2.5
|
|
1180
1432
|
- @atlaskit/button@9.0.6
|
|
@@ -1182,8 +1434,11 @@
|
|
|
1182
1434
|
|
|
1183
1435
|
## 7.0.4
|
|
1184
1436
|
|
|
1185
|
-
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
1186
|
-
|
|
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)
|
|
1187
1442
|
- @atlaskit/analytics-next@3.0.4
|
|
1188
1443
|
- @atlaskit/button@9.0.5
|
|
1189
1444
|
- @atlaskit/theme@5.1.3
|
|
@@ -1191,7 +1446,8 @@
|
|
|
1191
1446
|
|
|
1192
1447
|
## 7.0.3
|
|
1193
1448
|
|
|
1194
|
-
- [patch] Updated dependencies
|
|
1449
|
+
- [patch] Updated dependencies
|
|
1450
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
1195
1451
|
- @atlaskit/icon@13.2.2
|
|
1196
1452
|
- @atlaskit/button@9.0.4
|
|
1197
1453
|
- @atlaskit/theme@5.1.2
|
|
@@ -1200,8 +1456,10 @@
|
|
|
1200
1456
|
|
|
1201
1457
|
## 7.0.2
|
|
1202
1458
|
|
|
1203
|
-
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
1204
|
-
|
|
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)
|
|
1205
1463
|
- @atlaskit/analytics-next@3.0.2
|
|
1206
1464
|
- @atlaskit/button@9.0.3
|
|
1207
1465
|
- @atlaskit/theme@5.1.1
|
|
@@ -1209,23 +1467,32 @@
|
|
|
1209
1467
|
|
|
1210
1468
|
## 7.0.1
|
|
1211
1469
|
|
|
1212
|
-
- [patch] Move analytics tests and replace elements to core
|
|
1213
|
-
|
|
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)
|
|
1214
1474
|
- @atlaskit/analytics-next@3.0.1
|
|
1215
1475
|
- @atlaskit/button@9.0.2
|
|
1216
1476
|
- @atlaskit/docs@5.0.1
|
|
1217
1477
|
|
|
1218
1478
|
## 7.0.0
|
|
1219
1479
|
|
|
1220
|
-
- [major] Provides analytics for common component interations. See the
|
|
1221
|
-
|
|
1222
|
-
|
|
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)
|
|
1223
1489
|
- @atlaskit/analytics-next@3.0.0
|
|
1224
1490
|
- @atlaskit/button@9.0.0
|
|
1225
1491
|
- @atlaskit/theme@5.0.0
|
|
1226
1492
|
- @atlaskit/docs@5.0.0
|
|
1227
1493
|
- @atlaskit/icon@13.0.0
|
|
1228
|
-
- [major] Updated dependencies
|
|
1494
|
+
- [major] Updated dependencies
|
|
1495
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1229
1496
|
- @atlaskit/analytics-next@3.0.0
|
|
1230
1497
|
- @atlaskit/button@9.0.0
|
|
1231
1498
|
- @atlaskit/theme@5.0.0
|
|
@@ -1234,38 +1501,50 @@
|
|
|
1234
1501
|
|
|
1235
1502
|
## 6.2.2
|
|
1236
1503
|
|
|
1237
|
-
- [patch] Fix Calendar width increasing for some months
|
|
1238
|
-
|
|
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)
|
|
1239
1508
|
|
|
1240
1509
|
## 6.2.1
|
|
1241
1510
|
|
|
1242
|
-
- [patch] Calendar chevrons use large versions
|
|
1243
|
-
|
|
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)
|
|
1244
1515
|
|
|
1245
1516
|
## 6.2.0
|
|
1246
1517
|
|
|
1247
|
-
- [minor] Visual changes to match ADG3 guidelines
|
|
1248
|
-
|
|
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)
|
|
1249
1522
|
|
|
1250
1523
|
## 6.1.3
|
|
1251
1524
|
|
|
1252
|
-
- [patch] Fix \$FlowFixMe and release packages
|
|
1253
|
-
|
|
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)
|
|
1254
1529
|
- @atlaskit/button@8.2.2
|
|
1255
1530
|
- @atlaskit/icon@12.3.1
|
|
1256
1531
|
|
|
1257
1532
|
## 6.1.2
|
|
1258
1533
|
|
|
1259
|
-
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
1260
|
-
|
|
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)
|
|
1261
1538
|
- @atlaskit/button@8.1.2
|
|
1262
1539
|
- @atlaskit/theme@4.0.4
|
|
1263
1540
|
- @atlaskit/icon@12.1.2
|
|
1264
1541
|
|
|
1265
1542
|
## 6.1.1
|
|
1266
1543
|
|
|
1267
|
-
- [patch] Update changelogs to remove duplicate
|
|
1268
|
-
|
|
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)
|
|
1269
1548
|
- @atlaskit/theme@4.0.3
|
|
1270
1549
|
- @atlaskit/icon@12.1.1
|
|
1271
1550
|
- @atlaskit/button@8.1.1
|
|
@@ -1273,7 +1552,8 @@
|
|
|
1273
1552
|
|
|
1274
1553
|
## 6.1.0
|
|
1275
1554
|
|
|
1276
|
-
- [none] Updated dependencies
|
|
1555
|
+
- [none] Updated dependencies
|
|
1556
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
1277
1557
|
- @atlaskit/icon@12.1.0
|
|
1278
1558
|
- @atlaskit/docs@4.1.0
|
|
1279
1559
|
- @atlaskit/theme@4.0.2
|
|
@@ -1282,7 +1562,8 @@
|
|
|
1282
1562
|
## 6.0.1
|
|
1283
1563
|
|
|
1284
1564
|
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1285
|
-
- [patch] Updated dependencies
|
|
1565
|
+
- [patch] Updated dependencies
|
|
1566
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1286
1567
|
- @atlaskit/icon@12.0.1
|
|
1287
1568
|
- @atlaskit/button@8.0.1
|
|
1288
1569
|
- @atlaskit/theme@4.0.1
|
|
@@ -1290,8 +1571,10 @@
|
|
|
1290
1571
|
|
|
1291
1572
|
## 6.0.0
|
|
1292
1573
|
|
|
1293
|
-
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
1294
|
-
|
|
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)
|
|
1295
1578
|
- @atlaskit/icon@12.0.0
|
|
1296
1579
|
- @atlaskit/button@8.0.0
|
|
1297
1580
|
- @atlaskit/theme@4.0.0
|
|
@@ -1299,11 +1582,13 @@
|
|
|
1299
1582
|
|
|
1300
1583
|
## 5.0.4
|
|
1301
1584
|
|
|
1302
|
-
- [patch] Fix issue causing a mouseup to select a date. It is now bound to click.
|
|
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)
|
|
1303
1587
|
|
|
1304
1588
|
## 5.0.3
|
|
1305
1589
|
|
|
1306
|
-
- [patch] Updated dependencies
|
|
1590
|
+
- [patch] Updated dependencies
|
|
1591
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
1307
1592
|
- @atlaskit/icon@11.3.0
|
|
1308
1593
|
- @atlaskit/button@7.2.5
|
|
1309
1594
|
- @atlaskit/theme@3.2.2
|
|
@@ -1311,59 +1596,75 @@
|
|
|
1311
1596
|
|
|
1312
1597
|
## 5.0.1
|
|
1313
1598
|
|
|
1314
|
-
- [patch] Better styles for disabled dates
|
|
1599
|
+
- [patch] Better styles for disabled dates
|
|
1600
|
+
[866c497](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/866c497)
|
|
1315
1601
|
|
|
1316
1602
|
## 5.0.0
|
|
1317
1603
|
|
|
1318
|
-
- [major] Bump to React 16.3.
|
|
1604
|
+
- [major] Bump to React 16.3.
|
|
1605
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
1319
1606
|
|
|
1320
1607
|
## 4.0.0
|
|
1321
1608
|
|
|
1322
|
-
- [major] QoL and consistency changes to the calendar and datetime-picker APIs. Added the ability to
|
|
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)
|
|
1323
1613
|
|
|
1324
1614
|
## 3.2.1
|
|
1325
1615
|
|
|
1326
|
-
- [patch] Re-releasing due to potentially broken babel release
|
|
1616
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
1617
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
1327
1618
|
|
|
1328
1619
|
## 3.2.0
|
|
1329
1620
|
|
|
1330
|
-
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1621
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1622
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
1331
1623
|
|
|
1332
1624
|
## 3.1.3
|
|
1333
1625
|
|
|
1334
|
-
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
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)
|
|
1335
1628
|
|
|
1336
1629
|
## 3.1.2
|
|
1337
1630
|
|
|
1338
|
-
- [patch] Packages Flow types for elements components
|
|
1631
|
+
- [patch] Packages Flow types for elements components
|
|
1632
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
1339
1633
|
|
|
1340
1634
|
## 3.1.1
|
|
1341
1635
|
|
|
1342
|
-
- [patch] Flatten examples for easier consumer use
|
|
1636
|
+
- [patch] Flatten examples for easier consumer use
|
|
1637
|
+
[145b632](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/145b632)
|
|
1343
1638
|
|
|
1344
1639
|
## 3.1.0
|
|
1345
1640
|
|
|
1346
|
-
- [minor] Add React 16 support.
|
|
1641
|
+
- [minor] Add React 16 support.
|
|
1642
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
1347
1643
|
|
|
1348
1644
|
## 3.0.13
|
|
1349
1645
|
|
|
1350
|
-
- [patch] Fixed issue where hovering over a disabled date would not show a disabled cursor.
|
|
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)
|
|
1351
1648
|
|
|
1352
1649
|
## 3.0.12
|
|
1353
1650
|
|
|
1354
|
-
- [patch] Fix calendar dates not being selectable in IE11
|
|
1651
|
+
- [patch] Fix calendar dates not being selectable in IE11
|
|
1652
|
+
[a65e3b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a65e3b0)
|
|
1355
1653
|
|
|
1356
1654
|
## 3.0.10
|
|
1357
1655
|
|
|
1358
|
-
- [patch] stopped disabled dates from triggering onClick prop
|
|
1656
|
+
- [patch] stopped disabled dates from triggering onClick prop
|
|
1657
|
+
[3b42698](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3b42698)
|
|
1359
1658
|
|
|
1360
1659
|
## 3.0.9
|
|
1361
1660
|
|
|
1362
|
-
- [patch] did some clean up with accessibility of calendar
|
|
1661
|
+
- [patch] did some clean up with accessibility of calendar
|
|
1662
|
+
[48797f2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48797f2)
|
|
1363
1663
|
|
|
1364
1664
|
## 3.0.6
|
|
1365
1665
|
|
|
1366
|
-
- [patch] bump icon dependency
|
|
1666
|
+
- [patch] bump icon dependency
|
|
1667
|
+
[da14956](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da14956)
|
|
1367
1668
|
|
|
1368
1669
|
## 3.0.4
|
|
1369
1670
|
|