@atlaskit/dynamic-table 18.3.1 → 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,11 @@
1
1
  # @atlaskit/dynamic-table
2
2
 
3
+ ## 18.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.3.1
4
10
 
5
11
  ### Patch Changes
@@ -1368,7 +1374,6 @@
1368
1374
 
1369
1375
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1370
1376
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1371
-
1372
1377
  - @atlaskit/docs@8.3.2
1373
1378
  - @atlaskit/visual-regression@0.1.9
1374
1379
  - @atlaskit/analytics-next@6.3.5
@@ -1497,7 +1502,6 @@
1497
1502
  ### Minor Changes
1498
1503
 
1499
1504
  - [minor][97a4a48f58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97a4a48f58):
1500
-
1501
1505
  - use more obvious hover background color for highlighted row
1502
1506
  - add onClick into RowType typing and add examples of its usage
1503
1507
 
@@ -1596,12 +1600,10 @@
1596
1600
  safety. Flow types are no longer provided. No behavioural changes.
1597
1601
 
1598
1602
  **Breaking changes**
1599
-
1600
1603
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
1601
1604
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
1602
1605
 
1603
1606
  **Breaking changes to TypeScript annotations**
1604
-
1605
1607
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
1606
1608
  props as a generic type.
1607
1609
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -1657,7 +1659,6 @@
1657
1659
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1658
1660
 
1659
1661
  In this PR, we are:
1660
-
1661
1662
  - Re-introducing dist build folders
1662
1663
  - Adding back cjs
1663
1664
  - Replacing es5 by cjs and es2015 by esm
@@ -1708,7 +1709,6 @@
1708
1709
  ## 13.1.0
1709
1710
 
1710
1711
  - [minor][647118a5ce](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647118a5ce):
1711
-
1712
1712
  - Added onPageRowUpdate function prop to dynamic table to be passed the currently shown table
1713
1713
  items and moved validateSortKey from the deprecated componentWillMount and
1714
1714
  componentWillRecieveProps to getDerivedStateFromProps
@@ -1716,7 +1716,6 @@
1716
1716
  ## 13.0.2
1717
1717
 
1718
1718
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1719
-
1720
1719
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
1721
1720
  Request #5942 for details
1722
1721
 
@@ -1733,7 +1732,6 @@
1733
1732
  ## 13.0.0
1734
1733
 
1735
1734
  - [major][3d95467c4b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d95467c4b):
1736
-
1737
1735
  - Dynamic table has been internally converted to TypeScript.
1738
1736
  - Drops Flow support.
1739
1737
  - TypeScript consumers will get static type safety.
@@ -1745,14 +1743,12 @@
1745
1743
  ## 12.0.0
1746
1744
 
1747
1745
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1748
-
1749
1746
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1750
1747
  this package, please ensure you use at least this version of react and react-dom.
1751
1748
 
1752
1749
  ## 11.0.4
1753
1750
 
1754
1751
  - [patch][08321f585d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/08321f585d):
1755
-
1756
1752
  - Internal changes only. Makes DynamicTable compatible with SSR.
1757
1753
 
1758
1754
  ## 11.0.3
@@ -1799,7 +1795,6 @@
1799
1795
  ## 11.0.0
1800
1796
 
1801
1797
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1802
-
1803
1798
  - Drop ES5 from all the flow modules
1804
1799
 
1805
1800
  ### Dropping CJS support in all @atlaskit packages
@@ -1844,7 +1839,6 @@
1844
1839
  ## 10.0.23
1845
1840
 
1846
1841
  - [patch][d026472527](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d026472527):
1847
-
1848
1842
  - Sorting behaviour fixed for integers. New behaviour groups datatypes with integers first, then
1849
1843
  strings, then other values, and sorting is performed within those groups.
1850
1844
  - Fixed sorting for strings; lowercase, uppercase and accented characters will be treated as
@@ -1883,7 +1877,6 @@
1883
1877
  ## 10.0.19
1884
1878
 
1885
1879
  - [patch][492b8ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/492b8ea):
1886
-
1887
1880
  - Added `colspan` to cell type. Added example using `colspan`.
1888
1881
 
1889
1882
  ## 10.0.18
@@ -1902,13 +1895,11 @@
1902
1895
  ## 10.0.17
1903
1896
 
1904
1897
  - [patch][abd3a39](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abd3a39):
1905
-
1906
1898
  - Bump react-beautiful-dnd dependency to v10.0.2
1907
1899
 
1908
1900
  ## 10.0.16
1909
1901
 
1910
1902
  - [patch][85b3592](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85b3592):
1911
-
1912
1903
  - Passes analytics event through onSetPage prop when pagination component is clicked on
1913
1904
 
1914
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: "0.0.0-development"
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: "0.0.0-development"
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: "0.0.0-development"
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: "0.0.0-development"
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: "0.0.0-development"
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: "0.0.0-development"
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.1",
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/"
@@ -42,10 +42,10 @@
42
42
  "@atlaskit/primitives": "^15.0.0",
43
43
  "@atlaskit/spinner": "^19.0.0",
44
44
  "@atlaskit/theme": "^21.0.0",
45
- "@atlaskit/tokens": "^6.5.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",
@@ -58,7 +58,7 @@
58
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",