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