@atlaskit/editor-plugin-type-ahead 6.5.22 → 6.5.24
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-type-ahead
|
|
2
2
|
|
|
3
|
+
## 6.5.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 6.5.23
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) -
|
|
14
|
+
EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 6.5.22
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -112,7 +112,7 @@ var TypeAheadPopup = exports.TypeAheadPopup = /*#__PURE__*/_react.default.memo(f
|
|
|
112
112
|
var time = stopTime - startTime;
|
|
113
113
|
|
|
114
114
|
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
115
|
-
_featureGateJsClient.default.getExperimentValue('
|
|
115
|
+
_featureGateJsClient.default.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
|
|
116
116
|
api === null || api === void 0 || (_api$analytics2 = api.analytics) === null || _api$analytics2 === void 0 || (_api$analytics2 = _api$analytics2.actions) === null || _api$analytics2 === void 0 || _api$analytics2.fireAnalyticsEvent({
|
|
117
117
|
action: _analytics.ACTION.RENDERED,
|
|
118
118
|
actionSubject: _analytics.ACTION_SUBJECT.TYPEAHEAD,
|
|
@@ -101,7 +101,7 @@ export const TypeAheadPopup = /*#__PURE__*/React.memo(props => {
|
|
|
101
101
|
const time = stopTime - startTime;
|
|
102
102
|
|
|
103
103
|
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
104
|
-
FeatureGates.getExperimentValue('
|
|
104
|
+
FeatureGates.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
|
|
105
105
|
api === null || api === void 0 ? void 0 : (_api$analytics2 = api.analytics) === null || _api$analytics2 === void 0 ? void 0 : (_api$analytics2$actio = _api$analytics2.actions) === null || _api$analytics2$actio === void 0 ? void 0 : _api$analytics2$actio.fireAnalyticsEvent({
|
|
106
106
|
action: ACTION.RENDERED,
|
|
107
107
|
actionSubject: ACTION_SUBJECT.TYPEAHEAD,
|
|
@@ -102,7 +102,7 @@ export var TypeAheadPopup = /*#__PURE__*/React.memo(function (props) {
|
|
|
102
102
|
var time = stopTime - startTime;
|
|
103
103
|
|
|
104
104
|
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
105
|
-
FeatureGates.getExperimentValue('
|
|
105
|
+
FeatureGates.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
|
|
106
106
|
api === null || api === void 0 || (_api$analytics2 = api.analytics) === null || _api$analytics2 === void 0 || (_api$analytics2 = _api$analytics2.actions) === null || _api$analytics2 === void 0 || _api$analytics2.fireAnalyticsEvent({
|
|
107
107
|
action: ACTION.RENDERED,
|
|
108
108
|
actionSubject: ACTION_SUBJECT.TYPEAHEAD,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-type-ahead",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.24",
|
|
4
4
|
"description": "Type-ahead plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^51.
|
|
33
|
-
"@atlaskit/editor-element-browser": "^4.0.0",
|
|
32
|
+
"@atlaskit/adf-schema": "^51.5.1",
|
|
34
33
|
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
35
34
|
"@atlaskit/editor-plugin-connectivity": "^6.0.0",
|
|
36
35
|
"@atlaskit/editor-plugin-context-panel": "^8.0.0",
|
|
@@ -46,7 +45,7 @@
|
|
|
46
45
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
47
46
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
48
47
|
"@atlaskit/theme": "^21.0.0",
|
|
49
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^15.0.0",
|
|
50
49
|
"@atlaskit/tokens": "^8.4.0",
|
|
51
50
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
52
51
|
"@babel/runtime": "^7.0.0",
|
|
@@ -58,7 +57,7 @@
|
|
|
58
57
|
"w3c-keyname": "^2.1.8"
|
|
59
58
|
},
|
|
60
59
|
"peerDependencies": {
|
|
61
|
-
"@atlaskit/editor-common": "^110.
|
|
60
|
+
"@atlaskit/editor-common": "^110.40.0",
|
|
62
61
|
"react": "^18.2.0",
|
|
63
62
|
"react-dom": "^18.2.0",
|
|
64
63
|
"react-intl-next": "npm:react-intl@^5.18.1"
|