@atlaskit/inline-dialog 16.2.0 → 17.0.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 CHANGED
@@ -1,5 +1,29 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 17.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 17.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
14
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
15
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
16
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
17
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
18
+ React 17 may come via non-major semver releases.
19
+
20
+ Please refer this community post for more details:
21
+ 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
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 16.2.0
4
28
 
5
29
  ### 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: "16.2.0"
81
+ packageVersion: "17.0.1"
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: "16.2.0"
65
+ packageVersion: "17.0.1"
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: "16.2.0"
71
+ packageVersion: "17.0.1"
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": "16.2.0",
3
+ "version": "17.0.1",
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": "^10.3.0",
43
- "@atlaskit/css": "^0.9.0",
44
- "@atlaskit/ds-lib": "^3.5.0",
45
- "@atlaskit/layering": "^1.1.0",
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": "^6.4.0",
48
- "@atlaskit/theme": "^16.0.0",
49
- "@atlaskit/tokens": "^3.3.0",
47
+ "@atlaskit/popper": "^7.0.0",
48
+ "@atlaskit/theme": "^18.0.0",
49
+ "@atlaskit/tokens": "^4.3.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": "^16.8.0 || ^17.0.0 || ^18.0.0"
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": "^20.5.0",
63
- "@atlaskit/datetime-picker": "^15.13.0",
62
+ "@atlaskit/button": "^21.1.0",
63
+ "@atlaskit/datetime-picker": "^16.0.0",
64
64
  "@atlaskit/docs": "*",
65
- "@atlaskit/dropdown-menu": "^12.26.0",
65
+ "@atlaskit/dropdown-menu": "^13.0.0",
66
66
  "@atlaskit/link": "*",
67
- "@atlaskit/modal-dialog": "^12.20.0",
68
- "@atlaskit/primitives": "^13.6.0",
69
- "@atlaskit/section-message": "^6.9.0",
70
- "@atlaskit/select": "^18.10.0",
67
+ "@atlaskit/modal-dialog": "^13.0.0",
68
+ "@atlaskit/primitives": "^14.1.0",
69
+ "@atlaskit/section-message": "^8.0.0",
70
+ "@atlaskit/select": "^20.0.0",
71
71
  "@atlaskit/ssr": "*",
72
72
  "@testing-library/react": "^13.4.0",
73
73
  "@types/react-node-resolver": "^2.0.0",