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