@atlaskit/table-tree 10.0.10 → 10.1.0
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 +12 -0
- package/dist/cjs/components/row.js +2 -2
- package/dist/es2019/components/row.js +2 -2
- package/dist/esm/components/row.js +2 -2
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/table-tree
|
|
2
2
|
|
|
3
|
+
## 10.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
|
|
8
|
+
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
|
|
9
|
+
Update `React` from v16 to v18
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 10.0.10
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -69,7 +69,7 @@ function Row(_ref) {
|
|
|
69
69
|
actionSubject: 'tableTree',
|
|
70
70
|
componentName: 'row',
|
|
71
71
|
packageName: "@atlaskit/table-tree",
|
|
72
|
-
packageVersion: "10.0
|
|
72
|
+
packageVersion: "10.1.0"
|
|
73
73
|
});
|
|
74
74
|
var onCollapse = (0, _analyticsNext.usePlatformLeafEventHandler)({
|
|
75
75
|
fn: function fn(value) {
|
|
@@ -79,7 +79,7 @@ function Row(_ref) {
|
|
|
79
79
|
actionSubject: 'tableTree',
|
|
80
80
|
componentName: 'row',
|
|
81
81
|
packageName: "@atlaskit/table-tree",
|
|
82
|
-
packageVersion: "10.0
|
|
82
|
+
packageVersion: "10.1.0"
|
|
83
83
|
});
|
|
84
84
|
|
|
85
85
|
/**
|
|
@@ -53,7 +53,7 @@ function Row({
|
|
|
53
53
|
actionSubject: 'tableTree',
|
|
54
54
|
componentName: 'row',
|
|
55
55
|
packageName: "@atlaskit/table-tree",
|
|
56
|
-
packageVersion: "10.0
|
|
56
|
+
packageVersion: "10.1.0"
|
|
57
57
|
});
|
|
58
58
|
const onCollapse = usePlatformLeafEventHandler({
|
|
59
59
|
fn: value => providedOnCollapse && providedOnCollapse(value),
|
|
@@ -61,7 +61,7 @@ function Row({
|
|
|
61
61
|
actionSubject: 'tableTree',
|
|
62
62
|
componentName: 'row',
|
|
63
63
|
packageName: "@atlaskit/table-tree",
|
|
64
|
-
packageVersion: "10.0
|
|
64
|
+
packageVersion: "10.1.0"
|
|
65
65
|
});
|
|
66
66
|
|
|
67
67
|
/**
|
|
@@ -58,7 +58,7 @@ function Row(_ref) {
|
|
|
58
58
|
actionSubject: 'tableTree',
|
|
59
59
|
componentName: 'row',
|
|
60
60
|
packageName: "@atlaskit/table-tree",
|
|
61
|
-
packageVersion: "10.0
|
|
61
|
+
packageVersion: "10.1.0"
|
|
62
62
|
});
|
|
63
63
|
var onCollapse = usePlatformLeafEventHandler({
|
|
64
64
|
fn: function fn(value) {
|
|
@@ -68,7 +68,7 @@ function Row(_ref) {
|
|
|
68
68
|
actionSubject: 'tableTree',
|
|
69
69
|
componentName: 'row',
|
|
70
70
|
packageName: "@atlaskit/table-tree",
|
|
71
|
-
packageVersion: "10.0
|
|
71
|
+
packageVersion: "10.1.0"
|
|
72
72
|
});
|
|
73
73
|
|
|
74
74
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table-tree",
|
|
3
|
-
"version": "10.0
|
|
3
|
+
"version": "10.1.0",
|
|
4
4
|
"description": "A table tree is an expandable table for showing nested hierarchies of information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"runReact18": true
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@atlaskit/analytics-next": "^10.
|
|
29
|
-
"@atlaskit/button": "^20.
|
|
30
|
-
"@atlaskit/ds-lib": "^3.
|
|
31
|
-
"@atlaskit/icon": "^23.
|
|
32
|
-
"@atlaskit/spinner": "^17.
|
|
33
|
-
"@atlaskit/theme": "^14.
|
|
34
|
-
"@atlaskit/tokens": "^3.
|
|
28
|
+
"@atlaskit/analytics-next": "^10.3.0",
|
|
29
|
+
"@atlaskit/button": "^20.4.0",
|
|
30
|
+
"@atlaskit/ds-lib": "^3.5.0",
|
|
31
|
+
"@atlaskit/icon": "^23.5.0",
|
|
32
|
+
"@atlaskit/spinner": "^17.1.0",
|
|
33
|
+
"@atlaskit/theme": "^14.1.0",
|
|
34
|
+
"@atlaskit/tokens": "^3.3.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@emotion/react": "^11.7.1",
|
|
37
37
|
"lodash": "^4.17.21"
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"@af/visual-regression": "*",
|
|
46
46
|
"@atlaskit/ssr": "*",
|
|
47
47
|
"@atlaskit/visual-regression": "*",
|
|
48
|
-
"@atlaskit/visually-hidden": "^1.
|
|
48
|
+
"@atlaskit/visually-hidden": "^1.6.0",
|
|
49
49
|
"@emotion/styled": "^11.0.0",
|
|
50
|
-
"@testing-library/react": "^
|
|
50
|
+
"@testing-library/react": "^13.4.0",
|
|
51
51
|
"@testing-library/user-event": "^14.4.3",
|
|
52
52
|
"@types/react-redux": "^5.0.0",
|
|
53
53
|
"exenv": "^1.2.2",
|
|
54
|
-
"react-dom": "^
|
|
54
|
+
"react-dom": "^18.2.0",
|
|
55
55
|
"react-redux": "^5.1.2",
|
|
56
56
|
"redux": "^3.7.2",
|
|
57
57
|
"redux-thunk": "^2.3.0"
|