@atlaskit/link-picker 1.41.4 → 1.42.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 +24 -0
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/main.js +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 1.42.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
|
|
8
|
+
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
|
|
9
|
+
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
|
|
10
|
+
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
|
|
11
|
+
|
|
12
|
+
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
|
|
13
|
+
dependency range for `react` and `react-dom` for `/platform` packages.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
19
|
+
## 1.41.5
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [#128837](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128837)
|
|
24
|
+
[`4ed57a62dc3d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4ed57a62dc3d7) -
|
|
25
|
+
Reverting Adding React 18 support
|
|
26
|
+
|
|
3
27
|
## 1.41.4
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -33,7 +33,7 @@ var testIds = exports.testIds = {
|
|
|
33
33
|
};
|
|
34
34
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
35
35
|
packageName: "@atlaskit/link-picker" || '',
|
|
36
|
-
packageVersion: "1.
|
|
36
|
+
packageVersion: "1.42.0" || '',
|
|
37
37
|
componentName: _constants.COMPONENT_NAME,
|
|
38
38
|
source: _constants.COMPONENT_NAME
|
|
39
39
|
};
|
package/dist/es2019/ui/main.js
CHANGED
package/dist/esm/ui/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.42.0",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -53,26 +53,26 @@
|
|
|
53
53
|
"codegen-analytics": "yarn run ts-analytics-codegen --command='yarn workspace @atlaskit/link-picker run codegen-analytics'"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@atlaskit/analytics-next": "^10.
|
|
56
|
+
"@atlaskit/analytics-next": "^10.1.0",
|
|
57
57
|
"@atlaskit/atlassian-context": "^0.0.0",
|
|
58
|
-
"@atlaskit/button": "^19.
|
|
59
|
-
"@atlaskit/form": "^10.
|
|
58
|
+
"@atlaskit/button": "^19.2.0",
|
|
59
|
+
"@atlaskit/form": "^10.5.0",
|
|
60
60
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
61
61
|
"@atlaskit/heading": "^2.4.0",
|
|
62
|
-
"@atlaskit/icon": "^22.
|
|
62
|
+
"@atlaskit/icon": "^22.12.0",
|
|
63
63
|
"@atlaskit/intl-messages-provider": "^1.0.2",
|
|
64
|
-
"@atlaskit/linking-common": "^5.
|
|
65
|
-
"@atlaskit/onboarding": "^11.
|
|
64
|
+
"@atlaskit/linking-common": "^5.10.0",
|
|
65
|
+
"@atlaskit/onboarding": "^11.12.0",
|
|
66
66
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
67
67
|
"@atlaskit/primitives": "^12.0.0",
|
|
68
|
-
"@atlaskit/spinner": "^16.
|
|
69
|
-
"@atlaskit/tabs": "^16.
|
|
70
|
-
"@atlaskit/textfield": "^6.
|
|
71
|
-
"@atlaskit/theme": "^12.
|
|
72
|
-
"@atlaskit/tokens": "^1.
|
|
73
|
-
"@atlaskit/tooltip": "^18.
|
|
74
|
-
"@atlaskit/ufo": "^0.
|
|
75
|
-
"@atlaskit/visually-hidden": "^1.
|
|
68
|
+
"@atlaskit/spinner": "^16.3.0",
|
|
69
|
+
"@atlaskit/tabs": "^16.4.0",
|
|
70
|
+
"@atlaskit/textfield": "^6.5.0",
|
|
71
|
+
"@atlaskit/theme": "^12.12.0",
|
|
72
|
+
"@atlaskit/tokens": "^1.58.0",
|
|
73
|
+
"@atlaskit/tooltip": "^18.7.0",
|
|
74
|
+
"@atlaskit/ufo": "^0.3.0",
|
|
75
|
+
"@atlaskit/visually-hidden": "^1.5.0",
|
|
76
76
|
"@babel/runtime": "^7.0.0",
|
|
77
77
|
"@emotion/react": "^11.7.1",
|
|
78
78
|
"@react-loosely-lazy/manifest": "^1.0.0",
|
|
@@ -82,16 +82,16 @@
|
|
|
82
82
|
"uuid": "^3.1.0"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
|
-
"react": "^16.8.0",
|
|
85
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
86
86
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@af/analytics-codegen": "^0.1.0",
|
|
90
90
|
"@af/integration-testing": "*",
|
|
91
91
|
"@af/visual-regression": "*",
|
|
92
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
92
|
+
"@atlaskit/dropdown-menu": "^12.17.0",
|
|
93
93
|
"@atlaskit/link-provider": "^1.14.0",
|
|
94
|
-
"@atlaskit/link-test-helpers": "^7.
|
|
94
|
+
"@atlaskit/link-test-helpers": "^7.4.0",
|
|
95
95
|
"@atlaskit/visual-regression": "*",
|
|
96
96
|
"@atlassian/feature-flags-test-utils": "*",
|
|
97
97
|
"@testing-library/dom": "^10.1.0",
|