@atlaskit/link-picker 1.50.0 → 2.1.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,32 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#117654](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117654)
8
+ [`7ff489bc159fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ff489bc159fc) -
9
+ [ux] Update requests to expect subtype field, show live doc icon for live docs in link create
10
+ modal
11
+
12
+ ## 2.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
17
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
18
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
19
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
20
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
21
+ React 17 may come via non-major semver releases.
22
+
23
+ Please refer this community post for more details:
24
+ 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
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+
3
30
  ## 1.50.0
4
31
 
5
32
  ### Minor Changes
@@ -28,7 +28,7 @@ var testIds = exports.testIds = {
28
28
  };
29
29
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
30
30
  packageName: "@atlaskit/link-picker" || '',
31
- packageVersion: "1.50.0" || '',
31
+ packageVersion: "2.1.0" || '',
32
32
  componentName: _constants.COMPONENT_NAME,
33
33
  source: _constants.COMPONENT_NAME
34
34
  };
@@ -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.50.0" || '',
36
+ packageVersion: "2.1.0" || '',
37
37
  componentName: _constants.COMPONENT_NAME,
38
38
  source: _constants.COMPONENT_NAME
39
39
  };
@@ -17,7 +17,7 @@ export const testIds = {
17
17
  };
18
18
  export const PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/link-picker" || '',
20
- packageVersion: "1.50.0" || '',
20
+ packageVersion: "2.1.0" || '',
21
21
  componentName: COMPONENT_NAME,
22
22
  source: COMPONENT_NAME
23
23
  };
@@ -21,7 +21,7 @@ export const testIds = {
21
21
  };
22
22
  export const PACKAGE_DATA = {
23
23
  packageName: "@atlaskit/link-picker" || '',
24
- packageVersion: "1.50.0" || '',
24
+ packageVersion: "2.1.0" || '',
25
25
  componentName: COMPONENT_NAME,
26
26
  source: COMPONENT_NAME
27
27
  };
@@ -18,7 +18,7 @@ export var testIds = {
18
18
  };
19
19
  export var PACKAGE_DATA = {
20
20
  packageName: "@atlaskit/link-picker" || '',
21
- packageVersion: "1.50.0" || '',
21
+ packageVersion: "2.1.0" || '',
22
22
  componentName: COMPONENT_NAME,
23
23
  source: COMPONENT_NAME
24
24
  };
@@ -22,7 +22,7 @@ export var testIds = {
22
22
  };
23
23
  export var PACKAGE_DATA = {
24
24
  packageName: "@atlaskit/link-picker" || '',
25
- packageVersion: "1.50.0" || '',
25
+ packageVersion: "2.1.0" || '',
26
26
  componentName: COMPONENT_NAME,
27
27
  source: COMPONENT_NAME
28
28
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.50.0",
3
+ "version": "2.1.0",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -48,27 +48,27 @@
48
48
  "codegen-analytics": "yarn run ts-analytics-codegen --command='yarn workspace @atlaskit/link-picker run codegen-analytics'"
49
49
  },
50
50
  "dependencies": {
51
- "@atlaskit/analytics-next": "^10.3.0",
52
- "@atlaskit/atlassian-context": "^0.1.0",
53
- "@atlaskit/button": "^20.5.0",
54
- "@atlaskit/css": "^0.9.0",
55
- "@atlaskit/form": "^11.2.0",
56
- "@atlaskit/frontend-utilities": "^2.9.0",
57
- "@atlaskit/heading": "^4.3.0",
58
- "@atlaskit/icon": "^23.10.0",
59
- "@atlaskit/intl-messages-provider": "^1.1.0",
60
- "@atlaskit/linking-common": "^7.1.0",
61
- "@atlaskit/onboarding": "^12.3.0",
51
+ "@atlaskit/analytics-next": "^11.0.0",
52
+ "@atlaskit/atlassian-context": "^0.2.0",
53
+ "@atlaskit/button": "^21.1.0",
54
+ "@atlaskit/css": "^0.10.0",
55
+ "@atlaskit/form": "^12.0.0",
56
+ "@atlaskit/frontend-utilities": "^3.0.0",
57
+ "@atlaskit/heading": "^5.1.0",
58
+ "@atlaskit/icon": "^24.1.0",
59
+ "@atlaskit/intl-messages-provider": "^2.0.0",
60
+ "@atlaskit/linking-common": "^8.0.0",
61
+ "@atlaskit/onboarding": "^13.0.0",
62
62
  "@atlaskit/platform-feature-flags": "^1.1.0",
63
- "@atlaskit/primitives": "^13.6.0",
64
- "@atlaskit/spinner": "^17.2.0",
65
- "@atlaskit/tabs": "^17.3.0",
66
- "@atlaskit/textfield": "^7.0.0",
67
- "@atlaskit/theme": "^16.0.0",
68
- "@atlaskit/tokens": "^3.3.0",
69
- "@atlaskit/tooltip": "^19.2.0",
70
- "@atlaskit/ufo": "^0.3.0",
71
- "@atlaskit/visually-hidden": "^1.6.0",
63
+ "@atlaskit/primitives": "^14.1.0",
64
+ "@atlaskit/spinner": "^18.0.0",
65
+ "@atlaskit/tabs": "^18.0.0",
66
+ "@atlaskit/textfield": "^8.0.0",
67
+ "@atlaskit/theme": "^17.0.0",
68
+ "@atlaskit/tokens": "^4.2.0",
69
+ "@atlaskit/tooltip": "^20.0.0",
70
+ "@atlaskit/ufo": "^0.4.0",
71
+ "@atlaskit/visually-hidden": "^2.0.0",
72
72
  "@babel/runtime": "^7.0.0",
73
73
  "@compiled/react": "^0.18.2",
74
74
  "@emotion/react": "^11.7.1",
@@ -79,16 +79,16 @@
79
79
  "uuid": "^3.1.0"
80
80
  },
81
81
  "peerDependencies": {
82
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
82
+ "react": "^18.2.0",
83
83
  "react-intl-next": "npm:react-intl@^5.18.1"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@af/analytics-codegen": "^0.1.0",
87
87
  "@af/integration-testing": "*",
88
88
  "@af/visual-regression": "*",
89
- "@atlaskit/dropdown-menu": "^12.26.0",
90
- "@atlaskit/link-provider": "^1.19.0",
91
- "@atlaskit/link-test-helpers": "^7.6.0",
89
+ "@atlaskit/dropdown-menu": "^13.0.0",
90
+ "@atlaskit/link-provider": "^2.0.0",
91
+ "@atlaskit/link-test-helpers": "^8.0.0",
92
92
  "@atlaskit/visual-regression": "*",
93
93
  "@atlassian/feature-flags-test-utils": "*",
94
94
  "@testing-library/dom": "^10.1.0",