@atlaskit/link-create 4.5.4 → 4.5.6
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 +13 -0
- package/compass.yml +7 -4
- package/dist/cjs/common/constants.js +1 -1
- package/dist/es2019/common/constants.js +1 -1
- package/dist/esm/common/constants.js +1 -1
- package/package.json +10 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 4.5.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.5.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`72222bda541f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72222bda541f2) -
|
|
14
|
+
Clean up feature flags.
|
|
15
|
+
|
|
3
16
|
## 4.5.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/compass.yml
CHANGED
|
@@ -5,12 +5,15 @@ description:
|
|
|
5
5
|
creating Jira & Confluence links across all Atlassian products.
|
|
6
6
|
configVersion: 1
|
|
7
7
|
typeId: CAPABILITY
|
|
8
|
-
ownerId: 'ari:cloud:identity::team/
|
|
8
|
+
ownerId: 'ari:cloud:identity::team/0e6dedf8-18d1-4531-b4b9-07648a425d47'
|
|
9
9
|
fields:
|
|
10
10
|
isMonorepoProject: false
|
|
11
11
|
tier: 4
|
|
12
12
|
lifecycle: Active
|
|
13
13
|
links:
|
|
14
|
+
- name: Root Repository
|
|
15
|
+
type: REPOSITORY
|
|
16
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
14
17
|
- name: SignalFx - Link Create
|
|
15
18
|
type: DASHBOARD
|
|
16
19
|
url: 'https://atlassian.signalfx.com/#/dashboard/Fw3wdDxA0AE?groupId=Fcva05QA4AA&configId=Fw3wdQCAwAA&startTime=-1d&endTime=Now'
|
|
@@ -19,10 +22,10 @@ links:
|
|
|
19
22
|
url: 'https://hello.jira.atlassian.cloud/jira/software/projects/NAVX/boards/14605'
|
|
20
23
|
- name: ''
|
|
21
24
|
type: CHAT_CHANNEL
|
|
22
|
-
url: 'https://atlassian.enterprise.slack.com/archives/
|
|
25
|
+
url: 'https://atlassian.enterprise.slack.com/archives/C09FTFN0APN'
|
|
23
26
|
- name: ''
|
|
24
27
|
type: ON_CALL
|
|
25
|
-
url: 'https://hello.jira.atlassian.cloud/jira/ops/teams/
|
|
28
|
+
url: 'https://hello.jira.atlassian.cloud/jira/ops/teams/0e6dedf8-18d1-4531-b4b9-07648a425d47/on-call'
|
|
26
29
|
relationships: null
|
|
27
30
|
labels: null
|
|
28
31
|
customFields:
|
|
@@ -53,7 +56,7 @@ customFields:
|
|
|
53
56
|
value: null
|
|
54
57
|
- name: Owner or Team Name
|
|
55
58
|
type: single_select
|
|
56
|
-
value: 1e93a963-fa64-4c3a-aebb-cc835e418a0a
|
|
59
|
+
value: 1e93a963-fa64-4c3a-aebb-cc835e418a0a # This means Yes
|
|
57
60
|
- name: Perimeter
|
|
58
61
|
type: single_select
|
|
59
62
|
value: null
|
|
@@ -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: "0.0.0-development" || '',
|
|
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: "0.0.0-development" || '',
|
|
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: "0.0.0-development" || '',
|
|
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": "4.5.
|
|
3
|
+
"version": "4.5.6",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@atlaskit/afm-i18n-platform-linking-platform-link-create": "2.7.0",
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
37
|
"@atlaskit/atlassian-context": "^0.6.0",
|
|
38
|
-
"@atlaskit/button": "^23.
|
|
38
|
+
"@atlaskit/button": "^23.6.0",
|
|
39
39
|
"@atlaskit/css": "^0.15.0",
|
|
40
40
|
"@atlaskit/empty-state": "^10.1.0",
|
|
41
41
|
"@atlaskit/form": "^14.2.0",
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
44
44
|
"@atlaskit/icon-object": "^7.3.0",
|
|
45
45
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
46
|
-
"@atlaskit/layering": "^3.
|
|
46
|
+
"@atlaskit/layering": "^3.2.0",
|
|
47
47
|
"@atlaskit/link": "^3.2.0",
|
|
48
|
-
"@atlaskit/linking-common": "^9.
|
|
49
|
-
"@atlaskit/modal-dialog": "^14.
|
|
48
|
+
"@atlaskit/linking-common": "^9.8.0",
|
|
49
|
+
"@atlaskit/modal-dialog": "^14.6.0",
|
|
50
50
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
51
|
-
"@atlaskit/primitives": "^16.
|
|
51
|
+
"@atlaskit/primitives": "^16.1.0",
|
|
52
52
|
"@atlaskit/select": "^21.3.0",
|
|
53
|
-
"@atlaskit/smart-user-picker": "^8.
|
|
53
|
+
"@atlaskit/smart-user-picker": "^8.4.0",
|
|
54
54
|
"@atlaskit/spinner": "^19.0.0",
|
|
55
55
|
"@atlaskit/textfield": "^8.0.0",
|
|
56
56
|
"@atlaskit/theme": "^21.0.0",
|
|
57
|
-
"@atlaskit/tokens": "^
|
|
57
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
58
58
|
"@babel/runtime": "^7.0.0",
|
|
59
59
|
"@compiled/react": "^0.18.6",
|
|
60
60
|
"debounce-promise": "^3.1.2",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"@af/visual-regression": "workspace:^",
|
|
72
72
|
"@atlaskit/drawer": "^11.0.0",
|
|
73
73
|
"@atlaskit/link-test-helpers": "^8.4.0",
|
|
74
|
-
"@atlaskit/popup": "^4.
|
|
75
|
-
"@atlassian/feature-flags-test-utils": "^0.
|
|
74
|
+
"@atlaskit/popup": "^4.6.0",
|
|
75
|
+
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
76
76
|
"@testing-library/react": "^13.4.0",
|
|
77
77
|
"@testing-library/react-hooks": "^8.0.1",
|
|
78
78
|
"@testing-library/user-event": "^14.4.3",
|
|
@@ -123,9 +123,6 @@
|
|
|
123
123
|
"platform-feature-flags": {
|
|
124
124
|
"dst-a11y__replace-anchor-with-link__linking-platfo": {
|
|
125
125
|
"type": "boolean"
|
|
126
|
-
},
|
|
127
|
-
"should-render-to-parent-should-be-true-linking-pla": {
|
|
128
|
-
"type": "boolean"
|
|
129
126
|
}
|
|
130
127
|
},
|
|
131
128
|
"compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/5ebc0bfb-9b6d-4ec0-adbe-e4d5e88ace44"
|