@atlaskit/page-layout 3.12.5 → 4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.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
  ## 3.12.5
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "3.12.5",
3
+ "version": "4.0.1",
4
4
  "description": "A collection of components which let you compose an application's page layout.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,38 +41,38 @@
41
41
  },
42
42
  "homepage": "https://atlassian.design/components/page-layout/",
43
43
  "dependencies": {
44
- "@atlaskit/ds-lib": "^3.5.0",
45
- "@atlaskit/icon": "^23.9.0",
46
- "@atlaskit/link": "^2.1.0",
47
- "@atlaskit/motion": "^3.0.0",
44
+ "@atlaskit/ds-lib": "^4.0.0",
45
+ "@atlaskit/icon": "^24.1.0",
46
+ "@atlaskit/link": "^3.0.0",
47
+ "@atlaskit/motion": "^5.0.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
- "@atlaskit/primitives": "^13.5.0",
50
- "@atlaskit/theme": "^16.0.0",
51
- "@atlaskit/tokens": "^3.3.0",
49
+ "@atlaskit/primitives": "^14.1.0",
50
+ "@atlaskit/theme": "^17.0.0",
51
+ "@atlaskit/tokens": "^4.2.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1",
54
54
  "bind-event-listener": "^3.0.0",
55
55
  "raf-schd": "^4.0.3"
56
56
  },
57
57
  "peerDependencies": {
58
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
59
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
58
+ "react": "^18.2.0",
59
+ "react-dom": "^18.2.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@af/accessibility-testing": "*",
63
63
  "@af/integration-testing": "*",
64
- "@atlaskit/atlassian-navigation": "^4.11.0",
65
- "@atlaskit/atlassian-notifications": "^0.6.0",
66
- "@atlaskit/drawer": "^9.4.0",
67
- "@atlaskit/logo": "^15.3.0",
68
- "@atlaskit/menu": "^2.14.0",
69
- "@atlaskit/notification-indicator": "^9.5.0",
64
+ "@atlaskit/atlassian-navigation": "^5.0.0",
65
+ "@atlaskit/atlassian-notifications": "^0.7.0",
66
+ "@atlaskit/drawer": "^10.0.0",
67
+ "@atlaskit/logo": "^16.0.0",
68
+ "@atlaskit/menu": "^3.0.0",
69
+ "@atlaskit/notification-indicator": "^10.0.0",
70
70
  "@atlaskit/notification-log-client": "^6.2.0",
71
- "@atlaskit/popup": "^1.31.0",
72
- "@atlaskit/side-navigation": "^4.2.0",
71
+ "@atlaskit/popup": "^2.0.0",
72
+ "@atlaskit/side-navigation": "^5.0.0",
73
73
  "@atlaskit/ssr": "*",
74
- "@atlaskit/toggle": "^14.1.0",
75
- "@atlaskit/tooltip": "^19.1.0",
74
+ "@atlaskit/toggle": "^15.0.0",
75
+ "@atlaskit/tooltip": "^20.0.0",
76
76
  "@atlaskit/visual-regression": "*",
77
77
  "@testing-library/dom": "^10.1.0",
78
78
  "@testing-library/react": "^13.4.0",