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