@atlaskit/link-picker 3.3.0 → 3.4.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,18 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#157092](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/157092)
8
+ [`87491e7b53b65`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87491e7b53b65) -
9
+ We are testing the migration to the ADS Link component behind a feature flag. If this fix is
10
+ successful it will be available in a later release.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 3.3.0
4
17
 
5
18
  ### Minor Changes
package/compass.yml CHANGED
@@ -1,32 +1,42 @@
1
- name: Linking Platform - Link Picker
2
- id: 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/2870ee2d-8068-4bb8-b382-1cdc5ff4366e'
3
- description: Standalone link picker
1
+ id: 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/85cec322-aa6f-4e16-800d-8ee284f6195b'
2
+ name: '@atlaskit/link-picker'
3
+ description:
4
+ This package provider the Link Picker, a standalone React component from Atlassian’s Atlaskit
5
+ design system that provides a user interface for inserting and editing links without leaving the
6
+ current context — commonly accessed via the Cmd+K shortcut or an editor toolbar icon.
4
7
  configVersion: 1
5
- typeId: UI_ELEMENT
6
- ownerId: 'ari:cloud:teams::team/25e5b679-2a57-4fce-b749-5504e84d6799'
8
+ typeId: LIBRARY
9
+ ownerId: 'ari:cloud:identity::team/9683a6ac-2d3f-44c8-a0fe-56128ca69e20'
7
10
  fields:
8
- tier: 2
11
+ tier: 4
12
+ lifecycle: Active
13
+ isMonorepoProject: true
14
+ labels:
15
+ - atlassian-platform
9
16
  links:
10
- - name: null
11
- type: REPOSITORY
12
- url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/linking-platform/link-picker/'
17
+ - name: Bandicoots
18
+ type: PROJECT
19
+ url: 'https://product-fabric.atlassian.net/jira/software/c/projects/EDM/boards/5176'
13
20
  - name: '#help-twg-linking-platform'
14
21
  type: CHAT_CHANNEL
15
22
  url: 'https://atlassian.enterprise.slack.com/archives/CFKGAQZRV'
16
- - name: Linking Platform Space
17
- type: DOCUMENT
18
- url: 'https://hello.atlassian.net/wiki/spaces/TWPLP/overview'
19
- - name: ''
20
- type: PROJECT
21
- url: 'https://product-fabric.atlassian.net/jira/software/c/projects/EDM/boards/893'
22
- - name: ''
23
+ - name: 'On-Call Schedule'
23
24
  type: ON_CALL
24
25
  url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b9c8b313-dd6d-4a41-8eeb-d7a9df55be9d'
25
- - name: ''
26
- type: DASHBOARD
27
- url: 'https://atlassian.signalfx.com/#/dashboard/EXwrMgYAwAA?groupId=EXwtbIrA4AA&configId=EXwrNLcA4AA'
26
+ - name: source code
27
+ type: REPOSITORY
28
+ url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/linking-platform/link-picker'
29
+ customFields:
30
+ - name: 'FinOps_COGS_Cost_Center'
31
+ type: single_select
32
+ value: 'a681c808-9c58-45e5-9b3a-b5cc330c4b3a'
33
+ - name: 'FinOps_R&D_Cost_Center'
34
+ type: single_select
35
+ value: 'd9c71b12-1c77-4c68-a769-ba0e26bc8cac'
36
+ - name: 'FinOps_Service_Group'
37
+ type: single_select
38
+ value: '9120e03c-440b-489d-ac42-07903a2c611d'
39
+ - name: 'business-unit'
40
+ type: text
41
+ value: 'Eng - X Product Collab'
28
42
  relationships: {}
29
- labels:
30
- - atlassian-platform
31
- # Learn more about formatting compass.yml:
32
- # https://go.atlassian.com/compass-yml-format
@@ -26,7 +26,7 @@ var testIds = exports.testIds = {
26
26
  };
27
27
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
28
28
  packageName: "@atlaskit/link-picker" || '',
29
- packageVersion: "3.3.0" || '',
29
+ packageVersion: "3.4.0" || '',
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -15,7 +15,7 @@ export const testIds = {
15
15
  };
16
16
  export const PACKAGE_DATA = {
17
17
  packageName: "@atlaskit/link-picker" || '',
18
- packageVersion: "3.3.0" || '',
18
+ packageVersion: "3.4.0" || '',
19
19
  componentName: COMPONENT_NAME,
20
20
  source: COMPONENT_NAME
21
21
  };
@@ -16,7 +16,7 @@ export var testIds = {
16
16
  };
17
17
  export var PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "3.3.0" || '',
19
+ packageVersion: "3.4.0" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -63,6 +63,9 @@
63
63
  },
64
64
  "jsc_inline_editing_field_refactor": {
65
65
  "type": "boolean"
66
+ },
67
+ "dst-a11y__replace-anchor-with-link__linking-platfo": {
68
+ "type": "boolean"
66
69
  }
67
70
  },
68
71
  "scripts": {
@@ -71,25 +74,25 @@
71
74
  "dependencies": {
72
75
  "@atlaskit/analytics-next": "^11.0.0",
73
76
  "@atlaskit/atlassian-context": "^0.2.0",
74
- "@atlaskit/button": "^23.0.0",
77
+ "@atlaskit/button": "^23.2.0",
75
78
  "@atlaskit/css": "^0.10.0",
76
79
  "@atlaskit/form": "^12.0.0",
77
80
  "@atlaskit/frontend-utilities": "^3.0.0",
78
81
  "@atlaskit/heading": "^5.2.0",
79
- "@atlaskit/icon": "^26.0.0",
82
+ "@atlaskit/icon": "^26.1.0",
80
83
  "@atlaskit/intl-messages-provider": "^2.0.0",
81
- "@atlaskit/link": "^3.1.0",
84
+ "@atlaskit/link": "^3.2.0",
82
85
  "@atlaskit/link-provider": "^3.0.0",
83
86
  "@atlaskit/linking-common": "^9.0.0",
84
87
  "@atlaskit/onboarding": "^14.1.0",
85
88
  "@atlaskit/platform-feature-flags": "^1.1.0",
86
- "@atlaskit/primitives": "^14.7.0",
87
- "@atlaskit/smart-card": "^38.1.0",
89
+ "@atlaskit/primitives": "^14.8.0",
90
+ "@atlaskit/smart-card": "^38.3.0",
88
91
  "@atlaskit/spinner": "^18.0.0",
89
- "@atlaskit/tabs": "^18.0.0",
92
+ "@atlaskit/tabs": "^18.1.0",
90
93
  "@atlaskit/textfield": "^8.0.0",
91
94
  "@atlaskit/theme": "^18.0.0",
92
- "@atlaskit/tokens": "^4.8.0",
95
+ "@atlaskit/tokens": "^4.9.0",
93
96
  "@atlaskit/tooltip": "^20.0.0",
94
97
  "@atlaskit/ufo": "^0.4.0",
95
98
  "@atlaskit/visually-hidden": "^3.0.0",
@@ -110,7 +113,7 @@
110
113
  "@af/analytics-codegen": "workspace:^",
111
114
  "@af/integration-testing": "workspace:^",
112
115
  "@af/visual-regression": "workspace:^",
113
- "@atlaskit/dropdown-menu": "^14.2.0",
116
+ "@atlaskit/dropdown-menu": "^15.2.0",
114
117
  "@atlaskit/link-test-helpers": "^8.0.0",
115
118
  "@atlaskit/visual-regression": "workspace:^",
116
119
  "@atlassian/feature-flags-test-utils": "^0.3.0",