@atlaskit/pagination 16.1.13 → 16.1.14

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 16.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 16.1.13
4
10
 
5
11
  ### Patch Changes
@@ -857,7 +863,6 @@
857
863
  - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
858
864
  [`517850f6451`](https://bitbucket.org/atlassian/atlassian-frontend/commits/517850f6451) - In this
859
865
  version we made pagination dramatically faster and lighter 🤩
860
-
861
866
  - General performance improvements.
862
867
  - Accesbility improvemnts (Change Pagination wrapper tag from div to nav).
863
868
  - Changed to on demand dyanmic generation of page components for better performance.
@@ -1043,7 +1048,6 @@
1043
1048
 
1044
1049
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1045
1050
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1046
-
1047
1051
  - @atlaskit/docs@8.3.2
1048
1052
  - @atlaskit/visual-regression@0.1.9
1049
1053
  - @atlaskit/analytics-next@6.3.5
@@ -1143,12 +1147,10 @@
1143
1147
  safety. Flow types are no longer provided. No behavioural changes.
1144
1148
 
1145
1149
  **Breaking changes**
1146
-
1147
1150
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
1148
1151
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
1149
1152
 
1150
1153
  **Breaking changes to TypeScript annotations**
1151
-
1152
1154
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
1153
1155
  props as a generic type.
1154
1156
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -1189,7 +1191,6 @@
1189
1191
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1190
1192
 
1191
1193
  In this PR, we are:
1192
-
1193
1194
  - Re-introducing dist build folders
1194
1195
  - Adding back cjs
1195
1196
  - Replacing es5 by cjs and es2015 by esm
@@ -1258,14 +1259,12 @@
1258
1259
  ## 12.0.1
1259
1260
 
1260
1261
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1261
-
1262
1262
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
1263
1263
  Request #5942 for details
1264
1264
 
1265
1265
  ## 12.0.0
1266
1266
 
1267
1267
  - [major][8c65f23d32](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8c65f23d32):
1268
-
1269
1268
  - @atlaskit/pagination has been converted to Typescript. Typescript consumers will now get static
1270
1269
  type safety. Flow types are no longer provided. No API or behavioural changes.
1271
1270
 
@@ -1287,7 +1286,6 @@
1287
1286
  ## 11.0.0
1288
1287
 
1289
1288
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1290
-
1291
1289
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1292
1290
  this package, please ensure you use at least this version of react and react-dom.
1293
1291
 
@@ -1317,7 +1315,6 @@
1317
1315
  ## 10.0.2
1318
1316
 
1319
1317
  - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
1320
-
1321
1318
  - Removes duplicate babel-runtime dependency
1322
1319
 
1323
1320
  ## 10.0.1
@@ -1335,7 +1332,6 @@
1335
1332
  ## 10.0.0
1336
1333
 
1337
1334
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1338
-
1339
1335
  - Drop ES5 from all the flow modules
1340
1336
 
1341
1337
  ### Dropping CJS support in all @atlaskit packages
@@ -1400,7 +1396,6 @@
1400
1396
  - [major][1a09599](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a09599):
1401
1397
 
1402
1398
  New features in this release of @atlaskit/pagination
1403
-
1404
1399
  - Ability to extend the pagination UI with custom components
1405
1400
  - Control the maximum number of pages to be displayed
1406
1401
  - Ability to customise the logic to collapse the pagination affordance
@@ -34,7 +34,7 @@ var styles = {
34
34
  var analyticsAttributes = {
35
35
  componentName: 'pagination',
36
36
  packageName: "@atlaskit/pagination",
37
- packageVersion: "0.0.0-development"
37
+ packageVersion: "16.1.13"
38
38
  };
39
39
  function NavigatorIcon(_ref) {
40
40
  var chevronDirection = _ref.chevronDirection;
@@ -21,7 +21,7 @@ const styles = {
21
21
  const analyticsAttributes = {
22
22
  componentName: 'pagination',
23
23
  packageName: "@atlaskit/pagination",
24
- packageVersion: "0.0.0-development"
24
+ packageVersion: "16.1.13"
25
25
  };
26
26
  function NavigatorIcon({
27
27
  chevronDirection
@@ -25,7 +25,7 @@ var styles = {
25
25
  var analyticsAttributes = {
26
26
  componentName: 'pagination',
27
27
  packageName: "@atlaskit/pagination",
28
- packageVersion: "0.0.0-development"
28
+ packageVersion: "16.1.13"
29
29
  };
30
30
  function NavigatorIcon(_ref) {
31
31
  var chevronDirection = _ref.chevronDirection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "16.1.13",
3
+ "version": "16.1.14",
4
4
  "description": "Pagination allows you to divide large amounts of content into smaller chunks across multiple pages.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/ds-lib": "^5.1.0",
40
40
  "@atlaskit/icon": "^28.5.0",
41
41
  "@atlaskit/primitives": "^15.0.0",
42
- "@atlaskit/tokens": "^6.5.0",
42
+ "@atlaskit/tokens": "^7.0.0",
43
43
  "@atlaskit/visually-hidden": "^3.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "memoize-one": "^6.0.0"
@@ -52,7 +52,7 @@
52
52
  "@af/integration-testing": "workspace:^",
53
53
  "@af/visual-regression": "workspace:^",
54
54
  "@atlaskit/code": "^17.2.0",
55
- "@atlaskit/docs": "^11.1.0",
55
+ "@atlaskit/docs": "^11.2.0",
56
56
  "@atlaskit/heading": "^5.2.0",
57
57
  "@atlaskit/link": "^3.2.0",
58
58
  "@atlaskit/section-message": "^8.7.0",