@atlaskit/inline-dialog 16.2.0 → 17.0.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
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/inline-dialog
|
|
2
2
|
|
|
3
|
+
## 17.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
|
|
8
|
+
[`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
|
|
9
|
+
This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
|
|
10
|
+
status of only supporting React 18 going forward. No explicit breaking change to React support has
|
|
11
|
+
been made in this release, but this is to signify going forward, breaking changes for React 16 or
|
|
12
|
+
React 17 may come via non-major semver releases.
|
|
13
|
+
|
|
14
|
+
Please refer this community post for more details:
|
|
15
|
+
https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 16.2.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -78,7 +78,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
|
|
|
78
78
|
action: 'closed',
|
|
79
79
|
componentName: 'inlineDialog',
|
|
80
80
|
packageName: "@atlaskit/inline-dialog",
|
|
81
|
-
packageVersion: "
|
|
81
|
+
packageVersion: "17.0.0"
|
|
82
82
|
});
|
|
83
83
|
|
|
84
84
|
// we put this into a ref to avoid handleCloseRequest having this as a dependency
|
|
@@ -62,7 +62,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
|
|
|
62
62
|
action: 'closed',
|
|
63
63
|
componentName: 'inlineDialog',
|
|
64
64
|
packageName: "@atlaskit/inline-dialog",
|
|
65
|
-
packageVersion: "
|
|
65
|
+
packageVersion: "17.0.0"
|
|
66
66
|
});
|
|
67
67
|
|
|
68
68
|
// we put this into a ref to avoid handleCloseRequest having this as a dependency
|
|
@@ -68,7 +68,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
|
|
|
68
68
|
action: 'closed',
|
|
69
69
|
componentName: 'inlineDialog',
|
|
70
70
|
packageName: "@atlaskit/inline-dialog",
|
|
71
|
-
packageVersion: "
|
|
71
|
+
packageVersion: "17.0.0"
|
|
72
72
|
});
|
|
73
73
|
|
|
74
74
|
// we put this into a ref to avoid handleCloseRequest having this as a dependency
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0",
|
|
4
4
|
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,35 +39,35 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@atlaskit/analytics-next": "^
|
|
43
|
-
"@atlaskit/css": "^0.
|
|
44
|
-
"@atlaskit/ds-lib": "^
|
|
45
|
-
"@atlaskit/layering": "^
|
|
42
|
+
"@atlaskit/analytics-next": "^11.0.0",
|
|
43
|
+
"@atlaskit/css": "^0.10.0",
|
|
44
|
+
"@atlaskit/ds-lib": "^4.0.0",
|
|
45
|
+
"@atlaskit/layering": "^2.0.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
|
-
"@atlaskit/popper": "^
|
|
48
|
-
"@atlaskit/theme": "^
|
|
49
|
-
"@atlaskit/tokens": "^
|
|
47
|
+
"@atlaskit/popper": "^7.0.0",
|
|
48
|
+
"@atlaskit/theme": "^17.0.0",
|
|
49
|
+
"@atlaskit/tokens": "^4.0.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@compiled/react": "^0.18.2",
|
|
52
52
|
"bind-event-listener": "^3.0.0",
|
|
53
53
|
"react-node-resolver": "^1.0.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"react": "^
|
|
56
|
+
"react": "^18.2.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@af/accessibility-testing": "*",
|
|
60
60
|
"@af/integration-testing": "*",
|
|
61
61
|
"@af/visual-regression": "*",
|
|
62
|
-
"@atlaskit/button": "^
|
|
63
|
-
"@atlaskit/datetime-picker": "^
|
|
62
|
+
"@atlaskit/button": "^21.0.0",
|
|
63
|
+
"@atlaskit/datetime-picker": "^16.0.0",
|
|
64
64
|
"@atlaskit/docs": "*",
|
|
65
|
-
"@atlaskit/dropdown-menu": "^
|
|
65
|
+
"@atlaskit/dropdown-menu": "^13.0.0",
|
|
66
66
|
"@atlaskit/link": "*",
|
|
67
|
-
"@atlaskit/modal-dialog": "^
|
|
68
|
-
"@atlaskit/primitives": "^
|
|
69
|
-
"@atlaskit/section-message": "^
|
|
70
|
-
"@atlaskit/select": "^
|
|
67
|
+
"@atlaskit/modal-dialog": "^13.0.0",
|
|
68
|
+
"@atlaskit/primitives": "^14.0.0",
|
|
69
|
+
"@atlaskit/section-message": "^8.0.0",
|
|
70
|
+
"@atlaskit/select": "^19.0.0",
|
|
71
71
|
"@atlaskit/ssr": "*",
|
|
72
72
|
"@testing-library/react": "^13.4.0",
|
|
73
73
|
"@types/react-node-resolver": "^2.0.0",
|