@atlaskit/help-layout 4.5.2 → 5.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/help-layout
2
2
 
3
+ ## 5.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
  ## 4.5.2
4
22
 
5
23
  ### Patch Changes
@@ -14,5 +14,5 @@ var createAndFire = exports.createAndFire = x.createAndFireEvent('atlaskit');
14
14
  var defaultAnalyticsAttributes = exports.defaultAnalyticsAttributes = {
15
15
  componentName: 'helpPanel',
16
16
  packageName: "@atlaskit/help-layout",
17
- packageVersion: "4.5.2"
17
+ packageVersion: "5.0.0"
18
18
  };
@@ -76,7 +76,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
76
76
  data: {
77
77
  componentName: 'backButton',
78
78
  packageName: "@atlaskit/help-layout",
79
- packageVersion: "4.5.2"
79
+ packageVersion: "5.0.0"
80
80
  }
81
81
  }, /*#__PURE__*/_react.default.createElement(BackButton, props));
82
82
  };
@@ -64,7 +64,7 @@ var CloseButtonWithContext = function CloseButtonWithContext(props) {
64
64
  data: {
65
65
  componentName: 'closeButton',
66
66
  packageName: "@atlaskit/help-layout",
67
- packageVersion: "4.5.2"
67
+ packageVersion: "5.0.0"
68
68
  }
69
69
  }, /*#__PURE__*/_react.default.createElement(CloseButton, props));
70
70
  };
@@ -5,5 +5,5 @@ export const createAndFire = x.createAndFireEvent('atlaskit');
5
5
  export const defaultAnalyticsAttributes = {
6
6
  componentName: 'helpPanel',
7
7
  packageName: "@atlaskit/help-layout",
8
- packageVersion: "4.5.2"
8
+ packageVersion: "5.0.0"
9
9
  };
@@ -72,7 +72,7 @@ const BackButtonWithContext = props => {
72
72
  data: {
73
73
  componentName: 'backButton',
74
74
  packageName: "@atlaskit/help-layout",
75
- packageVersion: "4.5.2"
75
+ packageVersion: "5.0.0"
76
76
  }
77
77
  }, /*#__PURE__*/React.createElement(BackButton, props));
78
78
  };
@@ -61,7 +61,7 @@ const CloseButtonWithContext = props => {
61
61
  data: {
62
62
  componentName: 'closeButton',
63
63
  packageName: "@atlaskit/help-layout",
64
- packageVersion: "4.5.2"
64
+ packageVersion: "5.0.0"
65
65
  }
66
66
  }, /*#__PURE__*/React.createElement(CloseButton, props));
67
67
  };
@@ -5,5 +5,5 @@ export var createAndFire = x.createAndFireEvent('atlaskit');
5
5
  export var defaultAnalyticsAttributes = {
6
6
  componentName: 'helpPanel',
7
7
  packageName: "@atlaskit/help-layout",
8
- packageVersion: "4.5.2"
8
+ packageVersion: "5.0.0"
9
9
  };
@@ -69,7 +69,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
69
69
  data: {
70
70
  componentName: 'backButton',
71
71
  packageName: "@atlaskit/help-layout",
72
- packageVersion: "4.5.2"
72
+ packageVersion: "5.0.0"
73
73
  }
74
74
  }, /*#__PURE__*/React.createElement(BackButton, props));
75
75
  };
@@ -57,7 +57,7 @@ var CloseButtonWithContext = function CloseButtonWithContext(props) {
57
57
  data: {
58
58
  componentName: 'closeButton',
59
59
  packageName: "@atlaskit/help-layout",
60
- packageVersion: "4.5.2"
60
+ packageVersion: "5.0.0"
61
61
  }
62
62
  }, /*#__PURE__*/React.createElement(CloseButton, props));
63
63
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "4.5.2",
3
+ "version": "5.0.0",
4
4
  "description": "Layout for the atlaskit/help component.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,20 +30,20 @@
30
30
  "runReact18": true
31
31
  },
32
32
  "dependencies": {
33
- "@atlaskit/analytics-next": "^10.3.0",
34
- "@atlaskit/button": "^20.5.0",
35
- "@atlaskit/icon": "^23.9.0",
36
- "@atlaskit/theme": "^16.0.0",
37
- "@atlaskit/tokens": "^3.3.0",
38
- "@atlaskit/tooltip": "^19.1.0",
33
+ "@atlaskit/analytics-next": "^11.0.0",
34
+ "@atlaskit/button": "^21.0.0",
35
+ "@atlaskit/icon": "^24.0.0",
36
+ "@atlaskit/theme": "^17.0.0",
37
+ "@atlaskit/tokens": "^4.0.0",
38
+ "@atlaskit/tooltip": "^20.0.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@emotion/react": "^11.7.1",
41
41
  "@emotion/styled": "^11.0.0",
42
42
  "react-transition-group": "^4.4.1"
43
43
  },
44
44
  "peerDependencies": {
45
- "react": "^16.8.0 || ^17.0.0 || ^18.2.0",
46
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.2.0",
45
+ "react": "^18.2.0",
46
+ "react-dom": "^18.2.0",
47
47
  "react-intl-next": "npm:react-intl@^5.18.1",
48
48
  "styled-components": "^3.2.6"
49
49
  },