UNPKG

37.9 kBMarkdownView Raw
1# @kalamazoo/button
2
3## 13.3.4
4
5### Patch Changes
6
7- [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
8
9 @kalamazoo/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.
10
11## 13.3.3
12
13### Patch Changes
14
15- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
16
17 Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
18
19## 13.3.2
20
21### Patch Changes
22
23- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
24
25 Updated version of analytics-next to fix potential incompatibilities with TS 3.6
26
27## 13.3.1
28
29- Updated dependencies [97bab7fd28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bab7fd28):
30 - @kalamazoo/select@10.1.1
31 - @kalamazoo/checkbox@10.0.0
32 - @kalamazoo/docs@8.1.7
33
34## 13.3.0
35
36### Minor Changes
37
38- [minor][66e147e6a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66e147e6a1):
39
40 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.
41
42## 13.2.0
43
44### Minor Changes
45
46- [minor][93022be303](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93022be303):
47
48 Align button and subtle button text colour with ADG guidelines (improved contrast)
49
50## 13.1.7
51
52### Patch Changes
53
54- [patch][67a3a1ee02](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67a3a1ee02):
55
56 Converts prop types to interfaces
57
58## 13.1.6
59
60### Patch Changes
61
62- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
63
64 Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
65
66## 13.1.5
67
68### Patch Changes
69
70- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
71
72 Upgraded Typescript to 3.3.x
73
74## 13.1.4
75
76### Patch Changes
77
78- [patch][abee1a5f4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abee1a5f4f):
79
80 Bumping internal dependency (memoize-one) to latest version (5.1.0). memoize-one@5.1.0 has full typescript support so it is recommended that typescript consumers use it also.
81
82## 13.1.3
83
84### Patch Changes
85
86- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
87
88 Updates component maintainers
89
90## 13.1.2
91
92### Patch Changes
93
94- [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
95
96 Analytics-next has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No behavioural changes.
97
98 **Breaking changes**
99
100 - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
101 - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
102
103 **Breaking changes to TypeScript annotations**
104
105 - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide props as a generic type.
106 - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide props as a generic type.
107 - Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source code
108 - Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match source code
109 - Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match source code
110 - Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
111 - Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
112 - Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
113 - Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
114 - Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
115 - Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
116
117## 13.1.1
118
119### Patch Changes
120
121- [patch][688f2957ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/688f2957ca):
122
123 Fixes various TypeScript errors which were previously failing silently
124
125## 13.1.0
126
127### Minor Changes
128
129- [minor][8fcbe23ec6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8fcbe23ec6):
130
131 Updated types for analytics-next and buttons to make them easier to consume
132
133## 13.0.16
134
135### Patch Changes
136
137- [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
138
139 Consume analytics-next ts type definitions as an ambient declaration.
140
141## 13.0.15
142
143### Patch Changes
144
145- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
146
147 Fixes bug, missing version.json file
148
149## 13.0.14
150
151### Patch Changes
152
153- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
154
155 In this PR, we are:
156
157 - Re-introducing dist build folders
158 - Adding back cjs
159 - Replacing es5 by cjs and es2015 by esm
160 - Creating folders at the root for entry-points
161 - Removing the generation of the entry-points at the root
162 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
163
164## 13.0.13
165
166### Patch Changes
167
168- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
169
170 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.
171
172 Before:
173
174 ```typescript
175 withAnalyticsEvents()(Button) as ComponentClass<Props>;
176 ```
177
178 After:
179
180 ```typescript
181 withAnalyticsEvents<Props>()(Button);
182 ```
183
184## 13.0.12
185
186### Patch Changes
187
188- [patch][29a1f158c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29a1f158c1):
189
190 Use default react import in typescript files.
191
192## 13.0.11
193
194- Updated dependencies [790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
195 - @kalamazoo/logo@12.1.1
196 - @kalamazoo/select@10.0.0
197
198## 13.0.10
199
200- Updated dependencies [87a2638655](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87a2638655):
201 - @kalamazoo/select@9.1.10
202 - @kalamazoo/checkbox@9.0.0
203
204## 13.0.9
205
206- Updated dependencies [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
207 - @kalamazoo/docs@8.1.3
208 - @kalamazoo/checkbox@8.0.5
209 - @kalamazoo/select@9.1.8
210 - @kalamazoo/icon@19.0.0
211
212## 13.0.8
213
214- Updated dependencies [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
215 - @kalamazoo/docs@8.1.2
216 - @kalamazoo/checkbox@8.0.2
217 - @kalamazoo/select@9.1.5
218 - @kalamazoo/icon@18.0.0
219
220## 13.0.7
221
222### Patch Changes
223
224- [patch][aaf9d37b31](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aaf9d37b31):
225
226 Move @types/react-router-dom to devDependencies
227
228## 13.0.6
229
230- Updated dependencies [70862830d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70862830d6):
231 - @kalamazoo/select@9.1.4
232 - @kalamazoo/checkbox@8.0.0
233 - @kalamazoo/icon@17.2.0
234 - @kalamazoo/theme@9.1.0
235
236## 13.0.5
237
238- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
239
240 - This is just a safety release in case anything strange happened in in the previous one. See Pull Request #5942 for details
241
242## 13.0.4
243
244- Updated dependencies [215688984e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/215688984e):
245 - @kalamazoo/select@9.1.2
246 - @kalamazoo/spinner@12.0.0
247
248## 13.0.3
249
250- [patch][2a2d2060ae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2a2d2060ae):
251
252 - Fixing invalid style for isLoading button
253
254## 13.0.2
255
256- Updated dependencies [4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
257 - @kalamazoo/icon@17.0.2
258 - @kalamazoo/select@9.1.1
259 - @kalamazoo/logo@12.0.0
260
261## 13.0.1
262
263- [patch][754f83b6f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/754f83b6f0):
264
265 - Makes dependency on @kalamazoo/spinner a caret version. No API or behaviour changes.
266
267## 13.0.0
268
269- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
270
271 - 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.
272
273## 12.0.8
274
275- [hotfix] fixes style error and changes spinner to a caret version.
276
277## 12.0.7
278
279- BROKEN RELEASE. DO NOT USE.
280
281## 12.0.6
282
283- [patch][e0e3fabf8e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e0e3fabf8e):
284
285 - Change button to use theme's multiple entry points. This should reduce the bundle size of button
286
287## 12.0.5
288
289- [patch][d3cad2622e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3cad2622e):
290
291 - Removes babel-runtime in favour of @babel/runtime
292
293## 12.0.4
294
295- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
296
297 - Bump tslib
298
299## 12.0.3
300
301- Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
302 - @kalamazoo/docs@7.0.3
303 - @kalamazoo/checkbox@6.0.4
304 - @kalamazoo/icon@16.0.9
305 - @kalamazoo/logo@10.0.4
306 - @kalamazoo/spinner@10.0.7
307 - @kalamazoo/theme@8.1.7
308
309## 12.0.2
310
311- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
312
313 - @kalamazoo/analytics-next-types is deprecated. Now you can use types for @kalamazoo/analytics-next supplied from itself.
314
315## 12.0.1
316
317- Updated dependencies [d263485853](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d263485853):
318 - @kalamazoo/spinner@10.0.6
319
320## 12.0.0
321
322- [major][1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
323
324 **Highlights**
325
326 - **New theming API** - Button now supports the new Atlaskit theming API, which allows for powerful custom theming of Buttons and
327 its internal components.
328 - **Speed improvements** - Button has been re-written from the ground up - on heavy-load benchmarks, Button is twice as fast
329 (taking 48% of the time to load).
330 - **Emotion support** - Button is now built using Emotion 10! This is part of a wider push
331 for Emotion across all Atlaskit components.
332
333 **Breaking Changes:**
334
335 - The old theming API is no longer supported.
336 - Styling a Button using Styled Components is no longer supported.
337 - Button exports a Theme to use as context instead of using Styled Components' ThemeProvider.
338 - Camel-case ARIA props have been renamed (**ariaExpanded**, **ariaHaspopup** and **ariaLabel**).
339
340 See the [upgrade guide](https://atlaskit.atlassian.com/packages/core/button/docs/upgrade-guide) for more details
341
342## 11.0.11
343
344- [patch][f8d92ffc5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f8d92ffc5e):
345
346 - Revert the change to consume entry points from theme
347
348## 11.0.10
349
350- [patch][5e3ad7f751](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e3ad7f751):
351
352 - Importing theme components from the root theme package instead of the theme build file
353
354## 11.0.9
355
356- [patch][872b3b905a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/872b3b905a):
357
358 - Updates theme to the version which exposes multiple entry points
359
360## 11.0.8
361
362- [patch][22ce87801e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/22ce87801e):
363
364 - Optimised usages of theme in button using multiple entry points
365
366## 11.0.7
367
368- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
369
370 - Enable esModuleInterop for typescript, this allows correct use of default exports
371
372## 11.0.6
373
374- Updated dependencies [fd940a833b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fd940a833b):
375 - @kalamazoo/spinner@10.0.4
376
377## 11.0.5
378
379- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
380
381 - Removes duplicate babel-runtime dependency
382
383## 11.0.4
384
385- Updated dependencies [986c5e47c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/986c5e47c8):
386 - @kalamazoo/spinner@10.0.2
387
388## 11.0.3
389
390- [patch][59d4ab031b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59d4ab031b):
391
392 - Call mouse handlers (e.g. onMouseDown) which are passed in as props
393
394## 11.0.2
395
396- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
397
398 - Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
399
400## 11.0.1
401
402- [patch][90a14be594](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90a14be594):
403
404 - Fix broken type-helpers
405
406## 11.0.0
407
408- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
409
410 - Dropped ES5 distributables from the typescript packages
411
412## 10.1.3
413
414- Updated dependencies [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
415 - @kalamazoo/icon@16.0.4
416 - @kalamazoo/docs@7.0.0
417 - @kalamazoo/analytics-next@4.0.0
418 - @kalamazoo/checkbox@6.0.0
419 - @kalamazoo/logo@10.0.0
420 - @kalamazoo/spinner@10.0.0
421 - @kalamazoo/theme@8.0.0
422
423## 10.1.2
424
425- Updated dependencies [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
426 - @kalamazoo/docs@6.0.1
427 - @kalamazoo/checkbox@5.0.11
428 - @kalamazoo/icon@16.0.0
429
430## 10.1.1
431
432- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
433 - @kalamazoo/analytics-next@3.1.2
434 - @kalamazoo/checkbox@5.0.9
435 - @kalamazoo/icon@15.0.2
436 - @kalamazoo/logo@9.2.6
437 - @kalamazoo/spinner@9.0.13
438 - @kalamazoo/theme@7.0.1
439 - @kalamazoo/docs@6.0.0
440
441## 10.1.0
442
443- [minor][36929ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36929ef):
444
445 - Add reset as it is listed as a valid type for button and is useful when building forms
446
447## 10.0.4
448
449- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
450 - @kalamazoo/docs@5.2.3
451 - @kalamazoo/checkbox@5.0.8
452 - @kalamazoo/icon@15.0.1
453 - @kalamazoo/logo@9.2.5
454 - @kalamazoo/spinner@9.0.12
455 - @kalamazoo/theme@7.0.0
456
457## 10.0.3
458
459- [patch][76a8f1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76a8f1c):
460
461 - Convert @kalamazoo/textarea to Typescript
462 - Dist paths have changed, if you are importing by exact file path you will need to update your imports `import '@kalamazoo/button/dist/es5/components/ButtonGroup'`
463 - Flow types are not present any more, Typescript definitions are shipped instead
464
465## 10.0.2
466
467- [patch][8f89287](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8f89287):
468
469 - Add tslib to dependencies to stop load breaking when it's not there
470
471## 10.0.1
472
473- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
474 - @kalamazoo/docs@5.2.2
475 - @kalamazoo/checkbox@5.0.7
476 - @kalamazoo/icon@15.0.0
477
478## 10.0.0
479
480- [major][6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
481
482 - Converted @kalamazoo/button to Typescript
483 - Dist paths have changed, if you are importing by exact file path you will need to update your imports
484 - E.g. `import '@kalamazoo/button/dist/cjs/components/ButtonGroup';` would need to be updated to `import '@kalamazoo/button/dist/es5/components/ButtonGroup'`
485 - Flow types are not present any more, Typescript definitions are shipped instead
486
487- Updated dependencies [bfac186](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bfac186):
488 - @kalamazoo/analytics-next-types@3.1.2
489 - @kalamazoo/type-helpers@2.0.0
490
491## 9.0.16
492
493- [patch] Fix truncation in button [508ca2c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/508ca2c)
494
495## 9.0.15
496
497- [patch] Adds missing implicit @babel/runtime dependency [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
498
499## 9.0.14
500
501- [patch] Fix styling of button rendering icon in IE [b4c5b87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b4c5b87)
502
503## 9.0.13
504
505- [patch] Updated dependencies [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
506 - @kalamazoo/docs@5.0.8
507 - @kalamazoo/checkbox@5.0.2
508 - @kalamazoo/icon@14.0.0
509
510## 9.0.12
511
512- [patch] Add help appearance [3548c3f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3548c3f)
513
514## 9.0.11
515
516- [patch] Update the appearance of selected for Help [196603f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/196603f)
517
518## 9.0.10
519
520- [patch] Updated dependencies [7d51a09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d51a09)
521 - @kalamazoo/spinner@9.0.9
522
523## 9.0.9
524
525- [patch] Updated dependencies [80e1925](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80e1925)
526 - @kalamazoo/checkbox@5.0.0
527
528## 9.0.8
529
530- [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
531
532## 9.0.6
533
534- [patch] Updated dependencies [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
535 - @kalamazoo/theme@6.0.0
536 - @kalamazoo/spinner@9.0.6
537 - @kalamazoo/icon@13.2.5
538 - @kalamazoo/checkbox@4.0.4
539 - @kalamazoo/docs@5.0.6
540
541## 9.0.5
542
543- [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)
544- [patch] Updated dependencies [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
545 - @kalamazoo/analytics-next@3.0.4
546 - @kalamazoo/checkbox@4.0.3
547 - @kalamazoo/theme@5.1.3
548 - @kalamazoo/spinner@9.0.5
549 - @kalamazoo/icon@13.2.4
550
551## 9.0.4
552
553- [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
554 - @kalamazoo/icon@13.2.2
555 - @kalamazoo/checkbox@4.0.2
556 - @kalamazoo/theme@5.1.2
557 - @kalamazoo/spinner@9.0.4
558 - @kalamazoo/analytics-next@3.0.3
559 - @kalamazoo/docs@5.0.2
560
561## 9.0.3
562
563- [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)
564- [patch] Updated dependencies [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
565 - @kalamazoo/analytics-next@3.0.2
566 - @kalamazoo/checkbox@4.0.1
567 - @kalamazoo/theme@5.1.1
568 - @kalamazoo/spinner@9.0.3
569 - @kalamazoo/icon@13.2.1
570
571## 9.0.2
572
573- [patch] Move analytics tests and replace elements to core [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
574- [patch] Updated dependencies [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
575 - @kalamazoo/analytics-next@3.0.1
576 - @kalamazoo/spinner@9.0.2
577 - @kalamazoo/docs@5.0.1
578
579## 9.0.1
580
581- [patch] Updated dependencies [619ab41](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/619ab41)
582 - @kalamazoo/spinner@9.0.1
583
584## 9.0.0
585
586- [major] Provides analytics for common component interations. See the [Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section for more details. If you are using enzyme for testing you will have to use [our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme). [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
587- [major] Updates to React ^16.4.0 [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
588- [major] Updated dependencies [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
589 - @kalamazoo/analytics-next@3.0.0
590 - @kalamazoo/checkbox@4.0.0
591 - @kalamazoo/theme@5.0.0
592 - @kalamazoo/spinner@9.0.0
593 - @kalamazoo/docs@5.0.0
594 - @kalamazoo/icon@13.0.0
595- [major] Updated dependencies [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
596 - @kalamazoo/analytics-next@3.0.0
597 - @kalamazoo/checkbox@4.0.0
598 - @kalamazoo/theme@5.0.0
599 - @kalamazoo/spinner@9.0.0
600 - @kalamazoo/docs@5.0.0
601 - @kalamazoo/icon@13.0.0
602
603## 8.2.7
604
605- [patch] Fixed spinner position and size for isLoading state of buttons [d6fb3c9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d6fb3c9)
606- [none] Updated dependencies [d6fb3c9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d6fb3c9)
607
608## 8.2.6
609
610- [patch] Updated prop description for button. Added button label props for inline-edit accessibility. [11205df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11205df)
611- [none] Updated dependencies [11205df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11205df)
612
613## 8.2.5
614
615- [patch] Fix flow types [da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
616
617- [none] Updated dependencies [da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
618- [none] Updated dependencies [7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
619
620## 8.2.4
621
622- [patch] Remove or update \$FlowFixMe [e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
623- [none] Updated dependencies [e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
624 - @kalamazoo/icon@12.6.1
625
626## 8.2.3
627
628- [patch] Updated dependencies [cdba8b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cdba8b3)
629 - @kalamazoo/spinner@8.0.0
630
631## 8.2.2
632
633- [patch] Fix \$FlowFixMe and release packages [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
634- [patch] Updated dependencies [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
635 - @kalamazoo/spinner@7.1.1
636 - @kalamazoo/checkbox@3.1.2
637 - @kalamazoo/icon@12.3.1
638
639## 8.2.1
640
641- [patch] Fixed interactions for isLoading state. Now prevents interactions (click, hover, keyboard submit) while loading [4605f44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4605f44)
642- [none] Updated dependencies [4605f44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4605f44)
643
644## 8.2.0
645
646- [minor] Fixes types for Flow 0.74 [dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
647- [patch] Updated dependencies [dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
648 - @kalamazoo/spinner@7.1.0
649 - @kalamazoo/checkbox@3.1.0
650 - @kalamazoo/icon@12.2.0
651
652## 8.1.2
653
654- [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
655- [patch] Updated dependencies [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
656 - @kalamazoo/theme@4.0.4
657 - @kalamazoo/spinner@7.0.2
658 - @kalamazoo/checkbox@3.0.6
659 - @kalamazoo/icon@12.1.2
660
661## 8.1.1
662
663- [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
664- [patch] Updated dependencies [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
665 - @kalamazoo/theme@4.0.3
666 - @kalamazoo/spinner@7.0.1
667 - @kalamazoo/icon@12.1.1
668 - @kalamazoo/analytics-next@2.1.8
669 - @kalamazoo/checkbox@3.0.5
670 - @kalamazoo/docs@4.1.1
671
672## 8.1.0
673
674- [patch] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
675 - @kalamazoo/spinner@7.0.0
676 - @kalamazoo/icon@12.1.0
677 - @kalamazoo/checkbox@3.0.4
678 - @kalamazoo/docs@4.1.0
679 - @kalamazoo/theme@4.0.2
680 - @kalamazoo/analytics-next@2.1.7
681
682## 8.0.1
683
684- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
685- [patch] Updated dependencies [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
686 - @kalamazoo/icon@12.0.1
687 - @kalamazoo/analytics-next@2.1.5
688 - @kalamazoo/checkbox@3.0.1
689 - @kalamazoo/theme@4.0.1
690 - @kalamazoo/spinner@6.0.1
691 - @kalamazoo/docs@4.0.1
692
693## 8.0.0
694
695- [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)
696- [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
697 - @kalamazoo/icon@12.0.0
698 - @kalamazoo/analytics-next@2.1.4
699 - @kalamazoo/checkbox@3.0.0
700 - @kalamazoo/theme@4.0.0
701 - @kalamazoo/spinner@6.0.0
702 - @kalamazoo/docs@4.0.0
703
704## 7.2.5
705
706- [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
707 - @kalamazoo/icon@11.3.0
708 - @kalamazoo/analytics-next@2.1.1
709 - @kalamazoo/theme@3.2.2
710 - @kalamazoo/docs@3.0.4
711
712## 7.2.4
713
714- [patch] Export types for Button [6a47d88](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6a47d88)
715- [none] Updated dependencies [6a47d88](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6a47d88)
716
717## 7.2.3
718
719- [patch] Fix invalid css in button [2363d14](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2363d14)
720- [none] Updated dependencies [2363d14](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2363d14)
721
722## 7.2.2
723
724- [patch] Fix react ref dev warnings when using custom components [40b743c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40b743c)
725
726## 7.2.0
727
728- [minor] Add ariaLabel prop to button so that it can be passed to the underlying component [d7a1e7e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7a1e7e)
729
730## 7.1.0
731
732- [minor] Add `autoFocus` to button, allowing button to be automatically focused on first render. [bf36eb6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bf36eb6)
733
734## 7.0.3
735
736- [patch] Fix a react dev warning when using a custom component [8fb3bc1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8fb3bc1)
737
738## 7.0.2
739
740- [patch] Update empty state and button to have consistent types [f0da143](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f0da143)
741
742## 7.0.1
743
744- [patch] Update tests + flow [05d406d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/05d406d)
745- [patch] Remove default props to have it optional [0907a36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0907a36)
746
747## 7.0.0
748
749- [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
750
751## 6.6.4
752
753- [patch] Updates flow types of withAnalyticsEvents and withAnalyticsContext HOCs [26778bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/26778bc)
754- [patch] Uses element config flow type with button deprecation warnings hoc [a9aa90a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a9aa90a)
755
756## 6.6.3
757
758- [patch] added onBlur and onFocus hooks [27d01b7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27d01b7)
759
760## 6.6.2
761
762- [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
763
764## 6.6.1
765
766- [patch] added selected focus state for button [dad190d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dad190d)
767
768## 6.6.0
769
770- [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
771
772## 6.5.0
773
774- [minor] Instrument button with analytics [4e84f5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e84f5b)
775
776## 6.4.2
777
778- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
779
780## 6.4.1
781
782- [patch] Packages Flow types for elements components [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
783
784## 6.4.0
785
786- [minor] id property on Button component is not propagated if href property is provided [7d46c81](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d46c81)
787
788## 6.3.1
789
790- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website, \$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
791
792## 6.3.0
793
794- [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
795
796## 6.2.0
797
798- [minor] replace flow type to be less restrictive [a28cdbd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a28cdbd)
799
800## 6.1.0
801
802- [minor] Add theming to Button. Deprecate 'help' appearance from Button. [c14ea2e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c14ea2e)
803- [minor] Add theming to Button. Deprecate 'help' appearance from Button. [c14ea2e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c14ea2e)
804
805## 6.0.0
806
807- [major] Remove typescript [4635000](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4635000)
808- [major] Remove typescript [4635000](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4635000)
809- [patch] Move button to new repo, tidy types [2dafda6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2dafda6)
810- [patch] Move button to new repo, tidy types [2dafda6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2dafda6)
811
812## 5.4.14 (2017-12-01)
813
814- bug fix; fix button group spacing (issues closed: ak-3978) ([f0037f2](https://bitbucket.org/atlassian/atlaskit/commits/f0037f2))
815
816## 5.4.13 (2017-11-30)
817
818- bug fix; fix disabled buttons with child elements propagating click events ([584ffdc](https://bitbucket.org/atlassian/atlaskit/commits/584ffdc))
819
820## 5.4.12 (2017-11-27)
821
822- bug fix; export interface for ts ([15c291c](https://bitbucket.org/atlassian/atlaskit/commits/15c291c))
823
824## 5.4.11 (2017-11-27)
825
826- bug fix; fix disabled buttons not swallowing click events (issues closed: ak-3646) ([80e976b](https://bitbucket.org/atlassian/atlaskit/commits/80e976b))
827
828## 5.4.10 (2017-11-24)
829
830- bug fix; fix button-group prop validation to ignore null children ([3f7f0c3](https://bitbucket.org/atlassian/atlaskit/commits/3f7f0c3))
831
832## 5.4.9 (2017-11-21)
833
834- bug fix; bumping internal dependencies to latest version ([5e81848](https://bitbucket.org/atlassian/atlaskit/commits/5e81848))
835
836## 5.4.8 (2017-10-27)
837
838- bug fix; correct formatting for user-select style ([fe9419c](https://bitbucket.org/atlassian/atlaskit/commits/fe9419c))
839
840## 5.4.7 (2017-10-27)
841
842- bug fix; change icon to be unselectable so button content can be copied ([e8c876a](https://bitbucket.org/atlassian/atlaskit/commits/e8c876a))
843
844## 5.4.6 (2017-10-27)
845
846- bug fix; updated button props typings ([c7a9c09](https://bitbucket.org/atlassian/atlaskit/commits/c7a9c09))
847
848## 5.4.5 (2017-10-23)
849
850- bug fix; support false/null/undefined children in ButtonGroup ([4667228](https://bitbucket.org/atlassian/atlaskit/commits/4667228))
851
852## 5.4.4 (2017-10-22)
853
854- bug fix; update dependencies for react-16 ([077d1ad](https://bitbucket.org/atlassian/atlaskit/commits/077d1ad))
855
856## 5.4.3 (2017-10-16)
857
858- bug fix; fix issue where invalid box-shadow style was applied (issues closed: ak-3704) ([a786038](https://bitbucket.org/atlassian/atlaskit/commits/a786038))
859
860## 5.4.2 (2017-10-03)
861
862- bug fix; improve button performance ([1bbf0d1](https://bitbucket.org/atlassian/atlaskit/commits/1bbf0d1))
863
864## 5.4.1 (2017-09-27)
865
866- bug fix; button will truncate if wider than its parent (issues closed: ak-3332) ([a701ea1](https://bitbucket.org/atlassian/atlaskit/commits/a701ea1))
867
868## 5.4.0 (2017-09-22)
869
870- feature; buttons no longer prevent text selection (issues closed: ak-3270) ([9ab343b](https://bitbucket.org/atlassian/atlaskit/commits/9ab343b))
871
872## 5.3.0 (2017-09-18)
873
874- feature; support new Help button appearance (issues closed: ak-3535) ([69728ed](https://bitbucket.org/atlassian/atlaskit/commits/69728ed))
875
876## 5.2.0 (2017-09-12)
877
878- feature; we need the ability to reference elements ([cbf5c12](https://bitbucket.org/atlassian/atlaskit/commits/cbf5c12))
879
880## 5.1.2 (2017-09-08)
881
882- bug fix; adding ButtonGroup to type declarations of button pckage. ([bb373c1](https://bitbucket.org/atlassian/atlaskit/commits/bb373c1))
883
884## 5.1.1 (2017-08-24)
885
886- bug fix; improved focus ring contrast for warning and danger buttons ([39ddda7](https://bitbucket.org/atlassian/atlaskit/commits/39ddda7))
887
888## 5.1.0 (2017-08-23)
889
890- bug fix; subtle-link button font colour is slightly updated (issues closed: ak-2480) ([510393a](https://bitbucket.org/atlassian/atlaskit/commits/510393a))
891- feature; added warning (yellow) and danger (red) options to Button.appearance prop (issues closed: ak-2480) ([ba4cfde](https://bitbucket.org/atlassian/atlaskit/commits/ba4cfde))
892
893## 5.0.1 (2017-08-16)
894
895- bug fix; fix react warning about PropTypes ([6b4cd29](https://bitbucket.org/atlassian/atlaskit/commits/6b4cd29))
896
897## 5.0.0 (2017-08-11)
898
899- bug fix; fix the theme-dependency ([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
900- bug fix; button: fix focus box shadow ([9746e73](https://bitbucket.org/atlassian/atlaskit/commits/9746e73))
901- bug fix; button: fix dark link color - default / hover / active ([7b85a29](https://bitbucket.org/atlassian/atlaskit/commits/7b85a29))
902- breaking; affects internal styled-components implementation ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
903- breaking; implement dark mode theme ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
904- feature; implement dark mode ([d959bb1](https://bitbucket.org/atlassian/atlaskit/commits/d959bb1))
905
906## 4.0.0 (2017-08-11)
907
908- bug fix; button: fix focus box shadow ([9746e73](https://bitbucket.org/atlassian/atlaskit/commits/9746e73))
909- bug fix; button: fix dark link color - default / hover / active ([7b85a29](https://bitbucket.org/atlassian/atlaskit/commits/7b85a29))
910- breaking; affects internal styled-components implementation ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
911- breaking; implement dark mode theme ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
912- feature; implement dark mode ([d959bb1](https://bitbucket.org/atlassian/atlaskit/commits/d959bb1))
913
914## 3.6.0 (2017-08-09)
915
916- feature; export ButtonGroup from button package (issues closed: ak-2382) ([61682c6](https://bitbucket.org/atlassian/atlaskit/commits/61682c6))
917
918## 3.5.3 (2017-07-27)
919
920- fix; rename jsnext:main to jsnext:experimental:main temporarily ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
921
922## 3.5.2 (2017-07-25)
923
924- fix; use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
925
926## 3.5.1 (2017-07-20)
927
928- fix; return focus ring to buttons ([94f1ad0](https://bitbucket.org/atlassian/atlaskit/commits/94f1ad0))
929
930## 3.2.0 (2017-07-17)
931
932- fix; rerelease, failed prepublish scripts ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
933
934## 3.2.0 (2017-07-17)
935
936- feature; added ES module builds to dist and add jsnext:main to most ADG packages ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
937
938## 3.1.0 (2017-07-10)
939
940- feature; added functionality to have full-width buttons via optional prop ([ad7fae6](https://bitbucket.org/atlassian/atlaskit/commits/ad7fae6))
941
942## 2.0.0 (2017-06-01)
943
944- fix; add prop-types as a dependency to avoid React 15.x warnings ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
945- refactored button to styled-components ([de6465b](https://bitbucket.org/atlassian/atlaskit/commits/de6465b))
946- breaking; refactored to styled-components
947- ISSUES CLOSED: AK-2381, AK-2300
948
949## 1.1.4 (2017-05-25)
950
951- fix; update util-shared-styles dependency in button ([159dd02](https://bitbucket.org/atlassian/atlaskit/commits/159dd02))
952
953## 1.1.3 (2017-05-06)
954
955- fix; link buttons with no spacing are now baseline aligned correctly ([66f5e65](https://bitbucket.org/atlassian/atlaskit/commits/66f5e65))
956
957## 1.1.2 (2017-04-27)
958
959- fix; update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
960
961## 1.1.1 (2017-04-26)
962
963- fix; update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
964
965## 1.1.0 (2017-04-20)
966
967- feature; removed explicit style! imports, set style-loader in webpack config ([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c))
968
969## 1.0.16 (2017-04-04)
970
971- fix; adds defensive code to allow testing in mocha/jsdom ([3f9b72c](https://bitbucket.org/atlassian/atlaskit/commits/3f9b72c))
972
973## 1.0.15 (2017-03-23)
974
975- fix; Empty commit to release the component ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
976
977## 1.0.13 (2017-03-21)
978
979- fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
980
981## 1.0.11 (2017-03-08)
982
983- fix; fix subtle-link button to use the correct color default color ([c4c274d](https://bitbucket.org/atlassian/atlaskit/commits/c4c274d))
984
985## 1.0.10 (2017-02-28)
986
987- fix; dummy commit to release stories ([3df5d9f](https://bitbucket.org/atlassian/atlaskit/commits/3df5d9f))
988
989## 1.0.9 (2017-02-28)
990
991- fix; dummy commit to fix broken stories and missing registry pages ([a31e92a](https://bitbucket.org/atlassian/atlaskit/commits/a31e92a))
992
993## 1.0.8 (2017-02-28)
994
995- fix; dummy commit to release stories for components ([a105c02](https://bitbucket.org/atlassian/atlaskit/commits/a105c02))
996
997## 1.0.7 (2017-02-28)
998
999- fix; Removes jsdoc annotations from button ([fe8e23b](https://bitbucket.org/atlassian/atlaskit/commits/fe8e23b))
1000
1001## 1.0.6 (2017-02-24)
1002
1003- fix; fixes AK-1787: buttons with z-index + shadow ([014af88](https://bitbucket.org/atlassian/atlaskit/commits/014af88))
1004- fix; spinner related tests fixed ([e6d8ad5](https://bitbucket.org/atlassian/atlaskit/commits/e6d8ad5))
1005- fix; storybook clean up and button margin fixed ([e06b9c5](https://bitbucket.org/atlassian/atlaskit/commits/e06b9c5))
1006
1007## 1.0.5 (2017-02-20)
1008
1009- fix; use correctly scoped package names in npm docs ([91dbd2f](https://bitbucket.org/atlassian/atlaskit/commits/91dbd2f))
1010
1011## 1.0.4 (2017-02-16)
1012
1013- fix; refactor stories to use // rather than http:// ([a0826cf](https://bitbucket.org/atlassian/atlaskit/commits/a0826cf))
1014
1015## 1.0.3 (2017-02-09)
1016
1017- fix; avoiding binding render to this ([40c9951](https://bitbucket.org/atlassian/atlaskit/commits/40c9951))
1018
1019## 1.0.2 (2017-02-09)
1020
1021- fix; readme refactor to use util-readme ([1adf905](https://bitbucket.org/atlassian/atlaskit/commits/1adf905))
1022
1023## 1.0.1 (2017-02-06)
1024
1025- fix; Updates package to use ak scoped packages ([1262016](https://bitbucket.org/atlassian/atlaskit/commits/1262016))
1026
\No newline at end of file