@atlaskit/blanket 13.1.0 → 13.2.1
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 +346 -144
- package/__perf__/hideBlanket.tsx +33 -45
- package/__perf__/showBlanket.tsx +31 -43
- package/__perf__/withClickThroughDisabled.tsx +2 -2
- package/__perf__/withClickThroughEnabled.tsx +2 -2
- package/codemods/12.0.0-lite-mode.tsx +6 -9
- package/codemods/__tests__/rename-canclickthrough-to-shouldallowclickthrough.tsx +35 -35
- package/codemods/migrations/rename-canclickthrough-to-shouldallowclickthrough.tsx +6 -6
- package/dist/cjs/blanket.js +5 -2
- package/dist/es2019/blanket.js +7 -2
- package/dist/esm/blanket.js +7 -2
- package/dist/types/types.d.ts +5 -5
- package/dist/types-ts4.5/types.d.ts +5 -5
- package/package.json +95 -95
- package/report.api.md +13 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,58 +1,93 @@
|
|
|
1
1
|
# @atlaskit/blanket
|
|
2
2
|
|
|
3
|
+
## 13.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 13.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#111696](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111696)
|
|
14
|
+
[`20c2d58f6f8a9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/20c2d58f6f8a9) -
|
|
15
|
+
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
|
|
16
|
+
is implicitly set to automatic.
|
|
17
|
+
|
|
3
18
|
## 13.1.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
6
21
|
|
|
7
|
-
- [#90157](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90157)
|
|
22
|
+
- [#90157](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90157)
|
|
23
|
+
[`bb32e67d8926`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bb32e67d8926) -
|
|
24
|
+
Add support for React 18 in non-strict mode.
|
|
8
25
|
|
|
9
26
|
## 13.0.1
|
|
10
27
|
|
|
11
28
|
### Patch Changes
|
|
12
29
|
|
|
13
|
-
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
30
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
31
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
32
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
14
33
|
|
|
15
34
|
## 13.0.0
|
|
16
35
|
|
|
17
36
|
### Major Changes
|
|
18
37
|
|
|
19
|
-
- [#41760](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41760)
|
|
38
|
+
- [#41760](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41760)
|
|
39
|
+
[`909e4a30fe7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/909e4a30fe7) - Removed
|
|
40
|
+
all remaining legacy theming logic from the Blanket, Breadcrumbs and Checkbox components.
|
|
20
41
|
|
|
21
42
|
## 12.4.5
|
|
22
43
|
|
|
23
44
|
### Patch Changes
|
|
24
45
|
|
|
25
|
-
- [#40123](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40123)
|
|
46
|
+
- [#40123](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40123)
|
|
47
|
+
[`b289e593932`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b289e593932) - Internal
|
|
48
|
+
change to apply logical properties instead of physical properties for spacing, border, and
|
|
49
|
+
position.
|
|
26
50
|
|
|
27
51
|
## 12.4.4
|
|
28
52
|
|
|
29
53
|
### Patch Changes
|
|
30
54
|
|
|
31
|
-
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
55
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
56
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
57
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
58
|
+
testing.
|
|
32
59
|
|
|
33
60
|
## 12.4.3
|
|
34
61
|
|
|
35
62
|
### Patch Changes
|
|
36
63
|
|
|
37
|
-
- [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
|
|
64
|
+
- [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
|
|
65
|
+
[`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol
|
|
66
|
+
packages to push-model consumption in Jira.
|
|
38
67
|
|
|
39
68
|
## 12.4.2
|
|
40
69
|
|
|
41
70
|
### Patch Changes
|
|
42
71
|
|
|
43
|
-
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
72
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
73
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
74
|
+
legacy types are published for TS 4.5-4.8
|
|
44
75
|
|
|
45
76
|
## 12.4.1
|
|
46
77
|
|
|
47
78
|
### Patch Changes
|
|
48
79
|
|
|
49
|
-
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
80
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
81
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
82
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
50
83
|
|
|
51
84
|
## 12.4.0
|
|
52
85
|
|
|
53
86
|
### Minor Changes
|
|
54
87
|
|
|
55
|
-
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
88
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
89
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
90
|
+
minor dependency bump
|
|
56
91
|
|
|
57
92
|
### Patch Changes
|
|
58
93
|
|
|
@@ -62,7 +97,9 @@
|
|
|
62
97
|
|
|
63
98
|
### Patch Changes
|
|
64
99
|
|
|
65
|
-
- [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
|
|
100
|
+
- [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
|
|
101
|
+
[`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal
|
|
102
|
+
changes.
|
|
66
103
|
|
|
67
104
|
## 12.3.7
|
|
68
105
|
|
|
@@ -74,7 +111,9 @@
|
|
|
74
111
|
|
|
75
112
|
### Patch Changes
|
|
76
113
|
|
|
77
|
-
- [#29669](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29669)
|
|
114
|
+
- [#29669](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29669)
|
|
115
|
+
[`a7e8a6c3ace`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7e8a6c3ace) - Prevent
|
|
116
|
+
onBlanketClick function firing on Blanket when mousedown event begins on Blanket children
|
|
78
117
|
|
|
79
118
|
## 12.3.5
|
|
80
119
|
|
|
@@ -104,25 +143,33 @@
|
|
|
104
143
|
|
|
105
144
|
### Patch Changes
|
|
106
145
|
|
|
107
|
-
- [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
|
|
146
|
+
- [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
|
|
147
|
+
[`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal
|
|
148
|
+
changes to apply spacing tokens. This should be a no-op change.
|
|
108
149
|
|
|
109
150
|
## 12.3.0
|
|
110
151
|
|
|
111
152
|
### Minor Changes
|
|
112
153
|
|
|
113
|
-
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
154
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
155
|
+
[`f2fe91811eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2fe91811eb) - Updates
|
|
156
|
+
`@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behaviour change.
|
|
114
157
|
|
|
115
158
|
## 12.2.16
|
|
116
159
|
|
|
117
160
|
### Patch Changes
|
|
118
161
|
|
|
119
|
-
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
162
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
163
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
164
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
120
165
|
|
|
121
166
|
## 12.2.15
|
|
122
167
|
|
|
123
168
|
### Patch Changes
|
|
124
169
|
|
|
125
|
-
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
170
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
171
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
172
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
126
173
|
|
|
127
174
|
## 12.2.14
|
|
128
175
|
|
|
@@ -140,7 +187,9 @@
|
|
|
140
187
|
|
|
141
188
|
### Patch Changes
|
|
142
189
|
|
|
143
|
-
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
190
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
191
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
192
|
+
to TypeScript 4.2.4
|
|
144
193
|
|
|
145
194
|
## 12.2.11
|
|
146
195
|
|
|
@@ -152,14 +201,18 @@
|
|
|
152
201
|
|
|
153
202
|
### Patch Changes
|
|
154
203
|
|
|
155
|
-
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
204
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
205
|
+
[`dcd92130cc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcd92130cc4) - Migrate
|
|
206
|
+
deleted background accent tokens to replacements
|
|
156
207
|
- Updated dependencies
|
|
157
208
|
|
|
158
209
|
## 12.2.9
|
|
159
210
|
|
|
160
211
|
### Patch Changes
|
|
161
212
|
|
|
162
|
-
- [#19696](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19696)
|
|
213
|
+
- [#19696](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19696)
|
|
214
|
+
[`a0b4a3db79c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0b4a3db79c) - Change
|
|
215
|
+
internal type syntax to work with extract-react-types
|
|
163
216
|
|
|
164
217
|
## 12.2.8
|
|
165
218
|
|
|
@@ -171,7 +224,10 @@
|
|
|
171
224
|
|
|
172
225
|
### Patch Changes
|
|
173
226
|
|
|
174
|
-
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
227
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
228
|
+
[`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates
|
|
229
|
+
usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
|
|
230
|
+
visual changes
|
|
175
231
|
- Updated dependencies
|
|
176
232
|
|
|
177
233
|
## 12.2.6
|
|
@@ -184,7 +240,10 @@
|
|
|
184
240
|
|
|
185
241
|
### Patch Changes
|
|
186
242
|
|
|
187
|
-
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
243
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
244
|
+
[`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
|
|
245
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
246
|
+
tokens() function and improving bundle size.
|
|
188
247
|
- Updated dependencies
|
|
189
248
|
|
|
190
249
|
## 12.2.4
|
|
@@ -197,7 +256,9 @@
|
|
|
197
256
|
|
|
198
257
|
### Patch Changes
|
|
199
258
|
|
|
200
|
-
- [#15632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15632)
|
|
259
|
+
- [#15632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15632)
|
|
260
|
+
[`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds
|
|
261
|
+
explicit type to button usages components.
|
|
201
262
|
|
|
202
263
|
## 12.2.2
|
|
203
264
|
|
|
@@ -215,11 +276,14 @@
|
|
|
215
276
|
|
|
216
277
|
### Minor Changes
|
|
217
278
|
|
|
218
|
-
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
279
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
280
|
+
[`9f7f8e0b581`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f7f8e0b581) - [ux]
|
|
281
|
+
Blanket now uses a transparent background color when un-tinted instead of using opacity.
|
|
219
282
|
|
|
220
283
|
### Patch Changes
|
|
221
284
|
|
|
222
|
-
- [`2d7cc544696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d7cc544696) - Updates
|
|
285
|
+
- [`2d7cc544696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d7cc544696) - Updates
|
|
286
|
+
token usage to match the latest token set
|
|
223
287
|
- Updated dependencies
|
|
224
288
|
|
|
225
289
|
## 12.1.1
|
|
@@ -232,24 +296,31 @@
|
|
|
232
296
|
|
|
233
297
|
### Minor Changes
|
|
234
298
|
|
|
235
|
-
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
299
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
300
|
+
[`6071d362abb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6071d362abb) - [ux]
|
|
301
|
+
Colors now sourced from tokens.
|
|
236
302
|
|
|
237
303
|
### Patch Changes
|
|
238
304
|
|
|
239
|
-
- [`8279380176b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8279380176b) - Internal
|
|
305
|
+
- [`8279380176b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8279380176b) - Internal
|
|
306
|
+
code changes.
|
|
240
307
|
- Updated dependencies
|
|
241
308
|
|
|
242
309
|
## 12.0.1
|
|
243
310
|
|
|
244
311
|
### Patch Changes
|
|
245
312
|
|
|
246
|
-
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
313
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
314
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
315
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
247
316
|
|
|
248
317
|
## 12.0.0
|
|
249
318
|
|
|
250
319
|
### Major Changes
|
|
251
320
|
|
|
252
|
-
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
321
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
322
|
+
[`f166f5398b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f166f5398b2) - In this
|
|
323
|
+
version we made **Blanket** faster and lighter
|
|
253
324
|
|
|
254
325
|
- General performance improvements
|
|
255
326
|
|
|
@@ -265,14 +336,14 @@
|
|
|
265
336
|
yarn upgrade @atlaskit/blanket@^12.0.0
|
|
266
337
|
```
|
|
267
338
|
|
|
268
|
-
Once upgraded,
|
|
269
|
-
use `@atlaskit/codemod-cli`:
|
|
339
|
+
Once upgraded, use `@atlaskit/codemod-cli`:
|
|
270
340
|
|
|
271
341
|
```bash
|
|
272
342
|
npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
|
|
273
343
|
```
|
|
274
344
|
|
|
275
|
-
The CLI will show a list of components and versions so select `@atlaskit/blanket@^12.0.0` and you
|
|
345
|
+
The CLI will show a list of components and versions so select `@atlaskit/blanket@^12.0.0` and you
|
|
346
|
+
will automatically be upgraded.
|
|
276
347
|
|
|
277
348
|
What will be changed:
|
|
278
349
|
|
|
@@ -280,49 +351,63 @@
|
|
|
280
351
|
|
|
281
352
|
Run `npx @atlaskit/codemod-cli -h` for more details on usage.
|
|
282
353
|
|
|
283
|
-
For Atlassians,
|
|
284
|
-
|
|
354
|
+
For Atlassians, refer to the
|
|
355
|
+
[documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
|
|
356
|
+
details on the codemod CLI.
|
|
285
357
|
|
|
286
358
|
### Patch Changes
|
|
287
359
|
|
|
288
|
-
- [`9c98e8227f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c98e8227f6) - Internal
|
|
360
|
+
- [`9c98e8227f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c98e8227f6) - Internal
|
|
361
|
+
refactor for style declarations.
|
|
289
362
|
- Updated dependencies
|
|
290
363
|
|
|
291
364
|
## 11.4.1
|
|
292
365
|
|
|
293
366
|
### Patch Changes
|
|
294
367
|
|
|
295
|
-
- [#12670](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12670)
|
|
368
|
+
- [#12670](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12670)
|
|
369
|
+
[`dd89416d229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd89416d229) - Updated
|
|
370
|
+
dependency of `@atlaskit/theme` to 11.2.0
|
|
296
371
|
|
|
297
372
|
## 11.4.0
|
|
298
373
|
|
|
299
374
|
### Minor Changes
|
|
300
375
|
|
|
301
|
-
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
376
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
377
|
+
[`96fda7877a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96fda7877a1) - We
|
|
378
|
+
converted blanket from class to functional component and replaced styled components with emotion
|
|
302
379
|
|
|
303
380
|
## 11.3.1
|
|
304
381
|
|
|
305
382
|
### Patch Changes
|
|
306
383
|
|
|
307
|
-
- [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
|
|
384
|
+
- [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
|
|
385
|
+
[`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates
|
|
386
|
+
to development dependency `storybook-addon-performance`
|
|
308
387
|
|
|
309
388
|
## 11.3.0
|
|
310
389
|
|
|
311
390
|
### Minor Changes
|
|
312
391
|
|
|
313
|
-
- [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170)
|
|
392
|
+
- [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170)
|
|
393
|
+
[`f6b951a51f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6b951a51f2) - Removes
|
|
394
|
+
usage of styled-components in favour of standardising on emotion
|
|
314
395
|
|
|
315
396
|
## 11.2.1
|
|
316
397
|
|
|
317
398
|
### Patch Changes
|
|
318
399
|
|
|
319
|
-
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
400
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
401
|
+
[`e08a57e5055`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e08a57e5055) - Added
|
|
402
|
+
the `design-system` tech stacks to the `package.json`
|
|
320
403
|
|
|
321
404
|
## 11.2.0
|
|
322
405
|
|
|
323
406
|
### Minor Changes
|
|
324
407
|
|
|
325
|
-
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
|
|
408
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
|
|
409
|
+
[`990aefd838b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/990aefd838b) - Blanket
|
|
410
|
+
now accepts testId prop to be used for automated testing purposes.
|
|
326
411
|
|
|
327
412
|
### Patch Changes
|
|
328
413
|
|
|
@@ -332,27 +417,38 @@
|
|
|
332
417
|
|
|
333
418
|
### Patch Changes
|
|
334
419
|
|
|
335
|
-
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
420
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
421
|
+
[`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
|
|
422
|
+
injected package name and version for analytics instead of version.json.
|
|
336
423
|
|
|
337
424
|
## 11.1.0
|
|
338
425
|
|
|
339
426
|
### Minor Changes
|
|
340
427
|
|
|
341
|
-
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
428
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
429
|
+
[`4f9e6e2db5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f9e6e2db5) - These
|
|
430
|
+
packages now have defined entry points -- this means that you cannot access internal files in the
|
|
431
|
+
packages that are not meant to be public. Sub-components in these packages have been explicitly
|
|
432
|
+
defined, aiding tree-shaking and reducing bundle size.
|
|
342
433
|
|
|
343
434
|
## 11.0.4
|
|
344
435
|
|
|
345
436
|
### Patch Changes
|
|
346
437
|
|
|
347
|
-
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
438
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
439
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
440
|
+
packages using babel rather than tsc
|
|
348
441
|
|
|
349
442
|
## 11.0.3
|
|
350
443
|
|
|
351
444
|
### Patch Changes
|
|
352
445
|
|
|
353
|
-
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
354
|
-
|
|
355
|
-
|
|
446
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
447
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
448
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
449
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
450
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
451
|
+
`devDependencies` to denote version that the package was built with.
|
|
356
452
|
|
|
357
453
|
## 11.0.2
|
|
358
454
|
|
|
@@ -364,17 +460,22 @@
|
|
|
364
460
|
|
|
365
461
|
### Patch Changes
|
|
366
462
|
|
|
367
|
-
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
463
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
464
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
465
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
368
466
|
|
|
369
|
-
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
370
|
-
to prevent duplicates of tslib being bundled.
|
|
467
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
468
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
371
469
|
|
|
372
470
|
## 11.0.0
|
|
373
471
|
|
|
374
472
|
### Major Changes
|
|
375
473
|
|
|
376
|
-
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
377
|
-
|
|
474
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
475
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
476
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
477
|
+
IE11. For more information see:
|
|
478
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
378
479
|
|
|
379
480
|
### Patch Changes
|
|
380
481
|
|
|
@@ -384,7 +485,9 @@
|
|
|
384
485
|
|
|
385
486
|
### Patch Changes
|
|
386
487
|
|
|
387
|
-
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
488
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
489
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
|
|
490
|
+
supporting files will no longer be published to npm
|
|
388
491
|
|
|
389
492
|
## 10.0.18
|
|
390
493
|
|
|
@@ -392,9 +495,11 @@
|
|
|
392
495
|
|
|
393
496
|
- [patch][6d744d3ff1](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d744d3ff1):
|
|
394
497
|
|
|
395
|
-
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
498
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
499
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
396
500
|
|
|
397
|
-
- Updated dependencies
|
|
501
|
+
- Updated dependencies
|
|
502
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
398
503
|
- @atlaskit/button@13.3.11
|
|
399
504
|
|
|
400
505
|
## 10.0.17
|
|
@@ -403,7 +508,8 @@
|
|
|
403
508
|
|
|
404
509
|
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
405
510
|
|
|
406
|
-
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
511
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
512
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
407
513
|
|
|
408
514
|
- @atlaskit/docs@8.3.2
|
|
409
515
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -416,9 +522,12 @@
|
|
|
416
522
|
|
|
417
523
|
- [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
418
524
|
|
|
419
|
-
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
|
|
525
|
+
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
|
|
526
|
+
Updated dependencies
|
|
527
|
+
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
420
528
|
|
|
421
|
-
- Updated dependencies
|
|
529
|
+
- Updated dependencies
|
|
530
|
+
[4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
422
531
|
- @atlaskit/theme@9.5.0
|
|
423
532
|
- @atlaskit/button@13.3.5
|
|
424
533
|
|
|
@@ -428,12 +537,14 @@
|
|
|
428
537
|
|
|
429
538
|
- [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
|
|
430
539
|
|
|
431
|
-
Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow
|
|
540
|
+
Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow
|
|
541
|
+
types are no longer provided.
|
|
432
542
|
|
|
433
543
|
### Breaking
|
|
434
544
|
|
|
435
|
-
** getTokens props changes **
|
|
436
|
-
|
|
545
|
+
** getTokens props changes ** When defining the value function passed into a ThemeProvider, the
|
|
546
|
+
getTokens parameter cannot be called without props; if no props are provided an empty object `{}`
|
|
547
|
+
must be passed in:
|
|
437
548
|
|
|
438
549
|
```javascript
|
|
439
550
|
<CustomTheme.Provider
|
|
@@ -449,9 +560,8 @@
|
|
|
449
560
|
>
|
|
450
561
|
```
|
|
451
562
|
|
|
452
|
-
** Color palette changes **
|
|
453
|
-
|
|
454
|
-
Users will need to update imports from this:
|
|
563
|
+
** Color palette changes ** Color palettes have been moved into their own file. Users will need to
|
|
564
|
+
update imports from this:
|
|
455
565
|
|
|
456
566
|
```javascript
|
|
457
567
|
import { colors } from '@atlaskit/theme';
|
|
@@ -505,7 +615,8 @@
|
|
|
505
615
|
|
|
506
616
|
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
507
617
|
|
|
508
|
-
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
618
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
619
|
+
non-relative imports as relative imports
|
|
509
620
|
|
|
510
621
|
## 10.0.11
|
|
511
622
|
|
|
@@ -537,7 +648,8 @@
|
|
|
537
648
|
|
|
538
649
|
- [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
539
650
|
|
|
540
|
-
Analytics-next has been converted to Typescript. Typescript consumers will now get static type
|
|
651
|
+
Analytics-next has been converted to Typescript. Typescript consumers will now get static type
|
|
652
|
+
safety. Flow types are no longer provided. No behavioural changes.
|
|
541
653
|
|
|
542
654
|
**Breaking changes**
|
|
543
655
|
|
|
@@ -546,11 +658,16 @@
|
|
|
546
658
|
|
|
547
659
|
**Breaking changes to TypeScript annotations**
|
|
548
660
|
|
|
549
|
-
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
550
|
-
|
|
551
|
-
-
|
|
552
|
-
|
|
553
|
-
- Type `
|
|
661
|
+
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
662
|
+
props as a generic type.
|
|
663
|
+
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
664
|
+
props as a generic type.
|
|
665
|
+
- Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source
|
|
666
|
+
code
|
|
667
|
+
- Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
|
|
668
|
+
source code
|
|
669
|
+
- Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match
|
|
670
|
+
source code
|
|
554
671
|
- Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
|
|
555
672
|
- Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
|
|
556
673
|
- Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
|
|
@@ -586,8 +703,10 @@
|
|
|
586
703
|
- Adding back cjs
|
|
587
704
|
- Replacing es5 by cjs and es2015 by esm
|
|
588
705
|
- Creating folders at the root for entry-points
|
|
589
|
-
- Removing the generation of the entry-points at the root
|
|
590
|
-
|
|
706
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
707
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
708
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
709
|
+
for further details
|
|
591
710
|
|
|
592
711
|
## 10.0.4
|
|
593
712
|
|
|
@@ -595,7 +714,9 @@
|
|
|
595
714
|
|
|
596
715
|
- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
|
|
597
716
|
|
|
598
|
-
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
|
|
717
|
+
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
|
|
718
|
+
as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps
|
|
719
|
+
of the returned component.
|
|
599
720
|
|
|
600
721
|
Before:
|
|
601
722
|
|
|
@@ -635,7 +756,8 @@
|
|
|
635
756
|
|
|
636
757
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
637
758
|
|
|
638
|
-
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
759
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
760
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
639
761
|
|
|
640
762
|
## 9.0.0
|
|
641
763
|
|
|
@@ -645,14 +767,16 @@
|
|
|
645
767
|
|
|
646
768
|
## 8.0.3
|
|
647
769
|
|
|
648
|
-
- Updated dependencies
|
|
770
|
+
- Updated dependencies
|
|
771
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
649
772
|
- @atlaskit/docs@7.0.3
|
|
650
773
|
- @atlaskit/button@12.0.3
|
|
651
774
|
- @atlaskit/theme@8.1.7
|
|
652
775
|
|
|
653
776
|
## 8.0.2
|
|
654
777
|
|
|
655
|
-
- Updated dependencies
|
|
778
|
+
- Updated dependencies
|
|
779
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
656
780
|
- @atlaskit/docs@7.0.2
|
|
657
781
|
- @atlaskit/analytics-next@4.0.3
|
|
658
782
|
- @atlaskit/theme@8.1.6
|
|
@@ -660,7 +784,8 @@
|
|
|
660
784
|
|
|
661
785
|
## 8.0.1
|
|
662
786
|
|
|
663
|
-
- Updated dependencies
|
|
787
|
+
- Updated dependencies
|
|
788
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
664
789
|
- @atlaskit/docs@7.0.1
|
|
665
790
|
- @atlaskit/analytics-next@4.0.1
|
|
666
791
|
- @atlaskit/theme@8.0.1
|
|
@@ -674,8 +799,9 @@
|
|
|
674
799
|
|
|
675
800
|
### Dropping CJS support in all @atlaskit packages
|
|
676
801
|
|
|
677
|
-
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
678
|
-
|
|
802
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
803
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
804
|
+
`import` and `export` declarations.
|
|
679
805
|
|
|
680
806
|
The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
|
|
681
807
|
|
|
@@ -689,15 +815,26 @@
|
|
|
689
815
|
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
690
816
|
```
|
|
691
817
|
|
|
692
|
-
This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
|
|
818
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
|
|
819
|
+
we have to worry about how consumers might be using things that aren't _actually_ supposed to be
|
|
820
|
+
used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
|
|
821
|
+
packages bundling all of theme, just to use a single color, especially in situations where tree
|
|
822
|
+
shaking fails.
|
|
693
823
|
|
|
694
|
-
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
824
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
825
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
826
|
+
internal dependencies.
|
|
695
827
|
|
|
696
|
-
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
828
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
829
|
+
environments.
|
|
697
830
|
|
|
698
|
-
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
831
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
832
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
833
|
+
saner API's and simpler package architecture.
|
|
699
834
|
|
|
700
|
-
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
835
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
836
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
837
|
+
external) if you have any questions or queries about this.
|
|
701
838
|
|
|
702
839
|
## 7.0.12
|
|
703
840
|
|
|
@@ -726,34 +863,42 @@
|
|
|
726
863
|
|
|
727
864
|
- [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
|
|
728
865
|
|
|
729
|
-
- Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
|
|
866
|
+
- Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
|
|
867
|
+
to type check properly
|
|
730
868
|
|
|
731
869
|
## 7.0.8
|
|
732
870
|
|
|
733
|
-
- [patch] Adds missing implicit @babel/runtime dependency
|
|
871
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
872
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
734
873
|
|
|
735
874
|
## 7.0.7
|
|
736
875
|
|
|
737
|
-
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
876
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
877
|
+
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
738
878
|
|
|
739
879
|
## 7.0.5
|
|
740
880
|
|
|
741
|
-
- [patch] Updated dependencies
|
|
881
|
+
- [patch] Updated dependencies
|
|
882
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
742
883
|
- @atlaskit/theme@6.0.0
|
|
743
884
|
- @atlaskit/button@9.0.6
|
|
744
885
|
- @atlaskit/docs@5.0.6
|
|
745
886
|
|
|
746
887
|
## 7.0.4
|
|
747
888
|
|
|
748
|
-
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
749
|
-
|
|
889
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
890
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
891
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
892
|
+
- [none] Updated dependencies
|
|
893
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
750
894
|
- @atlaskit/analytics-next@3.0.4
|
|
751
895
|
- @atlaskit/button@9.0.5
|
|
752
896
|
- @atlaskit/theme@5.1.3
|
|
753
897
|
|
|
754
898
|
## 7.0.3
|
|
755
899
|
|
|
756
|
-
- [patch] Updated dependencies
|
|
900
|
+
- [patch] Updated dependencies
|
|
901
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
757
902
|
- @atlaskit/button@9.0.4
|
|
758
903
|
- @atlaskit/theme@5.1.2
|
|
759
904
|
- @atlaskit/analytics-next@3.0.3
|
|
@@ -761,30 +906,41 @@
|
|
|
761
906
|
|
|
762
907
|
## 7.0.2
|
|
763
908
|
|
|
764
|
-
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
765
|
-
|
|
909
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
910
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
911
|
+
- [none] Updated dependencies
|
|
912
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
766
913
|
- @atlaskit/analytics-next@3.0.2
|
|
767
914
|
- @atlaskit/button@9.0.3
|
|
768
915
|
- @atlaskit/theme@5.1.1
|
|
769
916
|
|
|
770
917
|
## 7.0.1
|
|
771
918
|
|
|
772
|
-
- [patch] Move analytics tests and replace elements to core
|
|
773
|
-
|
|
919
|
+
- [patch] Move analytics tests and replace elements to core
|
|
920
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
921
|
+
- [none] Updated dependencies
|
|
922
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
774
923
|
- @atlaskit/analytics-next@3.0.1
|
|
775
924
|
- @atlaskit/button@9.0.2
|
|
776
925
|
- @atlaskit/docs@5.0.1
|
|
777
926
|
|
|
778
927
|
## 7.0.0
|
|
779
928
|
|
|
780
|
-
- [major] Provides analytics for common component interations. See the
|
|
781
|
-
|
|
782
|
-
|
|
929
|
+
- [major] Provides analytics for common component interations. See the
|
|
930
|
+
[Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section for
|
|
931
|
+
more details. If you are using enzyme for testing you will have to use
|
|
932
|
+
[our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme).
|
|
933
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
934
|
+
- [major] Updates to React ^16.4.0
|
|
935
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
936
|
+
- [major] Updated dependencies
|
|
937
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
783
938
|
- @atlaskit/analytics-next@3.0.0
|
|
784
939
|
- @atlaskit/button@9.0.0
|
|
785
940
|
- @atlaskit/theme@5.0.0
|
|
786
941
|
- @atlaskit/docs@5.0.0
|
|
787
|
-
- [major] Updated dependencies
|
|
942
|
+
- [major] Updated dependencies
|
|
943
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
788
944
|
- @atlaskit/analytics-next@3.0.0
|
|
789
945
|
- @atlaskit/button@9.0.0
|
|
790
946
|
- @atlaskit/theme@5.0.0
|
|
@@ -792,15 +948,18 @@
|
|
|
792
948
|
|
|
793
949
|
## 6.0.3
|
|
794
950
|
|
|
795
|
-
- [patch] Update changelogs to remove duplicate
|
|
796
|
-
|
|
951
|
+
- [patch] Update changelogs to remove duplicate
|
|
952
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
953
|
+
- [none] Updated dependencies
|
|
954
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
797
955
|
- @atlaskit/theme@4.0.3
|
|
798
956
|
- @atlaskit/button@8.1.1
|
|
799
957
|
- @atlaskit/docs@4.1.1
|
|
800
958
|
|
|
801
959
|
## 6.0.2
|
|
802
960
|
|
|
803
|
-
- [none] Updated dependencies
|
|
961
|
+
- [none] Updated dependencies
|
|
962
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
804
963
|
- @atlaskit/docs@4.1.0
|
|
805
964
|
- @atlaskit/theme@4.0.2
|
|
806
965
|
- @atlaskit/button@8.1.0
|
|
@@ -808,166 +967,209 @@
|
|
|
808
967
|
## 6.0.1
|
|
809
968
|
|
|
810
969
|
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
811
|
-
- [patch] Updated dependencies
|
|
970
|
+
- [patch] Updated dependencies
|
|
971
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
812
972
|
- @atlaskit/button@8.0.1
|
|
813
973
|
- @atlaskit/theme@4.0.1
|
|
814
974
|
- @atlaskit/docs@4.0.1
|
|
815
975
|
|
|
816
976
|
## 6.0.0
|
|
817
977
|
|
|
818
|
-
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
819
|
-
|
|
978
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
979
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
980
|
+
- [patch] Updated dependencies
|
|
981
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
820
982
|
- @atlaskit/button@8.0.0
|
|
821
983
|
- @atlaskit/theme@4.0.0
|
|
822
984
|
- @atlaskit/docs@4.0.0
|
|
823
985
|
|
|
824
986
|
## 5.0.2
|
|
825
987
|
|
|
826
|
-
- [patch] Updated dependencies
|
|
988
|
+
- [patch] Updated dependencies
|
|
989
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
827
990
|
- @atlaskit/button@7.2.5
|
|
828
991
|
- @atlaskit/theme@3.2.2
|
|
829
992
|
- @atlaskit/docs@3.0.4
|
|
830
993
|
|
|
831
994
|
## 5.0.0
|
|
832
995
|
|
|
833
|
-
- [major] Bump to React 16.3.
|
|
996
|
+
- [major] Bump to React 16.3.
|
|
997
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
834
998
|
|
|
835
999
|
## 4.1.1
|
|
836
1000
|
|
|
837
|
-
- [patch] Re-releasing due to potentially broken babel release
|
|
1001
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
1002
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
838
1003
|
|
|
839
1004
|
## 4.1.0
|
|
840
1005
|
|
|
841
|
-
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1006
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1007
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
842
1008
|
|
|
843
1009
|
## 4.0.9
|
|
844
1010
|
|
|
845
|
-
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
1011
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
1012
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
846
1013
|
|
|
847
1014
|
## 4.0.8
|
|
848
1015
|
|
|
849
|
-
- [patch] Packages Flow types for elements components
|
|
1016
|
+
- [patch] Packages Flow types for elements components
|
|
1017
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
850
1018
|
|
|
851
1019
|
## 4.0.7
|
|
852
1020
|
|
|
853
|
-
- [patch] Minor documentation fixes
|
|
1021
|
+
- [patch] Minor documentation fixes
|
|
1022
|
+
[f0e96bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f0e96bd)
|
|
854
1023
|
|
|
855
1024
|
## 4.0.6
|
|
856
1025
|
|
|
857
|
-
- [patch] Migrate Navigation from Ak repo to ak mk 2 repo, Fixed flow typing inconsistencies in ak
|
|
1026
|
+
- [patch] Migrate Navigation from Ak repo to ak mk 2 repo, Fixed flow typing inconsistencies in ak
|
|
1027
|
+
mk 2 [bdeef5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bdeef5b)
|
|
858
1028
|
|
|
859
1029
|
## 4.0.5
|
|
860
1030
|
|
|
861
|
-
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
|
|
1031
|
+
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
|
|
1032
|
+
\$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
|
|
862
1033
|
|
|
863
1034
|
## 4.0.4
|
|
864
1035
|
|
|
865
|
-
- [patch] Migration of Blanket to mk2 repo
|
|
1036
|
+
- [patch] Migration of Blanket to mk2 repo
|
|
1037
|
+
[1c55d97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c55d97)
|
|
866
1038
|
|
|
867
1039
|
## 4.0.3 (2017-12-21)
|
|
868
1040
|
|
|
869
|
-
- bug fix; Minor change to storybook to test new s3 bucket
|
|
1041
|
+
- bug fix; Minor change to storybook to test new s3 bucket
|
|
1042
|
+
([97cbb7d](https://bitbucket.org/atlassian/atlaskit/commits/97cbb7d))
|
|
870
1043
|
|
|
871
1044
|
## 4.0.2 (2017-11-27)
|
|
872
1045
|
|
|
873
|
-
- bug fix; bump theme dependency to 2.2.0 (issues closed: nav-27)
|
|
1046
|
+
- bug fix; bump theme dependency to 2.2.0 (issues closed: nav-27)
|
|
1047
|
+
([2b71345](https://bitbucket.org/atlassian/atlaskit/commits/2b71345))
|
|
874
1048
|
|
|
875
1049
|
## 4.0.1 (2017-11-15)
|
|
876
1050
|
|
|
877
|
-
- bug fix; bumping internal dependencies to latest major versions
|
|
1051
|
+
- bug fix; bumping internal dependencies to latest major versions
|
|
1052
|
+
([288935a](https://bitbucket.org/atlassian/atlaskit/commits/288935a))
|
|
878
1053
|
|
|
879
1054
|
## 4.0.0 (2017-11-14)
|
|
880
1055
|
|
|
881
|
-
- bug fix; implemented code review comments: using theme package to get layer value and removed
|
|
882
|
-
|
|
883
|
-
- breaking;
|
|
1056
|
+
- bug fix; implemented code review comments: using theme package to get layer value and removed
|
|
1057
|
+
([b1a84f5](https://bitbucket.org/atlassian/atlaskit/commits/b1a84f5))
|
|
1058
|
+
- breaking; added z-index to blanket
|
|
1059
|
+
([4665973](https://bitbucket.org/atlassian/atlaskit/commits/4665973))
|
|
1060
|
+
- breaking; aK-3851-fix added z-index to blanket, reverts b344810 (issues closed: ak-3851)
|
|
1061
|
+
([4665973](https://bitbucket.org/atlassian/atlaskit/commits/4665973))
|
|
884
1062
|
|
|
885
1063
|
## 3.0.3 (2017-10-26)
|
|
886
1064
|
|
|
887
|
-
- bug fix; fix to rebuild stories
|
|
1065
|
+
- bug fix; fix to rebuild stories
|
|
1066
|
+
([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
|
|
888
1067
|
|
|
889
1068
|
## 3.0.2 (2017-10-22)
|
|
890
1069
|
|
|
891
|
-
- bug fix; update dependencies for react-16
|
|
1070
|
+
- bug fix; update dependencies for react-16
|
|
1071
|
+
([077d1ad](https://bitbucket.org/atlassian/atlaskit/commits/077d1ad))
|
|
892
1072
|
|
|
893
1073
|
## 3.0.1 (2017-10-13)
|
|
894
1074
|
|
|
895
1075
|
- bug fix; fix Blanket stories ([b9ac4ab](https://bitbucket.org/atlassian/atlaskit/commits/b9ac4ab))
|
|
896
|
-
- bug fix; other fix for other issue
|
|
897
|
-
|
|
1076
|
+
- bug fix; other fix for other issue
|
|
1077
|
+
([014f79c](https://bitbucket.org/atlassian/atlaskit/commits/014f79c))
|
|
1078
|
+
- bug fix; fix render issue for Blanket storybook
|
|
1079
|
+
([b277ff3](https://bitbucket.org/atlassian/atlaskit/commits/b277ff3))
|
|
898
1080
|
|
|
899
1081
|
## 3.0.0 (2017-08-31)
|
|
900
1082
|
|
|
901
1083
|
- breaking; removed z-index ([b344810](https://bitbucket.org/atlassian/atlaskit/commits/b344810))
|
|
902
|
-
- breaking; removed z-index for integration with @atlaskit/layer-manager
|
|
903
|
-
|
|
1084
|
+
- breaking; removed z-index for integration with @atlaskit/layer-manager
|
|
1085
|
+
([b344810](https://bitbucket.org/atlassian/atlaskit/commits/b344810))
|
|
1086
|
+
- feature; update to use @atlaskit/theme - now supports dark mode
|
|
1087
|
+
([422c74e](https://bitbucket.org/atlassian/atlaskit/commits/422c74e))
|
|
904
1088
|
|
|
905
1089
|
## 2.4.3 (2017-08-09)
|
|
906
1090
|
|
|
907
|
-
- bug fix; bump util-shared-styles dependency to latest to reduce app bundle sizes (issues closed:
|
|
1091
|
+
- bug fix; bump util-shared-styles dependency to latest to reduce app bundle sizes (issues closed:
|
|
1092
|
+
ak-3252) ([dbc406c](https://bitbucket.org/atlassian/atlaskit/commits/dbc406c))
|
|
908
1093
|
|
|
909
1094
|
## 2.4.2 (2017-07-27)
|
|
910
1095
|
|
|
911
|
-
- fix; rename jsnext:main to jsnext:experimental:main temporarily
|
|
1096
|
+
- fix; rename jsnext:main to jsnext:experimental:main temporarily
|
|
1097
|
+
([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
|
|
912
1098
|
|
|
913
1099
|
## 2.4.1 (2017-07-25)
|
|
914
1100
|
|
|
915
|
-
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
1101
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
1102
|
+
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
916
1103
|
|
|
917
1104
|
## 2.1.0 (2017-07-17)
|
|
918
1105
|
|
|
919
|
-
- fix; rerelease, failed prepublish scripts
|
|
1106
|
+
- fix; rerelease, failed prepublish scripts
|
|
1107
|
+
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
920
1108
|
|
|
921
1109
|
## 2.1.0 (2017-07-17)
|
|
922
1110
|
|
|
923
|
-
- feature; added ES module builds to dist and add jsnext:main to most ADG packages
|
|
1111
|
+
- feature; added ES module builds to dist and add jsnext:main to most ADG packages
|
|
1112
|
+
([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
|
|
924
1113
|
|
|
925
1114
|
## 2.0.5 (2017-07-13)
|
|
926
1115
|
|
|
927
|
-
- fix; testing releasing more than 5 packages at a time
|
|
928
|
-
|
|
1116
|
+
- fix; testing releasing more than 5 packages at a time
|
|
1117
|
+
([e69b832](https://bitbucket.org/atlassian/atlaskit/commits/e69b832))
|
|
1118
|
+
- fix; add prop-types as a dependency to avoid React 15.x warnings
|
|
1119
|
+
([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
|
|
929
1120
|
|
|
930
1121
|
## 2.0.4 (2017-04-27)
|
|
931
1122
|
|
|
932
|
-
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
1123
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
1124
|
+
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
933
1125
|
|
|
934
1126
|
## 2.0.3 (2017-04-26)
|
|
935
1127
|
|
|
936
|
-
- fix; update legal copy and fix broken links for component README on npm. New contribution and
|
|
1128
|
+
- fix; update legal copy and fix broken links for component README on npm. New contribution and
|
|
1129
|
+
([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
|
|
937
1130
|
|
|
938
1131
|
## 2.0.2 (2017-03-29)
|
|
939
1132
|
|
|
940
|
-
- fix; repush stories for broken releases
|
|
1133
|
+
- fix; repush stories for broken releases
|
|
1134
|
+
([cde4000](https://bitbucket.org/atlassian/atlaskit/commits/cde4000))
|
|
941
1135
|
|
|
942
1136
|
## 2.0.1 (2017-03-28)
|
|
943
1137
|
|
|
944
|
-
- fix; update blanket with new structure, use new readme story component
|
|
1138
|
+
- fix; update blanket with new structure, use new readme story component
|
|
1139
|
+
([2ecfd11](https://bitbucket.org/atlassian/atlaskit/commits/2ecfd11))
|
|
945
1140
|
|
|
946
1141
|
## 2.0.0 (2017-03-27)
|
|
947
1142
|
|
|
948
|
-
- refactor the blanket component to use styled-components
|
|
1143
|
+
- refactor the blanket component to use styled-components
|
|
1144
|
+
([62dc8f2](https://bitbucket.org/atlassian/atlaskit/commits/62dc8f2))
|
|
949
1145
|
- breaking; removed dependency "classnames", added peerDependency "styled-components"
|
|
950
1146
|
|
|
951
1147
|
## 1.2.4 (2017-03-23)
|
|
952
1148
|
|
|
953
|
-
- fix; Empty commit to release the component
|
|
1149
|
+
- fix; Empty commit to release the component
|
|
1150
|
+
([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
|
|
954
1151
|
|
|
955
1152
|
## 1.2.2 (2017-03-21)
|
|
956
1153
|
|
|
957
|
-
- fix; maintainers for all the packages were added
|
|
1154
|
+
- fix; maintainers for all the packages were added
|
|
1155
|
+
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
958
1156
|
|
|
959
1157
|
## 1.2.0 (2017-02-27)
|
|
960
1158
|
|
|
961
|
-
- feature; added `canClickThroughBlanket` prop to Blanket to make it possible to animate
|
|
1159
|
+
- feature; added `canClickThroughBlanket` prop to Blanket to make it possible to animate
|
|
1160
|
+
([cacb5cb](https://bitbucket.org/atlassian/atlaskit/commits/cacb5cb))
|
|
962
1161
|
|
|
963
1162
|
## 1.1.0 (2017-02-22)
|
|
964
1163
|
|
|
965
|
-
- feature; add canClickThrough to blanket
|
|
1164
|
+
- feature; add canClickThrough to blanket
|
|
1165
|
+
([c2e31aa](https://bitbucket.org/atlassian/atlaskit/commits/c2e31aa))
|
|
966
1166
|
|
|
967
1167
|
## 1.0.2 (2017-02-10)
|
|
968
1168
|
|
|
969
|
-
- fix; Dummy commit to release components to registry
|
|
1169
|
+
- fix; Dummy commit to release components to registry
|
|
1170
|
+
([5bac43b](https://bitbucket.org/atlassian/atlaskit/commits/5bac43b))
|
|
970
1171
|
|
|
971
1172
|
## 1.0.1 (2017-02-06)
|
|
972
1173
|
|
|
973
|
-
- fix; bumps deps to use scoped packages
|
|
1174
|
+
- fix; bumps deps to use scoped packages
|
|
1175
|
+
([9384221](https://bitbucket.org/atlassian/atlaskit/commits/9384221))
|