@atlaskit/link-create 2.16.0 → 3.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/link-create
|
|
2
2
|
|
|
3
|
+
## 3.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
|
## 2.16.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -16,7 +16,7 @@ var CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
16
16
|
var LINK_CREATE_FORM_POST_CREATE_FIELD = exports.LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
17
17
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
18
18
|
packageName: "@atlaskit/link-create" || '',
|
|
19
|
-
packageVersion: "
|
|
19
|
+
packageVersion: "3.0.0" || '',
|
|
20
20
|
component: COMPONENT_NAME,
|
|
21
21
|
componentName: COMPONENT_NAME
|
|
22
22
|
};
|
|
@@ -10,7 +10,7 @@ export const CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
10
10
|
export const LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
11
11
|
export const PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/link-create" || '',
|
|
13
|
-
packageVersion: "
|
|
13
|
+
packageVersion: "3.0.0" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
|
@@ -10,7 +10,7 @@ export var CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
|
|
|
10
10
|
export var LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
|
|
11
11
|
export var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/link-create" || '',
|
|
13
|
-
packageVersion: "
|
|
13
|
+
packageVersion: "3.0.0" || '',
|
|
14
14
|
component: COMPONENT_NAME,
|
|
15
15
|
componentName: COMPONENT_NAME
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,26 +36,26 @@
|
|
|
36
36
|
".": "./src/index.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@atlaskit/analytics-next": "^
|
|
40
|
-
"@atlaskit/atlassian-context": "^0.
|
|
41
|
-
"@atlaskit/button": "^
|
|
42
|
-
"@atlaskit/css": "^0.
|
|
43
|
-
"@atlaskit/empty-state": "^
|
|
44
|
-
"@atlaskit/form": "^
|
|
45
|
-
"@atlaskit/icon": "^
|
|
46
|
-
"@atlaskit/icon-file-type": "^
|
|
47
|
-
"@atlaskit/intl-messages-provider": "^
|
|
48
|
-
"@atlaskit/layering": "^
|
|
49
|
-
"@atlaskit/linking-common": "^
|
|
50
|
-
"@atlaskit/modal-dialog": "^
|
|
39
|
+
"@atlaskit/analytics-next": "^11.0.0",
|
|
40
|
+
"@atlaskit/atlassian-context": "^0.2.0",
|
|
41
|
+
"@atlaskit/button": "^21.0.0",
|
|
42
|
+
"@atlaskit/css": "^0.10.0",
|
|
43
|
+
"@atlaskit/empty-state": "^9.0.0",
|
|
44
|
+
"@atlaskit/form": "^12.0.0",
|
|
45
|
+
"@atlaskit/icon": "^24.0.0",
|
|
46
|
+
"@atlaskit/icon-file-type": "^7.0.0",
|
|
47
|
+
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
48
|
+
"@atlaskit/layering": "^2.0.0",
|
|
49
|
+
"@atlaskit/linking-common": "^8.0.0",
|
|
50
|
+
"@atlaskit/modal-dialog": "^13.0.0",
|
|
51
51
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
52
|
-
"@atlaskit/primitives": "^
|
|
53
|
-
"@atlaskit/select": "^
|
|
54
|
-
"@atlaskit/smart-user-picker": "^
|
|
55
|
-
"@atlaskit/spinner": "^
|
|
56
|
-
"@atlaskit/textfield": "^
|
|
57
|
-
"@atlaskit/theme": "^
|
|
58
|
-
"@atlaskit/tokens": "^
|
|
52
|
+
"@atlaskit/primitives": "^14.0.0",
|
|
53
|
+
"@atlaskit/select": "^19.0.0",
|
|
54
|
+
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
55
|
+
"@atlaskit/spinner": "^18.0.0",
|
|
56
|
+
"@atlaskit/textfield": "^8.0.0",
|
|
57
|
+
"@atlaskit/theme": "^17.0.0",
|
|
58
|
+
"@atlaskit/tokens": "^4.0.0",
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
60
60
|
"@compiled/react": "^0.18.2",
|
|
61
61
|
"@emotion/react": "^11.7.1",
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
"react-final-form": "^6.5.3"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"react": "^
|
|
68
|
+
"react": "^18.2.0",
|
|
69
69
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@af/accessibility-testing": "*",
|
|
73
73
|
"@af/integration-testing": "*",
|
|
74
74
|
"@af/visual-regression": "*",
|
|
75
|
-
"@atlaskit/drawer": "^
|
|
76
|
-
"@atlaskit/link-test-helpers": "^
|
|
77
|
-
"@atlaskit/popup": "^
|
|
75
|
+
"@atlaskit/drawer": "^10.0.0",
|
|
76
|
+
"@atlaskit/link-test-helpers": "^8.0.0",
|
|
77
|
+
"@atlaskit/popup": "^2.0.0",
|
|
78
78
|
"@atlaskit/visual-regression": "*",
|
|
79
79
|
"@atlassian/feature-flags-test-utils": "*",
|
|
80
80
|
"@testing-library/react": "^13.4.0",
|