@atlaskit/link-picker 4.2.11 → 4.2.13
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 +15 -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 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 4.2.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`1d0fcc9c19260`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d0fcc9c19260) -
|
|
8
|
+
Add Confluence-only link picker for knowledge source in JSM Journey Builder, gated behind
|
|
9
|
+
jsm_journey_confluence_only_knowledge feature flag. Add insertInlineCard method to
|
|
10
|
+
useEditorPlaceholder. Add alwaysShowTabs prop to LinkPicker.
|
|
11
|
+
|
|
12
|
+
## 4.2.12
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 4.2.11
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
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: "
|
|
28
|
+
packageVersion: "0.0.0-development" || '',
|
|
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": "4.2.
|
|
3
|
+
"version": "4.2.13",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"@atlaskit/afm-i18n-platform-linking-platform-link-picker": "2.7.0",
|
|
53
53
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
54
54
|
"@atlaskit/atlassian-context": "^0.6.0",
|
|
55
|
-
"@atlaskit/button": "^23.
|
|
55
|
+
"@atlaskit/button": "^23.10.0",
|
|
56
56
|
"@atlaskit/css": "^0.19.0",
|
|
57
|
-
"@atlaskit/form": "^15.
|
|
57
|
+
"@atlaskit/form": "^15.4.0",
|
|
58
58
|
"@atlaskit/frontend-utilities": "^3.2.0",
|
|
59
59
|
"@atlaskit/heading": "^5.3.0",
|
|
60
60
|
"@atlaskit/icon": "^32.0.0",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"@atlaskit/spinner": "^19.0.0",
|
|
70
70
|
"@atlaskit/tabs": "^18.3.0",
|
|
71
71
|
"@atlaskit/textfield": "^8.2.0",
|
|
72
|
-
"@atlaskit/theme": "^
|
|
72
|
+
"@atlaskit/theme": "^22.0.0",
|
|
73
73
|
"@atlaskit/tokens": "^11.0.0",
|
|
74
74
|
"@atlaskit/tooltip": "^20.14.0",
|
|
75
75
|
"@atlaskit/ufo": "^0.4.0",
|
|
76
76
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
77
77
|
"@babel/runtime": "^7.0.0",
|
|
78
|
-
"@compiled/react": "^0.
|
|
78
|
+
"@compiled/react": "^0.20.0",
|
|
79
79
|
"@react-loosely-lazy/manifest": "^1.0.0",
|
|
80
80
|
"date-fns": "^2.17.0",
|
|
81
81
|
"react-loosely-lazy": "^1.0.0",
|
|
@@ -91,9 +91,9 @@
|
|
|
91
91
|
"@af/analytics-codegen": "workspace:^",
|
|
92
92
|
"@af/integration-testing": "workspace:^",
|
|
93
93
|
"@af/visual-regression": "workspace:^",
|
|
94
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
94
|
+
"@atlaskit/dropdown-menu": "^16.5.0",
|
|
95
95
|
"@atlaskit/link-test-helpers": "^9.0.0",
|
|
96
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
96
|
+
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
97
97
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
98
98
|
"@testing-library/dom": "^10.1.0",
|
|
99
99
|
"@testing-library/jest-dom": "^6.4.5",
|