@atlaskit/link-picker 3.16.0 → 3.16.2
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 +12 -3
- 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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 3.16.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.16.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 3.16.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -79,11 +91,9 @@
|
|
|
79
91
|
|
|
80
92
|
- [`489caede2951a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/489caede2951a) -
|
|
81
93
|
[ux] link-picker-atlassian-plugin changes:
|
|
82
|
-
|
|
83
94
|
- Introduce GoogleDriveConnectBanner to support Google Drive tab experiment
|
|
84
95
|
|
|
85
96
|
link-picker changes:
|
|
86
|
-
|
|
87
97
|
- Extend the LinkPickerPlugin interface to include an optional banner render function
|
|
88
98
|
- Modify the usePlugins hook to collect the banner from the active plugin
|
|
89
99
|
- Add banner rendering in LinkPicker between the moveSubmitButton clause and SearchResults
|
|
@@ -1930,7 +1940,6 @@
|
|
|
1930
1940
|
- [#20341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20341)
|
|
1931
1941
|
[`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping
|
|
1932
1942
|
dependencies via Renovate:
|
|
1933
|
-
|
|
1934
1943
|
- react-loosely-lazy
|
|
1935
1944
|
|
|
1936
1945
|
## 1.11.0
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -25,7 +25,7 @@ var testIds = exports.testIds = {
|
|
|
25
25
|
};
|
|
26
26
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
27
27
|
packageName: "@atlaskit/link-picker" || '',
|
|
28
|
-
packageVersion: "3.
|
|
28
|
+
packageVersion: "3.16.1" || '',
|
|
29
29
|
componentName: _constants.COMPONENT_NAME,
|
|
30
30
|
source: _constants.COMPONENT_NAME
|
|
31
31
|
};
|
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": "3.16.
|
|
3
|
+
"version": "3.16.2",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
57
57
|
"@atlaskit/atlassian-context": "^0.6.0",
|
|
58
58
|
"@atlaskit/button": "^23.5.0",
|
|
59
|
-
"@atlaskit/css": "^0.
|
|
59
|
+
"@atlaskit/css": "^0.15.0",
|
|
60
60
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
61
61
|
"@atlaskit/form": "^14.2.0",
|
|
62
62
|
"@atlaskit/frontend-utilities": "^3.2.0",
|
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
"@atlaskit/linking-common": "^9.7.0",
|
|
69
69
|
"@atlaskit/onboarding": "^14.4.0",
|
|
70
70
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
71
|
-
"@atlaskit/primitives": "^
|
|
71
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
72
72
|
"@atlaskit/smart-card": "^43.1.0",
|
|
73
73
|
"@atlaskit/spinner": "^19.0.0",
|
|
74
74
|
"@atlaskit/tabs": "^18.2.0",
|
|
75
75
|
"@atlaskit/textfield": "^8.0.0",
|
|
76
76
|
"@atlaskit/theme": "^21.0.0",
|
|
77
|
-
"@atlaskit/tokens": "^
|
|
77
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
78
78
|
"@atlaskit/tooltip": "^20.5.0",
|
|
79
79
|
"@atlaskit/ufo": "^0.4.0",
|
|
80
80
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
81
81
|
"@babel/runtime": "^7.0.0",
|
|
82
|
-
"@compiled/react": "^0.18.
|
|
82
|
+
"@compiled/react": "^0.18.6",
|
|
83
83
|
"@react-loosely-lazy/manifest": "^1.0.0",
|
|
84
84
|
"date-fns": "^2.17.0",
|
|
85
85
|
"react-loosely-lazy": "^1.0.0",
|