@atlaskit/blanket 13.0.1 → 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 +345 -143
- 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 -94
- package/report.api.md +13 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,52 +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
|
+
|
|
12
|
+
## 13.1.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
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.
|
|
19
|
+
|
|
3
20
|
## 13.0.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
6
23
|
|
|
7
|
-
- [#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`
|
|
8
27
|
|
|
9
28
|
## 13.0.0
|
|
10
29
|
|
|
11
30
|
### Major Changes
|
|
12
31
|
|
|
13
|
-
- [#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.
|
|
14
35
|
|
|
15
36
|
## 12.4.5
|
|
16
37
|
|
|
17
38
|
### Patch Changes
|
|
18
39
|
|
|
19
|
-
- [#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.
|
|
20
44
|
|
|
21
45
|
## 12.4.4
|
|
22
46
|
|
|
23
47
|
### Patch Changes
|
|
24
48
|
|
|
25
|
-
- [#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.
|
|
26
53
|
|
|
27
54
|
## 12.4.3
|
|
28
55
|
|
|
29
56
|
### Patch Changes
|
|
30
57
|
|
|
31
|
-
- [#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.
|
|
32
61
|
|
|
33
62
|
## 12.4.2
|
|
34
63
|
|
|
35
64
|
### Patch Changes
|
|
36
65
|
|
|
37
|
-
- [#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
|
|
38
69
|
|
|
39
70
|
## 12.4.1
|
|
40
71
|
|
|
41
72
|
### Patch Changes
|
|
42
73
|
|
|
43
|
-
- [#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`
|
|
44
77
|
|
|
45
78
|
## 12.4.0
|
|
46
79
|
|
|
47
80
|
### Minor Changes
|
|
48
81
|
|
|
49
|
-
- [#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
|
|
50
85
|
|
|
51
86
|
### Patch Changes
|
|
52
87
|
|
|
@@ -56,7 +91,9 @@
|
|
|
56
91
|
|
|
57
92
|
### Patch Changes
|
|
58
93
|
|
|
59
|
-
- [#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.
|
|
60
97
|
|
|
61
98
|
## 12.3.7
|
|
62
99
|
|
|
@@ -68,7 +105,9 @@
|
|
|
68
105
|
|
|
69
106
|
### Patch Changes
|
|
70
107
|
|
|
71
|
-
- [#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
|
|
72
111
|
|
|
73
112
|
## 12.3.5
|
|
74
113
|
|
|
@@ -98,25 +137,33 @@
|
|
|
98
137
|
|
|
99
138
|
### Patch Changes
|
|
100
139
|
|
|
101
|
-
- [#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.
|
|
102
143
|
|
|
103
144
|
## 12.3.0
|
|
104
145
|
|
|
105
146
|
### Minor Changes
|
|
106
147
|
|
|
107
|
-
- [#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.
|
|
108
151
|
|
|
109
152
|
## 12.2.16
|
|
110
153
|
|
|
111
154
|
### Patch Changes
|
|
112
155
|
|
|
113
|
-
- [#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`
|
|
114
159
|
|
|
115
160
|
## 12.2.15
|
|
116
161
|
|
|
117
162
|
### Patch Changes
|
|
118
163
|
|
|
119
|
-
- [#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`.
|
|
120
167
|
|
|
121
168
|
## 12.2.14
|
|
122
169
|
|
|
@@ -134,7 +181,9 @@
|
|
|
134
181
|
|
|
135
182
|
### Patch Changes
|
|
136
183
|
|
|
137
|
-
- [#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
|
|
138
187
|
|
|
139
188
|
## 12.2.11
|
|
140
189
|
|
|
@@ -146,14 +195,18 @@
|
|
|
146
195
|
|
|
147
196
|
### Patch Changes
|
|
148
197
|
|
|
149
|
-
- [#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
|
|
150
201
|
- Updated dependencies
|
|
151
202
|
|
|
152
203
|
## 12.2.9
|
|
153
204
|
|
|
154
205
|
### Patch Changes
|
|
155
206
|
|
|
156
|
-
- [#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
|
|
157
210
|
|
|
158
211
|
## 12.2.8
|
|
159
212
|
|
|
@@ -165,7 +218,10 @@
|
|
|
165
218
|
|
|
166
219
|
### Patch Changes
|
|
167
220
|
|
|
168
|
-
- [#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
|
|
169
225
|
- Updated dependencies
|
|
170
226
|
|
|
171
227
|
## 12.2.6
|
|
@@ -178,7 +234,10 @@
|
|
|
178
234
|
|
|
179
235
|
### Patch Changes
|
|
180
236
|
|
|
181
|
-
- [#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.
|
|
182
241
|
- Updated dependencies
|
|
183
242
|
|
|
184
243
|
## 12.2.4
|
|
@@ -191,7 +250,9 @@
|
|
|
191
250
|
|
|
192
251
|
### Patch Changes
|
|
193
252
|
|
|
194
|
-
- [#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.
|
|
195
256
|
|
|
196
257
|
## 12.2.2
|
|
197
258
|
|
|
@@ -209,11 +270,14 @@
|
|
|
209
270
|
|
|
210
271
|
### Minor Changes
|
|
211
272
|
|
|
212
|
-
- [#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.
|
|
213
276
|
|
|
214
277
|
### Patch Changes
|
|
215
278
|
|
|
216
|
-
- [`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
|
|
217
281
|
- Updated dependencies
|
|
218
282
|
|
|
219
283
|
## 12.1.1
|
|
@@ -226,24 +290,31 @@
|
|
|
226
290
|
|
|
227
291
|
### Minor Changes
|
|
228
292
|
|
|
229
|
-
- [#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.
|
|
230
296
|
|
|
231
297
|
### Patch Changes
|
|
232
298
|
|
|
233
|
-
- [`8279380176b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8279380176b) - Internal
|
|
299
|
+
- [`8279380176b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8279380176b) - Internal
|
|
300
|
+
code changes.
|
|
234
301
|
- Updated dependencies
|
|
235
302
|
|
|
236
303
|
## 12.0.1
|
|
237
304
|
|
|
238
305
|
### Patch Changes
|
|
239
306
|
|
|
240
|
-
- [#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`.
|
|
241
310
|
|
|
242
311
|
## 12.0.0
|
|
243
312
|
|
|
244
313
|
### Major Changes
|
|
245
314
|
|
|
246
|
-
- [#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
|
|
247
318
|
|
|
248
319
|
- General performance improvements
|
|
249
320
|
|
|
@@ -259,14 +330,14 @@
|
|
|
259
330
|
yarn upgrade @atlaskit/blanket@^12.0.0
|
|
260
331
|
```
|
|
261
332
|
|
|
262
|
-
Once upgraded,
|
|
263
|
-
use `@atlaskit/codemod-cli`:
|
|
333
|
+
Once upgraded, use `@atlaskit/codemod-cli`:
|
|
264
334
|
|
|
265
335
|
```bash
|
|
266
336
|
npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
|
|
267
337
|
```
|
|
268
338
|
|
|
269
|
-
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.
|
|
270
341
|
|
|
271
342
|
What will be changed:
|
|
272
343
|
|
|
@@ -274,49 +345,63 @@
|
|
|
274
345
|
|
|
275
346
|
Run `npx @atlaskit/codemod-cli -h` for more details on usage.
|
|
276
347
|
|
|
277
|
-
For Atlassians,
|
|
278
|
-
|
|
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.
|
|
279
351
|
|
|
280
352
|
### Patch Changes
|
|
281
353
|
|
|
282
|
-
- [`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.
|
|
283
356
|
- Updated dependencies
|
|
284
357
|
|
|
285
358
|
## 11.4.1
|
|
286
359
|
|
|
287
360
|
### Patch Changes
|
|
288
361
|
|
|
289
|
-
- [#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
|
|
290
365
|
|
|
291
366
|
## 11.4.0
|
|
292
367
|
|
|
293
368
|
### Minor Changes
|
|
294
369
|
|
|
295
|
-
- [#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
|
|
296
373
|
|
|
297
374
|
## 11.3.1
|
|
298
375
|
|
|
299
376
|
### Patch Changes
|
|
300
377
|
|
|
301
|
-
- [#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`
|
|
302
381
|
|
|
303
382
|
## 11.3.0
|
|
304
383
|
|
|
305
384
|
### Minor Changes
|
|
306
385
|
|
|
307
|
-
- [#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
|
|
308
389
|
|
|
309
390
|
## 11.2.1
|
|
310
391
|
|
|
311
392
|
### Patch Changes
|
|
312
393
|
|
|
313
|
-
- [#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`
|
|
314
397
|
|
|
315
398
|
## 11.2.0
|
|
316
399
|
|
|
317
400
|
### Minor Changes
|
|
318
401
|
|
|
319
|
-
- [#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.
|
|
320
405
|
|
|
321
406
|
### Patch Changes
|
|
322
407
|
|
|
@@ -326,27 +411,38 @@
|
|
|
326
411
|
|
|
327
412
|
### Patch Changes
|
|
328
413
|
|
|
329
|
-
- [#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.
|
|
330
417
|
|
|
331
418
|
## 11.1.0
|
|
332
419
|
|
|
333
420
|
### Minor Changes
|
|
334
421
|
|
|
335
|
-
- [#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.
|
|
336
427
|
|
|
337
428
|
## 11.0.4
|
|
338
429
|
|
|
339
430
|
### Patch Changes
|
|
340
431
|
|
|
341
|
-
- [#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
|
|
342
435
|
|
|
343
436
|
## 11.0.3
|
|
344
437
|
|
|
345
438
|
### Patch Changes
|
|
346
439
|
|
|
347
|
-
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
348
|
-
|
|
349
|
-
|
|
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.
|
|
350
446
|
|
|
351
447
|
## 11.0.2
|
|
352
448
|
|
|
@@ -358,17 +454,22 @@
|
|
|
358
454
|
|
|
359
455
|
### Patch Changes
|
|
360
456
|
|
|
361
|
-
- [#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
|
|
362
460
|
|
|
363
|
-
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
364
|
-
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.
|
|
365
463
|
|
|
366
464
|
## 11.0.0
|
|
367
465
|
|
|
368
466
|
### Major Changes
|
|
369
467
|
|
|
370
|
-
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
371
|
-
|
|
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
|
|
372
473
|
|
|
373
474
|
### Patch Changes
|
|
374
475
|
|
|
@@ -378,7 +479,9 @@
|
|
|
378
479
|
|
|
379
480
|
### Patch Changes
|
|
380
481
|
|
|
381
|
-
- [#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
|
|
382
485
|
|
|
383
486
|
## 10.0.18
|
|
384
487
|
|
|
@@ -386,9 +489,11 @@
|
|
|
386
489
|
|
|
387
490
|
- [patch][6d744d3ff1](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d744d3ff1):
|
|
388
491
|
|
|
389
|
-
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):
|
|
390
494
|
|
|
391
|
-
- Updated dependencies
|
|
495
|
+
- Updated dependencies
|
|
496
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
392
497
|
- @atlaskit/button@13.3.11
|
|
393
498
|
|
|
394
499
|
## 10.0.17
|
|
@@ -397,7 +502,8 @@
|
|
|
397
502
|
|
|
398
503
|
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
399
504
|
|
|
400
|
-
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):
|
|
401
507
|
|
|
402
508
|
- @atlaskit/docs@8.3.2
|
|
403
509
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -410,9 +516,12 @@
|
|
|
410
516
|
|
|
411
517
|
- [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
412
518
|
|
|
413
|
-
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):
|
|
414
522
|
|
|
415
|
-
- Updated dependencies
|
|
523
|
+
- Updated dependencies
|
|
524
|
+
[4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
416
525
|
- @atlaskit/theme@9.5.0
|
|
417
526
|
- @atlaskit/button@13.3.5
|
|
418
527
|
|
|
@@ -422,12 +531,14 @@
|
|
|
422
531
|
|
|
423
532
|
- [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
|
|
424
533
|
|
|
425
|
-
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.
|
|
426
536
|
|
|
427
537
|
### Breaking
|
|
428
538
|
|
|
429
|
-
** getTokens props changes **
|
|
430
|
-
|
|
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:
|
|
431
542
|
|
|
432
543
|
```javascript
|
|
433
544
|
<CustomTheme.Provider
|
|
@@ -443,9 +554,8 @@
|
|
|
443
554
|
>
|
|
444
555
|
```
|
|
445
556
|
|
|
446
|
-
** Color palette changes **
|
|
447
|
-
|
|
448
|
-
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:
|
|
449
559
|
|
|
450
560
|
```javascript
|
|
451
561
|
import { colors } from '@atlaskit/theme';
|
|
@@ -499,7 +609,8 @@
|
|
|
499
609
|
|
|
500
610
|
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
501
611
|
|
|
502
|
-
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
|
|
503
614
|
|
|
504
615
|
## 10.0.11
|
|
505
616
|
|
|
@@ -531,7 +642,8 @@
|
|
|
531
642
|
|
|
532
643
|
- [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
533
644
|
|
|
534
|
-
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.
|
|
535
647
|
|
|
536
648
|
**Breaking changes**
|
|
537
649
|
|
|
@@ -540,11 +652,16 @@
|
|
|
540
652
|
|
|
541
653
|
**Breaking changes to TypeScript annotations**
|
|
542
654
|
|
|
543
|
-
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
544
|
-
|
|
545
|
-
-
|
|
546
|
-
|
|
547
|
-
- 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
|
|
548
665
|
- Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
|
|
549
666
|
- Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
|
|
550
667
|
- Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
|
|
@@ -580,8 +697,10 @@
|
|
|
580
697
|
- Adding back cjs
|
|
581
698
|
- Replacing es5 by cjs and es2015 by esm
|
|
582
699
|
- Creating folders at the root for entry-points
|
|
583
|
-
- Removing the generation of the entry-points at the root
|
|
584
|
-
|
|
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
|
|
585
704
|
|
|
586
705
|
## 10.0.4
|
|
587
706
|
|
|
@@ -589,7 +708,9 @@
|
|
|
589
708
|
|
|
590
709
|
- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
|
|
591
710
|
|
|
592
|
-
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.
|
|
593
714
|
|
|
594
715
|
Before:
|
|
595
716
|
|
|
@@ -629,7 +750,8 @@
|
|
|
629
750
|
|
|
630
751
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
631
752
|
|
|
632
|
-
- 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.
|
|
633
755
|
|
|
634
756
|
## 9.0.0
|
|
635
757
|
|
|
@@ -639,14 +761,16 @@
|
|
|
639
761
|
|
|
640
762
|
## 8.0.3
|
|
641
763
|
|
|
642
|
-
- Updated dependencies
|
|
764
|
+
- Updated dependencies
|
|
765
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
643
766
|
- @atlaskit/docs@7.0.3
|
|
644
767
|
- @atlaskit/button@12.0.3
|
|
645
768
|
- @atlaskit/theme@8.1.7
|
|
646
769
|
|
|
647
770
|
## 8.0.2
|
|
648
771
|
|
|
649
|
-
- Updated dependencies
|
|
772
|
+
- Updated dependencies
|
|
773
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
650
774
|
- @atlaskit/docs@7.0.2
|
|
651
775
|
- @atlaskit/analytics-next@4.0.3
|
|
652
776
|
- @atlaskit/theme@8.1.6
|
|
@@ -654,7 +778,8 @@
|
|
|
654
778
|
|
|
655
779
|
## 8.0.1
|
|
656
780
|
|
|
657
|
-
- Updated dependencies
|
|
781
|
+
- Updated dependencies
|
|
782
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
658
783
|
- @atlaskit/docs@7.0.1
|
|
659
784
|
- @atlaskit/analytics-next@4.0.1
|
|
660
785
|
- @atlaskit/theme@8.0.1
|
|
@@ -668,8 +793,9 @@
|
|
|
668
793
|
|
|
669
794
|
### Dropping CJS support in all @atlaskit packages
|
|
670
795
|
|
|
671
|
-
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
672
|
-
|
|
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.
|
|
673
799
|
|
|
674
800
|
The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
|
|
675
801
|
|
|
@@ -683,15 +809,26 @@
|
|
|
683
809
|
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
684
810
|
```
|
|
685
811
|
|
|
686
|
-
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.
|
|
687
817
|
|
|
688
|
-
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.
|
|
689
821
|
|
|
690
|
-
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.
|
|
691
824
|
|
|
692
|
-
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.
|
|
693
828
|
|
|
694
|
-
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.
|
|
695
832
|
|
|
696
833
|
## 7.0.12
|
|
697
834
|
|
|
@@ -720,34 +857,42 @@
|
|
|
720
857
|
|
|
721
858
|
- [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
|
|
722
859
|
|
|
723
|
-
- 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
|
|
724
862
|
|
|
725
863
|
## 7.0.8
|
|
726
864
|
|
|
727
|
-
- [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)
|
|
728
867
|
|
|
729
868
|
## 7.0.7
|
|
730
869
|
|
|
731
|
-
- [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)
|
|
732
872
|
|
|
733
873
|
## 7.0.5
|
|
734
874
|
|
|
735
|
-
- [patch] Updated dependencies
|
|
875
|
+
- [patch] Updated dependencies
|
|
876
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
736
877
|
- @atlaskit/theme@6.0.0
|
|
737
878
|
- @atlaskit/button@9.0.6
|
|
738
879
|
- @atlaskit/docs@5.0.6
|
|
739
880
|
|
|
740
881
|
## 7.0.4
|
|
741
882
|
|
|
742
|
-
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
743
|
-
|
|
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)
|
|
744
888
|
- @atlaskit/analytics-next@3.0.4
|
|
745
889
|
- @atlaskit/button@9.0.5
|
|
746
890
|
- @atlaskit/theme@5.1.3
|
|
747
891
|
|
|
748
892
|
## 7.0.3
|
|
749
893
|
|
|
750
|
-
- [patch] Updated dependencies
|
|
894
|
+
- [patch] Updated dependencies
|
|
895
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
751
896
|
- @atlaskit/button@9.0.4
|
|
752
897
|
- @atlaskit/theme@5.1.2
|
|
753
898
|
- @atlaskit/analytics-next@3.0.3
|
|
@@ -755,30 +900,41 @@
|
|
|
755
900
|
|
|
756
901
|
## 7.0.2
|
|
757
902
|
|
|
758
|
-
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
759
|
-
|
|
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)
|
|
760
907
|
- @atlaskit/analytics-next@3.0.2
|
|
761
908
|
- @atlaskit/button@9.0.3
|
|
762
909
|
- @atlaskit/theme@5.1.1
|
|
763
910
|
|
|
764
911
|
## 7.0.1
|
|
765
912
|
|
|
766
|
-
- [patch] Move analytics tests and replace elements to core
|
|
767
|
-
|
|
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)
|
|
768
917
|
- @atlaskit/analytics-next@3.0.1
|
|
769
918
|
- @atlaskit/button@9.0.2
|
|
770
919
|
- @atlaskit/docs@5.0.1
|
|
771
920
|
|
|
772
921
|
## 7.0.0
|
|
773
922
|
|
|
774
|
-
- [major] Provides analytics for common component interations. See the
|
|
775
|
-
|
|
776
|
-
|
|
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)
|
|
777
932
|
- @atlaskit/analytics-next@3.0.0
|
|
778
933
|
- @atlaskit/button@9.0.0
|
|
779
934
|
- @atlaskit/theme@5.0.0
|
|
780
935
|
- @atlaskit/docs@5.0.0
|
|
781
|
-
- [major] Updated dependencies
|
|
936
|
+
- [major] Updated dependencies
|
|
937
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
782
938
|
- @atlaskit/analytics-next@3.0.0
|
|
783
939
|
- @atlaskit/button@9.0.0
|
|
784
940
|
- @atlaskit/theme@5.0.0
|
|
@@ -786,15 +942,18 @@
|
|
|
786
942
|
|
|
787
943
|
## 6.0.3
|
|
788
944
|
|
|
789
|
-
- [patch] Update changelogs to remove duplicate
|
|
790
|
-
|
|
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)
|
|
791
949
|
- @atlaskit/theme@4.0.3
|
|
792
950
|
- @atlaskit/button@8.1.1
|
|
793
951
|
- @atlaskit/docs@4.1.1
|
|
794
952
|
|
|
795
953
|
## 6.0.2
|
|
796
954
|
|
|
797
|
-
- [none] Updated dependencies
|
|
955
|
+
- [none] Updated dependencies
|
|
956
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
798
957
|
- @atlaskit/docs@4.1.0
|
|
799
958
|
- @atlaskit/theme@4.0.2
|
|
800
959
|
- @atlaskit/button@8.1.0
|
|
@@ -802,166 +961,209 @@
|
|
|
802
961
|
## 6.0.1
|
|
803
962
|
|
|
804
963
|
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
805
|
-
- [patch] Updated dependencies
|
|
964
|
+
- [patch] Updated dependencies
|
|
965
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
806
966
|
- @atlaskit/button@8.0.1
|
|
807
967
|
- @atlaskit/theme@4.0.1
|
|
808
968
|
- @atlaskit/docs@4.0.1
|
|
809
969
|
|
|
810
970
|
## 6.0.0
|
|
811
971
|
|
|
812
|
-
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
813
|
-
|
|
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)
|
|
814
976
|
- @atlaskit/button@8.0.0
|
|
815
977
|
- @atlaskit/theme@4.0.0
|
|
816
978
|
- @atlaskit/docs@4.0.0
|
|
817
979
|
|
|
818
980
|
## 5.0.2
|
|
819
981
|
|
|
820
|
-
- [patch] Updated dependencies
|
|
982
|
+
- [patch] Updated dependencies
|
|
983
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
821
984
|
- @atlaskit/button@7.2.5
|
|
822
985
|
- @atlaskit/theme@3.2.2
|
|
823
986
|
- @atlaskit/docs@3.0.4
|
|
824
987
|
|
|
825
988
|
## 5.0.0
|
|
826
989
|
|
|
827
|
-
- [major] Bump to React 16.3.
|
|
990
|
+
- [major] Bump to React 16.3.
|
|
991
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
828
992
|
|
|
829
993
|
## 4.1.1
|
|
830
994
|
|
|
831
|
-
- [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)
|
|
832
997
|
|
|
833
998
|
## 4.1.0
|
|
834
999
|
|
|
835
|
-
- [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)
|
|
836
1002
|
|
|
837
1003
|
## 4.0.9
|
|
838
1004
|
|
|
839
|
-
- [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)
|
|
840
1007
|
|
|
841
1008
|
## 4.0.8
|
|
842
1009
|
|
|
843
|
-
- [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)
|
|
844
1012
|
|
|
845
1013
|
## 4.0.7
|
|
846
1014
|
|
|
847
|
-
- [patch] Minor documentation fixes
|
|
1015
|
+
- [patch] Minor documentation fixes
|
|
1016
|
+
[f0e96bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f0e96bd)
|
|
848
1017
|
|
|
849
1018
|
## 4.0.6
|
|
850
1019
|
|
|
851
|
-
- [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)
|
|
852
1022
|
|
|
853
1023
|
## 4.0.5
|
|
854
1024
|
|
|
855
|
-
- [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)
|
|
856
1027
|
|
|
857
1028
|
## 4.0.4
|
|
858
1029
|
|
|
859
|
-
- [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)
|
|
860
1032
|
|
|
861
1033
|
## 4.0.3 (2017-12-21)
|
|
862
1034
|
|
|
863
|
-
- 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))
|
|
864
1037
|
|
|
865
1038
|
## 4.0.2 (2017-11-27)
|
|
866
1039
|
|
|
867
|
-
- 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))
|
|
868
1042
|
|
|
869
1043
|
## 4.0.1 (2017-11-15)
|
|
870
1044
|
|
|
871
|
-
- 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))
|
|
872
1047
|
|
|
873
1048
|
## 4.0.0 (2017-11-14)
|
|
874
1049
|
|
|
875
|
-
- bug fix; implemented code review comments: using theme package to get layer value and removed
|
|
876
|
-
|
|
877
|
-
- 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))
|
|
878
1056
|
|
|
879
1057
|
## 3.0.3 (2017-10-26)
|
|
880
1058
|
|
|
881
|
-
- bug fix; fix to rebuild stories
|
|
1059
|
+
- bug fix; fix to rebuild stories
|
|
1060
|
+
([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
|
|
882
1061
|
|
|
883
1062
|
## 3.0.2 (2017-10-22)
|
|
884
1063
|
|
|
885
|
-
- bug fix; update dependencies for react-16
|
|
1064
|
+
- bug fix; update dependencies for react-16
|
|
1065
|
+
([077d1ad](https://bitbucket.org/atlassian/atlaskit/commits/077d1ad))
|
|
886
1066
|
|
|
887
1067
|
## 3.0.1 (2017-10-13)
|
|
888
1068
|
|
|
889
1069
|
- bug fix; fix Blanket stories ([b9ac4ab](https://bitbucket.org/atlassian/atlaskit/commits/b9ac4ab))
|
|
890
|
-
- bug fix; other fix for other issue
|
|
891
|
-
|
|
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))
|
|
892
1074
|
|
|
893
1075
|
## 3.0.0 (2017-08-31)
|
|
894
1076
|
|
|
895
1077
|
- breaking; removed z-index ([b344810](https://bitbucket.org/atlassian/atlaskit/commits/b344810))
|
|
896
|
-
- breaking; removed z-index for integration with @atlaskit/layer-manager
|
|
897
|
-
|
|
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))
|
|
898
1082
|
|
|
899
1083
|
## 2.4.3 (2017-08-09)
|
|
900
1084
|
|
|
901
|
-
- 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))
|
|
902
1087
|
|
|
903
1088
|
## 2.4.2 (2017-07-27)
|
|
904
1089
|
|
|
905
|
-
- 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))
|
|
906
1092
|
|
|
907
1093
|
## 2.4.1 (2017-07-25)
|
|
908
1094
|
|
|
909
|
-
- 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))
|
|
910
1097
|
|
|
911
1098
|
## 2.1.0 (2017-07-17)
|
|
912
1099
|
|
|
913
|
-
- fix; rerelease, failed prepublish scripts
|
|
1100
|
+
- fix; rerelease, failed prepublish scripts
|
|
1101
|
+
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
914
1102
|
|
|
915
1103
|
## 2.1.0 (2017-07-17)
|
|
916
1104
|
|
|
917
|
-
- 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))
|
|
918
1107
|
|
|
919
1108
|
## 2.0.5 (2017-07-13)
|
|
920
1109
|
|
|
921
|
-
- fix; testing releasing more than 5 packages at a time
|
|
922
|
-
|
|
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))
|
|
923
1114
|
|
|
924
1115
|
## 2.0.4 (2017-04-27)
|
|
925
1116
|
|
|
926
|
-
- 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))
|
|
927
1119
|
|
|
928
1120
|
## 2.0.3 (2017-04-26)
|
|
929
1121
|
|
|
930
|
-
- 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))
|
|
931
1124
|
|
|
932
1125
|
## 2.0.2 (2017-03-29)
|
|
933
1126
|
|
|
934
|
-
- fix; repush stories for broken releases
|
|
1127
|
+
- fix; repush stories for broken releases
|
|
1128
|
+
([cde4000](https://bitbucket.org/atlassian/atlaskit/commits/cde4000))
|
|
935
1129
|
|
|
936
1130
|
## 2.0.1 (2017-03-28)
|
|
937
1131
|
|
|
938
|
-
- 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))
|
|
939
1134
|
|
|
940
1135
|
## 2.0.0 (2017-03-27)
|
|
941
1136
|
|
|
942
|
-
- 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))
|
|
943
1139
|
- breaking; removed dependency "classnames", added peerDependency "styled-components"
|
|
944
1140
|
|
|
945
1141
|
## 1.2.4 (2017-03-23)
|
|
946
1142
|
|
|
947
|
-
- fix; Empty commit to release the component
|
|
1143
|
+
- fix; Empty commit to release the component
|
|
1144
|
+
([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
|
|
948
1145
|
|
|
949
1146
|
## 1.2.2 (2017-03-21)
|
|
950
1147
|
|
|
951
|
-
- 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))
|
|
952
1150
|
|
|
953
1151
|
## 1.2.0 (2017-02-27)
|
|
954
1152
|
|
|
955
|
-
- 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))
|
|
956
1155
|
|
|
957
1156
|
## 1.1.0 (2017-02-22)
|
|
958
1157
|
|
|
959
|
-
- feature; add canClickThrough to blanket
|
|
1158
|
+
- feature; add canClickThrough to blanket
|
|
1159
|
+
([c2e31aa](https://bitbucket.org/atlassian/atlaskit/commits/c2e31aa))
|
|
960
1160
|
|
|
961
1161
|
## 1.0.2 (2017-02-10)
|
|
962
1162
|
|
|
963
|
-
- 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))
|
|
964
1165
|
|
|
965
1166
|
## 1.0.1 (2017-02-06)
|
|
966
1167
|
|
|
967
|
-
- fix; bumps deps to use scoped packages
|
|
1168
|
+
- fix; bumps deps to use scoped packages
|
|
1169
|
+
([9384221](https://bitbucket.org/atlassian/atlaskit/commits/9384221))
|