@atlaskit/checkbox 13.1.5 → 13.3.0
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 +893 -562
- package/dist/cjs/checkbox.js +2 -3
- package/dist/cjs/internal/label.js +2 -3
- package/dist/es2019/checkbox.js +2 -3
- package/dist/es2019/internal/label.js +3 -4
- package/dist/esm/checkbox.js +2 -3
- package/dist/esm/internal/label.js +3 -4
- package/package.json +7 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,405 +1,534 @@
|
|
|
1
1
|
# @atlaskit/checkbox
|
|
2
2
|
|
|
3
|
+
## 13.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#94675](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94675)
|
|
8
|
+
[`5d9e1dccacca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d9e1dccacca) -
|
|
9
|
+
[ux] Update input border color token to meet 3:1 color contrast ratioLight theme:
|
|
10
|
+
color.border.input: #091E4224 → #8590A2Dark mode: color.border.input: #A6C5E229 → #738496
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 13.2.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#96187](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96187)
|
|
21
|
+
[`53443aace88d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53443aace88d) -
|
|
22
|
+
Add support for React 18.
|
|
23
|
+
|
|
3
24
|
## 13.1.5
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
6
27
|
|
|
7
|
-
-
|
|
28
|
+
- [#89923](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89923)
|
|
29
|
+
[`32bc9f9f09b3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32bc9f9f09b3) -
|
|
30
|
+
Internal changes to typography, no visual change.
|
|
8
31
|
|
|
9
32
|
## 13.1.4
|
|
10
33
|
|
|
11
34
|
### Patch Changes
|
|
12
35
|
|
|
13
|
-
-
|
|
36
|
+
- [#84905](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84905)
|
|
37
|
+
[`f03cb7163ffc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f03cb7163ffc) -
|
|
38
|
+
Fixes a bug with input focus styles.
|
|
14
39
|
|
|
15
40
|
## 13.1.3
|
|
16
41
|
|
|
17
42
|
### Patch Changes
|
|
18
43
|
|
|
19
|
-
-
|
|
44
|
+
- [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297)
|
|
45
|
+
[`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) -
|
|
46
|
+
The internal composition of this component has changed. There is no expected change in
|
|
47
|
+
behaviour.
|
|
20
48
|
|
|
21
49
|
## 13.1.2
|
|
22
50
|
|
|
23
51
|
### Patch Changes
|
|
24
52
|
|
|
25
|
-
-
|
|
53
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
54
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
55
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
26
56
|
|
|
27
57
|
## 13.1.1
|
|
28
58
|
|
|
29
59
|
### Patch Changes
|
|
30
60
|
|
|
31
|
-
-
|
|
61
|
+
- [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
|
|
62
|
+
[`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
|
|
63
|
+
Revert input border change from the previous version
|
|
32
64
|
|
|
33
65
|
## 13.1.0
|
|
34
66
|
|
|
35
67
|
### Minor Changes
|
|
36
68
|
|
|
37
|
-
-
|
|
69
|
+
- [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
|
|
70
|
+
[`427c2dd9e0d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/427c2dd9e0d6) -
|
|
71
|
+
[ux] update border with from 2px to 1px with darker color to meet 3:1 color contrast for
|
|
72
|
+
accessibility improvement
|
|
38
73
|
|
|
39
74
|
### Patch Changes
|
|
40
75
|
|
|
41
|
-
-
|
|
76
|
+
- Updated dependencies
|
|
42
77
|
|
|
43
78
|
## 13.0.2
|
|
44
79
|
|
|
45
80
|
### Patch Changes
|
|
46
81
|
|
|
47
|
-
-
|
|
82
|
+
- [#78598](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78598)
|
|
83
|
+
[`cabae83473c3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cabae83473c3) -
|
|
84
|
+
[ux] Improved visibility of focus styles by adding a gap between the checkbox and focus ring.
|
|
85
|
+
This makes the focus ring easier to distinguish to a selected checkbox, which is also blue.
|
|
48
86
|
|
|
49
87
|
## 13.0.1
|
|
50
88
|
|
|
51
89
|
### Patch Changes
|
|
52
90
|
|
|
53
|
-
-
|
|
91
|
+
- Updated dependencies
|
|
54
92
|
|
|
55
93
|
## 13.0.0
|
|
56
94
|
|
|
57
95
|
### Major Changes
|
|
58
96
|
|
|
59
|
-
-
|
|
97
|
+
- [#41760](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41760)
|
|
98
|
+
[`909e4a30fe7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/909e4a30fe7) -
|
|
99
|
+
Removed all remaining legacy theming logic from the Blanket, Breadcrumbs and Checkbox
|
|
100
|
+
components.
|
|
60
101
|
|
|
61
102
|
## 12.6.11
|
|
62
103
|
|
|
63
104
|
### Patch Changes
|
|
64
105
|
|
|
65
|
-
-
|
|
106
|
+
- [#38875](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38875)
|
|
107
|
+
[`b580abfbc29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b580abfbc29) - Remove
|
|
108
|
+
onClick from checkbox label
|
|
66
109
|
|
|
67
110
|
## 12.6.10
|
|
68
111
|
|
|
69
112
|
### Patch Changes
|
|
70
113
|
|
|
71
|
-
-
|
|
114
|
+
- [#38731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38731)
|
|
115
|
+
[`9af31f3c1ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9af31f3c1ae) - Delete
|
|
116
|
+
version.json
|
|
72
117
|
|
|
73
118
|
## 12.6.9
|
|
74
119
|
|
|
75
120
|
### Patch Changes
|
|
76
121
|
|
|
77
|
-
-
|
|
122
|
+
- [#38201](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38201)
|
|
123
|
+
[`356d6ebed05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/356d6ebed05) - This
|
|
124
|
+
package is now onboarded onto the product push model.
|
|
78
125
|
|
|
79
126
|
## 12.6.8
|
|
80
127
|
|
|
81
128
|
### Patch Changes
|
|
82
129
|
|
|
83
|
-
-
|
|
130
|
+
- [#37615](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37615)
|
|
131
|
+
[`ba0a43d8ccc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba0a43d8ccc) - [ux]
|
|
132
|
+
update focused color fallback to meet contrast requirement
|
|
84
133
|
|
|
85
134
|
## 12.6.7
|
|
86
135
|
|
|
87
136
|
### Patch Changes
|
|
88
137
|
|
|
89
|
-
-
|
|
138
|
+
- [#37452](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37452)
|
|
139
|
+
[`9cc3b8d1902`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cc3b8d1902) -
|
|
140
|
+
chore(checkbox): use new feature flag for border contrast
|
|
90
141
|
|
|
91
142
|
## 12.6.6
|
|
92
143
|
|
|
93
144
|
### Patch Changes
|
|
94
145
|
|
|
95
|
-
-
|
|
146
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
147
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
148
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
149
|
+
testing.
|
|
96
150
|
|
|
97
151
|
## 12.6.5
|
|
98
152
|
|
|
99
153
|
### Patch Changes
|
|
100
154
|
|
|
101
|
-
-
|
|
155
|
+
- [#36666](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36666)
|
|
156
|
+
[`3958636a718`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3958636a718) - update
|
|
157
|
+
border width with border spacing token
|
|
102
158
|
|
|
103
159
|
## 12.6.4
|
|
104
160
|
|
|
105
161
|
### Patch Changes
|
|
106
162
|
|
|
107
|
-
-
|
|
163
|
+
- [#35111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35111)
|
|
164
|
+
[`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend
|
|
165
|
+
border contrast feature flag to support confluence
|
|
108
166
|
|
|
109
167
|
## 12.6.3
|
|
110
168
|
|
|
111
169
|
### Patch Changes
|
|
112
170
|
|
|
113
|
-
-
|
|
171
|
+
- [#34051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34051)
|
|
172
|
+
[`49b08bfdf5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49b08bfdf5f) -
|
|
173
|
+
Migrated use of `gridSize` to space tokens where possible. There is no expected visual or
|
|
174
|
+
behaviour change.
|
|
114
175
|
|
|
115
176
|
## 12.6.2
|
|
116
177
|
|
|
117
178
|
### Patch Changes
|
|
118
179
|
|
|
119
|
-
-
|
|
180
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
181
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
182
|
+
legacy types are published for TS 4.5-4.8
|
|
120
183
|
|
|
121
184
|
## 12.6.1
|
|
122
185
|
|
|
123
186
|
### Patch Changes
|
|
124
187
|
|
|
125
|
-
-
|
|
188
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
189
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
190
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
126
191
|
|
|
127
192
|
## 12.6.0
|
|
128
193
|
|
|
129
194
|
### Minor Changes
|
|
130
195
|
|
|
131
|
-
-
|
|
196
|
+
- [#33335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33335)
|
|
197
|
+
[`8d0fd2d3f6c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d0fd2d3f6c) - [ux]
|
|
198
|
+
reduce stroke width from 2px to 1px with new color to meet contrast requirement
|
|
132
199
|
|
|
133
200
|
## 12.5.0
|
|
134
201
|
|
|
135
202
|
### Minor Changes
|
|
136
203
|
|
|
137
|
-
-
|
|
204
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
205
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
206
|
+
minor dependency bump
|
|
138
207
|
|
|
139
208
|
### Patch Changes
|
|
140
209
|
|
|
141
|
-
-
|
|
210
|
+
- Updated dependencies
|
|
142
211
|
|
|
143
212
|
## 12.4.6
|
|
144
213
|
|
|
145
214
|
### Patch Changes
|
|
146
215
|
|
|
147
|
-
-
|
|
216
|
+
- Updated dependencies
|
|
148
217
|
|
|
149
218
|
## 12.4.5
|
|
150
219
|
|
|
151
220
|
### Patch Changes
|
|
152
221
|
|
|
153
|
-
-
|
|
222
|
+
- Updated dependencies
|
|
154
223
|
|
|
155
224
|
## 12.4.4
|
|
156
225
|
|
|
157
226
|
### Patch Changes
|
|
158
227
|
|
|
159
|
-
-
|
|
228
|
+
- Updated dependencies
|
|
160
229
|
|
|
161
230
|
## 12.4.3
|
|
162
231
|
|
|
163
232
|
### Patch Changes
|
|
164
233
|
|
|
165
|
-
-
|
|
234
|
+
- Updated dependencies
|
|
166
235
|
|
|
167
236
|
## 12.4.2
|
|
168
237
|
|
|
169
238
|
### Patch Changes
|
|
170
239
|
|
|
171
|
-
-
|
|
240
|
+
- [#27738](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27738)
|
|
241
|
+
[`ed1b0fd2c2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed1b0fd2c2d) - [ux]
|
|
242
|
+
Removes redundant whitespace from checkbox when no visual label is applied - eg when an
|
|
243
|
+
aria-label or id is used instead.
|
|
172
244
|
|
|
173
245
|
## 12.4.1
|
|
174
246
|
|
|
175
247
|
### Patch Changes
|
|
176
248
|
|
|
177
|
-
-
|
|
249
|
+
- Updated dependencies
|
|
178
250
|
|
|
179
251
|
## 12.4.0
|
|
180
252
|
|
|
181
253
|
### Minor Changes
|
|
182
254
|
|
|
183
|
-
-
|
|
255
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
256
|
+
[`0944c0e7eed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0944c0e7eed) -
|
|
257
|
+
Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
184
258
|
|
|
185
259
|
### Patch Changes
|
|
186
260
|
|
|
187
|
-
-
|
|
261
|
+
- Updated dependencies
|
|
188
262
|
|
|
189
263
|
## 12.3.20
|
|
190
264
|
|
|
191
265
|
### Patch Changes
|
|
192
266
|
|
|
193
|
-
-
|
|
267
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
268
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
269
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
194
270
|
|
|
195
271
|
## 12.3.19
|
|
196
272
|
|
|
197
273
|
### Patch Changes
|
|
198
274
|
|
|
199
|
-
-
|
|
275
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
276
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
277
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
200
278
|
|
|
201
279
|
## 12.3.18
|
|
202
280
|
|
|
203
281
|
### Patch Changes
|
|
204
282
|
|
|
205
|
-
-
|
|
206
|
-
-
|
|
283
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
284
|
+
[`fe575d49d66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe575d49d66) -
|
|
285
|
+
Updated styles to use new input design tokens
|
|
286
|
+
- Updated dependencies
|
|
207
287
|
|
|
208
288
|
## 12.3.17
|
|
209
289
|
|
|
210
290
|
### Patch Changes
|
|
211
291
|
|
|
212
|
-
-
|
|
292
|
+
- [#23299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23299)
|
|
293
|
+
[`90e89e12034`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90e89e12034) - [ux]
|
|
294
|
+
Updated colors to use appropriate tokens
|
|
213
295
|
|
|
214
296
|
## 12.3.16
|
|
215
297
|
|
|
216
298
|
### Patch Changes
|
|
217
299
|
|
|
218
|
-
-
|
|
300
|
+
- [#23179](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23179)
|
|
301
|
+
[`f55cf469372`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f55cf469372) - Added
|
|
302
|
+
id property to the checkbox label for compatibility with aria-labelledby
|
|
219
303
|
|
|
220
304
|
## 12.3.15
|
|
221
305
|
|
|
222
306
|
### Patch Changes
|
|
223
307
|
|
|
224
|
-
-
|
|
308
|
+
- Updated dependencies
|
|
225
309
|
|
|
226
310
|
## 12.3.14
|
|
227
311
|
|
|
228
312
|
### Patch Changes
|
|
229
313
|
|
|
230
|
-
-
|
|
314
|
+
- [#22130](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22130)
|
|
315
|
+
[`ff75f6c3189`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff75f6c3189) - [ux]
|
|
316
|
+
Checkbox now uses grid layout in order to position the hidden checkbox over the area where the
|
|
317
|
+
icon is. This improves the virtual cursor for screen readers while also meaning that modifier
|
|
318
|
+
keys used when clicking the checkbox work."
|
|
231
319
|
|
|
232
320
|
## 12.3.13
|
|
233
321
|
|
|
234
322
|
### Patch Changes
|
|
235
323
|
|
|
236
|
-
-
|
|
324
|
+
- Updated dependencies
|
|
237
325
|
|
|
238
326
|
## 12.3.12
|
|
239
327
|
|
|
240
328
|
### Patch Changes
|
|
241
329
|
|
|
242
|
-
-
|
|
330
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
331
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
332
|
+
Upgrade to TypeScript 4.2.4
|
|
243
333
|
|
|
244
334
|
## 12.3.11
|
|
245
335
|
|
|
246
336
|
### Patch Changes
|
|
247
337
|
|
|
248
|
-
-
|
|
338
|
+
- Updated dependencies
|
|
249
339
|
|
|
250
340
|
## 12.3.10
|
|
251
341
|
|
|
252
342
|
### Patch Changes
|
|
253
343
|
|
|
254
|
-
-
|
|
344
|
+
- Updated dependencies
|
|
255
345
|
|
|
256
346
|
## 12.3.9
|
|
257
347
|
|
|
258
348
|
### Patch Changes
|
|
259
349
|
|
|
260
|
-
-
|
|
350
|
+
- Updated dependencies
|
|
261
351
|
|
|
262
352
|
## 12.3.8
|
|
263
353
|
|
|
264
354
|
### Patch Changes
|
|
265
355
|
|
|
266
|
-
-
|
|
267
|
-
-
|
|
356
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
|
|
357
|
+
[`5d27b03c5cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d27b03c5cf) - Styles
|
|
358
|
+
have been rewritten in preparation for migration to compiled.
|
|
359
|
+
- Updated dependencies
|
|
268
360
|
|
|
269
361
|
## 12.3.7
|
|
270
362
|
|
|
271
363
|
### Patch Changes
|
|
272
364
|
|
|
273
|
-
-
|
|
274
|
-
-
|
|
365
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
366
|
+
[`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) -
|
|
367
|
+
Updates usage of deprecated token names so they're aligned with the latest naming conventions.
|
|
368
|
+
No UI or visual changes
|
|
369
|
+
- Updated dependencies
|
|
275
370
|
|
|
276
371
|
## 12.3.6
|
|
277
372
|
|
|
278
373
|
### Patch Changes
|
|
279
374
|
|
|
280
|
-
-
|
|
375
|
+
- Updated dependencies
|
|
281
376
|
|
|
282
377
|
## 12.3.5
|
|
283
378
|
|
|
284
379
|
### Patch Changes
|
|
285
380
|
|
|
286
|
-
-
|
|
287
|
-
-
|
|
381
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
382
|
+
[`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
|
|
383
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
384
|
+
tokens() function and improving bundle size.
|
|
385
|
+
- Updated dependencies
|
|
288
386
|
|
|
289
387
|
## 12.3.4
|
|
290
388
|
|
|
291
389
|
### Patch Changes
|
|
292
390
|
|
|
293
|
-
-
|
|
391
|
+
- Updated dependencies
|
|
294
392
|
|
|
295
393
|
## 12.3.3
|
|
296
394
|
|
|
297
395
|
### Patch Changes
|
|
298
396
|
|
|
299
|
-
-
|
|
397
|
+
- Updated dependencies
|
|
300
398
|
|
|
301
399
|
## 12.3.2
|
|
302
400
|
|
|
303
401
|
### Patch Changes
|
|
304
402
|
|
|
305
|
-
-
|
|
403
|
+
- Updated dependencies
|
|
306
404
|
|
|
307
405
|
## 12.3.1
|
|
308
406
|
|
|
309
407
|
### Patch Changes
|
|
310
408
|
|
|
311
|
-
-
|
|
312
|
-
-
|
|
409
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
410
|
+
[`6e2231d4609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e2231d4609) -
|
|
411
|
+
Checkbox no longer creates an empty `<span/>` element next to the input if no label is provided.
|
|
412
|
+
- Updated dependencies
|
|
313
413
|
|
|
314
414
|
## 12.3.0
|
|
315
415
|
|
|
316
416
|
### Minor Changes
|
|
317
417
|
|
|
318
|
-
-
|
|
418
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
419
|
+
[`fe79d66ea34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe79d66ea34) -
|
|
420
|
+
Instruments checkbox with the new tokens api. This will continue to work alongside the existing
|
|
421
|
+
theming implementation. No visual changes
|
|
319
422
|
|
|
320
423
|
### Patch Changes
|
|
321
424
|
|
|
322
|
-
-
|
|
323
|
-
|
|
324
|
-
-
|
|
425
|
+
- [`b6b4c4100cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6b4c4100cd) -
|
|
426
|
+
Updates high contrast css declarations to use system color tokens + generic media query
|
|
427
|
+
- [`2d7cc544696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d7cc544696) -
|
|
428
|
+
Updates token usage to match the latest token set
|
|
429
|
+
- Updated dependencies
|
|
325
430
|
|
|
326
431
|
## 12.2.2
|
|
327
432
|
|
|
328
433
|
### Patch Changes
|
|
329
434
|
|
|
330
|
-
-
|
|
331
|
-
-
|
|
435
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
436
|
+
[`18c128f6b73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18c128f6b73) - [ux]
|
|
437
|
+
Fix bug in which modified click events (e.g. Ctrl+Click) would not get passed down to the
|
|
438
|
+
underlying input element in Firefox.
|
|
439
|
+
- Updated dependencies
|
|
332
440
|
|
|
333
441
|
## 12.2.1
|
|
334
442
|
|
|
335
443
|
### Patch Changes
|
|
336
444
|
|
|
337
|
-
-
|
|
445
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
446
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
447
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
338
448
|
|
|
339
449
|
## 12.2.0
|
|
340
450
|
|
|
341
451
|
### Minor Changes
|
|
342
452
|
|
|
343
|
-
-
|
|
453
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
454
|
+
[`987e2fc4ddd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/987e2fc4ddd) - Add
|
|
455
|
+
configuration to eslint rule label-has-associated-control
|
|
344
456
|
|
|
345
457
|
### Patch Changes
|
|
346
458
|
|
|
347
|
-
-
|
|
348
|
-
|
|
459
|
+
- [`3c67db1a6e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c67db1a6e9) - Fix
|
|
460
|
+
for checkbox to account for a change in the @atlaskit/icon API
|
|
461
|
+
- Updated dependencies
|
|
349
462
|
|
|
350
463
|
## 12.1.3
|
|
351
464
|
|
|
352
465
|
### Patch Changes
|
|
353
466
|
|
|
354
|
-
-
|
|
467
|
+
- [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
|
|
468
|
+
[`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) -
|
|
469
|
+
Updates to development dependency `storybook-addon-performance`
|
|
355
470
|
|
|
356
471
|
## 12.1.2
|
|
357
472
|
|
|
358
473
|
### Patch Changes
|
|
359
474
|
|
|
360
|
-
-
|
|
475
|
+
- [#11584](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11584)
|
|
476
|
+
[`37324ccc750`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37324ccc750) - Fix
|
|
477
|
+
styling error causing rendering errors in iOS Safari, and focus rings in Firefox
|
|
361
478
|
|
|
362
479
|
## 12.1.1
|
|
363
480
|
|
|
364
481
|
### Patch Changes
|
|
365
482
|
|
|
366
|
-
-
|
|
367
|
-
-
|
|
483
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
484
|
+
[`a99925b1634`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a99925b1634) - Added
|
|
485
|
+
styles for edge high contrast modes (black on white and white on black)
|
|
486
|
+
- Updated dependencies
|
|
368
487
|
|
|
369
488
|
## 12.1.0
|
|
370
489
|
|
|
371
490
|
### Minor Changes
|
|
372
491
|
|
|
373
|
-
-
|
|
492
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
|
|
493
|
+
[`02a0cdbd98b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02a0cdbd98b) - Added
|
|
494
|
+
aria-invalid to checkbox input which corresponds the isInvalid prop
|
|
374
495
|
|
|
375
496
|
## 12.0.2
|
|
376
497
|
|
|
377
498
|
### Patch Changes
|
|
378
499
|
|
|
379
|
-
-
|
|
380
|
-
-
|
|
500
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
|
|
501
|
+
[`e0278312c57`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0278312c57) -
|
|
502
|
+
Checkbox now uses the new `SVG` component from @atlaskit/icon.
|
|
503
|
+
- Updated dependencies
|
|
381
504
|
|
|
382
505
|
## 12.0.1
|
|
383
506
|
|
|
384
507
|
### Patch Changes
|
|
385
508
|
|
|
386
|
-
-
|
|
387
|
-
|
|
509
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
510
|
+
[`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
|
|
511
|
+
injected package name and version for analytics instead of version.json.
|
|
512
|
+
- [`08c1f789a45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c1f789a45) - [ux]
|
|
513
|
+
Fixes flickering when transitioning to and from indeterminate states
|
|
388
514
|
|
|
389
515
|
## 12.0.0
|
|
390
516
|
|
|
391
517
|
### Major Changes
|
|
392
518
|
|
|
393
|
-
-
|
|
394
|
-
|
|
519
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571)
|
|
520
|
+
[`ee02ee0aaa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee02ee0aaa) In this
|
|
521
|
+
version, we made `Checkbox` dramatically faster and more lightweight 😍
|
|
395
522
|
|
|
396
523
|
### Changes
|
|
397
524
|
|
|
398
|
-
In `12.0.0` we improved the performance of `Checkbox` by making it more similar to a native checkbox
|
|
525
|
+
In `12.0.0` we improved the performance of `Checkbox` by making it more similar to a native checkbox
|
|
526
|
+
and removing performance-heavy API.
|
|
399
527
|
|
|
400
528
|
### Overrides
|
|
401
529
|
|
|
402
|
-
`overrides` is an API that allowed extreme customisation flexibility. Previously you could customise
|
|
530
|
+
`overrides` is an API that allowed extreme customisation flexibility. Previously you could customise
|
|
531
|
+
the css and attributes of 6 internal components or replace the component entirely.
|
|
403
532
|
|
|
404
533
|
```
|
|
405
534
|
<Checkbox
|
|
@@ -416,13 +545,25 @@ In `12.0.0` we improved the performance of `Checkbox` by making it more similar
|
|
|
416
545
|
/>
|
|
417
546
|
```
|
|
418
547
|
|
|
419
|
-
This proved to be a significant performance problem even if you weren't using the API. It also
|
|
548
|
+
This proved to be a significant performance problem even if you weren't using the API. It also
|
|
549
|
+
exposes internal structure as external API which prevents us from changing the structure and
|
|
550
|
+
improving the component. We found that not many consumers were using `overrides` so we decided to
|
|
551
|
+
benefit all consumers of `Checkbox` we have removed `overrides` from the package. If you are using
|
|
552
|
+
`overrides` and we haven't already been in contact with you, contact the design system team for
|
|
553
|
+
assistance in migrating away from it.
|
|
420
554
|
|
|
421
555
|
### Theming
|
|
422
556
|
|
|
423
|
-
`theme` is another API that allows you to customise the appearance of `Checkbox`. Theming could
|
|
557
|
+
`theme` is another API that allows you to customise the appearance of `Checkbox`. Theming could
|
|
558
|
+
previously be used to customise the various colours, spacing and sizes used in `Checkbox`. Much like
|
|
559
|
+
`overrides` there was minimal usage of this API and it was identified to have a negative performance
|
|
560
|
+
impact regardless of whether it was used.
|
|
424
561
|
|
|
425
|
-
We decided to also remove this API to benefit all consumers of `Checkbox`. If you would like to
|
|
562
|
+
We decided to also remove this API to benefit all consumers of `Checkbox`. If you would like to
|
|
563
|
+
continue customising checkbox there are now two ways of doing this. `Checkbox` now spreads any
|
|
564
|
+
`HTMLInputAttribute` onto the checkbox input. Therefore you can put a `className` on the checkbox
|
|
565
|
+
input and target the svg that is actually being shown, in the exact same way that we target the svg
|
|
566
|
+
based off checkbox styles. For example,
|
|
426
567
|
|
|
427
568
|
```
|
|
428
569
|
import React from 'react';
|
|
@@ -465,28 +606,42 @@ export default function LargeSizeExample() {
|
|
|
465
606
|
|
|
466
607
|
```
|
|
467
608
|
|
|
468
|
-
Note that `Checkbox` still supports the light mode / dark mode global token. Along with this change
|
|
609
|
+
Note that `Checkbox` still supports the light mode / dark mode global token. Along with this change
|
|
610
|
+
we have removed the exports `ComponentTokens` and `ThemeFn` from `Checkbox` as they can no longer be
|
|
611
|
+
used with the removal of `theme`.
|
|
469
612
|
|
|
470
613
|
### Other changes
|
|
471
614
|
|
|
472
|
-
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
-
|
|
479
|
-
|
|
615
|
+
- Previously all interaction styles were generated in JS using events, causing unnecessary and
|
|
616
|
+
slow rerenders for actions like hovering and focusing. Now all styles for the `Checkbox` are
|
|
617
|
+
applied using css selectors.
|
|
618
|
+
- To generate less dom elements we have removed the dependency on `@atlaskit/icon` and instead
|
|
619
|
+
changed to an `svg` that can be customised to be the default checkbox or the indeterminate
|
|
620
|
+
checkbox. This `svg` is styled from the input element with the sibling selector.
|
|
621
|
+
- The disabled state of `Checkbox` previously had no border. This was not intentional and now
|
|
622
|
+
`Checkbox` has a 2px border when it is disabled, this is consistent with all other states of
|
|
623
|
+
`Checkbox`.
|
|
624
|
+
- `CheckboxProps` now extends `HTMLInputAttribute` which means you can pass any input attribute as
|
|
625
|
+
a prop onto `Checkbox`.
|
|
626
|
+
- Changed the `inputRef` prop to be `ref` which returns the `ref` of the checkbox input using
|
|
627
|
+
`forwardRef`. This new `ref` prop will accept the type of the old `inputRef` prop,
|
|
628
|
+
`(input?: HTMLInputElement) => any`, as well as if `ref` is created with `createRef`.
|
|
629
|
+
- Removed the prop `isFullWidth` as it did not do anything.
|
|
630
|
+
- Updated the entry point to only export `Checkbox` and `CheckboxProps`. `Checkbox` can now be a
|
|
631
|
+
named or default import. As the old entry point allowed access to every export at the base level
|
|
632
|
+
these exports have now been removed; `ComponentTokens`, `ThemeFn`, `CheckboxWithoutAnalytics`,
|
|
633
|
+
`CheckboxIcon` as well as all exported types.
|
|
634
|
+
- Changed indeterminate checkboxes to set `aria-checked` to be `mixed`.
|
|
480
635
|
|
|
481
636
|
### Automatic upgrading
|
|
482
637
|
|
|
483
638
|
There is a codemod that assists you in upgrading most of the changes from above.
|
|
484
639
|
|
|
485
|
-
-
|
|
486
|
-
-
|
|
487
|
-
-
|
|
488
|
-
-
|
|
489
|
-
-
|
|
640
|
+
- Removes `isFullWidth`, `theme` and `overrides` prop.
|
|
641
|
+
- Shifts over usages of `inputRef` to `ref`
|
|
642
|
+
- Removes imports of `ComponentTokens` and `ThemeFn`.
|
|
643
|
+
- Changes imports of `CheckboxProps` to be at the base level.
|
|
644
|
+
- Changes imports of `CheckboxWithoutAnalytics` to import `Checkbox` at the base level.
|
|
490
645
|
|
|
491
646
|
```
|
|
492
647
|
# You first need to have the latest `Checkbox` installed before you can run the codemod
|
|
@@ -499,967 +654,1143 @@ npx @atlaskit/codemod-cli /path/to/target/directory --parser [tsx | flow | babel
|
|
|
499
654
|
|
|
500
655
|
### Patch Changes
|
|
501
656
|
|
|
502
|
-
-
|
|
503
|
-
|
|
657
|
+
- [`c7604cdf02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7604cdf02) - In
|
|
658
|
+
`12.0.0` the `checkbox` input accidentally changed vertical alignment from `top` to `center`.
|
|
659
|
+
This had a visual impact when you had a checkbox label the spanned multiple lines. This changes
|
|
660
|
+
the vertical alignment of the `checkbox` input back to `top`.
|
|
661
|
+
- [`6cb7f0c5e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6cb7f0c5e5) - Patch
|
|
662
|
+
fix to make the svg not shrink and give Checkbox a display name.
|
|
504
663
|
|
|
505
664
|
## 11.0.8
|
|
506
665
|
|
|
507
666
|
### Patch Changes
|
|
508
667
|
|
|
509
|
-
-
|
|
668
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
669
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
670
|
+
Transpile packages using babel rather than tsc
|
|
510
671
|
|
|
511
672
|
## 11.0.7
|
|
512
673
|
|
|
513
674
|
### Patch Changes
|
|
514
675
|
|
|
515
|
-
-
|
|
516
|
-
|
|
517
|
-
|
|
676
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
677
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
678
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
679
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
680
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
681
|
+
`devDependencies` to denote version that the package was built with.
|
|
518
682
|
|
|
519
683
|
## 11.0.6
|
|
520
684
|
|
|
521
685
|
### Patch Changes
|
|
522
686
|
|
|
523
|
-
-
|
|
687
|
+
- Updated dependencies
|
|
524
688
|
|
|
525
689
|
## 11.0.5
|
|
526
690
|
|
|
527
691
|
### Patch Changes
|
|
528
692
|
|
|
529
|
-
-
|
|
693
|
+
- [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
|
|
694
|
+
[`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
|
|
695
|
+
integration tests for Edge browser
|
|
530
696
|
|
|
531
697
|
## 11.0.4
|
|
532
698
|
|
|
533
699
|
### Patch Changes
|
|
534
700
|
|
|
535
|
-
-
|
|
701
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
702
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
703
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
536
704
|
|
|
537
|
-
|
|
538
|
-
|
|
705
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
706
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
539
707
|
|
|
540
708
|
## 11.0.3
|
|
541
709
|
|
|
542
710
|
### Patch Changes
|
|
543
711
|
|
|
544
|
-
-
|
|
545
|
-
|
|
712
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
713
|
+
[`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
|
|
714
|
+
'lodash' package instead of single-function 'lodash.\*' packages
|
|
715
|
+
- [`e99262c6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99262c6f0) - All form
|
|
716
|
+
elements now have a default font explicitly set
|
|
546
717
|
|
|
547
718
|
## 11.0.2
|
|
548
719
|
|
|
549
720
|
### Patch Changes
|
|
550
721
|
|
|
551
|
-
-
|
|
722
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
|
|
723
|
+
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
|
|
724
|
+
readme and package information has been updated to point to the new design system website.
|
|
552
725
|
|
|
553
726
|
## 11.0.1
|
|
554
727
|
|
|
555
728
|
### Patch Changes
|
|
556
729
|
|
|
557
|
-
-
|
|
730
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
731
|
+
[`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
|
|
732
|
+
all the theme imports to be tree-shakable
|
|
558
733
|
|
|
559
734
|
## 11.0.0
|
|
560
735
|
|
|
561
736
|
### Major Changes
|
|
562
737
|
|
|
563
|
-
-
|
|
564
|
-
|
|
738
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
739
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
|
|
740
|
+
Officially dropping IE11 support, from this version onwards there are no warranties of the
|
|
741
|
+
package working in IE11. For more information see:
|
|
742
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
565
743
|
|
|
566
744
|
### Patch Changes
|
|
567
745
|
|
|
568
|
-
-
|
|
746
|
+
- Updated dependencies
|
|
569
747
|
|
|
570
748
|
## 10.1.14
|
|
571
749
|
|
|
572
750
|
### Patch Changes
|
|
573
751
|
|
|
574
|
-
-
|
|
752
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
753
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
|
|
754
|
+
and supporting files will no longer be published to npm
|
|
575
755
|
|
|
576
756
|
## 10.1.13
|
|
577
757
|
|
|
578
758
|
### Patch Changes
|
|
579
759
|
|
|
580
|
-
-
|
|
760
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
761
|
+
[`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
|
|
762
|
+
unused dependencies
|
|
581
763
|
|
|
582
764
|
## 10.1.12
|
|
583
765
|
|
|
584
766
|
### Patch Changes
|
|
585
767
|
|
|
586
|
-
-
|
|
768
|
+
- Updated dependencies
|
|
587
769
|
|
|
588
770
|
## 10.1.11
|
|
589
771
|
|
|
590
772
|
### Patch Changes
|
|
591
773
|
|
|
592
|
-
-
|
|
774
|
+
- [patch][68ff159118](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ff159118):
|
|
593
775
|
|
|
594
|
-
|
|
776
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
777
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
595
778
|
|
|
596
|
-
-
|
|
597
|
-
|
|
598
|
-
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
779
|
+
- Updated dependencies
|
|
780
|
+
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
781
|
+
- Updated dependencies
|
|
782
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
783
|
+
- Updated dependencies
|
|
784
|
+
[0059d26429](https://bitbucket.org/atlassian/atlassian-frontend/commits/0059d26429):
|
|
785
|
+
- Updated dependencies
|
|
786
|
+
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
787
|
+
- @atlaskit/button@13.3.11
|
|
788
|
+
- @atlaskit/icon@20.1.1
|
|
789
|
+
- @atlaskit/form@7.2.1
|
|
790
|
+
- @atlaskit/webdriver-runner@0.3.4
|
|
604
791
|
|
|
605
792
|
## 10.1.10
|
|
606
793
|
|
|
607
794
|
### Patch Changes
|
|
608
795
|
|
|
609
|
-
-
|
|
610
|
-
|
|
611
|
-
-
|
|
612
|
-
|
|
613
|
-
-
|
|
614
|
-
|
|
615
|
-
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
796
|
+
- Updated dependencies
|
|
797
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
798
|
+
- Updated dependencies
|
|
799
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
800
|
+
- Updated dependencies
|
|
801
|
+
[64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
|
|
802
|
+
- Updated dependencies
|
|
803
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
804
|
+
- Updated dependencies
|
|
805
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
806
|
+
- Updated dependencies
|
|
807
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
808
|
+
- Updated dependencies
|
|
809
|
+
[109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
|
|
810
|
+
- Updated dependencies
|
|
811
|
+
[c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
|
|
812
|
+
- @atlaskit/docs@8.4.0
|
|
813
|
+
- @atlaskit/icon@20.1.0
|
|
814
|
+
- @atlaskit/webdriver-runner@0.3.0
|
|
815
|
+
- @atlaskit/button@13.3.9
|
|
816
|
+
- @atlaskit/form@7.1.5
|
|
817
|
+
- @atlaskit/section-message@4.1.7
|
|
623
818
|
|
|
624
819
|
## 10.1.9
|
|
625
820
|
|
|
626
821
|
### Patch Changes
|
|
627
822
|
|
|
628
|
-
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
823
|
+
- Updated dependencies
|
|
824
|
+
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
825
|
+
- @atlaskit/webdriver-runner@0.2.0
|
|
826
|
+
- @atlaskit/button@13.3.8
|
|
827
|
+
- @atlaskit/form@7.1.4
|
|
828
|
+
- @atlaskit/section-message@4.1.6
|
|
633
829
|
|
|
634
830
|
## 10.1.8
|
|
635
831
|
|
|
636
832
|
### Patch Changes
|
|
637
833
|
|
|
638
|
-
-
|
|
834
|
+
- [patch][c1992227dc](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1992227dc):
|
|
639
835
|
|
|
640
|
-
|
|
836
|
+
Bump to lodash.merge to 4.6.2- Updated dependencies
|
|
837
|
+
[eaad41d56c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaad41d56c):
|
|
641
838
|
|
|
642
|
-
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
839
|
+
- Updated dependencies
|
|
840
|
+
[c12ba5eb3e](https://bitbucket.org/atlassian/atlassian-frontend/commits/c12ba5eb3e):
|
|
841
|
+
- Updated dependencies
|
|
842
|
+
[0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
|
|
843
|
+
- @atlaskit/form@7.1.3
|
|
844
|
+
- @atlaskit/icon@20.0.2
|
|
646
845
|
|
|
647
846
|
## 10.1.7
|
|
648
847
|
|
|
649
848
|
### Patch Changes
|
|
650
849
|
|
|
651
|
-
-
|
|
850
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
652
851
|
|
|
653
|
-
|
|
852
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
853
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
654
854
|
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
855
|
+
- @atlaskit/docs@8.3.2
|
|
856
|
+
- @atlaskit/visual-regression@0.1.9
|
|
857
|
+
- @atlaskit/analytics-next@6.3.5
|
|
858
|
+
- @atlaskit/button@13.3.7
|
|
859
|
+
- @atlaskit/form@7.1.2
|
|
860
|
+
- @atlaskit/icon@20.0.1
|
|
861
|
+
- @atlaskit/section-message@4.1.5
|
|
862
|
+
- @atlaskit/theme@9.5.1
|
|
663
863
|
|
|
664
864
|
## 10.1.6
|
|
665
865
|
|
|
666
866
|
### Patch Changes
|
|
667
867
|
|
|
668
|
-
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
868
|
+
- Updated dependencies
|
|
869
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
870
|
+
- @atlaskit/icon@20.0.0
|
|
871
|
+
- @atlaskit/form@7.1.1
|
|
872
|
+
- @atlaskit/section-message@4.1.4
|
|
873
|
+
- @atlaskit/docs@8.3.1
|
|
874
|
+
- @atlaskit/button@13.3.6
|
|
674
875
|
|
|
675
876
|
## 10.1.5
|
|
676
877
|
|
|
677
878
|
### Patch Changes
|
|
678
879
|
|
|
679
|
-
-
|
|
880
|
+
- [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
680
881
|
|
|
681
|
-
|
|
882
|
+
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
|
|
883
|
+
[patch][6a8bc6f866](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a8bc6f866):
|
|
682
884
|
|
|
683
|
-
|
|
885
|
+
Fixes an issue where focus rings and borders were not appearing as expected on some checkboxes-
|
|
886
|
+
Updated dependencies
|
|
887
|
+
[28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
|
|
684
888
|
|
|
685
|
-
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
889
|
+
- Updated dependencies
|
|
890
|
+
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
891
|
+
- Updated dependencies
|
|
892
|
+
[4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
893
|
+
- @atlaskit/icon@19.1.0
|
|
894
|
+
- @atlaskit/theme@9.5.0
|
|
895
|
+
- @atlaskit/button@13.3.5
|
|
896
|
+
- @atlaskit/section-message@4.1.3
|
|
691
897
|
|
|
692
898
|
## 10.1.4
|
|
693
899
|
|
|
694
900
|
### Patch Changes
|
|
695
901
|
|
|
696
|
-
-
|
|
902
|
+
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
697
903
|
|
|
698
|
-
|
|
904
|
+
Form has been converted to Typescript. TypeScript consumers will now get static type safety.
|
|
905
|
+
Flow types are no longer provided. No API changes.-
|
|
906
|
+
[patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
699
907
|
|
|
700
|
-
|
|
908
|
+
fixes disabled checkbox not having correct cursor when hovering over icons- Updated dependencies
|
|
909
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
701
910
|
|
|
702
|
-
-
|
|
703
|
-
|
|
704
|
-
-
|
|
705
|
-
|
|
706
|
-
|
|
911
|
+
- Updated dependencies
|
|
912
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
913
|
+
- Updated dependencies
|
|
914
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
915
|
+
- Updated dependencies
|
|
916
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
917
|
+
- @atlaskit/analytics-next@6.3.3
|
|
918
|
+
- @atlaskit/form@7.0.0
|
|
707
919
|
|
|
708
920
|
## 10.1.3
|
|
709
921
|
|
|
710
922
|
### Patch Changes
|
|
711
923
|
|
|
712
|
-
-
|
|
924
|
+
- [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
|
|
713
925
|
|
|
714
|
-
|
|
926
|
+
Theme has been converted to Typescript. Typescript consumers will now get static type safety.
|
|
927
|
+
Flow types are no longer provided.
|
|
715
928
|
|
|
716
|
-
|
|
929
|
+
### Breaking
|
|
717
930
|
|
|
718
|
-
|
|
719
|
-
|
|
931
|
+
** getTokens props changes ** When defining the value function passed into a ThemeProvider, the
|
|
932
|
+
getTokens parameter cannot be called without props; if no props are provided an empty object
|
|
933
|
+
`{}` must be passed in:
|
|
720
934
|
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
935
|
+
```javascript
|
|
936
|
+
<CustomTheme.Provider
|
|
937
|
+
value={t => ({ ...t(), backgroundColor: '#333'})}
|
|
938
|
+
>
|
|
939
|
+
```
|
|
726
940
|
|
|
727
|
-
|
|
941
|
+
becomes:
|
|
728
942
|
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
943
|
+
```javascript
|
|
944
|
+
<CustomTheme.Provider
|
|
945
|
+
value={t => ({ ...t({}), backgroundColor: '#333'})}
|
|
946
|
+
>
|
|
947
|
+
```
|
|
734
948
|
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
Users will need to update imports from this:
|
|
949
|
+
** Color palette changes ** Color palettes have been moved into their own file. Users will need
|
|
950
|
+
to update imports from this:
|
|
738
951
|
|
|
739
|
-
|
|
740
|
-
|
|
952
|
+
```javascript
|
|
953
|
+
import { colors } from '@atlaskit/theme';
|
|
741
954
|
|
|
742
|
-
|
|
743
|
-
|
|
955
|
+
colors.colorPalette('8');
|
|
956
|
+
```
|
|
744
957
|
|
|
745
|
-
|
|
958
|
+
to this:
|
|
746
959
|
|
|
747
|
-
|
|
748
|
-
|
|
960
|
+
```javascript
|
|
961
|
+
import { colorPalette } from '@atlaskit/theme';
|
|
749
962
|
|
|
750
|
-
|
|
751
|
-
|
|
963
|
+
colorPalette.colorPalette('8');
|
|
964
|
+
```
|
|
752
965
|
|
|
753
|
-
|
|
966
|
+
or for multi entry-point users:
|
|
754
967
|
|
|
755
|
-
|
|
756
|
-
|
|
968
|
+
```javascript
|
|
969
|
+
import * as colors from '@atlaskit/theme/colors';
|
|
757
970
|
|
|
758
|
-
|
|
759
|
-
|
|
971
|
+
colors.colorPalette('8');
|
|
972
|
+
```
|
|
760
973
|
|
|
761
|
-
|
|
974
|
+
to this:
|
|
762
975
|
|
|
763
|
-
|
|
764
|
-
|
|
976
|
+
```javascript
|
|
977
|
+
import * as colorPalettes from '@atlaskit/theme/color-palette';
|
|
765
978
|
|
|
766
|
-
|
|
767
|
-
|
|
979
|
+
colorPalettes.colorPalette('8');
|
|
980
|
+
```
|
|
768
981
|
|
|
769
982
|
## 10.1.2
|
|
770
983
|
|
|
771
984
|
### Patch Changes
|
|
772
985
|
|
|
773
|
-
-
|
|
986
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
774
987
|
|
|
775
|
-
|
|
988
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
776
989
|
|
|
777
990
|
## 10.1.1
|
|
778
991
|
|
|
779
992
|
### Patch Changes
|
|
780
993
|
|
|
781
|
-
-
|
|
994
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
782
995
|
|
|
783
|
-
|
|
996
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
784
997
|
|
|
785
998
|
## 10.1.0
|
|
786
999
|
|
|
787
1000
|
### Minor Changes
|
|
788
1001
|
|
|
789
|
-
-
|
|
1002
|
+
- [minor][f22f6e1e4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f22f6e1e4f):
|
|
790
1003
|
|
|
791
|
-
|
|
1004
|
+
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
|
|
1005
|
+
products to write better integration and end to end tests.
|
|
792
1006
|
|
|
793
1007
|
## 10.0.0
|
|
794
1008
|
|
|
795
1009
|
### Major Changes
|
|
796
1010
|
|
|
797
|
-
-
|
|
1011
|
+
- [major][97bab7fd28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bab7fd28):
|
|
798
1012
|
|
|
799
|
-
|
|
1013
|
+
`@atlaskit/checkbox` **10.x** includes the following changes:
|
|
800
1014
|
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
-
|
|
1015
|
+
- Replaced previous theme implementation with new `@atlaskit/theme` v2 implementation
|
|
1016
|
+
- Please read more about this implementation in the
|
|
1017
|
+
[theming guide](https://atlaskit.atlassian.com/packages/core/theme/docs/theming-guide)
|
|
1018
|
+
- Added `overrides` prop which enables targeted customisations of key components in the
|
|
1019
|
+
@atlaskit/checkbox package.
|
|
1020
|
+
- Please read more about this implementation in the
|
|
1021
|
+
[overrides guide](https://atlaskit.atlassian.com/packages/core/theme/docs/overrides-guide)
|
|
805
1022
|
|
|
806
|
-
|
|
1023
|
+
### Breaking Changes
|
|
807
1024
|
|
|
808
|
-
|
|
1025
|
+
**HiddenCheckbox and spread props**
|
|
809
1026
|
|
|
810
|
-
|
|
811
|
-
|
|
1027
|
+
Passing props to the `<Checkbox/>` component for them to be spread onto the underlying
|
|
1028
|
+
`<HiddenCheckbox/>` component is now **no longer possible**. `@atlaskit/checkbox` still supports
|
|
1029
|
+
passing props down to the `<HiddenCheckbox/>` component, however we've opted to make this
|
|
1030
|
+
behaviour more explicit.
|
|
812
1031
|
|
|
813
|
-
|
|
1032
|
+
Whereas previously you would do this:
|
|
814
1033
|
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
1034
|
+
```js
|
|
1035
|
+
<Checkbox
|
|
1036
|
+
...supportedCheckboxProps
|
|
1037
|
+
'data-testid'='test-checkbox'
|
|
1038
|
+
/>
|
|
1039
|
+
```
|
|
821
1040
|
|
|
822
|
-
|
|
1041
|
+
Now you would leverage the overrides prop to pass these props down to the `<HiddenCheckbox/>`
|
|
1042
|
+
component like so:
|
|
823
1043
|
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
1044
|
+
```js
|
|
1045
|
+
<Checkbox
|
|
1046
|
+
...supportedCheckboxProps
|
|
1047
|
+
overrides={{
|
|
1048
|
+
HiddenCheckbox:{
|
|
1049
|
+
attributesFn: () => ({ 'data-testid': 'test-checkbox' })
|
|
1050
|
+
}
|
|
1051
|
+
}}
|
|
1052
|
+
/>
|
|
1053
|
+
```
|
|
834
1054
|
|
|
835
1055
|
## 9.0.9
|
|
836
1056
|
|
|
837
1057
|
### Patch Changes
|
|
838
1058
|
|
|
839
|
-
-
|
|
1059
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
840
1060
|
|
|
841
|
-
|
|
1061
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
1062
|
+
non-relative imports as relative imports
|
|
842
1063
|
|
|
843
1064
|
## 9.0.8
|
|
844
1065
|
|
|
845
1066
|
### Patch Changes
|
|
846
1067
|
|
|
847
|
-
-
|
|
1068
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
848
1069
|
|
|
849
|
-
|
|
1070
|
+
Upgraded Typescript to 3.3.x
|
|
850
1071
|
|
|
851
1072
|
## 9.0.7
|
|
852
1073
|
|
|
853
1074
|
### Patch Changes
|
|
854
1075
|
|
|
855
|
-
-
|
|
1076
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
856
1077
|
|
|
857
|
-
|
|
1078
|
+
Change all the imports to theme in Core to use multi entry points
|
|
858
1079
|
|
|
859
1080
|
## 9.0.6
|
|
860
1081
|
|
|
861
1082
|
### Patch Changes
|
|
862
1083
|
|
|
863
|
-
-
|
|
1084
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
864
1085
|
|
|
865
|
-
|
|
1086
|
+
Updates component maintainers
|
|
866
1087
|
|
|
867
1088
|
## 9.0.5
|
|
868
1089
|
|
|
869
1090
|
### Patch Changes
|
|
870
1091
|
|
|
871
|
-
-
|
|
1092
|
+
- [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
872
1093
|
|
|
873
|
-
|
|
1094
|
+
Analytics-next has been converted to Typescript. Typescript consumers will now get static type
|
|
1095
|
+
safety. Flow types are no longer provided. No behavioural changes.
|
|
874
1096
|
|
|
875
|
-
|
|
1097
|
+
**Breaking changes**
|
|
876
1098
|
|
|
877
|
-
|
|
878
|
-
|
|
1099
|
+
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1100
|
+
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
879
1101
|
|
|
880
|
-
|
|
1102
|
+
**Breaking changes to TypeScript annotations**
|
|
881
1103
|
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
1104
|
+
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to
|
|
1105
|
+
provide props as a generic type.
|
|
1106
|
+
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to
|
|
1107
|
+
provide props as a generic type.
|
|
1108
|
+
- Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match
|
|
1109
|
+
source code
|
|
1110
|
+
- Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
|
|
1111
|
+
source code
|
|
1112
|
+
- Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to
|
|
1113
|
+
match source code
|
|
1114
|
+
- Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
|
|
1115
|
+
- Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
|
|
1116
|
+
- Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
|
|
1117
|
+
- Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
|
|
1118
|
+
- Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
|
|
1119
|
+
- Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
|
|
893
1120
|
|
|
894
1121
|
## 9.0.4
|
|
895
1122
|
|
|
896
1123
|
### Patch Changes
|
|
897
1124
|
|
|
898
|
-
-
|
|
1125
|
+
- [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
|
|
899
1126
|
|
|
900
|
-
|
|
1127
|
+
Consume analytics-next ts type definitions as an ambient declaration.
|
|
901
1128
|
|
|
902
1129
|
## 9.0.3
|
|
903
1130
|
|
|
904
1131
|
### Patch Changes
|
|
905
1132
|
|
|
906
|
-
-
|
|
1133
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
907
1134
|
|
|
908
|
-
|
|
1135
|
+
Fixes bug, missing version.json file
|
|
909
1136
|
|
|
910
1137
|
## 9.0.2
|
|
911
1138
|
|
|
912
1139
|
### Patch Changes
|
|
913
1140
|
|
|
914
|
-
-
|
|
1141
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
915
1142
|
|
|
916
|
-
|
|
1143
|
+
In this PR, we are:
|
|
917
1144
|
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
1145
|
+
- Re-introducing dist build folders
|
|
1146
|
+
- Adding back cjs
|
|
1147
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
1148
|
+
- Creating folders at the root for entry-points
|
|
1149
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
1150
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
1151
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
1152
|
+
for further details
|
|
924
1153
|
|
|
925
1154
|
## 9.0.1
|
|
926
1155
|
|
|
927
1156
|
### Patch Changes
|
|
928
1157
|
|
|
929
|
-
-
|
|
1158
|
+
- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
|
|
930
1159
|
|
|
931
|
-
|
|
1160
|
+
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide
|
|
1161
|
+
props as a generic type. This is so that TypeScript can correctly calculate the props and
|
|
1162
|
+
defaultProps of the returned component.
|
|
932
1163
|
|
|
933
|
-
|
|
1164
|
+
Before:
|
|
934
1165
|
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
1166
|
+
```typescript
|
|
1167
|
+
withAnalyticsEvents()(Button) as ComponentClass<Props>;
|
|
1168
|
+
```
|
|
938
1169
|
|
|
939
|
-
|
|
1170
|
+
After:
|
|
940
1171
|
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
1172
|
+
```typescript
|
|
1173
|
+
withAnalyticsEvents<Props>()(Button);
|
|
1174
|
+
```
|
|
944
1175
|
|
|
945
1176
|
## 9.0.0
|
|
946
1177
|
|
|
947
1178
|
### Major Changes
|
|
948
1179
|
|
|
949
|
-
-
|
|
1180
|
+
- [major][87a2638655](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87a2638655):
|
|
950
1181
|
|
|
951
|
-
|
|
1182
|
+
Replaced `styled-components` with `emotion 10` as part of Atlaskit-wide conversion process.
|
|
952
1183
|
|
|
953
|
-
|
|
1184
|
+
**No changes to styling or API**; only a breaking change if checkbox is being styled using the
|
|
1185
|
+
styled-components `styled` function or via the styled-components theming library.
|
|
954
1186
|
|
|
955
1187
|
## 8.0.5
|
|
956
1188
|
|
|
957
|
-
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
1189
|
+
- Updated dependencies
|
|
1190
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
1191
|
+
- @atlaskit/docs@8.1.3
|
|
1192
|
+
- @atlaskit/button@13.0.9
|
|
1193
|
+
- @atlaskit/form@6.1.1
|
|
1194
|
+
- @atlaskit/section-message@4.0.5
|
|
1195
|
+
- @atlaskit/icon@19.0.0
|
|
963
1196
|
|
|
964
1197
|
## 8.0.4
|
|
965
1198
|
|
|
966
1199
|
### Patch Changes
|
|
967
1200
|
|
|
968
|
-
-
|
|
1201
|
+
- [patch][9c404c7c44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c404c7c44):
|
|
969
1202
|
|
|
970
|
-
|
|
1203
|
+
Using updated icons
|
|
971
1204
|
|
|
972
1205
|
## 8.0.3
|
|
973
1206
|
|
|
974
1207
|
### Patch Changes
|
|
975
1208
|
|
|
976
|
-
-
|
|
1209
|
+
- [patch][9c80ef7539](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c80ef7539):
|
|
977
1210
|
|
|
978
|
-
|
|
1211
|
+
The update to node 10 reveals that unknown type is breaking the extract react types. I had to
|
|
1212
|
+
replace unknown type by any
|
|
979
1213
|
|
|
980
1214
|
## 8.0.2
|
|
981
1215
|
|
|
982
|
-
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
1216
|
+
- Updated dependencies
|
|
1217
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
1218
|
+
- @atlaskit/docs@8.1.2
|
|
1219
|
+
- @atlaskit/button@13.0.8
|
|
1220
|
+
- @atlaskit/form@6.0.5
|
|
1221
|
+
- @atlaskit/section-message@4.0.2
|
|
1222
|
+
- @atlaskit/icon@18.0.0
|
|
988
1223
|
|
|
989
1224
|
## 8.0.1
|
|
990
1225
|
|
|
991
1226
|
### Patch Changes
|
|
992
1227
|
|
|
993
|
-
-
|
|
1228
|
+
- [patch][c67483c207](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c67483c207):
|
|
994
1229
|
|
|
995
|
-
|
|
1230
|
+
Fixed a scrollbar bug with checkboxes
|
|
996
1231
|
|
|
997
1232
|
## 8.0.0
|
|
998
1233
|
|
|
999
|
-
-
|
|
1234
|
+
- [major][70862830d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70862830d6):
|
|
1000
1235
|
|
|
1001
|
-
|
|
1236
|
+
- Checkbox has been converted to Typescript. Typescript consumers will now get static type
|
|
1237
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1002
1238
|
|
|
1003
1239
|
## 7.0.1
|
|
1004
1240
|
|
|
1005
|
-
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1241
|
+
- Updated dependencies
|
|
1242
|
+
[6dd86f5b07](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6dd86f5b07):
|
|
1243
|
+
- @atlaskit/form@6.0.2
|
|
1244
|
+
- @atlaskit/icon@17.1.1
|
|
1245
|
+
- @atlaskit/theme@9.0.2
|
|
1246
|
+
- @atlaskit/section-message@4.0.0
|
|
1010
1247
|
|
|
1011
1248
|
## 7.0.0
|
|
1012
1249
|
|
|
1013
|
-
-
|
|
1250
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1014
1251
|
|
|
1015
|
-
|
|
1252
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1253
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
1016
1254
|
|
|
1017
1255
|
## 6.0.4
|
|
1018
1256
|
|
|
1019
|
-
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1257
|
+
- Updated dependencies
|
|
1258
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
1259
|
+
- @atlaskit/docs@7.0.3
|
|
1260
|
+
- @atlaskit/button@12.0.3
|
|
1261
|
+
- @atlaskit/form@5.2.7
|
|
1262
|
+
- @atlaskit/icon@16.0.9
|
|
1263
|
+
- @atlaskit/section-message@2.0.3
|
|
1264
|
+
- @atlaskit/theme@8.1.7
|
|
1026
1265
|
|
|
1027
1266
|
## 6.0.3
|
|
1028
1267
|
|
|
1029
|
-
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1268
|
+
- Updated dependencies
|
|
1269
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
1270
|
+
- @atlaskit/docs@7.0.2
|
|
1271
|
+
- @atlaskit/analytics-next@4.0.3
|
|
1272
|
+
- @atlaskit/form@5.2.5
|
|
1273
|
+
- @atlaskit/icon@16.0.8
|
|
1274
|
+
- @atlaskit/section-message@2.0.2
|
|
1275
|
+
- @atlaskit/theme@8.1.6
|
|
1276
|
+
- @atlaskit/button@12.0.0
|
|
1037
1277
|
|
|
1038
1278
|
## 6.0.2
|
|
1039
1279
|
|
|
1040
|
-
-
|
|
1280
|
+
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
|
|
1041
1281
|
|
|
1042
|
-
|
|
1282
|
+
- Removes duplicate babel-runtime dependency
|
|
1043
1283
|
|
|
1044
1284
|
## 6.0.1
|
|
1045
1285
|
|
|
1046
|
-
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1286
|
+
- Updated dependencies
|
|
1287
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1288
|
+
- @atlaskit/docs@7.0.1
|
|
1289
|
+
- @atlaskit/analytics-next@4.0.1
|
|
1290
|
+
- @atlaskit/form@5.2.1
|
|
1291
|
+
- @atlaskit/icon@16.0.5
|
|
1292
|
+
- @atlaskit/section-message@2.0.1
|
|
1293
|
+
- @atlaskit/theme@8.0.1
|
|
1294
|
+
- @atlaskit/button@11.0.0
|
|
1054
1295
|
|
|
1055
1296
|
## 6.0.0
|
|
1056
1297
|
|
|
1057
|
-
-
|
|
1298
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1058
1299
|
|
|
1059
|
-
|
|
1300
|
+
- Drop ES5 from all the flow modules
|
|
1060
1301
|
|
|
1061
|
-
|
|
1302
|
+
### Dropping CJS support in all @atlaskit packages
|
|
1062
1303
|
|
|
1063
|
-
|
|
1064
|
-
|
|
1304
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
1305
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
1306
|
+
`import` and `export` declarations.
|
|
1065
1307
|
|
|
1066
|
-
|
|
1308
|
+
The major reason for doing this is to allow us to support multiple entry points in packages,
|
|
1309
|
+
e.g:
|
|
1067
1310
|
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1311
|
+
```js
|
|
1312
|
+
import colors from `@atlaskit/theme/colors`;
|
|
1313
|
+
```
|
|
1071
1314
|
|
|
1072
|
-
|
|
1315
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
1073
1316
|
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1317
|
+
```js
|
|
1318
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
1319
|
+
```
|
|
1077
1320
|
|
|
1078
|
-
|
|
1321
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors
|
|
1322
|
+
harder, we have to worry about how consumers might be using things that aren't _actually_
|
|
1323
|
+
supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
|
|
1324
|
+
to lots of packages bundling all of theme, just to use a single color, especially in situations
|
|
1325
|
+
where tree shaking fails.
|
|
1079
1326
|
|
|
1080
|
-
|
|
1327
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
1328
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
1329
|
+
internal dependencies.
|
|
1081
1330
|
|
|
1082
|
-
|
|
1331
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
1332
|
+
environments.
|
|
1083
1333
|
|
|
1084
|
-
|
|
1334
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
1335
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
1336
|
+
saner API's and simpler package architecture.
|
|
1085
1337
|
|
|
1086
|
-
|
|
1338
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
1339
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
1340
|
+
external) if you have any questions or queries about this.
|
|
1087
1341
|
|
|
1088
1342
|
## 5.0.14
|
|
1089
1343
|
|
|
1090
|
-
-
|
|
1344
|
+
- [patch][c0ad531a70](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c0ad531a70):
|
|
1091
1345
|
|
|
1092
|
-
|
|
1346
|
+
- Added test to make use props are passed down to hidden input
|
|
1093
1347
|
|
|
1094
1348
|
## 5.0.13
|
|
1095
1349
|
|
|
1096
|
-
-
|
|
1350
|
+
- [patch][3ae465b6f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ae465b6f0):
|
|
1097
1351
|
|
|
1098
|
-
|
|
1352
|
+
- fix for checkbox logging error on mount
|
|
1099
1353
|
|
|
1100
1354
|
## 5.0.12
|
|
1101
1355
|
|
|
1102
|
-
-
|
|
1356
|
+
- [patch][b0153ee6c9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0153ee6c9):
|
|
1103
1357
|
|
|
1104
|
-
|
|
1358
|
+
- Enabled the isRequired validation on checkbox and added the asterisk after the checkbox
|
|
1359
|
+
label to signify the required field
|
|
1105
1360
|
|
|
1106
1361
|
## 5.0.11
|
|
1107
1362
|
|
|
1108
|
-
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1363
|
+
- Updated dependencies
|
|
1364
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
1365
|
+
- @atlaskit/docs@6.0.1
|
|
1366
|
+
- @atlaskit/button@10.1.2
|
|
1367
|
+
- @atlaskit/section-message@1.0.16
|
|
1368
|
+
- @atlaskit/icon@16.0.0
|
|
1113
1369
|
|
|
1114
1370
|
## 5.0.10
|
|
1115
1371
|
|
|
1116
|
-
-
|
|
1372
|
+
- [patch][fad28be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad28be):
|
|
1117
1373
|
|
|
1118
|
-
|
|
1374
|
+
- Fixing invalid type for checkbox id prop
|
|
1119
1375
|
|
|
1120
1376
|
## 5.0.9
|
|
1121
1377
|
|
|
1122
|
-
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1378
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
1379
|
+
- @atlaskit/analytics-next@3.1.2
|
|
1380
|
+
- @atlaskit/button@10.1.1
|
|
1381
|
+
- @atlaskit/icon@15.0.2
|
|
1382
|
+
- @atlaskit/section-message@1.0.14
|
|
1383
|
+
- @atlaskit/theme@7.0.1
|
|
1384
|
+
- @atlaskit/docs@6.0.0
|
|
1129
1385
|
|
|
1130
1386
|
## 5.0.8
|
|
1131
1387
|
|
|
1132
|
-
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1388
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
1389
|
+
- @atlaskit/docs@5.2.3
|
|
1390
|
+
- @atlaskit/button@10.0.4
|
|
1391
|
+
- @atlaskit/icon@15.0.1
|
|
1392
|
+
- @atlaskit/section-message@1.0.13
|
|
1393
|
+
- @atlaskit/theme@7.0.0
|
|
1138
1394
|
|
|
1139
1395
|
## 5.0.7
|
|
1140
1396
|
|
|
1141
|
-
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1397
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
1398
|
+
- @atlaskit/docs@5.2.2
|
|
1399
|
+
- @atlaskit/button@10.0.1
|
|
1400
|
+
- @atlaskit/section-message@1.0.12
|
|
1401
|
+
- @atlaskit/icon@15.0.0
|
|
1146
1402
|
|
|
1147
1403
|
## 5.0.6
|
|
1148
1404
|
|
|
1149
|
-
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1405
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
1406
|
+
- @atlaskit/docs@5.2.1
|
|
1407
|
+
- @atlaskit/analytics-next@3.1.1
|
|
1408
|
+
- @atlaskit/icon@14.6.1
|
|
1409
|
+
- @atlaskit/section-message@1.0.11
|
|
1410
|
+
- @atlaskit/theme@6.2.1
|
|
1411
|
+
- @atlaskit/button@10.0.0
|
|
1156
1412
|
|
|
1157
1413
|
## 5.0.5
|
|
1158
1414
|
|
|
1159
|
-
-
|
|
1415
|
+
- [patch] Upgrade guide & minor flow type fixes
|
|
1416
|
+
[0be287d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0be287d)
|
|
1160
1417
|
|
|
1161
1418
|
## 5.0.4
|
|
1162
1419
|
|
|
1163
|
-
-
|
|
1420
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
1421
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
1164
1422
|
|
|
1165
1423
|
## 5.0.3
|
|
1166
1424
|
|
|
1167
|
-
-
|
|
1425
|
+
- [patch] Fixed bug where checkbox would use state isChecked value when passing false to isChecked
|
|
1426
|
+
as props [eaf8d16](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eaf8d16)
|
|
1168
1427
|
|
|
1169
1428
|
## 5.0.2
|
|
1170
1429
|
|
|
1171
|
-
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1430
|
+
- [patch] Updated dependencies
|
|
1431
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
1432
|
+
- @atlaskit/docs@5.0.8
|
|
1433
|
+
- @atlaskit/button@9.0.13
|
|
1434
|
+
- @atlaskit/icon@14.0.0
|
|
1175
1435
|
|
|
1176
1436
|
## 5.0.1
|
|
1177
1437
|
|
|
1178
|
-
-
|
|
1438
|
+
- [patch] Checkbox now only fires onChange once
|
|
1439
|
+
[c78e59e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c78e59e)
|
|
1179
1440
|
|
|
1180
1441
|
## 5.0.0
|
|
1181
1442
|
|
|
1182
|
-
-
|
|
1443
|
+
- [major] Checkbox refactored to remove the need for CheckboxStateless
|
|
1444
|
+
[80e1925](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80e1925)
|
|
1183
1445
|
|
|
1184
|
-
|
|
1185
|
-
|
|
1446
|
+
`@atlaskit/checkbox` 5.x is part of an ongoing body of work to normalize atlaskit form
|
|
1447
|
+
components. There are a few breaking changes you need to be aware of in upgrading from 4.x to
|
|
1448
|
+
5.x.
|
|
1186
1449
|
|
|
1187
|
-
|
|
1450
|
+
**Exports**
|
|
1188
1451
|
|
|
1189
|
-
|
|
1190
|
-
|
|
1452
|
+
`@atlaskit/checkbox` no longer specifies the Checkbox component as the default export. Moreover
|
|
1453
|
+
the following changes have been made to exports from the `@atlaskit/checkbox` package.
|
|
1191
1454
|
|
|
1192
|
-
|
|
1455
|
+
### Checkbox
|
|
1193
1456
|
|
|
1194
|
-
|
|
1457
|
+
Checkbox is now a named export of the `@atlaskit/checkbox`package. Please import it as below.
|
|
1195
1458
|
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1459
|
+
```
|
|
1460
|
+
import { Checkbox } from @atlaskit/checkbox;
|
|
1461
|
+
```
|
|
1199
1462
|
|
|
1200
|
-
|
|
1201
|
-
|
|
1463
|
+
The Checkbox component is now a conditionally controlled component, the `isChecked` prop is
|
|
1464
|
+
exposed for users to control the checked state of the component. This was the sole reason for
|
|
1465
|
+
having the `CheckboxStateless` component in pre 5.x, and as a result leveraging this pattern
|
|
1466
|
+
allows us to do away with the `CheckboxStateless` component.
|
|
1202
1467
|
|
|
1203
|
-
|
|
1468
|
+
To let the component take care of checked state, leave the `isChecked` prop unset, or explicitly
|
|
1469
|
+
set it to undefined.
|
|
1204
1470
|
|
|
1205
|
-
|
|
1206
|
-
|
|
1471
|
+
Additionally, one can control the initial checked state of a component by setting the
|
|
1472
|
+
`defaultChecked` (boolean) prop. This is used as the initial value of the internal `isChecked`
|
|
1473
|
+
property in state. This value will be overridden by additional user interactions with the
|
|
1474
|
+
component.
|
|
1207
1475
|
|
|
1208
|
-
|
|
1476
|
+
### CheckboxStateless - deprecated
|
|
1209
1477
|
|
|
1210
|
-
|
|
1478
|
+
This component has been deprecated in favor of the conditionally controlled component pattern
|
|
1479
|
+
specified above.\*\*
|
|
1211
1480
|
|
|
1212
|
-
|
|
1481
|
+
### CheckboxGroup - deprecated:
|
|
1213
1482
|
|
|
1214
|
-
|
|
1483
|
+
`@atlaskit/checkbox` no longer exports a CheckboxGroup component. It has been removed for the
|
|
1484
|
+
following reasons:
|
|
1215
1485
|
|
|
1216
|
-
|
|
1217
|
-
|
|
1486
|
+
- It was really a thin wrapper enforcing very basic styling opinions over its children
|
|
1487
|
+
(display: flex, flex: column).
|
|
1488
|
+
- The existing styling blocks the horizontal display of checkbox group children.
|
|
1218
1489
|
|
|
1219
|
-
|
|
1490
|
+
**Prop Changes**
|
|
1220
1491
|
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1492
|
+
- `<Checkbox/>` - `initiallyChecked` renamed to `defaultChecked`
|
|
1493
|
+
- `<Checkbox/>` - `label` prop now accepts type Node instead of type string.
|
|
1494
|
+
- `<Checkbox/>` - `isChecked` is now an optional boolean prop on the Checkbox component.
|
|
1224
1495
|
|
|
1225
1496
|
## 4.0.6
|
|
1226
1497
|
|
|
1227
|
-
-
|
|
1498
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
1499
|
+
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
1228
1500
|
|
|
1229
1501
|
## 4.0.4
|
|
1230
1502
|
|
|
1231
|
-
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1503
|
+
- [patch] Updated dependencies
|
|
1504
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
1505
|
+
- @atlaskit/theme@6.0.0
|
|
1506
|
+
- @atlaskit/icon@13.2.5
|
|
1507
|
+
- @atlaskit/button@9.0.6
|
|
1508
|
+
- @atlaskit/docs@5.0.6
|
|
1236
1509
|
|
|
1237
1510
|
## 4.0.3
|
|
1238
1511
|
|
|
1239
|
-
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1512
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
1513
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
1514
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1515
|
+
- [none] Updated dependencies
|
|
1516
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1517
|
+
- @atlaskit/analytics-next@3.0.4
|
|
1518
|
+
- @atlaskit/button@9.0.5
|
|
1519
|
+
- @atlaskit/theme@5.1.3
|
|
1520
|
+
- @atlaskit/icon@13.2.4
|
|
1245
1521
|
|
|
1246
1522
|
## 4.0.2
|
|
1247
1523
|
|
|
1248
|
-
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1524
|
+
- [patch] Updated dependencies
|
|
1525
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
1526
|
+
- @atlaskit/icon@13.2.2
|
|
1527
|
+
- @atlaskit/button@9.0.4
|
|
1528
|
+
- @atlaskit/theme@5.1.2
|
|
1529
|
+
- @atlaskit/analytics-next@3.0.3
|
|
1530
|
+
- @atlaskit/docs@5.0.2
|
|
1254
1531
|
|
|
1255
1532
|
## 4.0.1
|
|
1256
1533
|
|
|
1257
|
-
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1534
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
1535
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1536
|
+
- [none] Updated dependencies
|
|
1537
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1538
|
+
- @atlaskit/analytics-next@3.0.2
|
|
1539
|
+
- @atlaskit/button@9.0.3
|
|
1540
|
+
- @atlaskit/theme@5.1.1
|
|
1541
|
+
- @atlaskit/icon@13.2.1
|
|
1263
1542
|
|
|
1264
1543
|
## 4.0.0
|
|
1265
1544
|
|
|
1266
|
-
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1545
|
+
- [major] Provides analytics for common component interations. See the
|
|
1546
|
+
[Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section
|
|
1547
|
+
for more details. If you are using enzyme for testing you will have to use
|
|
1548
|
+
[our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme).
|
|
1549
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
1550
|
+
- [major] Updates to React ^16.4.0
|
|
1551
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1552
|
+
- [major] Updated dependencies
|
|
1553
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
1554
|
+
- @atlaskit/analytics-next@3.0.0
|
|
1555
|
+
- @atlaskit/button@9.0.0
|
|
1556
|
+
- @atlaskit/theme@5.0.0
|
|
1557
|
+
- @atlaskit/docs@5.0.0
|
|
1558
|
+
- @atlaskit/icon@13.0.0
|
|
1559
|
+
- [major] Updated dependencies
|
|
1560
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1561
|
+
- @atlaskit/analytics-next@3.0.0
|
|
1562
|
+
- @atlaskit/button@9.0.0
|
|
1563
|
+
- @atlaskit/theme@5.0.0
|
|
1564
|
+
- @atlaskit/docs@5.0.0
|
|
1565
|
+
- @atlaskit/icon@13.0.0
|
|
1280
1566
|
|
|
1281
1567
|
## 3.1.3
|
|
1282
1568
|
|
|
1283
|
-
-
|
|
1284
|
-
|
|
1569
|
+
- [patch] Button should be a dev dependency
|
|
1570
|
+
[50ca31b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50ca31b)
|
|
1571
|
+
- [none] Updated dependencies
|
|
1572
|
+
[50ca31b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50ca31b)
|
|
1285
1573
|
|
|
1286
1574
|
## 3.1.2
|
|
1287
1575
|
|
|
1288
|
-
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1576
|
+
- [patch] Fix \$FlowFixMe and release packages
|
|
1577
|
+
[25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
|
|
1578
|
+
- [none] Updated dependencies
|
|
1579
|
+
[25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
|
|
1580
|
+
- @atlaskit/button@8.2.2
|
|
1581
|
+
- @atlaskit/icon@12.3.1
|
|
1292
1582
|
|
|
1293
1583
|
## 3.1.1
|
|
1294
1584
|
|
|
1295
|
-
-
|
|
1296
|
-
|
|
1585
|
+
- [patch] update to active box color of checkbox to b50 to inline with ADG3 guideline
|
|
1586
|
+
[21073ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21073ca)
|
|
1587
|
+
- [none] Updated dependencies
|
|
1588
|
+
[21073ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21073ca)
|
|
1297
1589
|
|
|
1298
1590
|
## 3.1.0
|
|
1299
1591
|
|
|
1300
|
-
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1592
|
+
- [minor] Fixes types for Flow 0.74
|
|
1593
|
+
[dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
|
|
1594
|
+
- [none] Updated dependencies
|
|
1595
|
+
[dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
|
|
1596
|
+
- @atlaskit/button@8.2.0
|
|
1597
|
+
- @atlaskit/icon@12.2.0
|
|
1304
1598
|
|
|
1305
1599
|
## 3.0.6
|
|
1306
1600
|
|
|
1307
|
-
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1601
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
1602
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
1603
|
+
- [none] Updated dependencies
|
|
1604
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
1605
|
+
- @atlaskit/button@8.1.2
|
|
1606
|
+
- @atlaskit/theme@4.0.4
|
|
1607
|
+
- @atlaskit/icon@12.1.2
|
|
1312
1608
|
|
|
1313
1609
|
## 3.0.5
|
|
1314
1610
|
|
|
1315
|
-
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1611
|
+
- [patch] Update changelogs to remove duplicate
|
|
1612
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1613
|
+
- [none] Updated dependencies
|
|
1614
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1615
|
+
- @atlaskit/theme@4.0.3
|
|
1616
|
+
- @atlaskit/icon@12.1.1
|
|
1617
|
+
- @atlaskit/button@8.1.1
|
|
1618
|
+
- @atlaskit/docs@4.1.1
|
|
1321
1619
|
|
|
1322
1620
|
## 3.0.4
|
|
1323
1621
|
|
|
1324
|
-
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1622
|
+
- [none] Updated dependencies
|
|
1623
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
1624
|
+
- @atlaskit/icon@12.1.0
|
|
1625
|
+
- @atlaskit/docs@4.1.0
|
|
1626
|
+
- @atlaskit/theme@4.0.2
|
|
1627
|
+
- @atlaskit/button@8.1.0
|
|
1329
1628
|
|
|
1330
1629
|
## 3.0.3
|
|
1331
1630
|
|
|
1332
|
-
-
|
|
1333
|
-
|
|
1631
|
+
- [patch] ref prop on checkbox stateless component is now reference to class
|
|
1632
|
+
[05b4ffd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/05b4ffd)
|
|
1633
|
+
- [none] Updated dependencies
|
|
1634
|
+
[05b4ffd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/05b4ffd)
|
|
1334
1635
|
|
|
1335
1636
|
## 3.0.2
|
|
1336
1637
|
|
|
1337
|
-
-
|
|
1338
|
-
-
|
|
1339
|
-
|
|
1340
|
-
-
|
|
1638
|
+
- [patch] Fix for flow [33f632f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/33f632f)
|
|
1639
|
+
- [patch] Update onChange function to pass type for name and value
|
|
1640
|
+
[f3e768c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f3e768c)
|
|
1641
|
+
- [none] Updated dependencies
|
|
1642
|
+
[33f632f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/33f632f)
|
|
1643
|
+
- [none] Updated dependencies
|
|
1644
|
+
[f3e768c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f3e768c)
|
|
1341
1645
|
|
|
1342
1646
|
## 3.0.1
|
|
1343
1647
|
|
|
1344
|
-
-
|
|
1345
|
-
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1648
|
+
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1649
|
+
- [patch] Updated dependencies
|
|
1650
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1651
|
+
- @atlaskit/icon@12.0.1
|
|
1652
|
+
- @atlaskit/button@8.0.1
|
|
1653
|
+
- @atlaskit/theme@4.0.1
|
|
1654
|
+
- @atlaskit/docs@4.0.1
|
|
1350
1655
|
|
|
1351
1656
|
## 3.0.0
|
|
1352
1657
|
|
|
1353
|
-
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1658
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
1659
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1660
|
+
- [patch] Updated dependencies
|
|
1661
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1662
|
+
- @atlaskit/icon@12.0.0
|
|
1663
|
+
- @atlaskit/button@8.0.0
|
|
1664
|
+
- @atlaskit/theme@4.0.0
|
|
1665
|
+
- @atlaskit/docs@4.0.0
|
|
1359
1666
|
|
|
1360
1667
|
## 2.1.0
|
|
1361
1668
|
|
|
1362
|
-
-
|
|
1363
|
-
|
|
1669
|
+
- [minor] Updated the appearance for checkbox and radio items
|
|
1670
|
+
[ece7426](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ece7426)
|
|
1671
|
+
- [none] Updated dependencies
|
|
1672
|
+
[ece7426](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ece7426)
|
|
1364
1673
|
|
|
1365
1674
|
## 2.0.2
|
|
1366
1675
|
|
|
1367
|
-
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1676
|
+
- [patch] Updated dependencies
|
|
1677
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
1678
|
+
- @atlaskit/icon@11.3.0
|
|
1679
|
+
- @atlaskit/button@7.2.5
|
|
1680
|
+
- @atlaskit/theme@3.2.2
|
|
1681
|
+
- @atlaskit/docs@3.0.4
|
|
1372
1682
|
|
|
1373
1683
|
## 2.0.0
|
|
1374
1684
|
|
|
1375
|
-
-
|
|
1685
|
+
- [major] Bump to React 16.3.
|
|
1686
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
1376
1687
|
|
|
1377
1688
|
## 1.4.0
|
|
1378
1689
|
|
|
1379
|
-
-
|
|
1690
|
+
- [minor] Add indeterminate prop to stateless checkbox
|
|
1691
|
+
[3fc6c5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3fc6c5e)
|
|
1380
1692
|
|
|
1381
1693
|
## 1.3.1
|
|
1382
1694
|
|
|
1383
|
-
-
|
|
1695
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
1696
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
1384
1697
|
|
|
1385
1698
|
## 1.3.0
|
|
1386
1699
|
|
|
1387
|
-
-
|
|
1700
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1701
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
1388
1702
|
|
|
1389
1703
|
## 1.2.3
|
|
1390
1704
|
|
|
1391
|
-
-
|
|
1705
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
1706
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
1392
1707
|
|
|
1393
1708
|
## 1.2.2
|
|
1394
1709
|
|
|
1395
|
-
-
|
|
1710
|
+
- [patch] Packages Flow types for elements components
|
|
1711
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
1396
1712
|
|
|
1397
1713
|
## 1.2.1
|
|
1398
1714
|
|
|
1399
|
-
-
|
|
1715
|
+
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
|
|
1716
|
+
\$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
|
|
1400
1717
|
|
|
1401
1718
|
## 1.2.0
|
|
1402
1719
|
|
|
1403
|
-
-
|
|
1720
|
+
- [minor] Add React 16 support.
|
|
1721
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
1404
1722
|
|
|
1405
1723
|
## 1.1.8
|
|
1406
1724
|
|
|
1407
|
-
-
|
|
1725
|
+
- [patch] update flow dep, fix flow errors
|
|
1726
|
+
[722ad83](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/722ad83)
|
|
1408
1727
|
|
|
1409
1728
|
## 1.1.7
|
|
1410
1729
|
|
|
1411
|
-
-
|
|
1412
|
-
|
|
1730
|
+
- [patch] Updates dependency on button to 6.0.0
|
|
1731
|
+
[2b02ebc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2b02ebc)
|
|
1732
|
+
- [patch] Moved to new repo & build system. Cleaned up docs & examples & added Flow
|
|
1733
|
+
[9b55672](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b55672)
|
|
1413
1734
|
|
|
1414
1735
|
## 1.1.6 (2017-11-24)
|
|
1415
1736
|
|
|
1416
1737
|
### Bug Fixes
|
|
1417
1738
|
|
|
1418
|
-
-
|
|
1739
|
+
- **component:** fixed typo in Checkbox defaultProps
|
|
1740
|
+
([4388a11](https://bitbucket.org/atlassian/atlaskit/commits/4388a11))
|
|
1419
1741
|
|
|
1420
1742
|
## 1.1.5 (2017-11-22)
|
|
1421
1743
|
|
|
1422
1744
|
### Bug Fixes
|
|
1423
1745
|
|
|
1424
|
-
-
|
|
1425
|
-
|
|
1746
|
+
- **component:** checkbox and radio should not highlight when parent element is focused
|
|
1747
|
+
([5c900ff](https://bitbucket.org/atlassian/atlaskit/commits/5c900ff))
|
|
1748
|
+
- **component:** removed focus styling from radio and checkbox svg as they will never be focused
|
|
1749
|
+
([ec68128](https://bitbucket.org/atlassian/atlaskit/commits/ec68128))
|
|
1426
1750
|
|
|
1427
1751
|
## 1.1.4 (2017-11-15)
|
|
1428
1752
|
|
|
1429
1753
|
### Bug Fixes
|
|
1430
1754
|
|
|
1431
|
-
-
|
|
1755
|
+
- **component:** bumping internal dependencies to latest major version
|
|
1756
|
+
([91833c3](https://bitbucket.org/atlassian/atlaskit/commits/91833c3))
|
|
1432
1757
|
|
|
1433
1758
|
## 1.1.3 (2017-10-27)
|
|
1434
1759
|
|
|
1435
1760
|
### Bug Fixes
|
|
1436
1761
|
|
|
1437
|
-
-
|
|
1762
|
+
- **stories:** rebuild stories
|
|
1763
|
+
([7aa7337](https://bitbucket.org/atlassian/atlaskit/commits/7aa7337))
|
|
1438
1764
|
|
|
1439
1765
|
## 1.1.2 (2017-10-22)
|
|
1440
1766
|
|
|
1441
1767
|
### Bug Fixes
|
|
1442
1768
|
|
|
1443
|
-
-
|
|
1769
|
+
- **package:** update dependencies for react-16
|
|
1770
|
+
([077d1ad](https://bitbucket.org/atlassian/atlaskit/commits/077d1ad))
|
|
1444
1771
|
|
|
1445
1772
|
## 1.1.1 (2017-10-10)
|
|
1446
1773
|
|
|
1447
1774
|
### Bug Fixes
|
|
1448
1775
|
|
|
1449
|
-
-
|
|
1776
|
+
- **package:** removed internal label from keywords
|
|
1777
|
+
([b76b4f2](https://bitbucket.org/atlassian/atlaskit/commits/b76b4f2))
|
|
1450
1778
|
|
|
1451
1779
|
# 1.1.0 (2017-09-27)
|
|
1452
1780
|
|
|
1453
1781
|
### Bug Fixes
|
|
1454
1782
|
|
|
1455
|
-
-
|
|
1783
|
+
- **component:** change margin of icon
|
|
1784
|
+
([4459e96](https://bitbucket.org/atlassian/atlaskit/commits/4459e96))
|
|
1456
1785
|
|
|
1457
1786
|
### Features
|
|
1458
1787
|
|
|
1459
|
-
-
|
|
1788
|
+
- **component:** dark mode checkbox
|
|
1789
|
+
([554c978](https://bitbucket.org/atlassian/atlaskit/commits/554c978))
|
|
1460
1790
|
|
|
1461
1791
|
# 1.0.0 (2017-09-13)
|
|
1462
1792
|
|
|
1463
1793
|
### Features
|
|
1464
1794
|
|
|
1465
|
-
-
|
|
1795
|
+
- **component:** create checkbox component
|
|
1796
|
+
([5ce7055](https://bitbucket.org/atlassian/atlaskit/commits/5ce7055))
|