@atlaskit/link-picker 5.0.1 → 5.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 +11 -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 +7 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 5.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c4f985702c3d5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4f985702c3d5) -
|
|
8
|
+
Remove flag to increase accessibility in links.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 5.0.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -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: "
|
|
29
|
+
packageVersion: "0.0.0-development" || '',
|
|
30
30
|
componentName: _constants.COMPONENT_NAME,
|
|
31
31
|
source: _constants.COMPONENT_NAME
|
|
32
32
|
};
|
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": "5.0
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,9 +39,6 @@
|
|
|
39
39
|
],
|
|
40
40
|
"atlaskit:src": "src/index.ts",
|
|
41
41
|
"platform-feature-flags": {
|
|
42
|
-
"dst-a11y__replace-anchor-with-link__linking-platfo": {
|
|
43
|
-
"type": "boolean"
|
|
44
|
-
},
|
|
45
42
|
"aifc_create_enabled": {
|
|
46
43
|
"type": "boolean"
|
|
47
44
|
},
|
|
@@ -61,18 +58,18 @@
|
|
|
61
58
|
"@atlaskit/form": "^15.5.0",
|
|
62
59
|
"@atlaskit/frontend-utilities": "^3.2.0",
|
|
63
60
|
"@atlaskit/heading": "^5.4.0",
|
|
64
|
-
"@atlaskit/icon": "^34.
|
|
65
|
-
"@atlaskit/intl-messages-provider": "^3.
|
|
61
|
+
"@atlaskit/icon": "^34.2.0",
|
|
62
|
+
"@atlaskit/intl-messages-provider": "^3.1.0",
|
|
66
63
|
"@atlaskit/link": "^3.4.0",
|
|
67
64
|
"@atlaskit/link-provider": "^4.3.0",
|
|
68
65
|
"@atlaskit/linking-common": "^9.11.0",
|
|
69
|
-
"@atlaskit/onboarding": "^14.
|
|
66
|
+
"@atlaskit/onboarding": "^14.6.0",
|
|
70
67
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
71
68
|
"@atlaskit/primitives": "^19.0.0",
|
|
72
|
-
"@atlaskit/smart-card": "^44.
|
|
69
|
+
"@atlaskit/smart-card": "^44.2.0",
|
|
73
70
|
"@atlaskit/spinner": "^19.1.0",
|
|
74
71
|
"@atlaskit/spotlight": "^0.12.0",
|
|
75
|
-
"@atlaskit/tabs": "^19.
|
|
72
|
+
"@atlaskit/tabs": "^19.1.0",
|
|
76
73
|
"@atlaskit/textfield": "^8.3.0",
|
|
77
74
|
"@atlaskit/tokens": "^13.0.0",
|
|
78
75
|
"@atlaskit/tooltip": "^21.1.0",
|
|
@@ -96,7 +93,7 @@
|
|
|
96
93
|
"@af/integration-testing": "workspace:^",
|
|
97
94
|
"@af/visual-regression": "workspace:^",
|
|
98
95
|
"@atlaskit/dropdown-menu": "^16.8.0",
|
|
99
|
-
"@atlaskit/link-test-helpers": "^10.
|
|
96
|
+
"@atlaskit/link-test-helpers": "^10.1.0",
|
|
100
97
|
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
101
98
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
102
99
|
"@atlassian/react-compiler-gating": "workspace:^",
|