@atlaskit/page-header 11.2.0 → 12.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,31 @@
1
1
  # @atlaskit/page-header
2
2
 
3
+ ## 12.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#114792](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/114792)
8
+ [`738f5ba8a7a13`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/738f5ba8a7a13) -
9
+ Update dependencies.
10
+
11
+ ## 12.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
16
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
17
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
18
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
19
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
20
+ React 17 may come via non-major semver releases.
21
+
22
+ Please refer this community post for more details:
23
+ 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
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+
3
29
  ## 11.2.0
4
30
 
5
31
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  import React, { type ReactElement, type ReactNode } from 'react';
2
- export type PageHeaderProps = {
2
+ type PageHeaderProps = {
3
3
  /**
4
4
  * Contents of the action bar to be rendered next to the page title.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import React, { type ReactElement, type ReactNode } from 'react';
2
- export type PageHeaderProps = {
2
+ type PageHeaderProps = {
3
3
  /**
4
4
  * Contents of the action bar to be rendered next to the page title.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "11.2.0",
3
+ "version": "12.0.1",
4
4
  "description": "A page header defines the top of a page. It contains a title and can be optionally combined with breadcrumbs buttons, search, and filters.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,25 +25,31 @@
25
25
  "runReact18": true
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/css": "^0.9.0",
29
- "@atlaskit/primitives": "^13.6.0",
30
- "@atlaskit/tokens": "^3.3.0",
28
+ "@atlaskit/css": "^0.10.0",
29
+ "@atlaskit/primitives": "^14.1.0",
30
+ "@atlaskit/tokens": "^4.2.0",
31
31
  "@babel/runtime": "^7.0.0",
32
32
  "@compiled/react": "^0.18.2"
33
33
  },
34
34
  "peerDependencies": {
35
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
36
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
35
+ "react": "^18.2.0",
36
+ "react-dom": "^18.2.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@af/accessibility-testing": "*",
40
40
  "@af/integration-testing": "*",
41
41
  "@af/visual-regression": "*",
42
- "@atlaskit/breadcrumbs": "^14.2.0",
43
- "@atlaskit/ds-lib": "^3.5.0",
44
- "@atlaskit/page": "^12.7.0",
42
+ "@atlaskit/breadcrumbs": "^15.0.0",
43
+ "@atlaskit/button": "^21.1.0",
44
+ "@atlaskit/docs": "*",
45
+ "@atlaskit/ds-lib": "^4.0.0",
46
+ "@atlaskit/inline-edit": "^15.0.0",
47
+ "@atlaskit/link": "*",
48
+ "@atlaskit/page": "^13.0.0",
49
+ "@atlaskit/section-message": "*",
50
+ "@atlaskit/select": "^19.0.0",
45
51
  "@atlaskit/ssr": "*",
46
- "@atlaskit/textfield": "^7.0.0",
52
+ "@atlaskit/textfield": "^8.0.0",
47
53
  "@atlaskit/visual-regression": "*",
48
54
  "@testing-library/react": "^13.4.0",
49
55
  "react-dom": "^18.2.0",