@atlaskit/badge 16.1.0 → 16.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,24 +1,47 @@
1
1
  # @atlaskit/badge
2
2
 
3
+ ## 16.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 16.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 16.1.0
4
16
 
5
17
  ### Minor Changes
6
18
 
7
- - [#94806](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94806) [`6f40240a7290`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6f40240a7290) - Removed feature flag from previous release, keeping the newer changes.
19
+ - [#94806](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94806)
20
+ [`6f40240a7290`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6f40240a7290) -
21
+ Removed feature flag from previous release, keeping the newer changes.
8
22
 
9
23
  ## 16.0.0
10
24
 
11
25
  ### Major Changes
12
26
 
13
- - [#88033](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88033) [`8c3fac87dcc9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8c3fac87dcc9) - Badge now sets specific font size, line height, font style, and font family properties under the hood. If you previously had Badge wrapped with elements like `<em>` or `<strong>` that specify font style or font weight properties, there will be a visual difference as these styles are overriden within Badge. Avoid wrapping Badge in elements that modify text properties.
27
+ - [#88033](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88033)
28
+ [`8c3fac87dcc9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8c3fac87dcc9) -
29
+ Badge now sets specific font size, line height, font style, and font family properties under the
30
+ hood. If you previously had Badge wrapped with elements like `<em>` or `<strong>` that specify
31
+ font style or font weight properties, there will be a visual difference as these styles are
32
+ overriden within Badge. Avoid wrapping Badge in elements that modify text properties.
14
33
 
15
- If you need to preserve these styles, wrap the children of Badge instead, for example: `<Badge><em>1</em></Badge>`. Please note however this is not fully supported and will not work with the `max` prop.
34
+ If you need to preserve these styles, wrap the children of Badge instead, for example:
35
+ `<Badge><em>1</em></Badge>`. Please note however this is not fully supported and will not work
36
+ with the `max` prop.
16
37
 
17
38
  ## 15.3.0
18
39
 
19
40
  ### Minor Changes
20
41
 
21
- - [#87252](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87252) [`eef585934a84`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eef585934a84) - Add react 18 support
42
+ - [#87252](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87252)
43
+ [`eef585934a84`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eef585934a84) -
44
+ Add react 18 support
22
45
 
23
46
  ### Patch Changes
24
47
 
@@ -28,7 +51,9 @@
28
51
 
29
52
  ### Patch Changes
30
53
 
31
- - [#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`
54
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
55
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
56
+ Upgrade Typescript from `4.9.5` to `5.4.2`
32
57
 
33
58
  ## 15.2.6
34
59
 
@@ -40,7 +65,10 @@
40
65
 
41
66
  ### Patch Changes
42
67
 
43
- - [#81805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81805) [`36d7e564977a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/36d7e564977a) - Explicitly coerce value in `getSafeValue` utility function to improve compatibility with TypeScript 5
68
+ - [#81805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81805)
69
+ [`36d7e564977a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/36d7e564977a) -
70
+ Explicitly coerce value in `getSafeValue` utility function to improve compatibility with
71
+ TypeScript 5
44
72
 
45
73
  ## 15.2.4
46
74
 
@@ -64,19 +92,27 @@
64
92
 
65
93
  ### Patch Changes
66
94
 
67
- - [#60167](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60167) [`ae0930df4bfa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae0930df4bfa) - Renamed supportReact18 to runReact18
95
+ - [#60167](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60167)
96
+ [`ae0930df4bfa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae0930df4bfa) -
97
+ Renamed supportReact18 to runReact18
68
98
 
69
99
  ## 15.2.0
70
100
 
71
101
  ### Minor Changes
72
102
 
73
- - [#57070](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57070) [`42ba4ac39529`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/42ba4ac39529) - Badge now uses height: min-content so it doesn't stretch when directly used as a flex / grid item.
103
+ - [#57070](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57070)
104
+ [`42ba4ac39529`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/42ba4ac39529) -
105
+ Badge now uses height: min-content so it doesn't stretch when directly used as a flex / grid item.
74
106
 
75
107
  ## 15.1.16
76
108
 
77
109
  ### Patch Changes
78
110
 
79
- - [#41725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41725) [`8d838ab41ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d838ab41ed) - Removed all remaining legacy theming logic from Badge, IconObject, Lozenge and SectionMessage. This only affects the examples and some tests in each component. No internal component logic contained legacy theming.
111
+ - [#41725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41725)
112
+ [`8d838ab41ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d838ab41ed) - Removed
113
+ all remaining legacy theming logic from Badge, IconObject, Lozenge and SectionMessage. This only
114
+ affects the examples and some tests in each component. No internal component logic contained
115
+ legacy theming.
80
116
 
81
117
  ## 15.1.15
82
118
 
@@ -88,20 +124,29 @@
88
124
 
89
125
  ### Patch Changes
90
126
 
91
- - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533) [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated dependencies
92
- - [#37419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37419) [`95401cac781`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95401cac781) - Internal change to component composition. There is no expected change.
127
+ - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
128
+ [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated
129
+ dependencies
130
+ - [#37419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37419)
131
+ [`95401cac781`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95401cac781) - Internal
132
+ change to component composition. There is no expected change.
93
133
 
94
134
  ## 15.1.13
95
135
 
96
136
  ### Patch Changes
97
137
 
98
- - [#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.
138
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
139
+ [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
140
+ `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
141
+ testing.
99
142
 
100
143
  ## 15.1.12
101
144
 
102
145
  ### Patch Changes
103
146
 
104
- - [#36412](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36412) [`7e4085cd951`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e4085cd951) - Allow caret version range in @atlaskit/primitives dependency.
147
+ - [#36412](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36412)
148
+ [`7e4085cd951`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e4085cd951) - Allow
149
+ caret version range in @atlaskit/primitives dependency.
105
150
 
106
151
  ## 15.1.11
107
152
 
@@ -125,7 +170,9 @@
125
170
 
126
171
  ### Patch Changes
127
172
 
128
- - [#35712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35712) [`5af07899f5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af07899f5b) - Loosens types to better reflect `xcss` API.
173
+ - [#35712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35712)
174
+ [`5af07899f5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af07899f5b) - Loosens
175
+ types to better reflect `xcss` API.
129
176
  - Updated dependencies
130
177
 
131
178
  ## 15.1.7
@@ -138,44 +185,58 @@
138
185
 
139
186
  ### Patch Changes
140
187
 
141
- - [#35337](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35337) [`529814693a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/529814693a1) - Pin version of @atlaskit/primitives so it resolves to correct version
188
+ - [#35337](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35337)
189
+ [`529814693a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/529814693a1) - Pin
190
+ version of @atlaskit/primitives so it resolves to correct version
142
191
 
143
192
  ## 15.1.5
144
193
 
145
194
  ### Patch Changes
146
195
 
147
- - [#33833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33833) [`b8b41649492`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8b41649492) - Update how certain background colors are referenced by name. Internal changes only.
196
+ - [#33833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33833)
197
+ [`b8b41649492`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8b41649492) - Update
198
+ how certain background colors are referenced by name. Internal changes only.
148
199
  - Updated dependencies
149
200
 
150
201
  ## 15.1.4
151
202
 
152
203
  ### Patch Changes
153
204
 
154
- - [#34922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34922) [`779727e307a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/779727e307a) - Internal change only. Replace all instances of Box with stable @atlaskit/primitives version.
205
+ - [#34922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34922)
206
+ [`779727e307a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/779727e307a) - Internal
207
+ change only. Replace all instances of Box with stable @atlaskit/primitives version.
155
208
 
156
209
  ## 15.1.3
157
210
 
158
211
  ### Patch Changes
159
212
 
160
- - [#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.
213
+ - [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
214
+ [`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol
215
+ packages to push-model consumption in Jira.
161
216
 
162
217
  ## 15.1.2
163
218
 
164
219
  ### Patch Changes
165
220
 
166
- - [#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
221
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
222
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
223
+ legacy types are published for TS 4.5-4.8
167
224
 
168
225
  ## 15.1.1
169
226
 
170
227
  ### Patch Changes
171
228
 
172
- - [#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`
229
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
230
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
231
+ Typescript from `4.5.5` to `4.9.5`
173
232
 
174
233
  ## 15.1.0
175
234
 
176
235
  ### Minor Changes
177
236
 
178
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
237
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
238
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
239
+ minor dependency bump
179
240
 
180
241
  ### Patch Changes
181
242
 
@@ -185,69 +246,96 @@
185
246
 
186
247
  ### Patch Changes
187
248
 
188
- - [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891) [`a7f643a0ee7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7f643a0ee7) - Updated badge line-height to use design system values, removed block padding. There are no visual or behaviour changes.
189
- - [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are no visual or behaviour changes.
249
+ - [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
250
+ [`a7f643a0ee7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7f643a0ee7) - Updated
251
+ badge line-height to use design system values, removed block padding. There are no visual or
252
+ behaviour changes.
253
+ - [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated
254
+ usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are
255
+ no visual or behaviour changes.
190
256
  - Updated dependencies
191
257
 
192
258
  ## 15.0.22
193
259
 
194
260
  ### Patch Changes
195
261
 
196
- - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`936d6bccf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936d6bccf4f) - Update to emotion v11. No expected behaviour change.
197
- - [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) - Internal change to use updated primtive spacing prop values. No expected behaviour change.
262
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
263
+ [`936d6bccf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936d6bccf4f) - Update
264
+ to emotion v11. No expected behaviour change.
265
+ - [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) - Internal
266
+ change to use updated primtive spacing prop values. No expected behaviour change.
198
267
  - Updated dependencies
199
268
 
200
269
  ## 15.0.21
201
270
 
202
271
  ### Patch Changes
203
272
 
204
- - [#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.
273
+ - [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
274
+ [`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal
275
+ changes to apply spacing tokens. This should be a no-op change.
205
276
 
206
277
  ## 15.0.20
207
278
 
208
279
  ### Patch Changes
209
280
 
210
- - [#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`
281
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
282
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
283
+ Typescript from `4.3.5` to `4.5.5`
211
284
 
212
285
  ## 15.0.19
213
286
 
214
287
  ### Patch Changes
215
288
 
216
- - [#24991](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24991) [`342ab3bc77e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/342ab3bc77e) - Update ds-explorations dependency to support previous patch
289
+ - [#24991](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24991)
290
+ [`342ab3bc77e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/342ab3bc77e) - Update
291
+ ds-explorations dependency to support previous patch
217
292
 
218
293
  ## 15.0.18
219
294
 
220
295
  ### Patch Changes
221
296
 
222
- - [#24929](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24929) [`57adb9bb931`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57adb9bb931) - Fixes an issue with '@atlaskit/badge' text color for certain appearances.
297
+ - [#24929](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24929)
298
+ [`57adb9bb931`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57adb9bb931) - Fixes an
299
+ issue with '@atlaskit/badge' text color for certain appearances.
223
300
 
224
301
  ## 15.0.17
225
302
 
226
303
  ### Patch Changes
227
304
 
228
- - [#24916](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24916) [`fe54d8f1aec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe54d8f1aec) - Update ds-explorations dependency. No change in behaviour.
305
+ - [#24916](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24916)
306
+ [`fe54d8f1aec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe54d8f1aec) - Update
307
+ ds-explorations dependency. No change in behaviour.
229
308
 
230
309
  ## 15.0.16
231
310
 
232
311
  ### Patch Changes
233
312
 
234
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`06fd023cd85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06fd023cd85) - Minor internal change to how text is displayed. No change to consumers.
235
- - [`52809e4839b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52809e4839b) - Allow makers to disable max value formatting in the Badge component
313
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
314
+ [`06fd023cd85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06fd023cd85) - Minor
315
+ internal change to how text is displayed. No change to consumers.
316
+ - [`52809e4839b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52809e4839b) - Allow
317
+ makers to disable max value formatting in the Badge component
236
318
  - Updated dependencies
237
319
 
238
320
  ## 15.0.15
239
321
 
240
322
  ### Patch Changes
241
323
 
242
- - [#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`.
324
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
325
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
326
+ Typescript from `4.2.4` to `4.3.5`.
243
327
 
244
328
  ## 15.0.14
245
329
 
246
330
  ### Patch Changes
247
331
 
248
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`899199caabb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/899199caabb) - Internal changes to the way styles are applied. There should be no noticeable changes to consumers.
249
- - [`8067cc918d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8067cc918d9) - Update implementation to match changes made to Text primitive
250
- - [`ea36ea17c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea36ea17c4e) - Text now supports text-align and it's used for Badge to retain existing visuals
332
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
333
+ [`899199caabb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/899199caabb) - Internal
334
+ changes to the way styles are applied. There should be no noticeable changes to consumers.
335
+ - [`8067cc918d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8067cc918d9) - Update
336
+ implementation to match changes made to Text primitive
337
+ - [`ea36ea17c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea36ea17c4e) - Text now
338
+ supports text-align and it's used for Badge to retain existing visuals
251
339
  - Updated dependencies
252
340
 
253
341
  ## 15.0.13
@@ -260,7 +348,9 @@
260
348
 
261
349
  ### Patch Changes
262
350
 
263
- - [#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
351
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
352
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
353
+ to TypeScript 4.2.4
264
354
 
265
355
  ## 15.0.11
266
356
 
@@ -284,7 +374,10 @@
284
374
 
285
375
  ### Patch Changes
286
376
 
287
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`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
377
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
378
+ [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates
379
+ usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
380
+ visual changes
288
381
  - Updated dependencies
289
382
 
290
383
  ## 15.0.7
@@ -297,7 +390,10 @@
297
390
 
298
391
  ### Patch Changes
299
392
 
300
- - [#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.
393
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
394
+ [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
395
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
396
+ tokens() function and improving bundle size.
301
397
  - Updated dependencies
302
398
 
303
399
  ## 15.0.5
@@ -334,43 +430,47 @@
334
430
 
335
431
  ### Major Changes
336
432
 
337
- - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`942dd25df09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/942dd25df09) - In this version we made **Badge** dramatically faster and lighter.
433
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
434
+ [`942dd25df09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/942dd25df09) - In this
435
+ version we made **Badge** dramatically faster and lighter.
338
436
 
339
437
  - General performance improvements.
340
438
 
341
- - We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor` and `color`.
439
+ - We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor` and
440
+ `color`.
342
441
 
343
- - You can now pass `ReactNode` instead of `string` as children; however, **Badge** should only be used in cases where you want to represent a number. If the value is `number`, we will use existing formatting based on the `max` prop, otherwise the value will get rendered as it is.
442
+ - You can now pass `ReactNode` instead of `string` as children; however, **Badge** should only be
443
+ used in cases where you want to represent a number. If the value is `number`, we will use
444
+ existing formatting based on the `max` prop, otherwise the value will get rendered as it is.
344
445
 
345
- - [**BREAKING**] We have removed the deprecated `theme` prop. Please use a combination of `appearance` and `style` prop for custom theming.
446
+ - [**BREAKING**] We have removed the deprecated `theme` prop. Please use a combination of
447
+ `appearance` and `style` prop for custom theming.
346
448
 
347
449
  **Before**:
348
450
 
349
451
  ```tsx
350
452
  import Badge from '@atlaskit/badge';
351
453
 
352
- type GetThemeTokensFn<ThemeTokens, ThemeProps> = (
353
- props: ThemeProps,
354
- ) => ThemeTokens;
454
+ type GetThemeTokensFn<ThemeTokens, ThemeProps> = (props: ThemeProps) => ThemeTokens;
355
455
 
356
456
  function themeGetterFunction<ThemeTokens, ThemeProps>(
357
- getTokens: GetThemeTokensFn<ThemeTokens, ThemeProps>,
358
- themeProps: ThemeProps,
457
+ getTokens: GetThemeTokensFn<ThemeTokens, ThemeProps>,
458
+ themeProps: ThemeProps,
359
459
  ): ThemeTokens {
360
- const defaultTokens = getTokens(themeProps);
460
+ const defaultTokens = getTokens(themeProps);
361
461
 
362
- if (themeProps.appearance === 'removed') {
363
- return {
364
- ...defaultTokens,
365
- textColor: 'grey',
366
- };
367
- }
462
+ if (themeProps.appearance === 'removed') {
463
+ return {
464
+ ...defaultTokens,
465
+ textColor: 'grey',
466
+ };
467
+ }
368
468
 
369
- return defaultTokens;
469
+ return defaultTokens;
370
470
  }
371
471
 
372
472
  <Badge appearance="removed" theme={themeGetterFunction}>
373
- {10}
473
+ {10}
374
474
  </Badge>;
375
475
  ```
376
476
 
@@ -380,23 +480,24 @@
380
480
  import Badge, { BadgeProps } from '@atlaskit/badge';
381
481
 
382
482
  function getStyle(appearance: BadgeProps['appearance']) {
383
- if (appearance === 'removed') {
384
- return {
385
- color: 'grey',
386
- };
387
- }
483
+ if (appearance === 'removed') {
484
+ return {
485
+ color: 'grey',
486
+ };
487
+ }
388
488
 
389
- return undefined;
489
+ return undefined;
390
490
  }
391
491
 
392
492
  const appearance = 'removed';
393
493
 
394
494
  <Badge appearance={appearance} style={getStyle(appearance)}>
395
- {10}
495
+ {10}
396
496
  </Badge>;
397
497
  ```
398
498
 
399
- - [**BREAKING**] We have removed `Container` and `Format` components. Please use a combination of `style` and `ReactNode` type `children` prop for customization.
499
+ - [**BREAKING**] We have removed `Container` and `Format` components. Please use a combination of
500
+ `style` and `ReactNode` type `children` prop for customization.
400
501
 
401
502
  **Before**:
402
503
 
@@ -404,9 +505,9 @@
404
505
  import { Container, Format } from '@atlaskit/badge';
405
506
 
406
507
  <Container backgroundColor="red" textColor="blue">
407
- <em>
408
- <Format>{10}</Format>
409
- </em>
508
+ <em>
509
+ <Format>{10}</Format>
510
+ </em>
410
511
  </Container>;
411
512
  ```
412
513
 
@@ -430,16 +531,15 @@
430
531
  </em>
431
532
  ```
432
533
 
433
- - [**BREAKING**] We have removed the support of `appearance` prop object value. Please use `style` prop for customization.
534
+ - [**BREAKING**] We have removed the support of `appearance` prop object value. Please use `style`
535
+ prop for customization.
434
536
 
435
537
  **Before**:
436
538
 
437
539
  ```tsx
438
540
  import Badge from '@atlaskit/badge';
439
541
 
440
- <Badge appearance={{ backgroundColor: 'red', textColor: 'blue' }}>
441
- {10}
442
- </Badge>;
542
+ <Badge appearance={{ backgroundColor: 'red', textColor: 'blue' }}>{10}</Badge>;
443
543
  ```
444
544
 
445
545
  **After**:
@@ -468,21 +568,25 @@
468
568
 
469
569
  ```
470
570
 
471
- The CLI will show a list of components and versions so select `@atlaskit/badge@^15.0.0` and you will automatically be upgraded.
571
+ The CLI will show a list of components and versions so select `@atlaskit/badge@^15.0.0` and you
572
+ will automatically be upgraded.
472
573
 
473
574
  What will be changed:
474
575
 
475
- - It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed as `appearance` prop value) to `style` prop.
576
+ - It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed as
577
+ `appearance` prop value) to `style` prop.
476
578
 
477
579
  Run `npx @atlaskit/codemod-cli -h` for more details on usage.
478
580
 
479
581
  For Atlassians,
480
582
 
481
- refer to the [documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more details on the codemod CLI.
583
+ refer to the [documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods)
584
+ for more details on the codemod CLI.
482
585
 
483
586
  ### Minor Changes
484
587
 
485
- - [`0ced21f8470`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ced21f8470) - [ux] Colors are now sourced through tokens.
588
+ - [`0ced21f8470`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ced21f8470) - [ux]
589
+ Colors are now sourced through tokens.
486
590
 
487
591
  ### Patch Changes
488
592
 
@@ -492,63 +596,87 @@
492
596
 
493
597
  ### Patch Changes
494
598
 
495
- - [#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`.
599
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
600
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
601
+ `@atlaskit/theme` to version `^11.3.0`.
496
602
 
497
603
  ## 14.3.1
498
604
 
499
605
  ### Patch Changes
500
606
 
501
- - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`9c98e8227f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c98e8227f6) - Internal refactor for style declarations.
607
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
608
+ [`9c98e8227f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c98e8227f6) - Internal
609
+ refactor for style declarations.
502
610
 
503
611
  ## 14.3.0
504
612
 
505
613
  ### Minor Changes
506
614
 
507
- - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`ed3b6be05af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed3b6be05af) - - Expose 2 new entry points: badge and types
615
+ - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
616
+ [`ed3b6be05af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed3b6be05af) - - Expose
617
+ 2 new entry points: badge and types
508
618
  - Internal refactoring
509
619
 
510
620
  ### Patch Changes
511
621
 
512
- - [`75b394efe89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75b394efe89) - Added the design-system tech stacks to the package.json and fixed linting errors, also disabled some linting rules to prevent breaking changes
513
- - [`e3205bce20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3205bce20d) - Internal change (migrated from styled-components to emotion)
622
+ - [`75b394efe89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75b394efe89) - Added
623
+ the design-system tech stacks to the package.json and fixed linting errors, also disabled some
624
+ linting rules to prevent breaking changes
625
+ - [`e3205bce20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3205bce20d) - Internal
626
+ change (migrated from styled-components to emotion)
514
627
 
515
628
  ## 14.2.1
516
629
 
517
630
  ### Patch Changes
518
631
 
519
- - [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167) [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates to development dependency `storybook-addon-performance`
632
+ - [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
633
+ [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates
634
+ to development dependency `storybook-addon-performance`
520
635
 
521
636
  ## 14.2.0
522
637
 
523
638
  ### Minor Changes
524
639
 
525
- - [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170) [`f6b951a51f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6b951a51f2) - Removes usage of styled-components in favour of standardising on emotion
640
+ - [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170)
641
+ [`f6b951a51f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6b951a51f2) - Removes
642
+ usage of styled-components in favour of standardising on emotion
526
643
 
527
644
  ## 14.1.1
528
645
 
529
646
  ### Patch Changes
530
647
 
531
- - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`b71c7c1e132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b71c7c1e132) - Added the `design-system` tech stacks to the `package.json`
648
+ - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
649
+ [`b71c7c1e132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b71c7c1e132) - Added
650
+ the `design-system` tech stacks to the `package.json`
532
651
 
533
652
  ## 14.1.0
534
653
 
535
654
  ### Minor Changes
536
655
 
537
- - [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170) [`4f9e6e2db5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f9e6e2db5) - These packages now have defined entry points -- this means that you cannot access internal files in the packages that are not meant to be public. Sub-components in these packages have been explicitly defined, aiding tree-shaking and reducing bundle size.
656
+ - [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
657
+ [`4f9e6e2db5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f9e6e2db5) - These
658
+ packages now have defined entry points -- this means that you cannot access internal files in the
659
+ packages that are not meant to be public. Sub-components in these packages have been explicitly
660
+ defined, aiding tree-shaking and reducing bundle size.
538
661
 
539
662
  ## 14.0.7
540
663
 
541
664
  ### Patch Changes
542
665
 
543
- - [#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
666
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
667
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
668
+ packages using babel rather than tsc
544
669
 
545
670
  ## 14.0.6
546
671
 
547
672
  ### Patch Changes
548
673
 
549
- - [#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.
550
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
551
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
674
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
675
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
676
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
677
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
678
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
679
+ `devDependencies` to denote version that the package was built with.
552
680
 
553
681
  ## 14.0.5
554
682
 
@@ -560,35 +688,46 @@
560
688
 
561
689
  ### Patch Changes
562
690
 
563
- - [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707) [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable integration tests for Edge browser
691
+ - [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
692
+ [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
693
+ integration tests for Edge browser
564
694
 
565
695
  ## 14.0.3
566
696
 
567
697
  ### Patch Changes
568
698
 
569
- - [#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
699
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
700
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
701
+ to TypeScript 3.9.6 and tslib to 2.0.0
570
702
 
571
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
572
- to prevent duplicates of tslib being bundled.
703
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
704
+ upgrade to prevent duplicates of tslib being bundled.
573
705
 
574
706
  ## 14.0.2
575
707
 
576
708
  ### Patch Changes
577
709
 
578
- - [#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.
710
+ - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
711
+ [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme
712
+ and package information has been updated to point to the new design system website.
579
713
 
580
714
  ## 14.0.1
581
715
 
582
716
  ### Patch Changes
583
717
 
584
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
718
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
719
+ [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
720
+ the theme imports to be tree-shakable
585
721
 
586
722
  ## 14.0.0
587
723
 
588
724
  ### Major Changes
589
725
 
590
- - [#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.
591
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
726
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
727
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
728
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
729
+ IE11. For more information see:
730
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
592
731
 
593
732
  ### Patch Changes
594
733
 
@@ -598,7 +737,9 @@
598
737
 
599
738
  ### Patch Changes
600
739
 
601
- - [#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
740
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
741
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
742
+ supporting files will no longer be published to npm
602
743
 
603
744
  ## 13.1.9
604
745
 
@@ -612,7 +753,8 @@
612
753
 
613
754
  - [patch][093fdc91b1](https://bitbucket.org/atlassian/atlassian-frontend/commits/093fdc91b1):
614
755
 
615
- Change imports to comply with Atlassian conventions- Updated dependencies [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
756
+ Change imports to comply with Atlassian conventions- Updated dependencies
757
+ [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
616
758
 
617
759
  - @atlaskit/webdriver-runner@0.3.4
618
760
 
@@ -620,11 +762,16 @@
620
762
 
621
763
  ### Patch Changes
622
764
 
623
- - Updated dependencies [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
624
- - Updated dependencies [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
625
- - Updated dependencies [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
626
- - Updated dependencies [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
627
- - Updated dependencies [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
765
+ - Updated dependencies
766
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
767
+ - Updated dependencies
768
+ [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
769
+ - Updated dependencies
770
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
771
+ - Updated dependencies
772
+ [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
773
+ - Updated dependencies
774
+ [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
628
775
  - @atlaskit/docs@8.4.0
629
776
  - @atlaskit/webdriver-runner@0.3.0
630
777
 
@@ -632,7 +779,8 @@
632
779
 
633
780
  ### Patch Changes
634
781
 
635
- - Updated dependencies [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
782
+ - Updated dependencies
783
+ [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
636
784
  - @atlaskit/webdriver-runner@0.2.0
637
785
 
638
786
  ## 13.1.5
@@ -641,7 +789,8 @@
641
789
 
642
790
  - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
643
791
 
644
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
792
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
793
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
645
794
 
646
795
  - @atlaskit/docs@8.3.2
647
796
  - @atlaskit/visual-regression@0.1.9
@@ -653,7 +802,9 @@
653
802
 
654
803
  - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
655
804
 
656
- Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result- Updated dependencies [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
805
+ Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
806
+ Updated dependencies
807
+ [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
657
808
 
658
809
  - @atlaskit/theme@9.5.0
659
810
 
@@ -687,7 +838,8 @@
687
838
 
688
839
  - [minor][a97f1c5b5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a97f1c5b5e):
689
840
 
690
- Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help products to write better integration and end to end tests.
841
+ Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
842
+ products to write better integration and end to end tests.
691
843
 
692
844
  ## 13.0.0
693
845
 
@@ -695,7 +847,8 @@
695
847
 
696
848
  - [major][6410edd029](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6410edd029):
697
849
 
698
- Deprecated props, `value` and `onValueUpdated` have been removed from the Badge component. Please use the children prop instead.
850
+ Deprecated props, `value` and `onValueUpdated` have been removed from the Badge component. Please
851
+ use the children prop instead.
699
852
 
700
853
  ## 12.1.0
701
854
 
@@ -714,7 +867,8 @@
714
867
 
715
868
  - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
716
869
 
717
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
870
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
871
+ non-relative imports as relative imports
718
872
 
719
873
  ## 12.0.7
720
874
 
@@ -760,8 +914,10 @@
760
914
  - Adding back cjs
761
915
  - Replacing es5 by cjs and es2015 by esm
762
916
  - Creating folders at the root for entry-points
763
- - Removing the generation of the entry-points at the root
764
- 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
917
+ - Removing the generation of the entry-points at the root Please see this
918
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
919
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
920
+ for further details
765
921
 
766
922
  ## 12.0.2
767
923
 
@@ -769,7 +925,9 @@
769
925
 
770
926
  - [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
771
927
 
772
- TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps of the returned component.
928
+ TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
929
+ as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps
930
+ of the returned component.
773
931
 
774
932
  Before:
775
933
 
@@ -795,7 +953,8 @@
795
953
 
796
954
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
797
955
 
798
- - 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.
956
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
957
+ this package, please ensure you use at least this version of react and react-dom.
799
958
 
800
959
  ## 11.0.3
801
960
 
@@ -811,7 +970,8 @@
811
970
 
812
971
  ## 11.0.1
813
972
 
814
- - Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
973
+ - Updated dependencies
974
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
815
975
  - @atlaskit/docs@7.0.3
816
976
  - @atlaskit/theme@8.1.7
817
977
 
@@ -838,8 +998,9 @@
838
998
 
839
999
  ### Dropping CJS support in all @atlaskit packages
840
1000
 
841
- 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
842
- `export` declarations.
1001
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
1002
+ distribute esm. This means all distributed code will be transpiled, but will still contain
1003
+ `import` and `export` declarations.
843
1004
 
844
1005
  The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
845
1006
 
@@ -853,15 +1014,26 @@
853
1014
  import colors from `@atlaskit/theme/dist/esm/colors`;
854
1015
  ```
855
1016
 
856
- 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.
1017
+ This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
1018
+ we have to worry about how consumers might be using things that aren't _actually_ supposed to be
1019
+ used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
1020
+ packages bundling all of theme, just to use a single color, especially in situations where tree
1021
+ shaking fails.
857
1022
 
858
- 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.
1023
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
1024
+ multiple distributions as they would need to have very different imports from of their own
1025
+ internal dependencies.
859
1026
 
860
- ES Modules are widely supported by all modern bundlers and can be worked around in node environments.
1027
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
1028
+ environments.
861
1029
 
862
- 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.
1030
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
1031
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1032
+ saner API's and simpler package architecture.
863
1033
 
864
- 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.
1034
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
1035
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1036
+ external) if you have any questions or queries about this.
865
1037
 
866
1038
  ## 9.2.2
867
1039
 
@@ -873,243 +1045,310 @@
873
1045
 
874
1046
  - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
875
1047
 
876
- - Change API to experimental theming API to namespace component themes into separate contexts and make theming simpler. Update all dependant components.
1048
+ - Change API to experimental theming API to namespace component themes into separate contexts and
1049
+ make theming simpler. Update all dependant components.
877
1050
 
878
1051
  ## 9.2.0
879
1052
 
880
- - [minor] Allow badge to accept strings, so custom number formats can be easily passed in [cc0a1de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc0a1de)
1053
+ - [minor] Allow badge to accept strings, so custom number formats can be easily passed in
1054
+ [cc0a1de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc0a1de)
881
1055
 
882
1056
  ## 9.1.5
883
1057
 
884
- - [patch] Adds missing implicit @babel/runtime dependency [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1058
+ - [patch] Adds missing implicit @babel/runtime dependency
1059
+ [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
885
1060
 
886
1061
  ## 9.1.4
887
1062
 
888
- - [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
1063
+ - [patch] Adds sideEffects: false to allow proper tree shaking
1064
+ [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
889
1065
 
890
1066
  ## 9.1.2
891
1067
 
892
- - [patch] Fix broken type export [a203203](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a203203)
1068
+ - [patch] Fix broken type export
1069
+ [a203203](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a203203)
893
1070
 
894
1071
  ## 9.1.1
895
1072
 
896
- - [patch] Remove export from \* to fix the cjs export [b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
1073
+ - [patch] Remove export from \* to fix the cjs export
1074
+ [b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
897
1075
 
898
1076
  ## 9.1.0
899
1077
 
900
- - [minor] Update badge to the new theming API. Rework experimental theming API. [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
901
- - [patch] Updated dependencies [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
1078
+ - [minor] Update badge to the new theming API. Rework experimental theming API.
1079
+ [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
1080
+ - [patch] Updated dependencies
1081
+ [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
902
1082
  - @atlaskit/theme@6.0.0
903
1083
  - @atlaskit/docs@5.0.6
904
1084
 
905
1085
  ## 9.0.4
906
1086
 
907
- - [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)
908
- - [none] Updated dependencies [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1087
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
1088
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
1089
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1090
+ - [none] Updated dependencies
1091
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
909
1092
  - @atlaskit/theme@5.1.3
910
1093
 
911
1094
  ## 9.0.3
912
1095
 
913
- - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1096
+ - [patch] Updated dependencies
1097
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
914
1098
  - @atlaskit/theme@5.1.2
915
1099
  - @atlaskit/docs@5.0.2
916
1100
 
917
1101
  ## 9.0.2
918
1102
 
919
- - [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)
920
- - [none] Updated dependencies [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1103
+ - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
1104
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1105
+ - [none] Updated dependencies
1106
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
921
1107
  - @atlaskit/theme@5.1.1
922
1108
 
923
1109
  ## 9.0.1
924
1110
 
925
- - [patch] Move analytics tests and replace elements to core [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
926
- - [none] Updated dependencies [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1111
+ - [patch] Move analytics tests and replace elements to core
1112
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1113
+ - [none] Updated dependencies
1114
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
927
1115
  - @atlaskit/docs@5.0.1
928
1116
 
929
1117
  ## 9.0.0
930
1118
 
931
- - [major] Updates to React ^16.4.0 [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
932
- - [major] Updated dependencies [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1119
+ - [major] Updates to React ^16.4.0
1120
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1121
+ - [major] Updated dependencies
1122
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
933
1123
  - @atlaskit/theme@5.0.0
934
1124
  - @atlaskit/docs@5.0.0
935
- - [major] Updated dependencies [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1125
+ - [major] Updated dependencies
1126
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
936
1127
  - @atlaskit/theme@5.0.0
937
1128
  - @atlaskit/docs@5.0.0
938
1129
 
939
1130
  ## 8.1.0
940
1131
 
941
- - [minor] Create a Container and Format export so that you can compose custom badges together. [ac1b819](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ac1b819)
1132
+ - [minor] Create a Container and Format export so that you can compose custom badges together.
1133
+ [ac1b819](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ac1b819)
942
1134
 
943
1135
  ## 8.0.3
944
1136
 
945
- - [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
946
- - [none] Updated dependencies [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1137
+ - [patch] Update changelogs to remove duplicate
1138
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1139
+ - [none] Updated dependencies
1140
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
947
1141
  - @atlaskit/theme@4.0.3
948
1142
  - @atlaskit/docs@4.1.1
949
1143
 
950
1144
  ## 8.0.2
951
1145
 
952
- - [none] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
1146
+ - [none] Updated dependencies
1147
+ [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
953
1148
  - @atlaskit/docs@4.1.0
954
1149
  - @atlaskit/theme@4.0.2
955
1150
 
956
1151
  ## 8.0.1
957
1152
 
958
1153
  - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
959
- - [patch] Updated dependencies [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1154
+ - [patch] Updated dependencies
1155
+ [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
960
1156
  - @atlaskit/theme@4.0.1
961
1157
  - @atlaskit/docs@4.0.1
962
1158
 
963
1159
  ## 8.0.0
964
1160
 
965
- - [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)
966
- - [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1161
+ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
1162
+ ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1163
+ - [patch] Updated dependencies
1164
+ [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
967
1165
  - @atlaskit/theme@4.0.0
968
1166
  - @atlaskit/docs@4.0.0
969
1167
 
970
1168
  ## 7.1.3
971
1169
 
972
- - [patch] Update color pairing for Badge [168773b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/168773b)
1170
+ - [patch] Update color pairing for Badge
1171
+ [168773b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/168773b)
973
1172
 
974
1173
  ## 7.1.2
975
1174
 
976
- - [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1175
+ - [patch] Updated dependencies
1176
+ [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
977
1177
  - @atlaskit/theme@3.2.2
978
1178
  - @atlaskit/docs@3.0.4
979
1179
 
980
1180
  ## 7.1.0
981
1181
 
982
- - [minor] Added ability to specify an object as the badge appearance. Added an Appearance export to theme so that we can use strings and objects for appearance theming." [6e89615](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e89615)
1182
+ - [minor] Added ability to specify an object as the badge appearance. Added an Appearance export to
1183
+ theme so that we can use strings and objects for appearance theming."
1184
+ [6e89615](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e89615)
983
1185
 
984
1186
  ## 7.0.0
985
1187
 
986
- - [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
1188
+ - [major] Bump to React 16.3.
1189
+ [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
987
1190
 
988
1191
  ## 6.3.1
989
1192
 
990
- - [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
1193
+ - [patch] Re-releasing due to potentially broken babel release
1194
+ [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
991
1195
 
992
1196
  ## 6.3.0
993
1197
 
994
- - [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
1198
+ - [minor] Update styled-components dependency to support versions 1.4.6 - 3
1199
+ [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
995
1200
 
996
1201
  ## 6.2.2
997
1202
 
998
- - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
1203
+ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
1204
+ [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
999
1205
 
1000
1206
  ## 6.2.1
1001
1207
 
1002
- - [patch] Packages Flow types for elements components [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
1208
+ - [patch] Packages Flow types for elements components
1209
+ [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
1003
1210
 
1004
1211
  ## 6.2.0
1005
1212
 
1006
- - [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
1213
+ - [minor] Add React 16 support.
1214
+ [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
1007
1215
 
1008
1216
  ## 6.1.0 (2017-08-24)
1009
1217
 
1010
- - feature; remove util-shared-styles as a dependency ([52a0a63](https://bitbucket.org/atlassian/atlaskit/commits/52a0a63))
1011
- - feature; adjust dark mode colors to spec 1.2, add primaryInveted appearance ([9c79e7b](https://bitbucket.org/atlassian/atlaskit/commits/9c79e7b))
1218
+ - feature; remove util-shared-styles as a dependency
1219
+ ([52a0a63](https://bitbucket.org/atlassian/atlaskit/commits/52a0a63))
1220
+ - feature; adjust dark mode colors to spec 1.2, add primaryInveted appearance
1221
+ ([9c79e7b](https://bitbucket.org/atlassian/atlaskit/commits/9c79e7b))
1012
1222
 
1013
1223
  ## 6.0.0 (2017-08-11)
1014
1224
 
1015
- - bug fix; fix the theme-dependency ([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
1016
- - bug fix; reimplement appearance prop validation for badges ([25dabe3](https://bitbucket.org/atlassian/atlaskit/commits/25dabe3))
1017
- - breaking; affects internal styled-components implementation ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
1018
- - breaking; implement dark mode theme ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
1225
+ - bug fix; fix the theme-dependency
1226
+ ([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
1227
+ - bug fix; reimplement appearance prop validation for badges
1228
+ ([25dabe3](https://bitbucket.org/atlassian/atlaskit/commits/25dabe3))
1229
+ - breaking; affects internal styled-components implementation
1230
+ ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
1231
+ - breaking; implement dark mode theme
1232
+ ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
1019
1233
 
1020
1234
  ## 5.0.0 (2017-08-11)
1021
1235
 
1022
- - bug fix; reimplement appearance prop validation for badges ([25dabe3](https://bitbucket.org/atlassian/atlaskit/commits/25dabe3))
1023
- - breaking; affects internal styled-components implementation ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
1024
- - breaking; implement dark mode theme ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
1236
+ - bug fix; reimplement appearance prop validation for badges
1237
+ ([25dabe3](https://bitbucket.org/atlassian/atlaskit/commits/25dabe3))
1238
+ - breaking; affects internal styled-components implementation
1239
+ ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
1240
+ - breaking; implement dark mode theme
1241
+ ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
1025
1242
 
1026
1243
  ## 4.5.2 (2017-07-27)
1027
1244
 
1028
- - fix; rename jsnext:main to jsnext:experimental:main temporarily ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
1245
+ - fix; rename jsnext:main to jsnext:experimental:main temporarily
1246
+ ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
1029
1247
 
1030
1248
  ## 4.5.1 (2017-07-25)
1031
1249
 
1032
- - fix; use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
1250
+ - fix; use class transform in loose mode in babel to improve load performance in apps
1251
+ ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
1033
1252
 
1034
1253
  ## 4.2.0 (2017-07-17)
1035
1254
 
1036
- - fix; rerelease, failed prepublish scripts ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
1255
+ - fix; rerelease, failed prepublish scripts
1256
+ ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
1037
1257
 
1038
1258
  ## 4.2.0 (2017-07-17)
1039
1259
 
1040
- - feature; added ES module builds to dist and add jsnext:main to most ADG packages ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
1260
+ - feature; added ES module builds to dist and add jsnext:main to most ADG packages
1261
+ ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
1041
1262
 
1042
1263
  ## 4.1.0 (2017-07-06)
1043
1264
 
1044
- - feature; reducing the contrast of white on blue for global nav ([ff89e2b](https://bitbucket.org/atlassian/atlaskit/commits/ff89e2b))
1265
+ - feature; reducing the contrast of white on blue for global nav
1266
+ ([ff89e2b](https://bitbucket.org/atlassian/atlaskit/commits/ff89e2b))
1045
1267
 
1046
1268
  ## 4.0.5 (2017-05-26)
1047
1269
 
1048
- - fix; add prop-types as a dependency to avoid React 15.x warnings ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
1270
+ - fix; add prop-types as a dependency to avoid React 15.x warnings
1271
+ ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
1049
1272
 
1050
1273
  ## 4.0.3 (2017-05-10)
1051
1274
 
1052
- - fix; testing releasing more than 5 packages at a time ([e69b832](https://bitbucket.org/atlassian/atlaskit/commits/e69b832))
1275
+ - fix; testing releasing more than 5 packages at a time
1276
+ ([e69b832](https://bitbucket.org/atlassian/atlaskit/commits/e69b832))
1053
1277
  - fix; update dependencies ([0c92fef](https://bitbucket.org/atlassian/atlaskit/commits/0c92fef))
1054
1278
 
1055
1279
  ## 4.0.2 (2017-04-27)
1056
1280
 
1057
- - fix; update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
1281
+ - fix; update legal copy to be more clear. Not all modules include ADG license.
1282
+ ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
1058
1283
 
1059
1284
  ## 4.0.1 (2017-04-26)
1060
1285
 
1061
- - fix; update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
1286
+ - fix; update legal copy and fix broken links for component README on npm. New contribution and
1287
+ ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
1062
1288
 
1063
1289
  ## 4.0.0 (2017-04-12)
1064
1290
 
1065
- - null align component with new conventions ([726dc9b](https://bitbucket.org/atlassian/atlaskit/commits/726dc9b))
1291
+ - null align component with new conventions
1292
+ ([726dc9b](https://bitbucket.org/atlassian/atlaskit/commits/726dc9b))
1066
1293
  - breaking; removed TypeScript
1067
1294
  - ISSUES CLOSED: AK-2084
1068
1295
 
1069
1296
  ## 3.0.2 (2017-04-11)
1070
1297
 
1071
- - fix; update badge stories to fix proptype bug ([0fa922f](https://bitbucket.org/atlassian/atlaskit/commits/0fa922f))
1298
+ - fix; update badge stories to fix proptype bug
1299
+ ([0fa922f](https://bitbucket.org/atlassian/atlaskit/commits/0fa922f))
1072
1300
 
1073
1301
  ## 3.0.1 (2017-04-10)
1074
1302
 
1075
- - fix; simplify the Badge component, fixes tests and docs ([07946a1](https://bitbucket.org/atlassian/atlaskit/commits/07946a1))
1303
+ - fix; simplify the Badge component, fixes tests and docs
1304
+ ([07946a1](https://bitbucket.org/atlassian/atlaskit/commits/07946a1))
1076
1305
 
1077
1306
  ## 3.0.0 (2017-03-29)
1078
1307
 
1079
- - feature; update badge to use new guidelines, and readme story ([fe7bd5a](https://bitbucket.org/atlassian/atlaskit/commits/fe7bd5a))
1308
+ - feature; update badge to use new guidelines, and readme story
1309
+ ([fe7bd5a](https://bitbucket.org/atlassian/atlaskit/commits/fe7bd5a))
1080
1310
  - breaking; remove APPEARANCE_ENUM and THEME_ENUM from exports
1081
1311
  - ISSUES CLOSED: AK-1534
1082
1312
 
1083
1313
  ## 2.0.0 (2017-03-27)
1084
1314
 
1085
- - null refactor the badge component to use styled-components ([70aa262](https://bitbucket.org/atlassian/atlaskit/commits/70aa262))
1315
+ - null refactor the badge component to use styled-components
1316
+ ([70aa262](https://bitbucket.org/atlassian/atlaskit/commits/70aa262))
1086
1317
  - breaking; badges now require peerDep styled-components
1087
1318
  - ISSUES CLOSED: AK-1943
1088
1319
 
1089
1320
  ## 1.2.3 (2017-03-23)
1090
1321
 
1091
- - fix; Empty commit to release the component ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
1092
- - null refactor the badge component to use styled-components ([a5c8722](https://bitbucket.org/atlassian/atlaskit/commits/a5c8722))
1322
+ - fix; Empty commit to release the component
1323
+ ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
1324
+ - null refactor the badge component to use styled-components
1325
+ ([a5c8722](https://bitbucket.org/atlassian/atlaskit/commits/a5c8722))
1093
1326
  - breaking; badges now require peerDep styled-components
1094
1327
  - ISSUES CLOSED: AK-1943
1095
1328
 
1096
1329
  ## 1.2.1 (2017-03-21)
1097
1330
 
1098
- - fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
1331
+ - fix; maintainers for all the packages were added
1332
+ ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
1099
1333
 
1100
1334
  ## 1.1.0 (2017-03-15)
1101
1335
 
1102
- - feature; added application links to media-card and restructured ([618650e](https://bitbucket.org/atlassian/atlaskit/commits/618650e))
1103
- - feature; added typescript definition file to badges ([a067336](https://bitbucket.org/atlassian/atlaskit/commits/a067336))
1336
+ - feature; added application links to media-card and restructured
1337
+ ([618650e](https://bitbucket.org/atlassian/atlaskit/commits/618650e))
1338
+ - feature; added typescript definition file to badges
1339
+ ([a067336](https://bitbucket.org/atlassian/atlaskit/commits/a067336))
1104
1340
 
1105
1341
  ## 1.0.3 (2017-02-16)
1106
1342
 
1107
- - fix; refactor stories to use // rather than http:// ([a0826cf](https://bitbucket.org/atlassian/atlaskit/commits/a0826cf))
1343
+ - fix; refactor stories to use // rather than http://
1344
+ ([a0826cf](https://bitbucket.org/atlassian/atlaskit/commits/a0826cf))
1108
1345
 
1109
1346
  ## 1.0.2 (2017-02-10)
1110
1347
 
1111
- - fix; Dummy commit to release components to registry ([5bac43b](https://bitbucket.org/atlassian/atlaskit/commits/5bac43b))
1348
+ - fix; Dummy commit to release components to registry
1349
+ ([5bac43b](https://bitbucket.org/atlassian/atlaskit/commits/5bac43b))
1112
1350
 
1113
1351
  ## 1.0.1 (2017-02-06)
1114
1352
 
1115
- - fix; Bumps dependencies to used scoped packages ([f41dbfc](https://bitbucket.org/atlassian/atlaskit/commits/f41dbfc))
1353
+ - fix; Bumps dependencies to used scoped packages
1354
+ ([f41dbfc](https://bitbucket.org/atlassian/atlaskit/commits/f41dbfc))