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