@atlaskit/empty-state 7.8.0 → 7.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/CHANGELOG.md +272 -105
  2. package/README.md +4 -4
  3. package/dist/cjs/styled/actions-container.js +8 -3
  4. package/dist/cjs/styled/container.js +7 -0
  5. package/dist/cjs/styled/description.js +8 -3
  6. package/dist/cjs/styled/header.js +9 -2
  7. package/dist/cjs/styled/image.js +6 -0
  8. package/dist/cjs/styled/spinner-container.js +6 -1
  9. package/dist/es2019/styled/actions-container.js +7 -3
  10. package/dist/es2019/styled/container.js +6 -0
  11. package/dist/es2019/styled/description.js +7 -3
  12. package/dist/es2019/styled/header.js +8 -2
  13. package/dist/es2019/styled/image.js +5 -0
  14. package/dist/es2019/styled/spinner-container.js +5 -1
  15. package/dist/esm/styled/actions-container.js +7 -3
  16. package/dist/esm/styled/container.js +6 -0
  17. package/dist/esm/styled/description.js +7 -3
  18. package/dist/esm/styled/header.js +8 -2
  19. package/dist/esm/styled/image.js +5 -0
  20. package/dist/esm/styled/spinner-container.js +5 -1
  21. package/dist/types/styled/actions-container.d.ts +4 -1
  22. package/dist/types/styled/container.d.ts +4 -1
  23. package/dist/types/styled/description.d.ts +4 -1
  24. package/dist/types/styled/header.d.ts +4 -1
  25. package/dist/types/styled/image.d.ts +4 -1
  26. package/dist/types/styled/spinner-container.d.ts +4 -1
  27. package/dist/types-ts4.5/styled/actions-container.d.ts +4 -1
  28. package/dist/types-ts4.5/styled/container.d.ts +4 -1
  29. package/dist/types-ts4.5/styled/description.d.ts +4 -1
  30. package/dist/types-ts4.5/styled/header.d.ts +4 -1
  31. package/dist/types-ts4.5/styled/image.d.ts +4 -1
  32. package/dist/types-ts4.5/styled/spinner-container.d.ts +4 -1
  33. package/package.json +82 -84
  34. package/report.api.md +44 -43
package/CHANGELOG.md CHANGED
@@ -1,29 +1,58 @@
1
1
  # @atlaskit/empty-state
2
2
 
3
+ ## 7.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#111878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111878)
14
+ [`223959ef57c80`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/223959ef57c80) -
15
+ Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
16
+ is implicitly set to automatic.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 7.8.0
4
23
 
5
24
  ### Minor Changes
6
25
 
7
- - [#91189](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91189) [`cd9ca014951a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd9ca014951a) - Add support for React 18.
26
+ - [#91189](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91189)
27
+ [`cd9ca014951a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd9ca014951a) -
28
+ Add support for React 18 in non-strict mode.
8
29
 
9
30
  ## 7.7.2
10
31
 
11
32
  ### Patch Changes
12
33
 
13
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
34
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
35
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
36
+ Upgrade Typescript from `4.9.5` to `5.4.2`
14
37
 
15
38
  ## 7.7.1
16
39
 
17
40
  ### Patch Changes
18
41
 
19
- - [#72130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72130) [`b037e5451037`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b037e5451037) - Update new button text color fallback for default theme (non-token) to match that of old button current text color
42
+ - [#72130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72130)
43
+ [`b037e5451037`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b037e5451037) -
44
+ Update new button text color fallback for default theme (non-token) to match that of old button
45
+ current text color
20
46
  - Updated dependencies
21
47
 
22
48
  ## 7.7.0
23
49
 
24
50
  ### Minor Changes
25
51
 
26
- - [#70568](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70568) [`f1279b936714`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f1279b936714) - [ux] Button group inside empty-state now have default label and possibility to accept a dynamic one.
52
+ - [#70568](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70568)
53
+ [`f1279b936714`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f1279b936714) -
54
+ [ux] Button group inside empty-state now have default label and possibility to accept a dynamic
55
+ one.
27
56
 
28
57
  ## 7.6.5
29
58
 
@@ -41,43 +70,58 @@
41
70
 
42
71
  ### Patch Changes
43
72
 
44
- - [#38731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38731) [`9af31f3c1ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9af31f3c1ae) - Delete version.json
73
+ - [#38731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38731)
74
+ [`9af31f3c1ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9af31f3c1ae) - Delete
75
+ version.json
45
76
 
46
77
  ## 7.6.2
47
78
 
48
79
  ### Patch Changes
49
80
 
50
- - [#38361](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38361) [`4f17f1d839e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f17f1d839e) - Added this package into push model consumption
81
+ - [#38361](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38361)
82
+ [`4f17f1d839e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f17f1d839e) - Added
83
+ this package into push model consumption
51
84
 
52
85
  ## 7.6.1
53
86
 
54
87
  ### Patch Changes
55
88
 
56
- - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754) [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
89
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
90
+ [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
91
+ `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
92
+ testing.
57
93
 
58
94
  ## 7.6.0
59
95
 
60
96
  ### Minor Changes
61
97
 
62
- - [#35091](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35091) [`56d11ec914b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56d11ec914b) - Add a new prop `headingLevel` to set the heading level in the header element.
98
+ - [#35091](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35091)
99
+ [`56d11ec914b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56d11ec914b) - Add a
100
+ new prop `headingLevel` to set the heading level in the header element.
63
101
 
64
102
  ## 7.5.2
65
103
 
66
104
  ### Patch Changes
67
105
 
68
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
106
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
107
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
108
+ legacy types are published for TS 4.5-4.8
69
109
 
70
110
  ## 7.5.1
71
111
 
72
112
  ### Patch Changes
73
113
 
74
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
114
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
115
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
116
+ Typescript from `4.5.5` to `4.9.5`
75
117
 
76
118
  ## 7.5.0
77
119
 
78
120
  ### Minor Changes
79
121
 
80
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
122
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
123
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
124
+ minor dependency bump
81
125
 
82
126
  ### Patch Changes
83
127
 
@@ -87,20 +131,26 @@
87
131
 
88
132
  ### Patch Changes
89
133
 
90
- - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206) [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
134
+ - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
135
+ [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades
136
+ component types to support React 18.
91
137
  - Updated dependencies
92
138
 
93
139
  ## 7.4.10
94
140
 
95
141
  ### Patch Changes
96
142
 
97
- - [#31338](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31338) [`74c1b81a476`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74c1b81a476) - Replaces use of `gridSize` with space tokens. There is no expected visual change.
143
+ - [#31338](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31338)
144
+ [`74c1b81a476`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74c1b81a476) - Replaces
145
+ use of `gridSize` with space tokens. There is no expected visual change.
98
146
 
99
147
  ## 7.4.9
100
148
 
101
149
  ### Patch Changes
102
150
 
103
- - [#31237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31237) [`24f81932945`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24f81932945) - Migrates unit tests from enzyme to RTL. Adds testId to Spinner component.
151
+ - [#31237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31237)
152
+ [`24f81932945`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24f81932945) - Migrates
153
+ unit tests from enzyme to RTL. Adds testId to Spinner component.
104
154
 
105
155
  ## 7.4.8
106
156
 
@@ -112,7 +162,9 @@
112
162
 
113
163
  ### Patch Changes
114
164
 
115
- - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390) [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
165
+ - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
166
+ [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal
167
+ change to update token references. There is no expected behaviour or visual change.
116
168
 
117
169
  ## 7.4.6
118
170
 
@@ -136,25 +188,33 @@
136
188
 
137
189
  ### Patch Changes
138
190
 
139
- - [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488) [`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal changes to apply spacing tokens. This should be a no-op change.
191
+ - [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
192
+ [`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal
193
+ changes to apply spacing tokens. This should be a no-op change.
140
194
 
141
195
  ## 7.4.2
142
196
 
143
197
  ### Patch Changes
144
198
 
145
- - [#26408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26408) [`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) - Internal changes to include spacing tokens in component implementations.
199
+ - [#26408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26408)
200
+ [`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) - Internal
201
+ changes to include spacing tokens in component implementations.
146
202
 
147
203
  ## 7.4.1
148
204
 
149
205
  ### Patch Changes
150
206
 
151
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
207
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
208
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
209
+ Typescript from `4.3.5` to `4.5.5`
152
210
 
153
211
  ## 7.4.0
154
212
 
155
213
  ### Minor Changes
156
214
 
157
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`645ec6a64a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/645ec6a64a8) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
215
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
216
+ [`645ec6a64a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/645ec6a64a8) - Updates
217
+ `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
158
218
 
159
219
  ### Patch Changes
160
220
 
@@ -164,7 +224,9 @@
164
224
 
165
225
  ### Patch Changes
166
226
 
167
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
227
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
228
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
229
+ Typescript from `4.2.4` to `4.3.5`.
168
230
 
169
231
  ## 7.3.11
170
232
 
@@ -176,7 +238,9 @@
176
238
 
177
239
  ### Patch Changes
178
240
 
179
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
241
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
242
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
243
+ to TypeScript 4.2.4
180
244
  - Updated dependencies
181
245
 
182
246
  ## 7.3.9
@@ -201,13 +265,17 @@
201
265
 
202
266
  ### Patch Changes
203
267
 
204
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal code change turning on a new linting rule.
268
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
269
+ [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal
270
+ code change turning on a new linting rule.
205
271
 
206
272
  ## 7.3.5
207
273
 
208
274
  ### Patch Changes
209
275
 
210
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates usage of deprecated token names so they're aligned with the latest naming conventions. No UI or visual changes
276
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates
277
+ usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
278
+ visual changes
211
279
  - Updated dependencies
212
280
 
213
281
  ## 7.3.4
@@ -220,14 +288,19 @@
220
288
 
221
289
  ### Patch Changes
222
290
 
223
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
291
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
292
+ [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
293
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
294
+ tokens() function and improving bundle size.
224
295
  - Updated dependencies
225
296
 
226
297
  ## 7.3.2
227
298
 
228
299
  ### Patch Changes
229
300
 
230
- - [#16188](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16188) [`0397fedf294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0397fedf294) - Added documentation homepage URL to package.json
301
+ - [#16188](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16188)
302
+ [`0397fedf294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0397fedf294) - Added
303
+ documentation homepage URL to package.json
231
304
 
232
305
  ## 7.3.1
233
306
 
@@ -239,10 +312,13 @@
239
312
 
240
313
  ### Minor Changes
241
314
 
242
- - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`b5c96b26bf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5c96b26bf3) - Instrumented empty-state with the new theming package, `@atlaskit/tokens`.
315
+ - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
316
+ [`b5c96b26bf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5c96b26bf3) -
317
+ Instrumented empty-state with the new theming package, `@atlaskit/tokens`.
243
318
 
244
- New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
245
- These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
319
+ New tokens will be visible only in applications configured to use the new Tokens API (currently in
320
+ alpha). These changes are intended to be interoperable with the legacy theme implementation.
321
+ Legacy dark mode users should expect no visual or breaking changes.
246
322
 
247
323
  ### Patch Changes
248
324
 
@@ -252,15 +328,20 @@
252
328
 
253
329
  ### Patch Changes
254
330
 
255
- - [#14184](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14184) [`7465c0f0e1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7465c0f0e1d) - Fix to account for the size/width fallback behaviour. Previously if a user provided a value for the the `width` property it would always be ignored, this is no longer the case.
331
+ - [#14184](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14184)
332
+ [`7465c0f0e1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7465c0f0e1d) - Fix to
333
+ account for the size/width fallback behaviour. Previously if a user provided a value for the the
334
+ `width` property it would always be ignored, this is no longer the case.
256
335
 
257
336
  ## 7.2.0
258
337
 
259
338
  ### Minor Changes
260
339
 
261
- - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`20ea31c9fdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20ea31c9fdf) - **Deprecation Warning**
262
- The `size` prop and `Sizes` type have been flagged as deprecated. Both are better described as a width and so internally have been renamed.
263
- The `size` prop will continue to work in the shortrun before it's formally removed in the component's next major release.
340
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
341
+ [`20ea31c9fdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20ea31c9fdf) -
342
+ **Deprecation Warning** The `size` prop and `Sizes` type have been flagged as deprecated. Both are
343
+ better described as a width and so internally have been renamed. The `size` prop will continue to
344
+ work in the shortrun before it's formally removed in the component's next major release.
264
345
 
265
346
  Housekeeping:
266
347
 
@@ -276,7 +357,9 @@
276
357
 
277
358
  ### Patch Changes
278
359
 
279
- - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`331c29990c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/331c29990c9) - Removes `styled-components` as a peer dependency in favour of a direct dependency on `emotion`.
360
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
361
+ [`331c29990c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/331c29990c9) - Removes
362
+ `styled-components` as a peer dependency in favour of a direct dependency on `emotion`.
280
363
  - Updated dependencies
281
364
 
282
365
  ## 7.1.7
@@ -289,21 +372,28 @@
289
372
 
290
373
  ### Patch Changes
291
374
 
292
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880) [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
375
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
376
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
377
+ `@atlaskit/theme` to version `^11.3.0`.
293
378
 
294
379
  ## 7.1.5
295
380
 
296
381
  ### Patch Changes
297
382
 
298
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
383
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
384
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
385
+ packages using babel rather than tsc
299
386
 
300
387
  ## 7.1.4
301
388
 
302
389
  ### Patch Changes
303
390
 
304
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
305
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
306
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
391
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
392
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
393
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
394
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
395
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
396
+ `devDependencies` to denote version that the package was built with.
307
397
 
308
398
  ## 7.1.3
309
399
 
@@ -321,28 +411,37 @@
321
411
 
322
412
  ### Patch Changes
323
413
 
324
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
414
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
415
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
416
+ to TypeScript 3.9.6 and tslib to 2.0.0
325
417
 
326
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
327
- to prevent duplicates of tslib being bundled.
418
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
419
+ upgrade to prevent duplicates of tslib being bundled.
328
420
 
329
421
  ## 7.1.0
330
422
 
331
423
  ### Minor Changes
332
424
 
333
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`22aa614abb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22aa614abb) - Introduce optional renderImage prop which will be displayed if no imageUrl is provided
425
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
426
+ [`22aa614abb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22aa614abb) - Introduce
427
+ optional renderImage prop which will be displayed if no imageUrl is provided
334
428
 
335
429
  ### Patch Changes
336
430
 
337
- - [`3414523d6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3414523d6f) - Rearange buttons order to align with design guidelines
338
- - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
431
+ - [`3414523d6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3414523d6f) - Rearange
432
+ buttons order to align with design guidelines
433
+ - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
434
+ the theme imports to be tree-shakable
339
435
 
340
436
  ## 7.0.0
341
437
 
342
438
  ### Major Changes
343
439
 
344
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
345
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
440
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
441
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
442
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
443
+ IE11. For more information see:
444
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
346
445
 
347
446
  ### Patch Changes
348
447
 
@@ -358,7 +457,9 @@
358
457
 
359
458
  ### Patch Changes
360
459
 
361
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866) [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
460
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
461
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
462
+ supporting files will no longer be published to npm
362
463
 
363
464
  ## 6.0.10
364
465
 
@@ -372,9 +473,11 @@
372
473
 
373
474
  - [patch][f4374a322a](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4374a322a):
374
475
 
375
- Change imports to comply with Atlassian conventions- Updated dependencies [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
476
+ Change imports to comply with Atlassian conventions- Updated dependencies
477
+ [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
376
478
 
377
- - Updated dependencies [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
479
+ - Updated dependencies
480
+ [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
378
481
  - @atlaskit/button@13.3.11
379
482
 
380
483
  ## 6.0.8
@@ -383,9 +486,11 @@
383
486
 
384
487
  - [patch][c5182f1c53](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5182f1c53):
385
488
 
386
- Widens the accepted Types for description to include any react node- Updated dependencies [dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
489
+ Widens the accepted Types for description to include any react node- Updated dependencies
490
+ [dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
387
491
 
388
- - Updated dependencies [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
492
+ - Updated dependencies
493
+ [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
389
494
  - @atlaskit/build-utils@2.6.4
390
495
  - @atlaskit/docs@8.5.0
391
496
 
@@ -395,7 +500,8 @@
395
500
 
396
501
  - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
397
502
 
398
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
503
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
504
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
399
505
 
400
506
  - @atlaskit/docs@8.3.2
401
507
  - @atlaskit/visual-regression@0.1.9
@@ -409,9 +515,11 @@
409
515
 
410
516
  - [patch][6c9c2d5487](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6c9c2d5487):
411
517
 
412
- Fixes empty state image not having appropriate accessibility attributes.- Updated dependencies [3c0f6feee5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c0f6feee5):
518
+ Fixes empty state image not having appropriate accessibility attributes.- Updated dependencies
519
+ [3c0f6feee5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c0f6feee5):
413
520
 
414
- - Updated dependencies [f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
521
+ - Updated dependencies
522
+ [f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
415
523
  - @atlaskit/theme@9.3.0
416
524
 
417
525
  ## 6.0.5
@@ -428,7 +536,8 @@
428
536
 
429
537
  - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
430
538
 
431
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
539
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
540
+ non-relative imports as relative imports
432
541
 
433
542
  ## 6.0.3
434
543
 
@@ -460,7 +569,8 @@
460
569
 
461
570
  - [major][433311c16a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/433311c16a):
462
571
 
463
- @atlaskit/empty-state has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
572
+ @atlaskit/empty-state has been converted to Typescript. Typescript consumers will now get static
573
+ type safety. Flow types are no longer provided. No API or behavioural changes.
464
574
 
465
575
  ## 5.0.3
466
576
 
@@ -474,11 +584,13 @@
474
584
 
475
585
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
476
586
 
477
- - This is just a safety release in case anything strange happened in in the previous one. See Pull Request #5942 for details
587
+ - This is just a safety release in case anything strange happened in in the previous one. See Pull
588
+ Request #5942 for details
478
589
 
479
590
  ## 5.0.1
480
591
 
481
- - Updated dependencies [215688984e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/215688984e):
592
+ - Updated dependencies
593
+ [215688984e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/215688984e):
482
594
  - @atlaskit/button@13.0.4
483
595
  - @atlaskit/spinner@12.0.0
484
596
 
@@ -486,11 +598,13 @@
486
598
 
487
599
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
488
600
 
489
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
601
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
602
+ this package, please ensure you use at least this version of react and react-dom.
490
603
 
491
604
  ## 4.0.4
492
605
 
493
- - Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
606
+ - Updated dependencies
607
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
494
608
  - @atlaskit/docs@7.0.3
495
609
  - @atlaskit/button@12.0.3
496
610
  - @atlaskit/spinner@10.0.7
@@ -498,7 +612,8 @@
498
612
 
499
613
  ## 4.0.3
500
614
 
501
- - Updated dependencies [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
615
+ - Updated dependencies
616
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
502
617
  - @atlaskit/docs@7.0.2
503
618
  - @atlaskit/spinner@10.0.5
504
619
  - @atlaskit/theme@8.1.6
@@ -512,7 +627,8 @@
512
627
 
513
628
  ## 4.0.1
514
629
 
515
- - Updated dependencies [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
630
+ - Updated dependencies
631
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
516
632
  - @atlaskit/docs@7.0.1
517
633
  - @atlaskit/spinner@10.0.1
518
634
  - @atlaskit/theme@8.0.1
@@ -526,8 +642,9 @@
526
642
 
527
643
  ### Dropping CJS support in all @atlaskit packages
528
644
 
529
- As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only distribute esm. This means all distributed code will be transpiled, but will still contain `import` and
530
- `export` declarations.
645
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
646
+ distribute esm. This means all distributed code will be transpiled, but will still contain
647
+ `import` and `export` declarations.
531
648
 
532
649
  The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
533
650
 
@@ -541,15 +658,26 @@
541
658
  import colors from `@atlaskit/theme/dist/esm/colors`;
542
659
  ```
543
660
 
544
- This has a couple of issues. 1, it treats the file system as API making internal refactors harder, we have to worry about how consumers might be using things that aren't _actually_ supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of packages bundling all of theme, just to use a single color, especially in situations where tree shaking fails.
661
+ This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
662
+ we have to worry about how consumers might be using things that aren't _actually_ supposed to be
663
+ used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
664
+ packages bundling all of theme, just to use a single color, especially in situations where tree
665
+ shaking fails.
545
666
 
546
- To support being able to use multiple entrypoints internally, we unfortunately cannot have multiple distributions as they would need to have very different imports from of their own internal dependencies.
667
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
668
+ multiple distributions as they would need to have very different imports from of their own
669
+ internal dependencies.
547
670
 
548
- ES Modules are widely supported by all modern bundlers and can be worked around in node environments.
671
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
672
+ environments.
549
673
 
550
- We may choose to revisit this solution in the future if we find any unintended condequences, but we see this as a pretty sane path forward which should lead to some major bundle size decreases, saner API's and simpler package architecture.
674
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
675
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
676
+ saner API's and simpler package architecture.
551
677
 
552
- Please reach out to #fabric-build (if in Atlassian) or create an issue in [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for external) if you have any questions or queries about this.
678
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
679
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
680
+ external) if you have any questions or queries about this.
553
681
 
554
682
  ## 3.1.4
555
683
 
@@ -577,27 +705,35 @@
577
705
 
578
706
  ## 3.1.1
579
707
 
580
- - [patch] Adds missing implicit @babel/runtime dependency [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
708
+ - [patch] Adds missing implicit @babel/runtime dependency
709
+ [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
581
710
 
582
711
  ## 3.1.0
583
712
 
584
- - [minor] Adds new imageWidth and imageHeight props, useful for fixing the image dimensions while it's loading so the page doesn't bounce around. Changes the root element to use max-width instead of width so it shrinks down in smaller containers. [3209be4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3209be4)
713
+ - [minor] Adds new imageWidth and imageHeight props, useful for fixing the image dimensions while
714
+ it's loading so the page doesn't bounce around. Changes the root element to use max-width instead
715
+ of width so it shrinks down in smaller containers.
716
+ [3209be4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3209be4)
585
717
 
586
718
  ## 3.0.9
587
719
 
588
- - [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on util-shraed-styles [7d51a09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d51a09)
720
+ - [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on
721
+ util-shraed-styles [7d51a09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d51a09)
589
722
 
590
723
  ## 3.0.8
591
724
 
592
- - [patch] Moved the atlaskit button, spinner, theme and util-shared-styles to dependencies from peer dependdency [a2d1132](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d1132)
725
+ - [patch] Moved the atlaskit button, spinner, theme and util-shared-styles to dependencies from peer
726
+ dependdency [a2d1132](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d1132)
593
727
 
594
728
  ## 3.0.7
595
729
 
596
- - [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
730
+ - [patch] Adds sideEffects: false to allow proper tree shaking
731
+ [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
597
732
 
598
733
  ## 3.0.5
599
734
 
600
- - [patch] Updated dependencies [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
735
+ - [patch] Updated dependencies
736
+ [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
601
737
  - @atlaskit/theme@6.0.0
602
738
  - @atlaskit/spinner@9.0.6
603
739
  - @atlaskit/button@9.0.6
@@ -605,15 +741,19 @@
605
741
 
606
742
  ## 3.0.4
607
743
 
608
- - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
609
- - [none] Updated dependencies [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
744
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
745
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
746
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
747
+ - [none] Updated dependencies
748
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
610
749
  - @atlaskit/button@9.0.5
611
750
  - @atlaskit/theme@5.1.3
612
751
  - @atlaskit/spinner@9.0.5
613
752
 
614
753
  ## 3.0.3
615
754
 
616
- - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
755
+ - [patch] Updated dependencies
756
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
617
757
  - @atlaskit/button@9.0.4
618
758
  - @atlaskit/theme@5.1.2
619
759
  - @atlaskit/spinner@9.0.4
@@ -621,29 +761,36 @@
621
761
 
622
762
  ## 3.0.2
623
763
 
624
- - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
625
- - [none] Updated dependencies [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
764
+ - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
765
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
766
+ - [none] Updated dependencies
767
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
626
768
  - @atlaskit/button@9.0.3
627
769
  - @atlaskit/theme@5.1.1
628
770
  - @atlaskit/spinner@9.0.3
629
771
 
630
772
  ## 3.0.1
631
773
 
632
- - [patch] Move analytics tests and replace elements to core [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
633
- - [none] Updated dependencies [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
774
+ - [patch] Move analytics tests and replace elements to core
775
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
776
+ - [none] Updated dependencies
777
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
634
778
  - @atlaskit/button@9.0.2
635
779
  - @atlaskit/spinner@9.0.2
636
780
  - @atlaskit/docs@5.0.1
637
781
 
638
782
  ## 3.0.0
639
783
 
640
- - [major] Updates to React ^16.4.0 [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
641
- - [major] Updated dependencies [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
784
+ - [major] Updates to React ^16.4.0
785
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
786
+ - [major] Updated dependencies
787
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
642
788
  - @atlaskit/button@9.0.0
643
789
  - @atlaskit/theme@5.0.0
644
790
  - @atlaskit/spinner@9.0.0
645
791
  - @atlaskit/docs@5.0.0
646
- - [major] Updated dependencies [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
792
+ - [major] Updated dependencies
793
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
647
794
  - @atlaskit/button@9.0.0
648
795
  - @atlaskit/theme@5.0.0
649
796
  - @atlaskit/spinner@9.0.0
@@ -651,22 +798,27 @@
651
798
 
652
799
  ## 2.1.3
653
800
 
654
- - [patch] Updated dependencies [cdba8b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cdba8b3)
801
+ - [patch] Updated dependencies
802
+ [cdba8b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cdba8b3)
655
803
  - @atlaskit/spinner@8.0.0
656
804
  - @atlaskit/button@8.2.3
657
805
 
658
806
  ## 2.1.2
659
807
 
660
- - [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
661
- - [none] Updated dependencies [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
808
+ - [patch] Clean Changelogs - remove duplicates and empty entries
809
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
810
+ - [none] Updated dependencies
811
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
662
812
  - @atlaskit/button@8.1.2
663
813
  - @atlaskit/theme@4.0.4
664
814
  - @atlaskit/spinner@7.0.2
665
815
 
666
816
  ## 2.1.1
667
817
 
668
- - [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
669
- - [none] Updated dependencies [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
818
+ - [patch] Update changelogs to remove duplicate
819
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
820
+ - [none] Updated dependencies
821
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
670
822
  - @atlaskit/theme@4.0.3
671
823
  - @atlaskit/spinner@7.0.1
672
824
  - @atlaskit/button@8.1.1
@@ -674,7 +826,8 @@
674
826
 
675
827
  ## 2.1.0
676
828
 
677
- - [patch] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
829
+ - [patch] Updated dependencies
830
+ [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
678
831
  - @atlaskit/spinner@7.0.0
679
832
  - @atlaskit/docs@4.1.0
680
833
  - @atlaskit/theme@4.0.2
@@ -683,7 +836,8 @@
683
836
  ## 2.0.1
684
837
 
685
838
  - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
686
- - [patch] Updated dependencies [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
839
+ - [patch] Updated dependencies
840
+ [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
687
841
  - @atlaskit/button@8.0.1
688
842
  - @atlaskit/theme@4.0.1
689
843
  - @atlaskit/spinner@6.0.1
@@ -691,8 +845,10 @@
691
845
 
692
846
  ## 2.0.0
693
847
 
694
- - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
695
- - [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
848
+ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
849
+ ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
850
+ - [patch] Updated dependencies
851
+ [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
696
852
  - @atlaskit/button@8.0.0
697
853
  - @atlaskit/theme@4.0.0
698
854
  - @atlaskit/spinner@6.0.0
@@ -700,7 +856,8 @@
700
856
 
701
857
  ## 1.1.2
702
858
 
703
- - [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
859
+ - [patch] Updated dependencies
860
+ [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
704
861
  - @atlaskit/button@7.2.5
705
862
  - @atlaskit/theme@3.2.2
706
863
  - @atlaskit/spinner@5.0.2
@@ -708,35 +865,45 @@
708
865
 
709
866
  ## 1.1.0
710
867
 
711
- - [patch] Remove null as we allowed void values [7ab743b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ab743b)
712
- - [patch] Update empty state and button to have consistent types [f0da143](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f0da143)
713
- - [minor] Update Empty state to use ButtonGroup from @atlaskit/button [e4a8dcf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e4a8dcf)
868
+ - [patch] Remove null as we allowed void values
869
+ [7ab743b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ab743b)
870
+ - [patch] Update empty state and button to have consistent types
871
+ [f0da143](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f0da143)
872
+ - [minor] Update Empty state to use ButtonGroup from @atlaskit/button
873
+ [e4a8dcf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e4a8dcf)
714
874
 
715
875
  ## 1.0.0
716
876
 
717
- - [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
877
+ - [major] Bump to React 16.3.
878
+ [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
718
879
 
719
880
  ## 0.3.0
720
881
 
721
- - [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
882
+ - [minor] Update styled-components dependency to support versions 1.4.6 - 3
883
+ [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
722
884
 
723
885
  ## 0.2.2
724
886
 
725
- - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
887
+ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
888
+ [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
726
889
 
727
890
  ## 0.2.1
728
891
 
729
- - [patch] Packages Flow types for elements components [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
892
+ - [patch] Packages Flow types for elements components
893
+ [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
730
894
 
731
895
  ## 0.2.0
732
896
 
733
- - [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
897
+ - [minor] Add React 16 support.
898
+ [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
734
899
 
735
900
  ## 0.1.3
736
901
 
737
- - [patch] Color of the description changed to N800 [ebf65be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebf65be)
902
+ - [patch] Color of the description changed to N800
903
+ [ebf65be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebf65be)
738
904
 
739
905
  ## 0.1.0
740
906
 
741
- - [patch] Updates dependency on docs/ to ^1.0.1 [36c7ef8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36c7ef8)
907
+ - [patch] Updates dependency on docs/ to ^1.0.1
908
+ [36c7ef8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36c7ef8)
742
909
  - [minor] Initial release [afbb1e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/afbb1e5)