@atlaskit/pagination 14.7.1 → 14.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/CHANGELOG.md +628 -621
  2. package/README.md +2 -1
  3. package/__perf__/examples.tsx +41 -51
  4. package/__perf__/pagination-with-large-no-of-pages.tsx +41 -51
  5. package/codemods/14.0.0-lite-mode.tsx +14 -21
  6. package/codemods/__tests__/14.0.0-lite-mode.tsx +7 -7
  7. package/codemods/__tests__/flatten-i18n-props.tsx +21 -21
  8. package/codemods/__tests__/remove-collapse-range.tsx +7 -7
  9. package/codemods/__tests__/remove-i18n-props.tsx +7 -7
  10. package/codemods/__tests__/rename-inner-styles-props.tsx +7 -7
  11. package/codemods/__tests__/rename-pagination-prop-types.tsx +22 -24
  12. package/codemods/__tests__/rename-prev-next-label.tsx +8 -11
  13. package/codemods/migrations/flatten-i18n-props.tsx +3 -3
  14. package/codemods/migrations/remove-collapase-range.tsx +1 -5
  15. package/codemods/migrations/remove-i18n-props.tsx +3 -3
  16. package/codemods/migrations/rename-inner-styles-props.tsx +3 -3
  17. package/codemods/migrations/rename-pagination-prop-types.tsx +5 -6
  18. package/codemods/migrations/rename-prev-next-label.tsx +2 -10
  19. package/dist/cjs/pagination.js +54 -50
  20. package/dist/es2019/pagination.js +50 -46
  21. package/dist/esm/pagination.js +54 -50
  22. package/dist/types/internal/components/navigator.d.ts +1 -1
  23. package/dist/types/internal/components/page.d.ts +1 -1
  24. package/dist/types/internal/components/render-ellipsis.d.ts +2 -2
  25. package/dist/types/internal/utils/collapse-range.d.ts +1 -1
  26. package/dist/types/pagination.d.ts +1 -1
  27. package/dist/types/types.d.ts +1 -1
  28. package/dist/types-ts4.5/internal/components/navigator.d.ts +1 -1
  29. package/dist/types-ts4.5/internal/components/page.d.ts +1 -1
  30. package/dist/types-ts4.5/internal/components/render-ellipsis.d.ts +2 -2
  31. package/dist/types-ts4.5/internal/utils/collapse-range.d.ts +1 -1
  32. package/dist/types-ts4.5/pagination.d.ts +1 -1
  33. package/dist/types-ts4.5/types.d.ts +1 -1
  34. package/package.json +95 -97
  35. package/report.api.md +40 -43
package/CHANGELOG.md CHANGED
@@ -1,1380 +1,1387 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 14.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.7.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 14.7.1
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [#98707](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98707)
8
- [`7cce9cbf2f08`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7cce9cbf2f08) -
9
- Internal changes to how text is rendered. There is no expected visual change.
19
+ - [#98707](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98707)
20
+ [`7cce9cbf2f08`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7cce9cbf2f08) -
21
+ Internal changes to how text is rendered. There is no expected visual change.
10
22
 
11
23
  ## 14.7.0
12
24
 
13
25
  ### Minor Changes
14
26
 
15
- - [#96694](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96694)
16
- [`336e03a3c58a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/336e03a3c58a) -
17
- Add support for React 18.
27
+ - [#96694](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96694)
28
+ [`336e03a3c58a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/336e03a3c58a) -
29
+ Add support for React 18 in non-strict mode.
18
30
 
19
31
  ## 14.6.6
20
32
 
21
33
  ### Patch Changes
22
34
 
23
- - Updated dependencies
35
+ - Updated dependencies
24
36
 
25
37
  ## 14.6.5
26
38
 
27
39
  ### Patch Changes
28
40
 
29
- - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
30
- [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
31
- Migrated to the new button component
32
- - Updated dependencies
41
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
42
+ [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
43
+ Migrated to the new button component
44
+ - Updated dependencies
33
45
 
34
46
  ## 14.6.4
35
47
 
36
48
  ### Patch Changes
37
49
 
38
- - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
39
- [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
40
- Minor adjustments to improve compatibility with React 18
50
+ - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
51
+ [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
52
+ Minor adjustments to improve compatibility with React 18
41
53
 
42
54
  ## 14.6.3
43
55
 
44
56
  ### Patch Changes
45
57
 
46
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
47
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
48
- Upgrade Typescript from `4.9.5` to `5.4.2`
58
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
59
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
60
+ Upgrade Typescript from `4.9.5` to `5.4.2`
49
61
 
50
62
  ## 14.6.2
51
63
 
52
64
  ### Patch Changes
53
65
 
54
- - Updated dependencies
66
+ - Updated dependencies
55
67
 
56
68
  ## 14.6.1
57
69
 
58
70
  ### Patch Changes
59
71
 
60
- - [#80972](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80972)
61
- [`6ff808b4cb86`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6ff808b4cb86) -
62
- Remove unused "pages" prop from Navigator buttons and replace usage of spread operator with
63
- individual props.
72
+ - [#80972](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80972)
73
+ [`6ff808b4cb86`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6ff808b4cb86) -
74
+ Remove unused "pages" prop from Navigator buttons and replace usage of spread operator with
75
+ individual props.
64
76
 
65
77
  ## 14.6.0
66
78
 
67
79
  ### Minor Changes
68
80
 
69
- - [#72645](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72645)
70
- [`10cdc9cadb00`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10cdc9cadb00) -
71
- Accessibility fix. Fixed semantics for pagination buttons.
81
+ - [#72645](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72645)
82
+ [`10cdc9cadb00`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10cdc9cadb00) -
83
+ Accessibility fix. Fixed semantics for pagination buttons.
72
84
 
73
85
  ## 14.5.3
74
86
 
75
87
  ### Patch Changes
76
88
 
77
- - Updated dependencies
89
+ - Updated dependencies
78
90
 
79
91
  ## 14.5.2
80
92
 
81
93
  ### Patch Changes
82
94
 
83
- - Updated dependencies
95
+ - Updated dependencies
84
96
 
85
97
  ## 14.5.1
86
98
 
87
99
  ### Patch Changes
88
100
 
89
- - Updated dependencies
101
+ - Updated dependencies
90
102
 
91
103
  ## 14.5.0
92
104
 
93
105
  ### Minor Changes
94
106
 
95
- - [#68812](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68812)
96
- [`91d4a48c1430`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/91d4a48c1430) -
97
- Support better loading state for assistive tech
107
+ - [#68812](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68812)
108
+ [`91d4a48c1430`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/91d4a48c1430) -
109
+ Support better loading state for assistive tech
98
110
 
99
111
  ## 14.4.17
100
112
 
101
113
  ### Patch Changes
102
114
 
103
- - Updated dependencies
115
+ - Updated dependencies
104
116
 
105
117
  ## 14.4.16
106
118
 
107
119
  ### Patch Changes
108
120
 
109
- - Updated dependencies
121
+ - Updated dependencies
110
122
 
111
123
  ## 14.4.15
112
124
 
113
125
  ### Patch Changes
114
126
 
115
- - [#42577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42577)
116
- [`d51b45b02fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d51b45b02fb) - Add
117
- component to push model consumption in JFE
127
+ - [#42577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42577)
128
+ [`d51b45b02fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d51b45b02fb) - Add
129
+ component to push model consumption in JFE
118
130
 
119
131
  ## 14.4.14
120
132
 
121
133
  ### Patch Changes
122
134
 
123
- - Updated dependencies
135
+ - Updated dependencies
124
136
 
125
137
  ## 14.4.13
126
138
 
127
139
  ### Patch Changes
128
140
 
129
- - [#38747](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38747)
130
- [`5891eff1980`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5891eff1980) - The
131
- internal composition of this component has changed. There is no expected change in behavior.
141
+ - [#38747](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38747)
142
+ [`5891eff1980`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5891eff1980) - The
143
+ internal composition of this component has changed. There is no expected change in behavior.
132
144
 
133
145
  ## 14.4.12
134
146
 
135
147
  ### Patch Changes
136
148
 
137
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
138
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
139
- version.json
149
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
150
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
151
+ version.json
140
152
 
141
153
  ## 14.4.11
142
154
 
143
155
  ### Patch Changes
144
156
 
145
- - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
146
- [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) -
147
- Updated dependencies
157
+ - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
158
+ [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated
159
+ dependencies
148
160
 
149
161
  ## 14.4.10
150
162
 
151
163
  ### Patch Changes
152
164
 
153
- - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
154
- [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
155
- `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
156
- testing.
165
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
166
+ [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
167
+ `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
168
+ testing.
157
169
 
158
170
  ## 14.4.9
159
171
 
160
172
  ### Patch Changes
161
173
 
162
- - Updated dependencies
174
+ - Updated dependencies
163
175
 
164
176
  ## 14.4.8
165
177
 
166
178
  ### Patch Changes
167
179
 
168
- - Updated dependencies
180
+ - Updated dependencies
169
181
 
170
182
  ## 14.4.7
171
183
 
172
184
  ### Patch Changes
173
185
 
174
- - Updated dependencies
186
+ - Updated dependencies
175
187
 
176
188
  ## 14.4.6
177
189
 
178
190
  ### Patch Changes
179
191
 
180
- - [#35681](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35681)
181
- [`2ed5220efcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ed5220efcc) -
182
- DSP-10691: added jest-axe and created accessibility unit tests to ensure basic a11y issues are
183
- tested
192
+ - [#35681](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35681)
193
+ [`2ed5220efcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ed5220efcc) -
194
+ DSP-10691: added jest-axe and created accessibility unit tests to ensure basic a11y issues are
195
+ tested
184
196
 
185
197
  ## 14.4.5
186
198
 
187
199
  ### Patch Changes
188
200
 
189
- - Updated dependencies
201
+ - Updated dependencies
190
202
 
191
203
  ## 14.4.4
192
204
 
193
205
  ### Patch Changes
194
206
 
195
- - Updated dependencies
207
+ - Updated dependencies
196
208
 
197
209
  ## 14.4.3
198
210
 
199
211
  ### Patch Changes
200
212
 
201
- - Updated dependencies
213
+ - Updated dependencies
202
214
 
203
215
  ## 14.4.2
204
216
 
205
217
  ### Patch Changes
206
218
 
207
- - Updated dependencies
219
+ - Updated dependencies
208
220
 
209
221
  ## 14.4.1
210
222
 
211
223
  ### Patch Changes
212
224
 
213
- - Updated dependencies
225
+ - Updated dependencies
214
226
 
215
227
  ## 14.4.0
216
228
 
217
229
  ### Minor Changes
218
230
 
219
- - [#34947](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34947)
220
- [`12d9c63d4c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12d9c63d4c1) - [ux]
221
- pass pageLabel to dynamic-table component and updat prev label in examples, add description in
222
- the types file, update example files
231
+ - [#34947](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34947)
232
+ [`12d9c63d4c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12d9c63d4c1) - [ux]
233
+ pass pageLabel to dynamic-table component and updat prev label in examples, add description in the
234
+ types file, update example files
223
235
 
224
236
  ## 14.3.2
225
237
 
226
238
  ### Patch Changes
227
239
 
228
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
229
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
230
- legacy types are published for TS 4.5-4.8
240
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
241
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
242
+ legacy types are published for TS 4.5-4.8
231
243
 
232
244
  ## 14.3.1
233
245
 
234
246
  ### Patch Changes
235
247
 
236
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
237
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
238
- Upgrade Typescript from `4.5.5` to `4.9.5`
248
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
249
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
250
+ Typescript from `4.5.5` to `4.9.5`
239
251
 
240
252
  ## 14.3.0
241
253
 
242
254
  ### Minor Changes
243
255
 
244
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
245
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
246
- minor dependency bump
256
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
257
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
258
+ minor dependency bump
247
259
 
248
260
  ### Patch Changes
249
261
 
250
- - Updated dependencies
262
+ - Updated dependencies
251
263
 
252
264
  ## 14.2.15
253
265
 
254
266
  ### Patch Changes
255
267
 
256
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
257
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
258
- remove before merging to master; dupe adf-schema via adf-utils
268
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
269
+ [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
270
+ remove before merging to master; dupe adf-schema via adf-utils
259
271
 
260
272
  ## 14.2.14
261
273
 
262
274
  ### Patch Changes
263
275
 
264
- - Updated dependencies
276
+ - Updated dependencies
265
277
 
266
278
  ## 14.2.13
267
279
 
268
280
  ### Patch Changes
269
281
 
270
- - Updated dependencies
282
+ - Updated dependencies
271
283
 
272
284
  ## 14.2.12
273
285
 
274
286
  ### Patch Changes
275
287
 
276
- - Updated dependencies
288
+ - Updated dependencies
277
289
 
278
290
  ## 14.2.11
279
291
 
280
292
  ### Patch Changes
281
293
 
282
- - Updated dependencies
294
+ - Updated dependencies
283
295
 
284
296
  ## 14.2.10
285
297
 
286
298
  ### Patch Changes
287
299
 
288
- - Updated dependencies
300
+ - Updated dependencies
289
301
 
290
302
  ## 14.2.9
291
303
 
292
304
  ### Patch Changes
293
305
 
294
- - [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242)
295
- [`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) -
296
- Internal change only. Replace usages of Inline/Stack with stable version from
297
- `@atlaskit/primitives`.
306
+ - [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242)
307
+ [`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) - Internal
308
+ change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
298
309
 
299
310
  ## 14.2.8
300
311
 
301
312
  ### Patch Changes
302
313
 
303
- - Updated dependencies
314
+ - Updated dependencies
304
315
 
305
316
  ## 14.2.7
306
317
 
307
318
  ### Patch Changes
308
319
 
309
- - [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
310
- [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) -
311
- Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs.
312
- There are no visual or behaviour changes.
313
- - Updated dependencies
320
+ - [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
321
+ [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated
322
+ usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are
323
+ no visual or behaviour changes.
324
+ - Updated dependencies
314
325
 
315
326
  ## 14.2.6
316
327
 
317
328
  ### Patch Changes
318
329
 
319
- - [#28159](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28159)
320
- [`716af1d3387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/716af1d3387) - Bump
321
- @atlaskit/heading from 1.0.0 to 1.0.1 to avoid resolving to poison dependency version
330
+ - [#28159](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28159)
331
+ [`716af1d3387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/716af1d3387) - Bump
332
+ @atlaskit/heading from 1.0.0 to 1.0.1 to avoid resolving to poison dependency version
322
333
 
323
334
  ## 14.2.5
324
335
 
325
336
  ### Patch Changes
326
337
 
327
- - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
328
- [`207726a4cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/207726a4cb2) - [ux]
329
- Replace ellipsis made with three periods (...) with ellipsis character (…)
338
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
339
+ [`207726a4cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/207726a4cb2) - [ux]
340
+ Replace ellipsis made with three periods (...) with ellipsis character (…)
330
341
 
331
342
  ## 14.2.4
332
343
 
333
344
  ### Patch Changes
334
345
 
335
- - [#27209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27209)
336
- [`87991a69644`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87991a69644) - -
337
- Remove @atlaskit/tokens as a dependency.
338
- - Remove @emotion/react as a dependency.
339
- - Remove padding on navigator button in favor of default button sizing.
346
+ - [#27209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27209)
347
+ [`87991a69644`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87991a69644) - - Remove
348
+ @atlaskit/tokens as a dependency.
349
+ - Remove @emotion/react as a dependency.
350
+ - Remove padding on navigator button in favor of default button sizing.
340
351
 
341
352
  ## 14.2.3
342
353
 
343
354
  ### Patch Changes
344
355
 
345
- - Updated dependencies
356
+ - Updated dependencies
346
357
 
347
358
  ## 14.2.2
348
359
 
349
360
  ### Patch Changes
350
361
 
351
- - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
352
- [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
353
- change to introduce spacing tokens to design system components.
362
+ - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
363
+ [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
364
+ change to introduce spacing tokens to design system components.
354
365
 
355
366
  ## 14.2.1
356
367
 
357
368
  ### Patch Changes
358
369
 
359
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
360
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
361
- Upgrade Typescript from `4.3.5` to `4.5.5`
370
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
371
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
372
+ Typescript from `4.3.5` to `4.5.5`
362
373
 
363
374
  ## 14.2.0
364
375
 
365
376
  ### Minor Changes
366
377
 
367
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
368
- [`2afcf534bad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2afcf534bad) -
369
- Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
378
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
379
+ [`2afcf534bad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2afcf534bad) - Updates
380
+ `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
370
381
 
371
382
  ### Patch Changes
372
383
 
373
- - Updated dependencies
384
+ - Updated dependencies
374
385
 
375
386
  ## 14.1.10
376
387
 
377
388
  ### Patch Changes
378
389
 
379
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
380
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
381
- Upgrade Typescript from `4.2.4` to `4.3.5`.
390
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
391
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
392
+ Typescript from `4.2.4` to `4.3.5`.
382
393
 
383
394
  ## 14.1.9
384
395
 
385
396
  ### Patch Changes
386
397
 
387
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
388
- [`ac051e856a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac051e856a6) -
389
- Internal code change turning on new linting rules.
390
- - Updated dependencies
398
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
399
+ [`ac051e856a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac051e856a6) - Internal
400
+ code change turning on new linting rules.
401
+ - Updated dependencies
391
402
 
392
403
  ## 14.1.8
393
404
 
394
405
  ### Patch Changes
395
406
 
396
- - Updated dependencies
407
+ - Updated dependencies
397
408
 
398
409
  ## 14.1.7
399
410
 
400
411
  ### Patch Changes
401
412
 
402
- - [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545)
403
- [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) -
404
- Adjusts jsdoc strings to improve prop documentation
413
+ - [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545)
414
+ [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts
415
+ jsdoc strings to improve prop documentation
405
416
 
406
417
  ## 14.1.6
407
418
 
408
419
  ### Patch Changes
409
420
 
410
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
411
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
412
- Upgrade to TypeScript 4.2.4
413
- - Updated dependencies
421
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
422
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
423
+ to TypeScript 4.2.4
424
+ - Updated dependencies
414
425
 
415
426
  ## 14.1.5
416
427
 
417
428
  ### Patch Changes
418
429
 
419
- - Updated dependencies
430
+ - Updated dependencies
420
431
 
421
432
  ## 14.1.4
422
433
 
423
434
  ### Patch Changes
424
435
 
425
- - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
426
- [`f8678250d08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8678250d08) - Styles
427
- have been rewritten to prepare for migration to compiled.
428
- - Updated dependencies
436
+ - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
437
+ [`f8678250d08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8678250d08) - Styles
438
+ have been rewritten to prepare for migration to compiled.
439
+ - Updated dependencies
429
440
 
430
441
  ## 14.1.3
431
442
 
432
443
  ### Patch Changes
433
444
 
434
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
435
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump
436
- dependency tiny-invariant to latest"
445
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
446
+ [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump
447
+ dependency tiny-invariant to latest"
437
448
 
438
449
  ## 14.1.2
439
450
 
440
451
  ### Patch Changes
441
452
 
442
- - [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694)
443
- [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) -
444
- Internal upgrade of memoize-one to 6.0.0
453
+ - [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694)
454
+ [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal
455
+ upgrade of memoize-one to 6.0.0
445
456
 
446
457
  ## 14.1.1
447
458
 
448
459
  ### Patch Changes
449
460
 
450
- - Updated dependencies
461
+ - Updated dependencies
451
462
 
452
463
  ## 14.1.0
453
464
 
454
465
  ### Minor Changes
455
466
 
456
- - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
457
- [`f7f36b1ea80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f36b1ea80) - Test
458
- IDs are now applied to sub-components, including the page items and left/right navigation
459
- controls
467
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
468
+ [`f7f36b1ea80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f36b1ea80) - Test IDs
469
+ are now applied to sub-components, including the page items and left/right navigation controls
460
470
 
461
471
  ### Patch Changes
462
472
 
463
- - [`cd34d8ca8ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd34d8ca8ea) -
464
- Internal wiring up to the tokens techstack, no code changes.
465
- - Updated dependencies
473
+ - [`cd34d8ca8ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd34d8ca8ea) - Internal
474
+ wiring up to the tokens techstack, no code changes.
475
+ - Updated dependencies
466
476
 
467
477
  ## 14.0.4
468
478
 
469
479
  ### Patch Changes
470
480
 
471
- - Updated dependencies
481
+ - Updated dependencies
472
482
 
473
483
  ## 14.0.3
474
484
 
475
485
  ### Patch Changes
476
486
 
477
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
478
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
479
- `@atlaskit/theme` to version `^11.3.0`.
487
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
488
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
489
+ `@atlaskit/theme` to version `^11.3.0`.
480
490
 
481
491
  ## 14.0.2
482
492
 
483
493
  ### Patch Changes
484
494
 
485
- - [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
486
- [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) -
487
- Updates to development dependency `storybook-addon-performance`
495
+ - [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
496
+ [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates
497
+ to development dependency `storybook-addon-performance`
488
498
 
489
499
  ## 14.0.1
490
500
 
491
501
  ### Patch Changes
492
502
 
493
- - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
494
- [`01918d5d885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01918d5d885) - Reduce
495
- bundle size by replacing custom theme buttons to standard buttons in pagination component.
496
- - Updated dependencies
503
+ - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
504
+ [`01918d5d885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01918d5d885) - Reduce
505
+ bundle size by replacing custom theme buttons to standard buttons in pagination component.
506
+ - Updated dependencies
497
507
 
498
508
  ## 14.0.0
499
509
 
500
510
  ### Major Changes
501
511
 
502
- - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
503
- [`517850f6451`](https://bitbucket.org/atlassian/atlassian-frontend/commits/517850f6451) - In
504
- this version we made pagination dramatically faster and lighter 🤩
512
+ - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
513
+ [`517850f6451`](https://bitbucket.org/atlassian/atlassian-frontend/commits/517850f6451) - In this
514
+ version we made pagination dramatically faster and lighter 🤩
505
515
 
506
- - General performance improvements.
507
- - Accesbility improvemnts (Change Pagination wrapper tag from div to nav).
508
- - Changed to on demand dyanmic generation of page components for better performance.
516
+ - General performance improvements.
517
+ - Accesbility improvemnts (Change Pagination wrapper tag from div to nav).
518
+ - Changed to on demand dyanmic generation of page components for better performance.
509
519
 
510
- - **BREAKING** Renamed `innerStyles` -> `style` prop & `PaginationPropTypes` ->
511
- `PaginationProps`. Removed `i18n` prop and flattened its child props `prev`, `next` as
512
- standalone props `nextLabel`and `prevLabel`. Added `label` prop for adding aria-label on
513
- pagination wrapper. Removed `collapseRange` props beacause of its limited use & achieving
514
- better performance.
520
+ - **BREAKING** Renamed `innerStyles` -> `style` prop & `PaginationPropTypes` -> `PaginationProps`.
521
+ Removed `i18n` prop and flattened its child props `prev`, `next` as standalone props
522
+ `nextLabel`and `prevLabel`. Added `label` prop for adding aria-label on pagination wrapper.
523
+ Removed `collapseRange` props beacause of its limited use & achieving better performance.
515
524
 
516
- **Running the codemod cli**
525
+ **Running the codemod cli**
517
526
 
518
- To run the codemod: **You first need to have the latest version installed**
527
+ To run the codemod: **You first need to have the latest version installed**
519
528
 
520
- ```bash
521
- yarn upgrade @atlaskit/pagination@^14.0.0
522
- ```
529
+ ```bash
530
+ yarn upgrade @atlaskit/pagination@^14.0.0
531
+ ```
523
532
 
524
- Once upgraded, use `@atlaskit/codemod-cli`:
533
+ Once upgraded, use `@atlaskit/codemod-cli`:
525
534
 
526
- ```bash
527
- npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
528
- ```
535
+ ```bash
536
+ npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
537
+ ```
529
538
 
530
- The CLI will show a list of components and versions so select `@atlaskit/pagination@^14.0.0` and
531
- you will automatically be upgraded. If your usage of pagination cannot be upgraded, a comment
532
- will be left that a manual change is required.
539
+ The CLI will show a list of components and versions so select `@atlaskit/pagination@^14.0.0` and
540
+ you will automatically be upgraded. If your usage of pagination cannot be upgraded, a comment will
541
+ be left that a manual change is required.
533
542
 
534
- Run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to the
535
- [documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
536
- details on the codemod CLI.
543
+ Run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to the
544
+ [documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
545
+ details on the codemod CLI.
537
546
 
538
547
  ### Patch Changes
539
548
 
540
- - [`200ebeada19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/200ebeada19) -
541
- Updated codemods to handle edge cases
542
- - Updated dependencies
549
+ - [`200ebeada19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/200ebeada19) - Updated
550
+ codemods to handle edge cases
551
+ - Updated dependencies
543
552
 
544
553
  ## 13.2.0
545
554
 
546
555
  ### Minor Changes
547
556
 
548
- - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
549
- [`0c29d48ebf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c29d48ebf8) -
550
- Convert class to functional components & analytics HOC to hooks
557
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
558
+ [`0c29d48ebf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c29d48ebf8) - Convert
559
+ class to functional components & analytics HOC to hooks
551
560
 
552
561
  ### Patch Changes
553
562
 
554
- - [`6cba681e2d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6cba681e2d7) - Fixed
555
- ellipsis button incorrectly showing when it could show the actual button instead.
556
- - [`a44cece0063`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a44cece0063) -
557
- Removed deprecated auto entry points and added new entry points in Pagination package
558
- - [`e30a953977b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e30a953977b) -
559
- Convert pagination from styled to emotion CSS"
560
- - Updated dependencies
563
+ - [`6cba681e2d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6cba681e2d7) - Fixed
564
+ ellipsis button incorrectly showing when it could show the actual button instead.
565
+ - [`a44cece0063`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a44cece0063) - Removed
566
+ deprecated auto entry points and added new entry points in Pagination package
567
+ - [`e30a953977b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e30a953977b) - Convert
568
+ pagination from styled to emotion CSS"
569
+ - Updated dependencies
561
570
 
562
571
  ## 13.1.0
563
572
 
564
573
  ### Minor Changes
565
574
 
566
- - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
567
- [`07dc98acc92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07dc98acc92) - Added
568
- testId prop to pagination
575
+ - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
576
+ [`07dc98acc92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07dc98acc92) - Added
577
+ testId prop to pagination
569
578
 
570
579
  ## 13.0.10
571
580
 
572
581
  ### Patch Changes
573
582
 
574
- - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
575
- [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
576
- injected package name and version for analytics instead of version.json.
577
- - Updated dependencies
583
+ - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
584
+ [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
585
+ injected package name and version for analytics instead of version.json.
586
+ - Updated dependencies
578
587
 
579
588
  ## 13.0.9
580
589
 
581
590
  ### Patch Changes
582
591
 
583
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
584
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
585
- Transpile packages using babel rather than tsc
592
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
593
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
594
+ packages using babel rather than tsc
586
595
 
587
596
  ## 13.0.8
588
597
 
589
598
  ### Patch Changes
590
599
 
591
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
592
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
593
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
594
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
595
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
596
- `devDependencies` to denote version that the package was built with.
600
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
601
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
602
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
603
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
604
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
605
+ `devDependencies` to denote version that the package was built with.
597
606
 
598
607
  ## 13.0.7
599
608
 
600
609
  ### Patch Changes
601
610
 
602
- - Updated dependencies
611
+ - Updated dependencies
603
612
 
604
613
  ## 13.0.6
605
614
 
606
615
  ### Patch Changes
607
616
 
608
- - [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164)
609
- [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo
610
- analytics-next file restructure to allow external ts definitions to continue working
617
+ - [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164)
618
+ [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo
619
+ analytics-next file restructure to allow external ts definitions to continue working
611
620
 
612
621
  ## 13.0.5
613
622
 
614
623
  ### Patch Changes
615
624
 
616
- - Updated dependencies
625
+ - Updated dependencies
617
626
 
618
627
  ## 13.0.4
619
628
 
620
629
  ### Patch Changes
621
630
 
622
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
623
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
624
- to TypeScript 3.9.6 and tslib to 2.0.0
631
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
632
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
633
+ to TypeScript 3.9.6 and tslib to 2.0.0
625
634
 
626
- Since tslib is a dependency for all our packages we recommend that products also follow this
627
- tslib upgrade to prevent duplicates of tslib being bundled.
635
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
636
+ upgrade to prevent duplicates of tslib being bundled.
628
637
 
629
638
  ## 13.0.3
630
639
 
631
640
  ### Patch Changes
632
641
 
633
- - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
634
- [`7c7ec3b7ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c7ec3b7ab) - Earlier
635
- user was unable to see next page once he goes to page 5, While using Pagination component. Now
636
- it works fine for page 5 and other page as well.
642
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
643
+ [`7c7ec3b7ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c7ec3b7ab) - Earlier
644
+ user was unable to see next page once he goes to page 5, While using Pagination component. Now it
645
+ works fine for page 5 and other page as well.
637
646
 
638
647
  ## 13.0.2
639
648
 
640
649
  ### Patch Changes
641
650
 
642
- - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
643
- [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
644
- readme and package information has been updated to point to the new design system website.
651
+ - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
652
+ [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme
653
+ and package information has been updated to point to the new design system website.
645
654
 
646
655
  ## 13.0.1
647
656
 
648
657
  ### Patch Changes
649
658
 
650
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
651
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
652
- all the theme imports to be tree-shakable
659
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
660
+ [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
661
+ the theme imports to be tree-shakable
653
662
 
654
663
  ## 13.0.0
655
664
 
656
665
  ### Major Changes
657
666
 
658
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
659
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
660
- Officially dropping IE11 support, from this version onwards there are no warranties of the
661
- package working in IE11. For more information see:
662
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
667
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
668
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
669
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
670
+ IE11. For more information see:
671
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
663
672
 
664
673
  ### Patch Changes
665
674
 
666
- - Updated dependencies
675
+ - Updated dependencies
667
676
 
668
677
  ## 12.0.21
669
678
 
670
679
  ### Patch Changes
671
680
 
672
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
673
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
674
- and supporting files will no longer be published to npm
681
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
682
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
683
+ supporting files will no longer be published to npm
675
684
 
676
685
  ## 12.0.20
677
686
 
678
687
  ### Patch Changes
679
688
 
680
- - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
681
- [`83dad3770b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83dad3770b) - Change
682
- imports to comply with Atlassian conventions- Updated dependencies
689
+ - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
690
+ [`83dad3770b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83dad3770b) - Change
691
+ imports to comply with Atlassian conventions- Updated dependencies
683
692
 
684
693
  ## 12.0.19
685
694
 
686
695
  ### Patch Changes
687
696
 
688
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
697
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
689
698
 
690
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
691
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
699
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
700
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
692
701
 
693
- - @atlaskit/docs@8.3.2
694
- - @atlaskit/visual-regression@0.1.9
695
- - @atlaskit/analytics-next@6.3.5
696
- - @atlaskit/button@13.3.7
697
- - @atlaskit/dynamic-table@13.6.2
698
- - @atlaskit/icon@20.0.1
699
- - @atlaskit/section-message@4.1.5
700
- - @atlaskit/theme@9.5.1
702
+ - @atlaskit/docs@8.3.2
703
+ - @atlaskit/visual-regression@0.1.9
704
+ - @atlaskit/analytics-next@6.3.5
705
+ - @atlaskit/button@13.3.7
706
+ - @atlaskit/dynamic-table@13.6.2
707
+ - @atlaskit/icon@20.0.1
708
+ - @atlaskit/section-message@4.1.5
709
+ - @atlaskit/theme@9.5.1
701
710
 
702
711
  ## 12.0.18
703
712
 
704
713
  ### Patch Changes
705
714
 
706
- - Updated dependencies
707
- [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
708
- - @atlaskit/icon@20.0.0
709
- - @atlaskit/section-message@4.1.4
710
- - @atlaskit/docs@8.3.1
711
- - @atlaskit/button@13.3.6
715
+ - Updated dependencies
716
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
717
+ - @atlaskit/icon@20.0.0
718
+ - @atlaskit/section-message@4.1.4
719
+ - @atlaskit/docs@8.3.1
720
+ - @atlaskit/button@13.3.6
712
721
 
713
722
  ## 12.0.17
714
723
 
715
724
  ### Patch Changes
716
725
 
717
- - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
726
+ - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
718
727
 
719
- Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
720
- Updated dependencies
721
- [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
728
+ Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
729
+ Updated dependencies
730
+ [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
722
731
 
723
- - Updated dependencies
724
- [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
725
- - Updated dependencies
726
- [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
727
- - @atlaskit/icon@19.1.0
728
- - @atlaskit/theme@9.5.0
729
- - @atlaskit/button@13.3.5
730
- - @atlaskit/dynamic-table@13.6.1
731
- - @atlaskit/section-message@4.1.3
732
+ - Updated dependencies
733
+ [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
734
+ - Updated dependencies
735
+ [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
736
+ - @atlaskit/icon@19.1.0
737
+ - @atlaskit/theme@9.5.0
738
+ - @atlaskit/button@13.3.5
739
+ - @atlaskit/dynamic-table@13.6.1
740
+ - @atlaskit/section-message@4.1.3
732
741
 
733
742
  ## 12.0.16
734
743
 
735
744
  ### Patch Changes
736
745
 
737
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
746
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
738
747
 
739
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
748
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
740
749
 
741
750
  ## 12.0.15
742
751
 
743
752
  ### Patch Changes
744
753
 
745
- - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
754
+ - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
746
755
 
747
- Updated version of analytics-next to fix potential incompatibilities with TS 3.6
756
+ Updated version of analytics-next to fix potential incompatibilities with TS 3.6
748
757
 
749
758
  ## 12.0.14
750
759
 
751
760
  ### Patch Changes
752
761
 
753
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
762
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
754
763
 
755
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
756
- non-relative imports as relative imports
764
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
765
+ non-relative imports as relative imports
757
766
 
758
767
  ## 12.0.13
759
768
 
760
769
  ### Patch Changes
761
770
 
762
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
771
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
763
772
 
764
- Upgraded Typescript to 3.3.x
773
+ Upgraded Typescript to 3.3.x
765
774
 
766
775
  ## 12.0.12
767
776
 
768
777
  ### Patch Changes
769
778
 
770
- - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
779
+ - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
771
780
 
772
- Change all the imports to theme in Core to use multi entry points
781
+ Change all the imports to theme in Core to use multi entry points
773
782
 
774
783
  ## 12.0.11
775
784
 
776
785
  ### Patch Changes
777
786
 
778
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
787
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
779
788
 
780
- Updates component maintainers
789
+ Updates component maintainers
781
790
 
782
791
  ## 12.0.10
783
792
 
784
793
  ### Patch Changes
785
794
 
786
- - [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
795
+ - [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
787
796
 
788
- Analytics-next has been converted to Typescript. Typescript consumers will now get static type
789
- safety. Flow types are no longer provided. No behavioural changes.
797
+ Analytics-next has been converted to Typescript. Typescript consumers will now get static type
798
+ safety. Flow types are no longer provided. No behavioural changes.
790
799
 
791
- **Breaking changes**
800
+ **Breaking changes**
792
801
 
793
- - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
794
- - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
802
+ - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
803
+ - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
795
804
 
796
- **Breaking changes to TypeScript annotations**
805
+ **Breaking changes to TypeScript annotations**
797
806
 
798
- - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to
799
- provide props as a generic type.
800
- - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to
801
- provide props as a generic type.
802
- - Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match
803
- source code
804
- - Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
805
- source code
806
- - Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to
807
- match source code
808
- - Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
809
- - Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
810
- - Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
811
- - Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
812
- - Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
813
- - Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
807
+ - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
808
+ props as a generic type.
809
+ - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
810
+ props as a generic type.
811
+ - Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source
812
+ code
813
+ - Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
814
+ source code
815
+ - Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match
816
+ source code
817
+ - Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
818
+ - Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
819
+ - Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
820
+ - Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
821
+ - Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
822
+ - Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
814
823
 
815
824
  ## 12.0.9
816
825
 
817
826
  ### Patch Changes
818
827
 
819
- - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
828
+ - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
820
829
 
821
- Consume analytics-next ts type definitions as an ambient declaration.
830
+ Consume analytics-next ts type definitions as an ambient declaration.
822
831
 
823
832
  ## 12.0.8
824
833
 
825
834
  ### Patch Changes
826
835
 
827
- - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
836
+ - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
828
837
 
829
- Fixes bug, missing version.json file
838
+ Fixes bug, missing version.json file
830
839
 
831
840
  ## 12.0.7
832
841
 
833
842
  ### Patch Changes
834
843
 
835
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
844
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
836
845
 
837
- In this PR, we are:
846
+ In this PR, we are:
838
847
 
839
- - Re-introducing dist build folders
840
- - Adding back cjs
841
- - Replacing es5 by cjs and es2015 by esm
842
- - Creating folders at the root for entry-points
843
- - Removing the generation of the entry-points at the root Please see this
844
- [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
845
- [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
846
- for further details
848
+ - Re-introducing dist build folders
849
+ - Adding back cjs
850
+ - Replacing es5 by cjs and es2015 by esm
851
+ - Creating folders at the root for entry-points
852
+ - Removing the generation of the entry-points at the root Please see this
853
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
854
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
855
+ for further details
847
856
 
848
857
  ## 12.0.6
849
858
 
850
859
  ### Patch Changes
851
860
 
852
- - [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
861
+ - [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
853
862
 
854
- TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide
855
- props as a generic type. This is so that TypeScript can correctly calculate the props and
856
- defaultProps of the returned component.
863
+ TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
864
+ as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps
865
+ of the returned component.
857
866
 
858
- Before:
867
+ Before:
859
868
 
860
- ```typescript
861
- withAnalyticsEvents()(Button) as ComponentClass<Props>;
862
- ```
869
+ ```typescript
870
+ withAnalyticsEvents()(Button) as ComponentClass<Props>;
871
+ ```
863
872
 
864
- After:
873
+ After:
865
874
 
866
- ```typescript
867
- withAnalyticsEvents<Props>()(Button);
868
- ```
875
+ ```typescript
876
+ withAnalyticsEvents<Props>()(Button);
877
+ ```
869
878
 
870
879
  ## 12.0.5
871
880
 
872
- - Updated dependencies
873
- [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
874
- - @atlaskit/docs@8.1.3
875
- - @atlaskit/button@13.0.9
876
- - @atlaskit/section-message@4.0.5
877
- - @atlaskit/icon@19.0.0
881
+ - Updated dependencies
882
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
883
+ - @atlaskit/docs@8.1.3
884
+ - @atlaskit/button@13.0.9
885
+ - @atlaskit/section-message@4.0.5
886
+ - @atlaskit/icon@19.0.0
878
887
 
879
888
  ## 12.0.4
880
889
 
881
890
  ### Patch Changes
882
891
 
883
- - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
892
+ - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
884
893
 
885
- index.ts will now be ignored when publishing to npm
894
+ index.ts will now be ignored when publishing to npm
886
895
 
887
896
  ## 12.0.3
888
897
 
889
898
  ### Patch Changes
890
899
 
891
- - [patch][93bcf314c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93bcf314c6):
900
+ - [patch][93bcf314c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93bcf314c6):
892
901
 
893
- Added missing tslib dep
902
+ Added missing tslib dep
894
903
 
895
904
  ## 12.0.2
896
905
 
897
- - Updated dependencies
898
- [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
899
- - @atlaskit/docs@8.1.2
900
- - @atlaskit/button@13.0.8
901
- - @atlaskit/section-message@4.0.2
902
- - @atlaskit/icon@18.0.0
906
+ - Updated dependencies
907
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
908
+ - @atlaskit/docs@8.1.2
909
+ - @atlaskit/button@13.0.8
910
+ - @atlaskit/section-message@4.0.2
911
+ - @atlaskit/icon@18.0.0
903
912
 
904
913
  ## 12.0.1
905
914
 
906
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
915
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
907
916
 
908
- - This is just a safety release in case anything strange happened in in the previous one. See
909
- Pull Request #5942 for details
917
+ - This is just a safety release in case anything strange happened in in the previous one. See Pull
918
+ Request #5942 for details
910
919
 
911
920
  ## 12.0.0
912
921
 
913
- - [major][8c65f23d32](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8c65f23d32):
922
+ - [major][8c65f23d32](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8c65f23d32):
914
923
 
915
- - @atlaskit/pagination has been converted to Typescript. Typescript consumers will now get
916
- static type safety. Flow types are no longer provided. No API or behavioural changes.
924
+ - @atlaskit/pagination has been converted to Typescript. Typescript consumers will now get static
925
+ type safety. Flow types are no longer provided. No API or behavioural changes.
917
926
 
918
927
  ## 11.0.2
919
928
 
920
- - Updated dependencies
921
- [6dd86f5b07](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6dd86f5b07):
922
- - @atlaskit/icon@17.1.1
923
- - @atlaskit/theme@9.0.2
924
- - @atlaskit/section-message@4.0.0
929
+ - Updated dependencies
930
+ [6dd86f5b07](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6dd86f5b07):
931
+ - @atlaskit/icon@17.1.1
932
+ - @atlaskit/theme@9.0.2
933
+ - @atlaskit/section-message@4.0.0
925
934
 
926
935
  ## 11.0.1
927
936
 
928
- - Updated dependencies
929
- [3d95467c4b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d95467c4b):
930
- - @atlaskit/icon@17.0.1
931
- - @atlaskit/dynamic-table@13.0.0
937
+ - Updated dependencies
938
+ [3d95467c4b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d95467c4b):
939
+ - @atlaskit/icon@17.0.1
940
+ - @atlaskit/dynamic-table@13.0.0
932
941
 
933
942
  ## 11.0.0
934
943
 
935
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
944
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
936
945
 
937
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
938
- this package, please ensure you use at least this version of react and react-dom.
946
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
947
+ this package, please ensure you use at least this version of react and react-dom.
939
948
 
940
949
  ## 10.0.4
941
950
 
942
- - Updated dependencies
943
- [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
944
- - @atlaskit/docs@7.0.3
945
- - @atlaskit/button@12.0.3
946
- - @atlaskit/dynamic-table@11.0.3
947
- - @atlaskit/icon@16.0.9
948
- - @atlaskit/section-message@2.0.3
949
- - @atlaskit/theme@8.1.7
951
+ - Updated dependencies
952
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
953
+ - @atlaskit/docs@7.0.3
954
+ - @atlaskit/button@12.0.3
955
+ - @atlaskit/dynamic-table@11.0.3
956
+ - @atlaskit/icon@16.0.9
957
+ - @atlaskit/section-message@2.0.3
958
+ - @atlaskit/theme@8.1.7
950
959
 
951
960
  ## 10.0.3
952
961
 
953
- - Updated dependencies
954
- [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
955
- - @atlaskit/docs@7.0.2
956
- - @atlaskit/analytics-next@4.0.3
957
- - @atlaskit/dynamic-table@11.0.2
958
- - @atlaskit/icon@16.0.8
959
- - @atlaskit/section-message@2.0.2
960
- - @atlaskit/theme@8.1.6
961
- - @atlaskit/button@12.0.0
962
+ - Updated dependencies
963
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
964
+ - @atlaskit/docs@7.0.2
965
+ - @atlaskit/analytics-next@4.0.3
966
+ - @atlaskit/dynamic-table@11.0.2
967
+ - @atlaskit/icon@16.0.8
968
+ - @atlaskit/section-message@2.0.2
969
+ - @atlaskit/theme@8.1.6
970
+ - @atlaskit/button@12.0.0
962
971
 
963
972
  ## 10.0.2
964
973
 
965
- - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
974
+ - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
966
975
 
967
- - Removes duplicate babel-runtime dependency
976
+ - Removes duplicate babel-runtime dependency
968
977
 
969
978
  ## 10.0.1
970
979
 
971
- - Updated dependencies
972
- [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
973
- - @atlaskit/docs@7.0.1
974
- - @atlaskit/analytics-next@4.0.1
975
- - @atlaskit/dynamic-table@11.0.1
976
- - @atlaskit/icon@16.0.5
977
- - @atlaskit/section-message@2.0.1
978
- - @atlaskit/theme@8.0.1
979
- - @atlaskit/button@11.0.0
980
+ - Updated dependencies
981
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
982
+ - @atlaskit/docs@7.0.1
983
+ - @atlaskit/analytics-next@4.0.1
984
+ - @atlaskit/dynamic-table@11.0.1
985
+ - @atlaskit/icon@16.0.5
986
+ - @atlaskit/section-message@2.0.1
987
+ - @atlaskit/theme@8.0.1
988
+ - @atlaskit/button@11.0.0
980
989
 
981
990
  ## 10.0.0
982
991
 
983
- - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
992
+ - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
984
993
 
985
- - Drop ES5 from all the flow modules
994
+ - Drop ES5 from all the flow modules
986
995
 
987
- ### Dropping CJS support in all @atlaskit packages
996
+ ### Dropping CJS support in all @atlaskit packages
988
997
 
989
- As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
990
- distribute esm. This means all distributed code will be transpiled, but will still contain
991
- `import` and `export` declarations.
998
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
999
+ distribute esm. This means all distributed code will be transpiled, but will still contain
1000
+ `import` and `export` declarations.
992
1001
 
993
- The major reason for doing this is to allow us to support multiple entry points in packages,
994
- e.g:
1002
+ The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
995
1003
 
996
- ```js
997
- import colors from `@atlaskit/theme/colors`;
998
- ```
1004
+ ```js
1005
+ import colors from `@atlaskit/theme/colors`;
1006
+ ```
999
1007
 
1000
- Previously this was sort of possible for consumers by doing something like:
1008
+ Previously this was sort of possible for consumers by doing something like:
1001
1009
 
1002
- ```js
1003
- import colors from `@atlaskit/theme/dist/esm/colors`;
1004
- ```
1010
+ ```js
1011
+ import colors from `@atlaskit/theme/dist/esm/colors`;
1012
+ ```
1005
1013
 
1006
- This has a couple of issues. 1, it treats the file system as API making internal refactors
1007
- harder, we have to worry about how consumers might be using things that aren't _actually_
1008
- supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
1009
- to lots of packages bundling all of theme, just to use a single color, especially in situations
1010
- where tree shaking fails.
1014
+ This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
1015
+ we have to worry about how consumers might be using things that aren't _actually_ supposed to be
1016
+ used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
1017
+ packages bundling all of theme, just to use a single color, especially in situations where tree
1018
+ shaking fails.
1011
1019
 
1012
- To support being able to use multiple entrypoints internally, we unfortunately cannot have
1013
- multiple distributions as they would need to have very different imports from of their own
1014
- internal dependencies.
1020
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
1021
+ multiple distributions as they would need to have very different imports from of their own
1022
+ internal dependencies.
1015
1023
 
1016
- ES Modules are widely supported by all modern bundlers and can be worked around in node
1017
- environments.
1024
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
1025
+ environments.
1018
1026
 
1019
- We may choose to revisit this solution in the future if we find any unintended condequences, but
1020
- we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1021
- saner API's and simpler package architecture.
1027
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
1028
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1029
+ saner API's and simpler package architecture.
1022
1030
 
1023
- Please reach out to #fabric-build (if in Atlassian) or create an issue in
1024
- [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1025
- external) if you have any questions or queries about this.
1031
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
1032
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1033
+ external) if you have any questions or queries about this.
1026
1034
 
1027
1035
  ## 9.0.2
1028
1036
 
1029
- - Updated dependencies
1030
- [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1031
- - @atlaskit/docs@6.0.1
1032
- - @atlaskit/button@10.1.2
1033
- - @atlaskit/section-message@1.0.16
1034
- - @atlaskit/icon@16.0.0
1037
+ - Updated dependencies
1038
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1039
+ - @atlaskit/docs@6.0.1
1040
+ - @atlaskit/button@10.1.2
1041
+ - @atlaskit/section-message@1.0.16
1042
+ - @atlaskit/icon@16.0.0
1035
1043
 
1036
1044
  ## 9.0.1
1037
1045
 
1038
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1039
- - @atlaskit/analytics-next@3.1.2
1040
- - @atlaskit/button@10.1.1
1041
- - @atlaskit/icon@15.0.2
1042
- - @atlaskit/theme@7.0.1
1043
- - @atlaskit/docs@6.0.0
1046
+ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1047
+ - @atlaskit/analytics-next@3.1.2
1048
+ - @atlaskit/button@10.1.1
1049
+ - @atlaskit/icon@15.0.2
1050
+ - @atlaskit/theme@7.0.1
1051
+ - @atlaskit/docs@6.0.0
1044
1052
 
1045
1053
  ## 9.0.0
1046
1054
 
1047
- - [major][1a09599](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a09599):
1055
+ - [major][1a09599](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a09599):
1048
1056
 
1049
- New features in this release of @atlaskit/pagination
1057
+ New features in this release of @atlaskit/pagination
1050
1058
 
1051
- - Ability to extend the pagination UI with custom components
1052
- - Control the maximum number of pages to be displayed
1053
- - Ability to customise the logic to collapse the pagination affordance
1054
- - Pass in extra styling to the pagination container component so you can omit the use of style
1055
- wrappers
1059
+ - Ability to extend the pagination UI with custom components
1060
+ - Control the maximum number of pages to be displayed
1061
+ - Ability to customise the logic to collapse the pagination affordance
1062
+ - Pass in extra styling to the pagination container component so you can omit the use of style
1063
+ wrappers
1056
1064
 
1057
1065
  ## 8.0.8
1058
1066
 
1059
- - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1060
- - @atlaskit/docs@5.2.3
1061
- - @atlaskit/button@10.0.4
1062
- - @atlaskit/icon@15.0.1
1063
- - @atlaskit/theme@7.0.0
1067
+ - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1068
+ - @atlaskit/docs@5.2.3
1069
+ - @atlaskit/button@10.0.4
1070
+ - @atlaskit/icon@15.0.1
1071
+ - @atlaskit/theme@7.0.0
1064
1072
 
1065
1073
  ## 8.0.7
1066
1074
 
1067
- - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1068
- - @atlaskit/docs@5.2.2
1069
- - @atlaskit/button@10.0.1
1070
- - @atlaskit/icon@15.0.0
1075
+ - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1076
+ - @atlaskit/docs@5.2.2
1077
+ - @atlaskit/button@10.0.1
1078
+ - @atlaskit/icon@15.0.0
1071
1079
 
1072
1080
  ## 8.0.6
1073
1081
 
1074
- - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
1075
- - @atlaskit/docs@5.2.1
1076
- - @atlaskit/analytics-next@3.1.1
1077
- - @atlaskit/icon@14.6.1
1078
- - @atlaskit/theme@6.2.1
1079
- - @atlaskit/button@10.0.0
1082
+ - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
1083
+ - @atlaskit/docs@5.2.1
1084
+ - @atlaskit/analytics-next@3.1.1
1085
+ - @atlaskit/icon@14.6.1
1086
+ - @atlaskit/theme@6.2.1
1087
+ - @atlaskit/button@10.0.0
1080
1088
 
1081
1089
  ## 8.0.5
1082
1090
 
1083
- - [patch] Fix for pagination in IE
1084
- [bd9046e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd9046e)
1091
+ - [patch] Fix for pagination in IE
1092
+ [bd9046e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd9046e)
1085
1093
 
1086
1094
  ## 8.0.4
1087
1095
 
1088
- - [patch] Adds missing implicit @babel/runtime dependency
1089
- [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1096
+ - [patch] Adds missing implicit @babel/runtime dependency
1097
+ [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1090
1098
 
1091
1099
  ## 8.0.3
1092
1100
 
1093
- - [patch] Fix styling of button rendering icon in IE
1094
- [b4c5b87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b4c5b87)
1101
+ - [patch] Fix styling of button rendering icon in IE
1102
+ [b4c5b87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b4c5b87)
1095
1103
 
1096
1104
  ## 8.0.2
1097
1105
 
1098
- - [patch] Fix styling in IE and maintain it in other browsers
1099
- [0d67e69](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0d67e69)
1106
+ - [patch] Fix styling in IE and maintain it in other browsers
1107
+ [0d67e69](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0d67e69)
1100
1108
 
1101
1109
  ## 8.0.1
1102
1110
 
1103
- - [patch] Bump to add icon
1104
- [8010540](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8010540)
1111
+ - [patch] Bump to add icon [8010540](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8010540)
1105
1112
 
1106
1113
  ## 8.0.0
1107
1114
 
1108
- - [major] updated the pagination component as per ADG spec
1109
- [8276156](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8276156)
1115
+ - [major] updated the pagination component as per ADG spec
1116
+ [8276156](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8276156)
1110
1117
 
1111
1118
  ## 7.0.6
1112
1119
 
1113
- - [patch] Adds sideEffects: false to allow proper tree shaking
1114
- [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
1120
+ - [patch] Adds sideEffects: false to allow proper tree shaking
1121
+ [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
1115
1122
 
1116
1123
  ## 7.0.4
1117
1124
 
1118
- - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
1119
- read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
1120
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1121
- - [none] Updated dependencies
1122
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1123
- - @atlaskit/analytics-next@3.0.4
1124
- - @atlaskit/button@9.0.5
1125
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
1126
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
1127
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1128
+ - [none] Updated dependencies
1129
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1130
+ - @atlaskit/analytics-next@3.0.4
1131
+ - @atlaskit/button@9.0.5
1125
1132
 
1126
1133
  ## 7.0.3
1127
1134
 
1128
- - [patch] Updated dependencies
1129
- [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1130
- - @atlaskit/button@9.0.4
1131
- - @atlaskit/analytics-next@3.0.3
1132
- - @atlaskit/docs@5.0.2
1135
+ - [patch] Updated dependencies
1136
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1137
+ - @atlaskit/button@9.0.4
1138
+ - @atlaskit/analytics-next@3.0.3
1139
+ - @atlaskit/docs@5.0.2
1133
1140
 
1134
1141
  ## 7.0.2
1135
1142
 
1136
- - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
1137
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1138
- - [none] Updated dependencies
1139
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1140
- - @atlaskit/analytics-next@3.0.2
1141
- - @atlaskit/button@9.0.3
1143
+ - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
1144
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1145
+ - [none] Updated dependencies
1146
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1147
+ - @atlaskit/analytics-next@3.0.2
1148
+ - @atlaskit/button@9.0.3
1142
1149
 
1143
1150
  ## 7.0.1
1144
1151
 
1145
- - [patch] Move analytics tests and replace elements to core
1146
- [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1147
- - [none] Updated dependencies
1148
- [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1149
- - @atlaskit/analytics-next@3.0.1
1150
- - @atlaskit/button@9.0.2
1151
- - @atlaskit/docs@5.0.1
1152
+ - [patch] Move analytics tests and replace elements to core
1153
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1154
+ - [none] Updated dependencies
1155
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1156
+ - @atlaskit/analytics-next@3.0.1
1157
+ - @atlaskit/button@9.0.2
1158
+ - @atlaskit/docs@5.0.1
1152
1159
 
1153
1160
  ## 7.0.0
1154
1161
 
1155
- - [major] Updates to React ^16.4.0
1156
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1157
- - [major] Updated dependencies
1158
- [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1159
- - @atlaskit/analytics-next@3.0.0
1160
- - @atlaskit/button@9.0.0
1161
- - @atlaskit/docs@5.0.0
1162
- - [major] Updated dependencies
1163
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1164
- - @atlaskit/analytics-next@3.0.0
1165
- - @atlaskit/button@9.0.0
1166
- - @atlaskit/docs@5.0.0
1162
+ - [major] Updates to React ^16.4.0
1163
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1164
+ - [major] Updated dependencies
1165
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1166
+ - @atlaskit/analytics-next@3.0.0
1167
+ - @atlaskit/button@9.0.0
1168
+ - @atlaskit/docs@5.0.0
1169
+ - [major] Updated dependencies
1170
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1171
+ - @atlaskit/analytics-next@3.0.0
1172
+ - @atlaskit/button@9.0.0
1173
+ - @atlaskit/docs@5.0.0
1167
1174
 
1168
1175
  ## 6.0.6
1169
1176
 
1170
- - [patch] Fix \$FlowFixMe and release packages
1171
- [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
1172
- - [none] Updated dependencies
1173
- [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
1174
- - @atlaskit/button@8.2.2
1177
+ - [patch] Fix \$FlowFixMe and release packages
1178
+ [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
1179
+ - [none] Updated dependencies
1180
+ [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
1181
+ - @atlaskit/button@8.2.2
1175
1182
 
1176
1183
  ## 6.0.5
1177
1184
 
1178
- - [patch] Clean Changelogs - remove duplicates and empty entries
1179
- [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1180
- - [none] Updated dependencies
1181
- [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1182
- - @atlaskit/button@8.1.2
1185
+ - [patch] Clean Changelogs - remove duplicates and empty entries
1186
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1187
+ - [none] Updated dependencies
1188
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1189
+ - @atlaskit/button@8.1.2
1183
1190
 
1184
1191
  ## 6.0.4
1185
1192
 
1186
- - [patch] Update changelogs to remove duplicate
1187
- [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1188
- - [none] Updated dependencies
1189
- [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1190
- - @atlaskit/button@8.1.1
1191
- - @atlaskit/docs@4.1.1
1193
+ - [patch] Update changelogs to remove duplicate
1194
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1195
+ - [none] Updated dependencies
1196
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1197
+ - @atlaskit/button@8.1.1
1198
+ - @atlaskit/docs@4.1.1
1192
1199
 
1193
1200
  ## 6.0.3
1194
1201
 
1195
- - [none] Updated dependencies
1196
- [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
1197
- - @atlaskit/docs@4.1.0
1198
- - @atlaskit/button@8.1.0
1202
+ - [none] Updated dependencies
1203
+ [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
1204
+ - @atlaskit/docs@4.1.0
1205
+ - @atlaskit/button@8.1.0
1199
1206
 
1200
1207
  ## 6.0.2
1201
1208
 
1202
- - [patch] moved atlaskit from dependencies to dev dependency
1203
- [5e14f44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e14f44)
1209
+ - [patch] moved atlaskit from dependencies to dev dependency
1210
+ [5e14f44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e14f44)
1204
1211
 
1205
1212
  ## 6.0.1
1206
1213
 
1207
- - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1208
- - [patch] Updated dependencies
1209
- [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1210
- - @atlaskit/button@8.0.1
1211
- - @atlaskit/docs@4.0.1
1214
+ - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1215
+ - [patch] Updated dependencies
1216
+ [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1217
+ - @atlaskit/button@8.0.1
1218
+ - @atlaskit/docs@4.0.1
1212
1219
 
1213
1220
  ## 6.0.0
1214
1221
 
1215
- - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
1216
- ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1217
- - [patch] Updated dependencies
1218
- [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1219
- - @atlaskit/button@8.0.0
1220
- - @atlaskit/docs@4.0.0
1222
+ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
1223
+ ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1224
+ - [patch] Updated dependencies
1225
+ [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1226
+ - @atlaskit/button@8.0.0
1227
+ - @atlaskit/docs@4.0.0
1221
1228
 
1222
1229
  ## 5.0.1
1223
1230
 
1224
- - [patch] Updated dependencies
1225
- [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1226
- - @atlaskit/button@7.2.5
1227
- - @atlaskit/docs@3.0.4
1231
+ - [patch] Updated dependencies
1232
+ [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1233
+ - @atlaskit/button@7.2.5
1234
+ - @atlaskit/docs@3.0.4
1228
1235
 
1229
1236
  ## 5.0.0
1230
1237
 
1231
- - [major] Bump to React 16.3.
1232
- [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
1238
+ - [major] Bump to React 16.3.
1239
+ [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
1233
1240
 
1234
1241
  ## 4.0.0
1235
1242
 
1236
- - [major] Combines stateless and stateful components into one. Deletes stateless export. Renames
1237
- pagination props. [a4b6c86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4b6c86)
1243
+ - [major] Combines stateless and stateful components into one. Deletes stateless export. Renames
1244
+ pagination props. [a4b6c86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4b6c86)
1238
1245
 
1239
1246
  ## 3.7.1
1240
1247
 
1241
- - [patch] Re-releasing due to potentially broken babel release
1242
- [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
1248
+ - [patch] Re-releasing due to potentially broken babel release
1249
+ [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
1243
1250
 
1244
1251
  ## 3.7.0
1245
1252
 
1246
- - [minor] Update styled-components dependency to support versions 1.4.6 - 3
1247
- [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
1253
+ - [minor] Update styled-components dependency to support versions 1.4.6 - 3
1254
+ [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
1248
1255
 
1249
1256
  ## 3.6.4
1250
1257
 
1251
- - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
1252
- [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
1258
+ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
1259
+ [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
1253
1260
 
1254
1261
  ## 3.6.3
1255
1262
 
1256
- - [patch] Packages Flow types for elements components
1257
- [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
1263
+ - [patch] Packages Flow types for elements components
1264
+ [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
1258
1265
 
1259
1266
  ## 3.6.2
1260
1267
 
1261
- - [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
1262
- \$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
1268
+ - [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
1269
+ \$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
1263
1270
 
1264
1271
  ## 3.6.1
1265
1272
 
1266
- - [patch] Updated inline-edit test type, migrated item, updated pagination imports to account for
1267
- removed root index file [b48c074](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b48c074)
1273
+ - [patch] Updated inline-edit test type, migrated item, updated pagination imports to account for
1274
+ removed root index file [b48c074](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b48c074)
1268
1275
 
1269
1276
  ## 3.6.0
1270
1277
 
1271
- - [minor] Add React 16 support.
1272
- [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
1278
+ - [minor] Add React 16 support.
1279
+ [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
1273
1280
 
1274
1281
  ## 3.5.8
1275
1282
 
1276
- - [patch] Bumping dependency on docs
1277
- [a2462c4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2462c4)
1278
- - [patch] Update pagination number proptypes to be more permissive
1279
- [e7cca21](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7cca21)
1283
+ - [patch] Bumping dependency on docs
1284
+ [a2462c4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2462c4)
1285
+ - [patch] Update pagination number proptypes to be more permissive
1286
+ [e7cca21](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7cca21)
1280
1287
 
1281
1288
  ## 3.5.7 (2017-11-17)
1282
1289
 
1283
- - bug fix; bumping internal dependencies to latest version
1284
- ([6d8d9b1](https://bitbucket.org/atlassian/atlaskit/commits/6d8d9b1))
1290
+ - bug fix; bumping internal dependencies to latest version
1291
+ ([6d8d9b1](https://bitbucket.org/atlassian/atlaskit/commits/6d8d9b1))
1285
1292
 
1286
1293
  ## 3.5.6 (2017-10-26)
1287
1294
 
1288
- - bug fix; fix to rebuild stories
1289
- ([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
1295
+ - bug fix; fix to rebuild stories
1296
+ ([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
1290
1297
 
1291
1298
  ## 3.5.5 (2017-10-22)
1292
1299
 
1293
- - bug fix; update styled-components dep and react peerDep
1294
- ([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
1300
+ - bug fix; update styled-components dep and react peerDep
1301
+ ([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
1295
1302
 
1296
1303
  ## 3.5.4 (2017-10-15)
1297
1304
 
1298
- - bug fix; update dependencies for react 16 compatibility
1299
- ([fc47c94](https://bitbucket.org/atlassian/atlaskit/commits/fc47c94))
1305
+ - bug fix; update dependencies for react 16 compatibility
1306
+ ([fc47c94](https://bitbucket.org/atlassian/atlaskit/commits/fc47c94))
1300
1307
 
1301
1308
  ## 3.5.3 (2017-08-11)
1302
1309
 
1303
- - bug fix; fix the theme-dependency
1304
- ([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
1310
+ - bug fix; fix the theme-dependency
1311
+ ([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
1305
1312
 
1306
1313
  ## 3.5.2 (2017-07-27)
1307
1314
 
1308
- - fix; rename jsnext:main to jsnext:experimental:main temporarily
1309
- ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
1315
+ - fix; rename jsnext:main to jsnext:experimental:main temporarily
1316
+ ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
1310
1317
 
1311
1318
  ## 3.5.1 (2017-07-25)
1312
1319
 
1313
- - fix; use class transform in loose mode in babel to improve load performance in apps
1314
- ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
1320
+ - fix; use class transform in loose mode in babel to improve load performance in apps
1321
+ ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
1315
1322
 
1316
1323
  ## 3.2.0 (2017-07-17)
1317
1324
 
1318
- - fix; rerelease, failed prepublish scripts
1319
- ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
1325
+ - fix; rerelease, failed prepublish scripts
1326
+ ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
1320
1327
 
1321
1328
  ## 3.2.0 (2017-07-17)
1322
1329
 
1323
- - feature; added ES module builds to dist and add jsnext:main to most ADG packages
1324
- ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
1330
+ - feature; added ES module builds to dist and add jsnext:main to most ADG packages
1331
+ ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
1325
1332
 
1326
1333
  ## 3.1.0 (2017-07-10)
1327
1334
 
1328
- - fix; add prop-types as a dependency to avoid React 15.x warnings
1329
- ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
1330
- - feature; adds rendering of ellipsis in pagination component when there are lots of pages
1331
- ([9befc79](https://bitbucket.org/atlassian/atlaskit/commits/9befc79))
1335
+ - fix; add prop-types as a dependency to avoid React 15.x warnings
1336
+ ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
1337
+ - feature; adds rendering of ellipsis in pagination component when there are lots of pages
1338
+ ([9befc79](https://bitbucket.org/atlassian/atlaskit/commits/9befc79))
1332
1339
 
1333
1340
  ## 2.0.0 (2017-05-24)
1334
1341
 
1335
- - conversion pass on pagination in styled-components conversion
1336
- ([b2036a6](https://bitbucket.org/atlassian/atlaskit/commits/b2036a6))
1337
- - breaking; Named export Pagination renamed to PaginationStateless for consistency and clarity.
1338
- - ISSUES CLOSED: #AK-2394
1342
+ - conversion pass on pagination in styled-components conversion
1343
+ ([b2036a6](https://bitbucket.org/atlassian/atlaskit/commits/b2036a6))
1344
+ - breaking; Named export Pagination renamed to PaginationStateless for consistency and clarity.
1345
+ - ISSUES CLOSED: #AK-2394
1339
1346
 
1340
1347
  ## 1.1.5 (2017-04-27)
1341
1348
 
1342
- - fix; update legal copy to be more clear. Not all modules include ADG
1343
- license.([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
1349
+ - fix; update legal copy to be more clear. Not all modules include ADG
1350
+ license.([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
1344
1351
 
1345
1352
  ## 1.1.4 (2017-04-26)
1346
1353
 
1347
- - fix; update legal copy and fix broken links for component README on npm. New contribution and
1348
- ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
1354
+ - fix; update legal copy and fix broken links for component README on npm. New contribution and
1355
+ ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
1349
1356
 
1350
1357
  ## 1.1.3 (2017-03-23)
1351
1358
 
1352
- - fix; Empty commit to release the component
1353
- ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
1359
+ - fix; Empty commit to release the component
1360
+ ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
1354
1361
 
1355
1362
  ## 1.1.1 (2017-03-21)
1356
1363
 
1357
- - fix; maintainers for all the packages were added
1358
- ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
1364
+ - fix; maintainers for all the packages were added
1365
+ ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
1359
1366
 
1360
1367
  ## 1.1.0 (2017-03-08)
1361
1368
 
1362
- - feature; use createError helper function from util-common package
1363
- ([3466262](https://bitbucket.org/atlassian/atlaskit/commits/3466262))
1369
+ - feature; use createError helper function from util-common package
1370
+ ([3466262](https://bitbucket.org/atlassian/atlaskit/commits/3466262))
1364
1371
 
1365
1372
  ## 1.0.4 (2017-02-28)
1366
1373
 
1367
- - fix; dummy commit to release stories
1368
- ([3df5d9f](https://bitbucket.org/atlassian/atlaskit/commits/3df5d9f))
1374
+ - fix; dummy commit to release stories
1375
+ ([3df5d9f](https://bitbucket.org/atlassian/atlaskit/commits/3df5d9f))
1369
1376
 
1370
1377
  ## 1.0.1 (2017-02-28)
1371
1378
 
1372
- - fix; dummy commit to fix broken stories and missing registry pages
1373
- ([a31e92a](https://bitbucket.org/atlassian/atlaskit/commits/a31e92a))
1374
- - changed import path for pagination in examples
1375
- ([0f6a7a6](https://bitbucket.org/atlassian/atlaskit/commits/0f6a7a6))
1379
+ - fix; dummy commit to fix broken stories and missing registry pages
1380
+ ([a31e92a](https://bitbucket.org/atlassian/atlaskit/commits/a31e92a))
1381
+ - changed import path for pagination in examples
1382
+ ([0f6a7a6](https://bitbucket.org/atlassian/atlaskit/commits/0f6a7a6))
1376
1383
 
1377
1384
  ## 1.0.1 (2017-02-28)
1378
1385
 
1379
- - fix; dummy commit to release stories for components
1380
- ([a105c02](https://bitbucket.org/atlassian/atlaskit/commits/a105c02))
1386
+ - fix; dummy commit to release stories for components
1387
+ ([a105c02](https://bitbucket.org/atlassian/atlaskit/commits/a105c02))