@atlaskit/table-tree 9.11.1 → 9.12.1
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 +22 -0
- package/dist/cjs/components/row.js +1 -1
- package/dist/es2019/components/row.js +1 -1
- package/dist/esm/components/row.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/table-tree
|
|
2
2
|
|
|
3
|
+
## 9.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 9.12.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
|
|
14
|
+
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
|
|
15
|
+
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
|
|
16
|
+
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
|
|
17
|
+
|
|
18
|
+
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
|
|
19
|
+
dependency range for `react` and `react-dom` for `/platform` packages.
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
3
25
|
## 9.11.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -31,7 +31,7 @@ var treeRowClickableStyles = (0, _react2.css)({
|
|
|
31
31
|
cursor: 'pointer'
|
|
32
32
|
});
|
|
33
33
|
var packageName = "@atlaskit/table-tree";
|
|
34
|
-
var packageVersion = "9.
|
|
34
|
+
var packageVersion = "9.12.1";
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
37
|
* This is hard-coded here because our actual <TableTree /> has no typings
|
|
@@ -17,7 +17,7 @@ const treeRowClickableStyles = css({
|
|
|
17
17
|
cursor: 'pointer'
|
|
18
18
|
});
|
|
19
19
|
const packageName = "@atlaskit/table-tree";
|
|
20
|
-
const packageVersion = "9.
|
|
20
|
+
const packageVersion = "9.12.1";
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* This is hard-coded here because our actual <TableTree /> has no typings
|
|
@@ -25,7 +25,7 @@ var treeRowClickableStyles = css({
|
|
|
25
25
|
cursor: 'pointer'
|
|
26
26
|
});
|
|
27
27
|
var packageName = "@atlaskit/table-tree";
|
|
28
|
-
var packageVersion = "9.
|
|
28
|
+
var packageVersion = "9.12.1";
|
|
29
29
|
|
|
30
30
|
/**
|
|
31
31
|
* This is hard-coded here because our actual <TableTree /> has no typings
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table-tree",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.12.1",
|
|
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/"
|
|
@@ -27,26 +27,26 @@
|
|
|
27
27
|
"runReact18": true
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@atlaskit/analytics-next": "^10.
|
|
31
|
-
"@atlaskit/button": "^19.
|
|
32
|
-
"@atlaskit/icon": "^22.
|
|
33
|
-
"@atlaskit/spinner": "^16.
|
|
34
|
-
"@atlaskit/theme": "^
|
|
35
|
-
"@atlaskit/tokens": "^1.
|
|
30
|
+
"@atlaskit/analytics-next": "^10.1.0",
|
|
31
|
+
"@atlaskit/button": "^19.2.0",
|
|
32
|
+
"@atlaskit/icon": "^22.12.0",
|
|
33
|
+
"@atlaskit/spinner": "^16.3.0",
|
|
34
|
+
"@atlaskit/theme": "^13.0.0",
|
|
35
|
+
"@atlaskit/tokens": "^1.58.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
37
|
"@emotion/react": "^11.7.1",
|
|
38
38
|
"lodash": "^4.17.21"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"react": "^16.8.0 || ^17.0.0 ||
|
|
41
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@af/accessibility-testing": "*",
|
|
45
45
|
"@af/visual-regression": "*",
|
|
46
|
-
"@atlaskit/ds-lib": "^2.
|
|
46
|
+
"@atlaskit/ds-lib": "^2.4.0",
|
|
47
47
|
"@atlaskit/ssr": "*",
|
|
48
48
|
"@atlaskit/visual-regression": "*",
|
|
49
|
-
"@atlaskit/visually-hidden": "^1.
|
|
49
|
+
"@atlaskit/visually-hidden": "^1.5.0",
|
|
50
50
|
"@emotion/styled": "^11.0.0",
|
|
51
51
|
"@testing-library/react": "^12.1.5",
|
|
52
52
|
"@testing-library/user-event": "^14.4.3",
|