@atlaskit/logo 13.15.3 → 13.15.4

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 (2) hide show
  1. package/CHANGELOG.md +610 -358
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,995 +1,1247 @@
1
1
  # @atlaskit/logo
2
2
 
3
+ ## 13.15.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#92537](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92537)
8
+ [`d6c368b4b3e5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6c368b4b3e5) -
9
+ [ux] This release updates some glyph, colour and theming behaviour changes.
10
+
3
11
  ## 13.15.3
4
12
 
5
13
  ### Patch Changes
6
14
 
7
- - [#92971](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92971) [`89925a9d50b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/89925a9d50b2) - [ux] This release tests some Jira Align and Atlas glyph, colour and theming behaviour changes behind a feature flag. If successful, these changes will be enabled in a future release.
8
- - Updated dependencies
15
+ - [#92971](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92971)
16
+ [`89925a9d50b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/89925a9d50b2) -
17
+ [ux] This release tests some Jira Align and Atlas glyph, colour and theming behaviour changes
18
+ behind a feature flag. If successful, these changes will be enabled in a future release.
19
+ - Updated dependencies
9
20
 
10
21
  ## 13.15.2
11
22
 
12
23
  ### Patch Changes
13
24
 
14
- - [#89713](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89713) [`57d3c407b13c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57d3c407b13c) - [ux] This release tests some glyph, colour and theming behaviour changes behind a feature flag. If successful, these changes will be enabled in a future release.
25
+ - [#89713](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89713)
26
+ [`57d3c407b13c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57d3c407b13c) -
27
+ [ux] This release tests some glyph, colour and theming behaviour changes behind a feature flag.
28
+ If successful, these changes will be enabled in a future release.
15
29
 
16
30
  ## 13.15.1
17
31
 
18
32
  ### Patch Changes
19
33
 
20
- - [#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`
21
37
 
22
38
  ## 13.15.0
23
39
 
24
40
  ### Minor Changes
25
41
 
26
- - [#64792](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64792) [`5e543c3a5479`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e543c3a5479) - Adds Loom icon and logo components.
42
+ - [#64792](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64792)
43
+ [`5e543c3a5479`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e543c3a5479) -
44
+ Adds Loom icon and logo components.
27
45
 
28
46
  ## 13.14.9
29
47
 
30
48
  ### Patch Changes
31
49
 
32
- - [#40928](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40928) [`dbe29ba5d95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbe29ba5d95) - remove unused size/label paramaters to fix ts error
50
+ - [#40928](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40928)
51
+ [`dbe29ba5d95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbe29ba5d95) - remove
52
+ unused size/label paramaters to fix ts error
33
53
 
34
54
  ## 13.14.8
35
55
 
36
56
  ### Patch Changes
37
57
 
38
- - [#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.
58
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
59
+ [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
60
+ `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
61
+ testing.
39
62
 
40
63
  ## 13.14.7
41
64
 
42
65
  ### Patch Changes
43
66
 
44
- - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652) [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
67
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
68
+ [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans
69
+ the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18
70
+ migration work. The change is internal only and should not introduce any changes for the
71
+ component consumers.
45
72
 
46
73
  ## 13.14.6
47
74
 
48
75
  ### Patch Changes
49
76
 
50
- - [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445) [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing unused dependencies and dev dependencies
77
+ - [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445)
78
+ [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) -
79
+ Removing unused dependencies and dev dependencies
51
80
 
52
81
  ## 13.14.5
53
82
 
54
83
  ### Patch Changes
55
84
 
56
- - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935) [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
85
+ - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
86
+ [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) -
87
+ Internal change to enforce token usage for spacing properties. There is no expected visual or
88
+ behaviour change.
57
89
 
58
90
  ## 13.14.4
59
91
 
60
92
  ### Patch Changes
61
93
 
62
- - [#34305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34305) [`0ee3115921e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee3115921e) - [ux] removed width property in svg tag fro atlas logo
94
+ - [#34305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34305)
95
+ [`0ee3115921e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee3115921e) - [ux]
96
+ removed width property in svg tag fro atlas logo
63
97
 
64
98
  ## 13.14.3
65
99
 
66
100
  ### Patch Changes
67
101
 
68
- - [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124) [`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol packages to push-model consumption in Jira.
102
+ - [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
103
+ [`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol
104
+ packages to push-model consumption in Jira.
69
105
 
70
106
  ## 13.14.2
71
107
 
72
108
  ### Patch Changes
73
109
 
74
- - [#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
110
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
111
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
112
+ legacy types are published for TS 4.5-4.8
75
113
 
76
114
  ## 13.14.1
77
115
 
78
116
  ### Patch Changes
79
117
 
80
- - [#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`
118
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
119
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
120
+ Upgrade Typescript from `4.5.5` to `4.9.5`
81
121
 
82
122
  ## 13.14.0
83
123
 
84
124
  ### Minor Changes
85
125
 
86
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
126
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
127
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
128
+ minor dependency bump
87
129
 
88
130
  ### Patch Changes
89
131
 
90
- - Updated dependencies
132
+ - Updated dependencies
91
133
 
92
134
  ## 13.13.0
93
135
 
94
136
  ### Minor Changes
95
137
 
96
- - [#32323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32323) [`5111380b383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5111380b383) - Adds logo assets for Atlas
138
+ - [#32323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32323)
139
+ [`5111380b383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5111380b383) - Adds
140
+ logo assets for Atlas
97
141
 
98
142
  ## 13.12.1
99
143
 
100
144
  ### Patch Changes
101
145
 
102
- - [#32294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32294) [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages of `process` are now guarded by a `typeof` check.
146
+ - [#32294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32294)
147
+ [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages
148
+ of `process` are now guarded by a `typeof` check.
103
149
 
104
150
  ## 13.12.0
105
151
 
106
152
  ### Minor Changes
107
153
 
108
- - [#31973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31973) [`4d2e52e86d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d2e52e86d3) - [ux] Add Atlassian Analytics logo and icon. Also fixes a bug with non-unique linear-gradient ids where subsequent logos on a page could be impacted by display/vvisibility styles applied to the first logo on a page.
154
+ - [#31973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31973)
155
+ [`4d2e52e86d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d2e52e86d3) - [ux]
156
+ Add Atlassian Analytics logo and icon. Also fixes a bug with non-unique linear-gradient ids
157
+ where subsequent logos on a page could be impacted by display/vvisibility styles applied to the
158
+ first logo on a page.
109
159
 
110
160
  ## 13.11.2
111
161
 
112
162
  ### Patch Changes
113
163
 
114
- - [#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.
115
- - Updated dependencies
164
+ - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
165
+ [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) -
166
+ Upgrades component types to support React 18.
167
+ - Updated dependencies
116
168
 
117
169
  ## 13.11.1
118
170
 
119
171
  ### Patch Changes
120
172
 
121
- - [#29835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29835) [`b77d5924c19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77d5924c19) - [ux] Remove "width" attribute from Jira Product Discovery logo and icon SVGs.
173
+ - [#29835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29835)
174
+ [`b77d5924c19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77d5924c19) - [ux]
175
+ Remove "width" attribute from Jira Product Discovery logo and icon SVGs.
122
176
 
123
177
  ## 13.11.0
124
178
 
125
179
  ### Minor Changes
126
180
 
127
- - [#29472](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29472) [`a6da509aa20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6da509aa20) - [ux] Adds Jira Product Discovery logo and icon
181
+ - [#29472](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29472)
182
+ [`a6da509aa20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6da509aa20) - [ux]
183
+ Adds Jira Product Discovery logo and icon
128
184
 
129
185
  ## 13.10.5
130
186
 
131
187
  ### Patch Changes
132
188
 
133
- - Updated dependencies
189
+ - Updated dependencies
134
190
 
135
191
  ## 13.10.4
136
192
 
137
193
  ### Patch Changes
138
194
 
139
- - Updated dependencies
195
+ - Updated dependencies
140
196
 
141
197
  ## 13.10.3
142
198
 
143
199
  ### Patch Changes
144
200
 
145
- - Updated dependencies
201
+ - Updated dependencies
146
202
 
147
203
  ## 13.10.2
148
204
 
149
205
  ### Patch Changes
150
206
 
151
- - Updated dependencies
207
+ - Updated dependencies
152
208
 
153
209
  ## 13.10.1
154
210
 
155
211
  ### Patch Changes
156
212
 
157
- - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`88a34a8c2dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88a34a8c2dd) - Remove redundant `role=presentation` on wrapping @atlaskit/icon and @atlaskit/logo spans.
213
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
214
+ [`88a34a8c2dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88a34a8c2dd) - Remove
215
+ redundant `role=presentation` on wrapping @atlaskit/icon and @atlaskit/logo spans.
158
216
 
159
217
  ## 13.10.0
160
218
 
161
219
  ### Minor Changes
162
220
 
163
- - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`68e771a783a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68e771a783a) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
221
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
222
+ [`68e771a783a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68e771a783a) -
223
+ Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
164
224
 
165
225
  ## 13.9.1
166
226
 
167
227
  ### Patch Changes
168
228
 
169
- - [#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`
229
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
230
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
231
+ Upgrade Typescript from `4.3.5` to `4.5.5`
170
232
 
171
233
  ## 13.9.0
172
234
 
173
235
  ### Minor Changes
174
236
 
175
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`76eadca8ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76eadca8ef3) - Adds Jira Align logo, icon and wordmark.
237
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
238
+ [`76eadca8ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76eadca8ef3) - Adds
239
+ Jira Align logo, icon and wordmark.
176
240
 
177
241
  ### Patch Changes
178
242
 
179
- - Updated dependencies
243
+ - Updated dependencies
180
244
 
181
245
  ## 13.8.2
182
246
 
183
247
  ### Patch Changes
184
248
 
185
- - [#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`.
249
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
250
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
251
+ Upgrade Typescript from `4.2.4` to `4.3.5`.
186
252
 
187
253
  ## 13.8.1
188
254
 
189
255
  ### Patch Changes
190
256
 
191
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`d448e04e6a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d448e04e6a8) - [ux] Internal changes to make the styling more resilient to inherited styles.
192
- - [`c320954edd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c320954edd7) - Internal code change turning on new linting rules.
193
- - Updated dependencies
257
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
258
+ [`d448e04e6a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d448e04e6a8) - [ux]
259
+ Internal changes to make the styling more resilient to inherited styles.
260
+ - [`c320954edd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c320954edd7) -
261
+ Internal code change turning on new linting rules.
262
+ - Updated dependencies
194
263
 
195
264
  ## 13.8.0
196
265
 
197
266
  ### Minor Changes
198
267
 
199
- - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`c7c2083475d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7c2083475d) - [ux] - Adds `appearance` prop that allows you to choose between three brand-approved appearances: `brand`, `neutral` and `inverse`. These will be based on design tokens and theme-responsive.
268
+ - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
269
+ [`c7c2083475d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7c2083475d) - [ux] -
270
+ Adds `appearance` prop that allows you to choose between three brand-approved appearances:
271
+ `brand`, `neutral` and `inverse`. These will be based on design tokens and theme-responsive.
200
272
 
201
- - Deprecates the `iconColor`, `iconGradientStart`, `iconGradientEnd` and `textColor` props. They will still be supported in the immediate future but the goal is to shift usages towards using the `appearance` prop.
273
+ - Deprecates the `iconColor`, `iconGradientStart`, `iconGradientEnd` and `textColor` props.
274
+ They will still be supported in the immediate future but the goal is to shift usages towards
275
+ using the `appearance` prop.
202
276
 
203
277
  ## 13.7.1
204
278
 
205
279
  ### Patch Changes
206
280
 
207
- - Updated dependencies
281
+ - Updated dependencies
208
282
 
209
283
  ## 13.7.0
210
284
 
211
285
  ### Minor Changes
212
286
 
213
- - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`0793be315f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0793be315f4) - [ux] This is an update to clearly mark all deprecated Logo exports as deprecated and slated for removal in the next major release. In the next verion we will be removing the following deprecated exports from the main entrypoint:
287
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
288
+ [`0793be315f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0793be315f4) - [ux]
289
+ This is an update to clearly mark all deprecated Logo exports as deprecated and slated for
290
+ removal in the next major release. In the next verion we will be removing the following
291
+ deprecated exports from the main entrypoint:
214
292
 
215
- - `StrideIcon`, `StrideLogo`, `StrideWordmark`
216
- - `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
217
- - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark` (use `JiraWorkManagement` + `Icon`|`Logo`|`Wordmark` instead)
218
- - `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark` (use `JiraServiceManagement` + `Icon`|`Logo`|`Wordmark` instead)
219
- - `OpsGenieIcon`, `OpsGenieLogo`, `OpsGenieWordmark` (use `Opsgenie` with a lowercase 'g' + `Icon`|`Logo`|`Wordmark` instead)
293
+ - `StrideIcon`, `StrideLogo`, `StrideWordmark`
294
+ - `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
295
+ - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark` (use `JiraWorkManagement` +
296
+ `Icon`|`Logo`|`Wordmark` instead)
297
+ - `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark` (use
298
+ `JiraServiceManagement` + `Icon`|`Logo`|`Wordmark` instead)
299
+ - `OpsGenieIcon`, `OpsGenieLogo`, `OpsGenieWordmark` (use `Opsgenie` with a lowercase 'g' +
300
+ `Icon`|`Logo`|`Wordmark` instead)
220
301
 
221
- We will also be removing the following deprecated exports from the `@atlaskit/logo/constants` entrypoint:
302
+ We will also be removing the following deprecated exports from the `@atlaskit/logo/constants`
303
+ entrypoint:
222
304
 
223
- - `Props` (use `LogoProps` instead)
224
- - `DefaultProps` (use `defaultLogoParams` instead)
305
+ - `Props` (use `LogoProps` instead)
306
+ - `DefaultProps` (use `defaultLogoParams` instead)
225
307
 
226
- ## Codemod
308
+ ## Codemod
227
309
 
228
- To help with this migration, we have provided a codemod that you can run to automatically update your imports (it will leave a comment if you are using a logo with no alternative). This codemod has been around for a while, but we've updated it in this release.
310
+ To help with this migration, we have provided a codemod that you can run to automatically update
311
+ your imports (it will leave a comment if you are using a logo with no alternative). This codemod
312
+ has been around for a while, but we've updated it in this release.
229
313
 
230
- Once you've upgraded `@atlaskit/logo`, use the Atlaskit codemod CLI. See [documentation on DAC](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for general codemod guidance.
314
+ Once you've upgraded `@atlaskit/logo`, use the Atlaskit codemod CLI. See
315
+ [documentation on DAC](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for
316
+ general codemod guidance.
231
317
 
232
- Without setting options in your terminal command, you can run the following and type to search for `logo` and select `@atlaskit/logo: 13.6.0-rename-imports` from the interactive CLI.
318
+ Without setting options in your terminal command, you can run the following and type to search
319
+ for `logo` and select `@atlaskit/logo: 13.6.0-rename-imports` from the interactive CLI.
233
320
 
234
- ```
235
- npx @atlaskit/codemod-cli [TARGET_PATH]`
236
- ```
321
+ ```
322
+ npx @atlaskit/codemod-cli [TARGET_PATH]`
323
+ ```
237
324
 
238
- For a TypeScript codebase, a more detailed command might look something like this.
325
+ For a TypeScript codebase, a more detailed command might look something like this.
239
326
 
240
- ```
241
- npx @atlaskit/codemod-cli --ignore-pattern node_modules --parser tsx --extensions js,jsx,ts,tsx ./packages
242
- ```
327
+ ```
328
+ npx @atlaskit/codemod-cli --ignore-pattern node_modules --parser tsx --extensions js,jsx,ts,tsx ./packages
329
+ ```
243
330
 
244
- For a Flow codebase, you will want to use `--parser babylon` instead of `--parser flow`.
331
+ For a Flow codebase, you will want to use `--parser babylon` instead of `--parser flow`.
245
332
 
246
- ## Design System ESLint Plugin
333
+ ## Design System ESLint Plugin
247
334
 
248
- We've also updated `@atlaskit/eslint-plugin-design-system` to add new restrictions to these imports. If you haven't already, we recommend installing this plugin and enabling the rules in your ESLint config. For now, documentation for the plugin resides on [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend-mirror/src/master/design-system/eslint-plugin/).
335
+ We've also updated `@atlaskit/eslint-plugin-design-system` to add new restrictions to these
336
+ imports. If you haven't already, we recommend installing this plugin and enabling the rules in
337
+ your ESLint config. For now, documentation for the plugin resides on
338
+ [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend-mirror/src/master/design-system/eslint-plugin/).
249
339
 
250
340
  ## 13.6.0
251
341
 
252
342
  ### Minor Changes
253
343
 
254
- - [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`4caed6d5063`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4caed6d5063) - Refactors logo converting it from class components to functional components. This includes file renames and some API changes such as prop name changes but is still backwards compatible. These old APIs will be deprecated in a later release.
344
+ - [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
345
+ [`4caed6d5063`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4caed6d5063) -
346
+ Refactors logo converting it from class components to functional components. This includes file
347
+ renames and some API changes such as prop name changes but is still backwards compatible. These
348
+ old APIs will be deprecated in a later release.
255
349
 
256
350
  ## 13.5.5
257
351
 
258
352
  ### Patch Changes
259
353
 
260
- - [#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
354
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
355
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
356
+ Upgrade to TypeScript 4.2.4
261
357
 
262
358
  ## 13.5.4
263
359
 
264
360
  ### Patch Changes
265
361
 
266
- - [#16285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16285) [`ec464e07b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec464e07b10) - Fixes a bug where the Atlassian Start logo did not render correctly on Firefox
362
+ - [#16285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16285)
363
+ [`ec464e07b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec464e07b10) - Fixes
364
+ a bug where the Atlassian Start logo did not render correctly on Firefox
267
365
 
268
366
  ## 13.5.3
269
367
 
270
368
  ### Patch Changes
271
369
 
272
- - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) - Internal changes to supress eslint rules.
273
- - Updated dependencies
370
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
371
+ [`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) -
372
+ Internal changes to supress eslint rules.
373
+ - Updated dependencies
274
374
 
275
375
  ## 13.5.2
276
376
 
277
377
  ### Patch Changes
278
378
 
279
- - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`545d363ca28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/545d363ca28) - Convert usage of `styled-components` to `emotion`.
379
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
380
+ [`545d363ca28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/545d363ca28) -
381
+ Convert usage of `styled-components` to `emotion`.
280
382
 
281
383
  ## 13.5.1
282
384
 
283
385
  ### Patch Changes
284
386
 
285
- - [#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`.
387
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
388
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
389
+ `@atlaskit/theme` to version `^11.3.0`.
286
390
 
287
391
  ## 13.5.0
288
392
 
289
393
  ### Minor Changes
290
394
 
291
- - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`83a089fe0cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a089fe0cc) - Halp has been added to logos. This includes the logo, wordmark and icon.
395
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
396
+ [`83a089fe0cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a089fe0cc) - Halp
397
+ has been added to logos. This includes the logo, wordmark and icon.
292
398
 
293
399
  ### Patch Changes
294
400
 
295
- - [`cc0c678724c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc0c678724c) - Add default label for Logo
401
+ - [`cc0c678724c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc0c678724c) - Add
402
+ default label for Logo
296
403
 
297
404
  ## 13.4.2
298
405
 
299
406
  ### Patch Changes
300
407
 
301
- - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`17770b662ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17770b662ac) - NO-ISSUE reference existing file in af.exports['.']
408
+ - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
409
+ [`17770b662ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17770b662ac) -
410
+ NO-ISSUE reference existing file in af.exports['.']
302
411
 
303
412
  ## 13.4.1
304
413
 
305
414
  ### Patch Changes
306
415
 
307
- - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`0017d2a8439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0017d2a8439) - Since the logo, icon and workmard components of JiraCore, JiraServiceDesk, OpsGenie, Stride and Hipchat are deprecated in `@atlaskit/logo`, we provided a codemod to help consumers upgrade their components.
416
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
417
+ [`0017d2a8439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0017d2a8439) - Since
418
+ the logo, icon and workmard components of JiraCore, JiraServiceDesk, OpsGenie, Stride and
419
+ Hipchat are deprecated in `@atlaskit/logo`, we provided a codemod to help consumers upgrade
420
+ their components.
308
421
 
309
- **Running the codemod cli**
422
+ **Running the codemod cli**
310
423
 
311
- To run the codemod: **You first need to have the latest avatar installed before you can run the codemod**
424
+ To run the codemod: **You first need to have the latest avatar installed before you can run the
425
+ codemod**
312
426
 
313
- `yarn upgrade @atlaskit/logo`
427
+ `yarn upgrade @atlaskit/logo`
314
428
 
315
- Once upgraded, use the Atlaskit codemod-cli;
429
+ Once upgraded, use the Atlaskit codemod-cli;
316
430
 
317
- `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
431
+ `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
318
432
 
319
- Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to this doc for more details on the codemod CLI.
433
+ Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to this
434
+ doc for more details on the codemod CLI.
320
435
 
321
- - Updated dependencies
436
+ - Updated dependencies
322
437
 
323
438
  ## 13.4.0
324
439
 
325
440
  ### Minor Changes
326
441
 
327
- - [#10212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10212) [`5f44a31b58a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f44a31b58a) - [ux] Add new Trello logo, Atlassian Start logo and Compass logo to `@atlaskit/logo`
442
+ - [#10212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10212)
443
+ [`5f44a31b58a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f44a31b58a) - [ux]
444
+ Add new Trello logo, Atlassian Start logo and Compass logo to `@atlaskit/logo`
328
445
 
329
446
  ## 13.3.0
330
447
 
331
448
  ### Minor Changes
332
449
 
333
- - [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756) [`c8afaa49d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8afaa49d34) - Add `OpsgenieIcon`, `OpsgenieLogo` and `OpsgenieWordmark` in order to rename `OpsGenie` to `Opsgenie`, and deprecate the following logos:
450
+ - [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
451
+ [`c8afaa49d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8afaa49d34) - Add
452
+ `OpsgenieIcon`, `OpsgenieLogo` and `OpsgenieWordmark` in order to rename `OpsGenie` to
453
+ `Opsgenie`, and deprecate the following logos:
334
454
 
335
- - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark`
336
- - `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark`
337
- - `StrideIcon`, `StrideLogo`, `StrideWordmark`
338
- - `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
455
+ - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark`
456
+ - `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark`
457
+ - `StrideIcon`, `StrideLogo`, `StrideWordmark`
458
+ - `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
339
459
 
340
460
  ### Patch Changes
341
461
 
342
- - Updated dependencies
462
+ - Updated dependencies
343
463
 
344
464
  ## 13.2.0
345
465
 
346
466
  ### Minor Changes
347
467
 
348
- - [#9446](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9446) [`95838b0d7cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95838b0d7cf) - [ux] Add Jira Work Management Logo
468
+ - [#9446](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9446)
469
+ [`95838b0d7cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95838b0d7cf) - [ux]
470
+ Add Jira Work Management Logo
349
471
 
350
472
  ## 13.1.2
351
473
 
352
474
  ### Patch Changes
353
475
 
354
- - [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299) [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
355
- We discovered big bundle size increases associated with the date-fns upgrade.
356
- We're reverting the upgarde to investigate
476
+ - [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
477
+ [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) -
478
+ Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the
479
+ date-fns upgrade. We're reverting the upgarde to investigate
357
480
 
358
481
  ## 13.1.1
359
482
 
360
483
  ### Patch Changes
361
484
 
362
- - [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291) [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
485
+ - [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
486
+ [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) -
487
+ Upgrade date-fns to 2.17
363
488
 
364
489
  ## 13.1.0
365
490
 
366
491
  ### Minor Changes
367
492
 
368
- - [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178) [`5216ebed3b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5216ebed3b6) - Expose and use atlassian-icon, jira-icon entry points
493
+ - [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
494
+ [`5216ebed3b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5216ebed3b6) - Expose
495
+ and use atlassian-icon, jira-icon entry points
369
496
 
370
497
  ## 13.0.8
371
498
 
372
499
  ### Patch Changes
373
500
 
374
- - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed extraneous/unnecessary dependencies for design system components.
375
- - [`dfa1827ecad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa1827ecad) - Fixed the broken "Download the logos" link on https://atlassian.design/components/logo/usage
501
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
502
+ [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) -
503
+ Removed extraneous/unnecessary dependencies for design system components.
504
+ - [`dfa1827ecad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa1827ecad) - Fixed
505
+ the broken "Download the logos" link on https://atlassian.design/components/logo/usage
376
506
 
377
507
  ## 13.0.7
378
508
 
379
509
  ### Patch Changes
380
510
 
381
- - [#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
511
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
512
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
513
+ Transpile packages using babel rather than tsc
382
514
 
383
515
  ## 13.0.6
384
516
 
385
517
  ### Patch Changes
386
518
 
387
- - [#6125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6125) [`ce8c85a20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce8c85a20d) - As part of this task we have introduced a new JSM logo and deprecated JSD logo
519
+ - [#6125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6125)
520
+ [`ce8c85a20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce8c85a20d) - As part
521
+ of this task we have introduced a new JSM logo and deprecated JSD logo
388
522
 
389
523
  ## 13.0.5
390
524
 
391
525
  ### Patch Changes
392
526
 
393
- - [#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.
394
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
395
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
527
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
528
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
529
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
530
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle
531
+ Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
532
+ `devDependencies` to denote version that the package was built with.
396
533
 
397
534
  ## 13.0.4
398
535
 
399
536
  ### Patch Changes
400
537
 
401
- - [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`7315203b80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7315203b80) - Rename `AkCode` and `AkCodeBlock` exports to `Code` and `CodeBlock` for `@atlaskit/code`.
538
+ - [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
539
+ [`7315203b80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7315203b80) - Rename
540
+ `AkCode` and `AkCodeBlock` exports to `Code` and `CodeBlock` for `@atlaskit/code`.
402
541
 
403
542
  ## 13.0.3
404
543
 
405
544
  ### Patch Changes
406
545
 
407
- - [#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
546
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
547
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
548
+ to TypeScript 3.9.6 and tslib to 2.0.0
408
549
 
409
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
410
- to prevent duplicates of tslib being bundled.
550
+ Since tslib is a dependency for all our packages we recommend that products also follow this
551
+ tslib upgrade to prevent duplicates of tslib being bundled.
411
552
 
412
553
  ## 13.0.2
413
554
 
414
555
  ### Patch Changes
415
556
 
416
- - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293) [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
557
+ - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
558
+ [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
559
+ readme and package information has been updated to point to the new design system website.
417
560
 
418
561
  ## 13.0.1
419
562
 
420
563
  ### Patch Changes
421
564
 
422
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`ce3b100bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3b100bed) - Change the Atlassian Icon for better alignment with other Icons
423
- - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
565
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
566
+ [`ce3b100bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3b100bed) - Change
567
+ the Atlassian Icon for better alignment with other Icons
568
+ - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
569
+ all the theme imports to be tree-shakable
424
570
 
425
571
  ## 13.0.0
426
572
 
427
573
  ### Major Changes
428
574
 
429
- - [#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.
430
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
575
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
576
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
577
+ Officially dropping IE11 support, from this version onwards there are no warranties of the
578
+ package working in IE11. For more information see:
579
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
431
580
 
432
581
  ## 12.3.5
433
582
 
434
583
  ### Patch Changes
435
584
 
436
- - [#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
585
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
586
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
587
+ and supporting files will no longer be published to npm
437
588
 
438
589
  ## 12.3.4
439
590
 
440
591
  ### Patch Changes
441
592
 
442
- - [patch][f6667f2909](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6667f2909):
593
+ - [patch][f6667f2909](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6667f2909):
443
594
 
444
- Change imports to comply with Atlassian conventions- Updated dependencies [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
595
+ Change imports to comply with Atlassian conventions- Updated dependencies
596
+ [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
445
597
 
446
- - Updated dependencies [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
447
- - Updated dependencies [f7f2068a76](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f2068a76):
448
- - Updated dependencies [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
449
- - Updated dependencies [6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
450
- - @atlaskit/button@13.3.11
451
- - @atlaskit/select@11.0.10
452
- - @atlaskit/code@11.1.5
598
+ - Updated dependencies
599
+ [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
600
+ - Updated dependencies
601
+ [f7f2068a76](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f2068a76):
602
+ - Updated dependencies
603
+ [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
604
+ - Updated dependencies
605
+ [6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
606
+ - @atlaskit/button@13.3.11
607
+ - @atlaskit/select@11.0.10
608
+ - @atlaskit/code@11.1.5
453
609
 
454
610
  ## 12.3.3
455
611
 
456
612
  ### Patch Changes
457
613
 
458
- - [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
614
+ - [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
459
615
 
460
- Corrects accessibility behavior for wrapping span. It now will now:
616
+ Corrects accessibility behavior for wrapping span. It now will now:
461
617
 
462
- - conditionally set the `aria-label` if `label` is defined
463
- - conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it is not defined- Updated dependencies [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
618
+ - conditionally set the `aria-label` if `label` is defined
619
+ - conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it
620
+ is not defined- Updated dependencies
621
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
464
622
 
465
- - Updated dependencies [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
466
- - @atlaskit/docs@8.4.0
467
- - @atlaskit/field-radio-group@7.0.2
468
- - @atlaskit/button@13.3.9
469
- - @atlaskit/select@11.0.9
623
+ - Updated dependencies
624
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
625
+ - @atlaskit/docs@8.4.0
626
+ - @atlaskit/field-radio-group@7.0.2
627
+ - @atlaskit/button@13.3.9
628
+ - @atlaskit/select@11.0.9
470
629
 
471
630
  ## 12.3.2
472
631
 
473
632
  ### Patch Changes
474
633
 
475
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
634
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
476
635
 
477
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
636
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
637
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
478
638
 
479
- - @atlaskit/docs@8.3.2
480
- - @atlaskit/visual-regression@0.1.9
481
- - @atlaskit/button@13.3.7
482
- - @atlaskit/code@11.1.3
483
- - @atlaskit/field-radio-group@7.0.1
484
- - @atlaskit/select@11.0.7
485
- - @atlaskit/theme@9.5.1
639
+ - @atlaskit/docs@8.3.2
640
+ - @atlaskit/visual-regression@0.1.9
641
+ - @atlaskit/button@13.3.7
642
+ - @atlaskit/code@11.1.3
643
+ - @atlaskit/field-radio-group@7.0.1
644
+ - @atlaskit/select@11.0.7
645
+ - @atlaskit/theme@9.5.1
486
646
 
487
647
  ## 12.3.1
488
648
 
489
649
  ### Patch Changes
490
650
 
491
- - Updated dependencies [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
492
- - @atlaskit/field-radio-group@7.0.0
493
- - @atlaskit/docs@8.3.1
494
- - @atlaskit/button@13.3.6
495
- - @atlaskit/select@11.0.6
651
+ - Updated dependencies
652
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
653
+ - @atlaskit/field-radio-group@7.0.0
654
+ - @atlaskit/docs@8.3.1
655
+ - @atlaskit/button@13.3.6
656
+ - @atlaskit/select@11.0.6
496
657
 
497
658
  ## 12.3.0
498
659
 
499
660
  ### Minor Changes
500
661
 
501
- - [minor][308708081a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/308708081a):
662
+ - [minor][308708081a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/308708081a):
502
663
 
503
- Export LogoProps
664
+ Export LogoProps
504
665
 
505
666
  ## 12.2.2
506
667
 
507
668
  ### Patch Changes
508
669
 
509
- - [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
670
+ - [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
510
671
 
511
- @atlaskit/select has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
672
+ @atlaskit/select has been converted to Typescript. Typescript consumers will now get static type
673
+ safety. Flow types are no longer provided. No API or behavioural changes.
512
674
 
513
675
  ## 12.2.1
514
676
 
515
677
  ### Patch Changes
516
678
 
517
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
679
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
518
680
 
519
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
681
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
520
682
 
521
683
  ## 12.2.0
522
684
 
523
685
  ### Minor Changes
524
686
 
525
- - [minor][9e3b4ffeb1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e3b4ffeb1):
687
+ - [minor][9e3b4ffeb1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e3b4ffeb1):
526
688
 
527
- Add Trello logo
689
+ Add Trello logo
528
690
 
529
691
  ## 12.1.8
530
692
 
531
693
  ### Patch Changes
532
694
 
533
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
695
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
534
696
 
535
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
697
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
698
+ non-relative imports as relative imports
536
699
 
537
700
  ## 12.1.7
538
701
 
539
702
  ### Patch Changes
540
703
 
541
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
704
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
542
705
 
543
- Upgraded Typescript to 3.3.x
706
+ Upgraded Typescript to 3.3.x
544
707
 
545
708
  ## 12.1.6
546
709
 
547
710
  ### Patch Changes
548
711
 
549
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
712
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
550
713
 
551
- Updates component maintainers
714
+ Updates component maintainers
552
715
 
553
716
  ## 12.1.5
554
717
 
555
718
  ### Patch Changes
556
719
 
557
- - [patch][6260319597](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6260319597):
720
+ - [patch][6260319597](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6260319597):
558
721
 
559
- Updates OpsGenie logo width
722
+ Updates OpsGenie logo width
560
723
 
561
724
  ## 12.1.4
562
725
 
563
726
  ### Patch Changes
564
727
 
565
- - [patch][f34776be97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f34776be97):
728
+ - [patch][f34776be97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f34776be97):
566
729
 
567
- Type definition files are now referenced in package.json
730
+ Type definition files are now referenced in package.json
568
731
 
569
732
  ## 12.1.3
570
733
 
571
734
  ### Patch Changes
572
735
 
573
- - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
736
+ - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
574
737
 
575
- Fixes bug, missing version.json file
738
+ Fixes bug, missing version.json file
576
739
 
577
740
  ## 12.1.2
578
741
 
579
742
  ### Patch Changes
580
743
 
581
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
744
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
582
745
 
583
- In this PR, we are:
746
+ In this PR, we are:
584
747
 
585
- - Re-introducing dist build folders
586
- - Adding back cjs
587
- - Replacing es5 by cjs and es2015 by esm
588
- - Creating folders at the root for entry-points
589
- - Removing the generation of the entry-points at the root
590
- Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details
748
+ - Re-introducing dist build folders
749
+ - Adding back cjs
750
+ - Replacing es5 by cjs and es2015 by esm
751
+ - Creating folders at the root for entry-points
752
+ - Removing the generation of the entry-points at the root Please see this
753
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
754
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
755
+ for further details
591
756
 
592
757
  ## 12.1.1
593
758
 
594
- - Updated dependencies [790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
595
- - @atlaskit/button@13.0.11
596
- - @atlaskit/select@10.0.0
759
+ - Updated dependencies
760
+ [790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
761
+ - @atlaskit/button@13.0.11
762
+ - @atlaskit/select@10.0.0
597
763
 
598
764
  ## 12.1.0
599
765
 
600
766
  ### Minor Changes
601
767
 
602
- - [minor][b81d931ee3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81d931ee3):
768
+ - [minor][b81d931ee3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81d931ee3):
603
769
 
604
- Added new OpsGenie logo, fixed the gradient for the StatusPage logo, and refactored atlassian-switcher to use the new logos
770
+ Added new OpsGenie logo, fixed the gradient for the StatusPage logo, and refactored
771
+ atlassian-switcher to use the new logos
605
772
 
606
773
  ## 12.0.4
607
774
 
608
775
  ### Patch Changes
609
776
 
610
- - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
777
+ - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
611
778
 
612
- index.ts will now be ignored when publishing to npm
779
+ index.ts will now be ignored when publishing to npm
613
780
 
614
781
  ## 12.0.3
615
782
 
616
783
  ### Patch Changes
617
784
 
618
- - [patch][94fc3757b8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/94fc3757b8):
785
+ - [patch][94fc3757b8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/94fc3757b8):
619
786
 
620
- Update the Statuspage icon + logo
787
+ Update the Statuspage icon + logo
621
788
 
622
789
  ## 12.0.2
623
790
 
624
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
791
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
625
792
 
626
- - This is just a safety release in case anything strange happened in in the previous one. See Pull Request #5942 for details
793
+ - This is just a safety release in case anything strange happened in in the previous one. See
794
+ Pull Request #5942 for details
627
795
 
628
796
  ## 12.0.1
629
797
 
630
- - Updated dependencies [97bfe81ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bfe81ec8):
631
- - @atlaskit/docs@8.1.0
632
- - @atlaskit/code@11.0.0
798
+ - Updated dependencies
799
+ [97bfe81ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bfe81ec8):
800
+ - @atlaskit/docs@8.1.0
801
+ - @atlaskit/code@11.0.0
633
802
 
634
803
  ## 12.0.0
635
804
 
636
- - [major][4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
805
+ - [major][4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
637
806
 
638
- - @atlaskit/logo has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
807
+ - @atlaskit/logo has been converted to Typescript. Typescript consumers will now get static
808
+ type safety. Flow types are no longer provided. No API or behavioural changes.
639
809
 
640
810
  ## 11.0.0
641
811
 
642
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
812
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
643
813
 
644
- - 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.
814
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
815
+ this package, please ensure you use at least this version of react and react-dom.
645
816
 
646
817
  ## 10.0.4
647
818
 
648
- - Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
649
- - @atlaskit/docs@7.0.3
650
- - @atlaskit/button@12.0.3
651
- - @atlaskit/code@9.0.1
652
- - @atlaskit/field-radio-group@5.0.3
653
- - @atlaskit/select@8.1.1
654
- - @atlaskit/theme@8.1.7
819
+ - Updated dependencies
820
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
821
+ - @atlaskit/docs@7.0.3
822
+ - @atlaskit/button@12.0.3
823
+ - @atlaskit/code@9.0.1
824
+ - @atlaskit/field-radio-group@5.0.3
825
+ - @atlaskit/select@8.1.1
826
+ - @atlaskit/theme@8.1.7
655
827
 
656
828
  ## 10.0.3
657
829
 
658
- - Updated dependencies [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
659
- - @atlaskit/docs@7.0.2
660
- - @atlaskit/field-radio-group@5.0.2
661
- - @atlaskit/select@8.0.5
662
- - @atlaskit/theme@8.1.6
663
- - @atlaskit/button@12.0.0
830
+ - Updated dependencies
831
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
832
+ - @atlaskit/docs@7.0.2
833
+ - @atlaskit/field-radio-group@5.0.2
834
+ - @atlaskit/select@8.0.5
835
+ - @atlaskit/theme@8.1.6
836
+ - @atlaskit/button@12.0.0
664
837
 
665
838
  ## 10.0.2
666
839
 
667
- - [patch][e04a402953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e04a402953):
840
+ - [patch][e04a402953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e04a402953):
668
841
 
669
- - Internal changes only. Ids relevant to Logo gradients are now ssr-friendly.
842
+ - Internal changes only. Ids relevant to Logo gradients are now ssr-friendly.
670
843
 
671
844
  ## 10.0.1
672
845
 
673
- - Updated dependencies [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
674
- - @atlaskit/docs@7.0.1
675
- - @atlaskit/field-radio-group@5.0.1
676
- - @atlaskit/select@8.0.3
677
- - @atlaskit/theme@8.0.1
678
- - @atlaskit/button@11.0.0
846
+ - Updated dependencies
847
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
848
+ - @atlaskit/docs@7.0.1
849
+ - @atlaskit/field-radio-group@5.0.1
850
+ - @atlaskit/select@8.0.3
851
+ - @atlaskit/theme@8.0.1
852
+ - @atlaskit/button@11.0.0
679
853
 
680
854
  ## 10.0.0
681
855
 
682
- - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
856
+ - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
683
857
 
684
- - Drop ES5 from all the flow modules
858
+ - Drop ES5 from all the flow modules
685
859
 
686
- ### Dropping CJS support in all @atlaskit packages
860
+ ### Dropping CJS support in all @atlaskit packages
687
861
 
688
- 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
689
- `export` declarations.
862
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
863
+ distribute esm. This means all distributed code will be transpiled, but will still contain
864
+ `import` and `export` declarations.
690
865
 
691
- The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
866
+ The major reason for doing this is to allow us to support multiple entry points in packages,
867
+ e.g:
692
868
 
693
- ```js
694
- import colors from `@atlaskit/theme/colors`;
695
- ```
869
+ ```js
870
+ import colors from `@atlaskit/theme/colors`;
871
+ ```
696
872
 
697
- Previously this was sort of possible for consumers by doing something like:
873
+ Previously this was sort of possible for consumers by doing something like:
698
874
 
699
- ```js
700
- import colors from `@atlaskit/theme/dist/esm/colors`;
701
- ```
875
+ ```js
876
+ import colors from `@atlaskit/theme/dist/esm/colors`;
877
+ ```
702
878
 
703
- 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.
879
+ This has a couple of issues. 1, it treats the file system as API making internal refactors
880
+ harder, we have to worry about how consumers might be using things that aren't _actually_
881
+ supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
882
+ to lots of packages bundling all of theme, just to use a single color, especially in situations
883
+ where tree shaking fails.
704
884
 
705
- 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.
885
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
886
+ multiple distributions as they would need to have very different imports from of their own
887
+ internal dependencies.
706
888
 
707
- ES Modules are widely supported by all modern bundlers and can be worked around in node environments.
889
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
890
+ environments.
708
891
 
709
- 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.
892
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
893
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
894
+ saner API's and simpler package architecture.
710
895
 
711
- 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.
896
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
897
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
898
+ external) if you have any questions or queries about this.
712
899
 
713
900
  ## 9.2.7
714
901
 
715
- - Updated dependencies [06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
716
- - @atlaskit/select@7.0.0
902
+ - Updated dependencies
903
+ [06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
904
+ - @atlaskit/select@7.0.0
717
905
 
718
906
  ## 9.2.6
719
907
 
720
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
721
- - @atlaskit/button@10.1.1
722
- - @atlaskit/code@8.2.2
723
- - @atlaskit/field-radio-group@4.0.14
724
- - @atlaskit/select@6.1.13
725
- - @atlaskit/theme@7.0.1
726
- - @atlaskit/docs@6.0.0
908
+ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
909
+ - @atlaskit/button@10.1.1
910
+ - @atlaskit/code@8.2.2
911
+ - @atlaskit/field-radio-group@4.0.14
912
+ - @atlaskit/select@6.1.13
913
+ - @atlaskit/theme@7.0.1
914
+ - @atlaskit/docs@6.0.0
727
915
 
728
916
  ## 9.2.5
729
917
 
730
- - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
731
- - @atlaskit/docs@5.2.3
732
- - @atlaskit/button@10.0.4
733
- - @atlaskit/code@8.2.1
734
- - @atlaskit/field-radio-group@4.0.13
735
- - @atlaskit/select@6.1.10
736
- - @atlaskit/theme@7.0.0
918
+ - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
919
+ - @atlaskit/docs@5.2.3
920
+ - @atlaskit/button@10.0.4
921
+ - @atlaskit/code@8.2.1
922
+ - @atlaskit/field-radio-group@4.0.13
923
+ - @atlaskit/select@6.1.10
924
+ - @atlaskit/theme@7.0.0
737
925
 
738
926
  ## 9.2.4
739
927
 
740
- - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
741
- - @atlaskit/docs@5.2.1
742
- - @atlaskit/field-radio-group@4.0.11
743
- - @atlaskit/select@6.1.8
744
- - @atlaskit/theme@6.2.1
745
- - @atlaskit/button@10.0.0
928
+ - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
929
+ - @atlaskit/docs@5.2.1
930
+ - @atlaskit/field-radio-group@4.0.11
931
+ - @atlaskit/select@6.1.8
932
+ - @atlaskit/theme@6.2.1
933
+ - @atlaskit/button@10.0.0
746
934
 
747
935
  ## 9.2.3
748
936
 
749
- - [patch] Adds missing implicit @babel/runtime dependency [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
937
+ - [patch] Adds missing implicit @babel/runtime dependency
938
+ [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
750
939
 
751
940
  ## 9.2.2
752
941
 
753
- - [patch] Updated dependencies [4194aa4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4194aa4)
754
- - @atlaskit/select@6.0.0
942
+ - [patch] Updated dependencies
943
+ [4194aa4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4194aa4)
944
+ - @atlaskit/select@6.0.0
755
945
 
756
946
  ## 9.2.1
757
947
 
758
- - [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)
948
+ - [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on
949
+ util-shraed-styles [7d51a09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d51a09)
759
950
 
760
951
  ## 9.2.0
761
952
 
762
- - [patch] Moved all the shared logic into the wrapper, so refactoring is easier in future [7e83442](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e83442)
763
- - [minor] Make label required, but provide sane defaults [12839d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12839d4)
953
+ - [patch] Moved all the shared logic into the wrapper, so refactoring is easier in future
954
+ [7e83442](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e83442)
955
+ - [minor] Make label required, but provide sane defaults
956
+ [12839d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12839d4)
764
957
 
765
958
  ## 9.1.0
766
959
 
767
- - [minor] Update product logos alignment issues [6bbf9a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bbf9a9)
960
+ - [minor] Update product logos alignment issues
961
+ [6bbf9a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bbf9a9)
768
962
 
769
963
  ## 9.0.4
770
964
 
771
- - [patch] Updated dependencies [f9c0cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c0cdb)
772
- - @atlaskit/code@8.0.0
773
- - @atlaskit/docs@5.0.5
965
+ - [patch] Updated dependencies
966
+ [f9c0cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c0cdb)
967
+ - @atlaskit/code@8.0.0
968
+ - @atlaskit/docs@5.0.5
774
969
 
775
970
  ## 9.0.3
776
971
 
777
- - [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)
778
- - [none] Updated dependencies [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
779
- - @atlaskit/select@5.0.8
780
- - @atlaskit/button@9.0.5
781
- - @atlaskit/code@7.0.3
782
- - @atlaskit/field-radio-group@4.0.4
972
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
973
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
974
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
975
+ - [none] Updated dependencies
976
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
977
+ - @atlaskit/select@5.0.8
978
+ - @atlaskit/button@9.0.5
979
+ - @atlaskit/code@7.0.3
980
+ - @atlaskit/field-radio-group@4.0.4
783
981
 
784
982
  ## 9.0.2
785
983
 
786
- - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
787
- - @atlaskit/select@5.0.7
788
- - @atlaskit/field-radio-group@4.0.3
789
- - @atlaskit/button@9.0.4
790
- - @atlaskit/code@7.0.2
791
- - @atlaskit/docs@5.0.2
984
+ - [patch] Updated dependencies
985
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
986
+ - @atlaskit/select@5.0.7
987
+ - @atlaskit/field-radio-group@4.0.3
988
+ - @atlaskit/button@9.0.4
989
+ - @atlaskit/code@7.0.2
990
+ - @atlaskit/docs@5.0.2
792
991
 
793
992
  ## 9.0.1
794
993
 
795
- - [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)
796
- - [none] Updated dependencies [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
797
- - @atlaskit/select@5.0.6
798
- - @atlaskit/button@9.0.3
799
- - @atlaskit/code@7.0.1
800
- - @atlaskit/field-radio-group@4.0.2
994
+ - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
995
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
996
+ - [none] Updated dependencies
997
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
998
+ - @atlaskit/select@5.0.6
999
+ - @atlaskit/button@9.0.3
1000
+ - @atlaskit/code@7.0.1
1001
+ - @atlaskit/field-radio-group@4.0.2
801
1002
 
802
1003
  ## 9.0.0
803
1004
 
804
- - [major] Updates to React ^16.4.0 [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
805
- - [major] Updated dependencies [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
806
- - @atlaskit/select@5.0.0
807
- - @atlaskit/button@9.0.0
808
- - @atlaskit/code@7.0.0
809
- - @atlaskit/docs@5.0.0
810
- - @atlaskit/field-radio-group@4.0.0
811
- - [major] Updated dependencies [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
812
- - @atlaskit/select@5.0.0
813
- - @atlaskit/button@9.0.0
814
- - @atlaskit/code@7.0.0
815
- - @atlaskit/docs@5.0.0
816
- - @atlaskit/field-radio-group@4.0.0
1005
+ - [major] Updates to React ^16.4.0
1006
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1007
+ - [major] Updated dependencies
1008
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1009
+ - @atlaskit/select@5.0.0
1010
+ - @atlaskit/button@9.0.0
1011
+ - @atlaskit/code@7.0.0
1012
+ - @atlaskit/docs@5.0.0
1013
+ - @atlaskit/field-radio-group@4.0.0
1014
+ - [major] Updated dependencies
1015
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1016
+ - @atlaskit/select@5.0.0
1017
+ - @atlaskit/button@9.0.0
1018
+ - @atlaskit/code@7.0.0
1019
+ - @atlaskit/docs@5.0.0
1020
+ - @atlaskit/field-radio-group@4.0.0
817
1021
 
818
1022
  ## 8.1.3
819
1023
 
820
- - [patch] Updated dependencies [eee2d45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eee2d45)
821
- - @atlaskit/code@6.0.0
822
- - @atlaskit/docs@4.2.1
1024
+ - [patch] Updated dependencies
1025
+ [eee2d45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eee2d45)
1026
+ - @atlaskit/code@6.0.0
1027
+ - @atlaskit/docs@4.2.1
823
1028
 
824
1029
  ## 8.1.2
825
1030
 
826
- - [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
827
- - [none] Updated dependencies [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
828
- - @atlaskit/button@8.1.2
829
- - @atlaskit/field-radio-group@3.0.4
1031
+ - [patch] Clean Changelogs - remove duplicates and empty entries
1032
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1033
+ - [none] Updated dependencies
1034
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1035
+ - @atlaskit/button@8.1.2
1036
+ - @atlaskit/field-radio-group@3.0.4
830
1037
 
831
1038
  ## 8.1.1
832
1039
 
833
- - [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
834
- - [none] Updated dependencies [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
835
- - @atlaskit/field-radio-group@3.0.3
836
- - @atlaskit/button@8.1.1
837
- - @atlaskit/docs@4.1.1
1040
+ - [patch] Update changelogs to remove duplicate
1041
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1042
+ - [none] Updated dependencies
1043
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1044
+ - @atlaskit/field-radio-group@3.0.3
1045
+ - @atlaskit/button@8.1.1
1046
+ - @atlaskit/docs@4.1.1
838
1047
 
839
1048
  ## 8.1.0
840
1049
 
841
- - [none] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
842
- - @atlaskit/field-radio-group@3.0.2
843
- - @atlaskit/docs@4.1.0
844
- - @atlaskit/button@8.1.0
1050
+ - [none] Updated dependencies
1051
+ [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
1052
+ - @atlaskit/field-radio-group@3.0.2
1053
+ - @atlaskit/docs@4.1.0
1054
+ - @atlaskit/button@8.1.0
845
1055
 
846
1056
  ## 8.0.1
847
1057
 
848
- - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
849
- - [patch] Updated dependencies [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
850
- - @atlaskit/field-radio-group@3.0.1
851
- - @atlaskit/button@8.0.1
852
- - @atlaskit/docs@4.0.1
1058
+ - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1059
+ - [patch] Updated dependencies
1060
+ [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1061
+ - @atlaskit/field-radio-group@3.0.1
1062
+ - @atlaskit/button@8.0.1
1063
+ - @atlaskit/docs@4.0.1
853
1064
 
854
1065
  ## 8.0.0
855
1066
 
856
- - [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)
857
- - [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
858
- - @atlaskit/field-radio-group@3.0.0
859
- - @atlaskit/button@8.0.0
860
- - @atlaskit/docs@4.0.0
1067
+ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
1068
+ ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1069
+ - [patch] Updated dependencies
1070
+ [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1071
+ - @atlaskit/field-radio-group@3.0.0
1072
+ - @atlaskit/button@8.0.0
1073
+ - @atlaskit/docs@4.0.0
861
1074
 
862
1075
  ## 7.0.1
863
1076
 
864
- - [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
865
- - @atlaskit/field-radio-group@2.0.3
866
- - @atlaskit/button@7.2.5
867
- - @atlaskit/docs@3.0.4
1077
+ - [patch] Updated dependencies
1078
+ [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1079
+ - @atlaskit/field-radio-group@2.0.3
1080
+ - @atlaskit/button@7.2.5
1081
+ - @atlaskit/docs@3.0.4
868
1082
 
869
1083
  ## 7.0.0
870
1084
 
871
- - [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
1085
+ - [major] Bump to React 16.3.
1086
+ [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
872
1087
 
873
1088
  ## 6.2.2
874
1089
 
875
- - [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake [c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
1090
+ - [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
1091
+ [c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
876
1092
 
877
1093
  ## 6.2.1
878
1094
 
879
- - [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
1095
+ - [patch] Re-releasing due to potentially broken babel release
1096
+ [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
880
1097
 
881
1098
  ## 6.2.0
882
1099
 
883
- - [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
1100
+ - [minor] Update styled-components dependency to support versions 1.4.6 - 3
1101
+ [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
884
1102
 
885
1103
  ## 6.1.2
886
1104
 
887
- - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
1105
+ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
1106
+ [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
888
1107
 
889
1108
  ## 6.1.1
890
1109
 
891
- - [patch] Packages Flow types for elements components [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
1110
+ - [patch] Packages Flow types for elements components
1111
+ [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
892
1112
 
893
1113
  ## 6.1.0
894
1114
 
895
- - [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
1115
+ - [minor] Add React 16 support.
1116
+ [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
896
1117
 
897
1118
  ## 6.0.7
898
1119
 
899
- - [patch] Fix inherited color logo gradient changes not working in chrome [694c59f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/694c59f)
1120
+ - [patch] Fix inherited color logo gradient changes not working in chrome
1121
+ [694c59f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/694c59f)
900
1122
 
901
1123
  ## 6.0.3
902
1124
 
903
- - [patch] Logo component gradients no work in Firefox and Safari [6d1f521](6d1f521)
1125
+ - [patch] Logo component gradients no work in Firefox and Safari [6d1f521](6d1f521)
904
1126
 
905
1127
  ## 6.0.0 (2017-11-09)
906
1128
 
907
- - breaking; Removed the collapseTo prop in favour of explicit named exports (see below).
908
- - breaking; The default export has been removed in favour of named exports. The named exports are now: AtlassianLogo, AtlassianIcon, AtlassianWordmark, BitbucketLogo, BitbucketIcon, BitbucketWordmark, ConfluenceLogo, ConfluenceIcon, ConfluenceWordmark, HipchatLogo, HipchatIcon, HipchatWordmark, JiraCoreLogo, JiraCoreIcon, JiraCoreWordmark, JiraLogo, JiraIcon, JiraWordmark, StatuspageLogo, StatuspageIcon, StatuspageWordmark, StrideLogo, StrideIcon, StrideWordmark.
1129
+ - breaking; Removed the collapseTo prop in favour of explicit named exports (see below).
1130
+ - breaking; The default export has been removed in favour of named exports. The named exports are
1131
+ now: AtlassianLogo, AtlassianIcon, AtlassianWordmark, BitbucketLogo, BitbucketIcon,
1132
+ BitbucketWordmark, ConfluenceLogo, ConfluenceIcon, ConfluenceWordmark, HipchatLogo, HipchatIcon,
1133
+ HipchatWordmark, JiraCoreLogo, JiraCoreIcon, JiraCoreWordmark, JiraLogo, JiraIcon, JiraWordmark,
1134
+ StatuspageLogo, StatuspageIcon, StatuspageWordmark, StrideLogo, StrideIcon, StrideWordmark.
909
1135
 
910
1136
  ## 5.0.0 (2017-10-27)
911
1137
 
912
- - bug fix; fixed logo width issue in IE11. ([0ce8ab7](https://bitbucket.org/atlassian/atlaskit/commits/0ce8ab7))
913
- - breaking; Logo sizes changed, children no longer accepted ([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
914
- - breaking; refactoring Logo component to fix numerous bugs ([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
1138
+ - bug fix; fixed logo width issue in IE11.
1139
+ ([0ce8ab7](https://bitbucket.org/atlassian/atlaskit/commits/0ce8ab7))
1140
+ - breaking; Logo sizes changed, children no longer accepted
1141
+ ([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
1142
+ - breaking; refactoring Logo component to fix numerous bugs
1143
+ ([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
915
1144
 
916
1145
  ## 4.0.3 (2017-10-26)
917
1146
 
918
- - bug fix; fix to rebuild stories ([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
1147
+ - bug fix; fix to rebuild stories
1148
+ ([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
919
1149
 
920
1150
  ## 4.0.2 (2017-10-22)
921
1151
 
922
- - bug fix; update styled-components dep and react peerDep ([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
1152
+ - bug fix; update styled-components dep and react peerDep
1153
+ ([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
923
1154
 
924
1155
  ## 4.0.1 (2017-09-14)
925
1156
 
926
- - bug fix; jSD and Statuspage logo icons have fixed gradients (issues closed: ak-3479) ([60d8aca](https://bitbucket.org/atlassian/atlaskit/commits/60d8aca))
1157
+ - bug fix; jSD and Statuspage logo icons have fixed gradients (issues closed: ak-3479)
1158
+ ([60d8aca](https://bitbucket.org/atlassian/atlaskit/commits/60d8aca))
927
1159
 
928
1160
  ## 4.0.0 (2017-09-11)
929
1161
 
930
- - breaking; All logos have been updated with new assets, please test these inside your application to make sure ([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
931
- - breaking; new and updated company and product logos ([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
1162
+ - breaking; All logos have been updated with new assets, please test these inside your application
1163
+ to make sure ([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
1164
+ - breaking; new and updated company and product logos
1165
+ ([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
932
1166
 
933
1167
  ## 3.5.3 (2017-08-11)
934
1168
 
935
- - bug fix; fix the theme-dependency ([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
1169
+ - bug fix; fix the theme-dependency
1170
+ ([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
936
1171
 
937
1172
  ## 3.5.2 (2017-07-27)
938
1173
 
939
- - fix; rename jsnext:main to jsnext:experimental:main temporarily ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
1174
+ - fix; rename jsnext:main to jsnext:experimental:main temporarily
1175
+ ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
940
1176
 
941
1177
  ## 3.5.1 (2017-07-25)
942
1178
 
943
- - fix; use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
1179
+ - fix; use class transform in loose mode in babel to improve load performance in apps
1180
+ ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
944
1181
 
945
1182
  ## 3.2.0 (2017-07-17)
946
1183
 
947
- - fix; rerelease, failed prepublish scripts ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
1184
+ - fix; rerelease, failed prepublish scripts
1185
+ ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
948
1186
 
949
1187
  ## 3.2.0 (2017-07-17)
950
1188
 
951
- - feature; added ES module builds to dist and add jsnext:main to most ADG packages ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
1189
+ - feature; added ES module builds to dist and add jsnext:main to most ADG packages
1190
+ ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
952
1191
 
953
1192
  ## 3.1.0 (2017-06-08)
954
1193
 
955
- - fix; add prop-types as a dependency to avoid React 15.x warnings ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
956
- - feature; Convert logo to styled-components updated internal structure ([ec91404](https://bitbucket.org/atlassian/atlaskit/commits/ec91404))
1194
+ - fix; add prop-types as a dependency to avoid React 15.x warnings
1195
+ ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
1196
+ - feature; Convert logo to styled-components updated internal structure
1197
+ ([ec91404](https://bitbucket.org/atlassian/atlaskit/commits/ec91404))
957
1198
 
958
1199
  ## 3.0.6 (2017-04-27)
959
1200
 
960
- - fix; update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
1201
+ - fix; update legal copy to be more clear. Not all modules include ADG license.
1202
+ ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
961
1203
 
962
1204
  ## 3.0.5 (2017-04-26)
963
1205
 
964
- - fix; update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
1206
+ - fix; update legal copy and fix broken links for component README on npm. New contribution and
1207
+ ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
965
1208
 
966
1209
  ## 3.0.4 (2017-04-18)
967
1210
 
968
- - fix; update logo readme to use new readme component ([491d789](https://bitbucket.org/atlassian/atlaskit/commits/491d789))
1211
+ - fix; update logo readme to use new readme component
1212
+ ([491d789](https://bitbucket.org/atlassian/atlaskit/commits/491d789))
969
1213
 
970
1214
  ## 3.0.3 (2017-03-23)
971
1215
 
972
- - fix; Empty commit to release the component ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
1216
+ - fix; Empty commit to release the component
1217
+ ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
973
1218
 
974
1219
  ## 3.0.1 (2017-03-21)
975
1220
 
976
- - fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
1221
+ - fix; maintainers for all the packages were added
1222
+ ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
977
1223
 
978
1224
  ## 3.0.0 (2017-03-06)
979
1225
 
980
- - feature; text-only logo mode without icon ([b989245](https://bitbucket.org/atlassian/atlaskit/commits/b989245))
981
- - breaking; isCollapsed prop has been replaced with an optional collapseTo prop (accepts value of 'icon' or 'type')
982
- - ISSUES CLOSED: AK-1408
1226
+ - feature; text-only logo mode without icon
1227
+ ([b989245](https://bitbucket.org/atlassian/atlaskit/commits/b989245))
1228
+ - breaking; isCollapsed prop has been replaced with an optional collapseTo prop (accepts value of
1229
+ 'icon' or 'type')
1230
+ - ISSUES CLOSED: AK-1408
983
1231
 
984
1232
  ## 2.0.1 (2017-02-09)
985
1233
 
986
- - fix; avoiding binding render to this ([40c9951](https://bitbucket.org/atlassian/atlaskit/commits/40c9951))
1234
+ - fix; avoiding binding render to this
1235
+ ([40c9951](https://bitbucket.org/atlassian/atlaskit/commits/40c9951))
987
1236
 
988
1237
  ## 1.0.0 (2017-02-06)
989
1238
 
990
- - fix; fix logo to have public access ([5a41e37](https://bitbucket.org/atlassian/atlaskit/commits/5a41e37))
1239
+ - fix; fix logo to have public access
1240
+ ([5a41e37](https://bitbucket.org/atlassian/atlaskit/commits/5a41e37))
991
1241
 
992
1242
  ## 1.0.0 (2017-02-06)
993
1243
 
994
- - feature; Add more product logos ([e84ae80](https://bitbucket.org/atlassian/atlaskit/commits/e84ae80))
995
- - feature; Adjust width of collapsed logo ([99fa4a5](https://bitbucket.org/atlassian/atlaskit/commits/99fa4a5))
1244
+ - feature; Add more product logos
1245
+ ([e84ae80](https://bitbucket.org/atlassian/atlaskit/commits/e84ae80))
1246
+ - feature; Adjust width of collapsed logo
1247
+ ([99fa4a5](https://bitbucket.org/atlassian/atlaskit/commits/99fa4a5))