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