@atlaskit/dynamic-table 18.3.0 → 18.3.2

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,17 @@
1
1
  # @atlaskit/dynamic-table
2
2
 
3
+ ## 18.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 18.3.0
4
16
 
5
17
  ### Minor Changes
@@ -1362,7 +1374,6 @@
1362
1374
 
1363
1375
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1364
1376
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1365
-
1366
1377
  - @atlaskit/docs@8.3.2
1367
1378
  - @atlaskit/visual-regression@0.1.9
1368
1379
  - @atlaskit/analytics-next@6.3.5
@@ -1491,7 +1502,6 @@
1491
1502
  ### Minor Changes
1492
1503
 
1493
1504
  - [minor][97a4a48f58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97a4a48f58):
1494
-
1495
1505
  - use more obvious hover background color for highlighted row
1496
1506
  - add onClick into RowType typing and add examples of its usage
1497
1507
 
@@ -1590,12 +1600,10 @@
1590
1600
  safety. Flow types are no longer provided. No behavioural changes.
1591
1601
 
1592
1602
  **Breaking changes**
1593
-
1594
1603
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
1595
1604
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
1596
1605
 
1597
1606
  **Breaking changes to TypeScript annotations**
1598
-
1599
1607
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
1600
1608
  props as a generic type.
1601
1609
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -1651,7 +1659,6 @@
1651
1659
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1652
1660
 
1653
1661
  In this PR, we are:
1654
-
1655
1662
  - Re-introducing dist build folders
1656
1663
  - Adding back cjs
1657
1664
  - Replacing es5 by cjs and es2015 by esm
@@ -1702,7 +1709,6 @@
1702
1709
  ## 13.1.0
1703
1710
 
1704
1711
  - [minor][647118a5ce](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647118a5ce):
1705
-
1706
1712
  - Added onPageRowUpdate function prop to dynamic table to be passed the currently shown table
1707
1713
  items and moved validateSortKey from the deprecated componentWillMount and
1708
1714
  componentWillRecieveProps to getDerivedStateFromProps
@@ -1710,7 +1716,6 @@
1710
1716
  ## 13.0.2
1711
1717
 
1712
1718
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1713
-
1714
1719
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
1715
1720
  Request #5942 for details
1716
1721
 
@@ -1727,7 +1732,6 @@
1727
1732
  ## 13.0.0
1728
1733
 
1729
1734
  - [major][3d95467c4b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d95467c4b):
1730
-
1731
1735
  - Dynamic table has been internally converted to TypeScript.
1732
1736
  - Drops Flow support.
1733
1737
  - TypeScript consumers will get static type safety.
@@ -1739,14 +1743,12 @@
1739
1743
  ## 12.0.0
1740
1744
 
1741
1745
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1742
-
1743
1746
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1744
1747
  this package, please ensure you use at least this version of react and react-dom.
1745
1748
 
1746
1749
  ## 11.0.4
1747
1750
 
1748
1751
  - [patch][08321f585d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/08321f585d):
1749
-
1750
1752
  - Internal changes only. Makes DynamicTable compatible with SSR.
1751
1753
 
1752
1754
  ## 11.0.3
@@ -1793,7 +1795,6 @@
1793
1795
  ## 11.0.0
1794
1796
 
1795
1797
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1796
-
1797
1798
  - Drop ES5 from all the flow modules
1798
1799
 
1799
1800
  ### Dropping CJS support in all @atlaskit packages
@@ -1838,7 +1839,6 @@
1838
1839
  ## 10.0.23
1839
1840
 
1840
1841
  - [patch][d026472527](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d026472527):
1841
-
1842
1842
  - Sorting behaviour fixed for integers. New behaviour groups datatypes with integers first, then
1843
1843
  strings, then other values, and sorting is performed within those groups.
1844
1844
  - Fixed sorting for strings; lowercase, uppercase and accented characters will be treated as
@@ -1877,7 +1877,6 @@
1877
1877
  ## 10.0.19
1878
1878
 
1879
1879
  - [patch][492b8ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/492b8ea):
1880
-
1881
1880
  - Added `colspan` to cell type. Added example using `colspan`.
1882
1881
 
1883
1882
  ## 10.0.18
@@ -1896,13 +1895,11 @@
1896
1895
  ## 10.0.17
1897
1896
 
1898
1897
  - [patch][abd3a39](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abd3a39):
1899
-
1900
1898
  - Bump react-beautiful-dnd dependency to v10.0.2
1901
1899
 
1902
1900
  ## 10.0.16
1903
1901
 
1904
1902
  - [patch][85b3592](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85b3592):
1905
-
1906
1903
  - Passes analytics event through onSetPage prop when pagination component is clicked on
1907
1904
 
1908
1905
  ## 10.0.15
@@ -85,14 +85,14 @@ var DynamicTable = function DynamicTable(_ref) {
85
85
  action: 'sorted',
86
86
  componentName: 'dynamicTable',
87
87
  packageName: "@atlaskit/dynamic-table",
88
- packageVersion: "18.2.18"
88
+ packageVersion: "18.3.1"
89
89
  });
90
90
  var onRankEnd = (0, _analyticsNext.usePlatformLeafEventHandler)({
91
91
  fn: providedOnRankEnd,
92
92
  action: 'ranked',
93
93
  componentName: 'dynamicTable',
94
94
  packageName: "@atlaskit/dynamic-table",
95
- packageVersion: "18.2.18"
95
+ packageVersion: "18.3.1"
96
96
  });
97
97
  (0, _react.useEffect)(function () {
98
98
  (0, _helpers.validateSortKey)(sortKey, head);
@@ -60,14 +60,14 @@ const DynamicTable = ({
60
60
  action: 'sorted',
61
61
  componentName: 'dynamicTable',
62
62
  packageName: "@atlaskit/dynamic-table",
63
- packageVersion: "18.2.18"
63
+ packageVersion: "18.3.1"
64
64
  });
65
65
  const onRankEnd = usePlatformLeafEventHandler({
66
66
  fn: providedOnRankEnd,
67
67
  action: 'ranked',
68
68
  componentName: 'dynamicTable',
69
69
  packageName: "@atlaskit/dynamic-table",
70
- packageVersion: "18.2.18"
70
+ packageVersion: "18.3.1"
71
71
  });
72
72
  useEffect(() => {
73
73
  validateSortKey(sortKey, head);
@@ -76,14 +76,14 @@ var DynamicTable = function DynamicTable(_ref) {
76
76
  action: 'sorted',
77
77
  componentName: 'dynamicTable',
78
78
  packageName: "@atlaskit/dynamic-table",
79
- packageVersion: "18.2.18"
79
+ packageVersion: "18.3.1"
80
80
  });
81
81
  var onRankEnd = usePlatformLeafEventHandler({
82
82
  fn: providedOnRankEnd,
83
83
  action: 'ranked',
84
84
  componentName: 'dynamicTable',
85
85
  packageName: "@atlaskit/dynamic-table",
86
- packageVersion: "18.2.18"
86
+ packageVersion: "18.3.1"
87
87
  });
88
88
  useEffect(function () {
89
89
  validateSortKey(sortKey, head);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "18.3.0",
3
+ "version": "18.3.2",
4
4
  "description": "A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,18 +34,18 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@atlaskit/analytics-next": "^11.1.0",
37
- "@atlaskit/css": "^0.14.0",
37
+ "@atlaskit/css": "^0.15.0",
38
38
  "@atlaskit/ds-lib": "^5.1.0",
39
- "@atlaskit/icon": "^28.3.0",
39
+ "@atlaskit/icon": "^28.5.0",
40
40
  "@atlaskit/pagination": "^16.1.0",
41
41
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^2.0.0",
42
- "@atlaskit/primitives": "^14.15.0",
42
+ "@atlaskit/primitives": "^15.0.0",
43
43
  "@atlaskit/spinner": "^19.0.0",
44
44
  "@atlaskit/theme": "^21.0.0",
45
- "@atlaskit/tokens": "^6.4.0",
45
+ "@atlaskit/tokens": "^7.0.0",
46
46
  "@atlaskit/tooltip": "^20.5.0",
47
47
  "@babel/runtime": "^7.0.0",
48
- "@compiled/react": "^0.18.3"
48
+ "@compiled/react": "^0.18.6"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^18.2.0",
@@ -55,10 +55,10 @@
55
55
  "@af/accessibility-testing": "workspace:^",
56
56
  "@af/integration-testing": "workspace:^",
57
57
  "@af/visual-regression": "workspace:^",
58
- "@atlaskit/avatar": "^25.3.0",
58
+ "@atlaskit/avatar": "^25.4.0",
59
59
  "@atlaskit/banner": "^14.0.0",
60
60
  "@atlaskit/button": "^23.5.0",
61
- "@atlaskit/docs": "^11.1.0",
61
+ "@atlaskit/docs": "^11.2.0",
62
62
  "@atlaskit/drawer": "^11.0.0",
63
63
  "@atlaskit/dropdown-menu": "^16.3.0",
64
64
  "@atlaskit/link": "^3.2.0",