@atlaskit/editor-plugin-type-ahead 8.1.0 → 8.1.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
CHANGED
|
@@ -112,10 +112,6 @@ var TypeAheadPopup = exports.TypeAheadPopup = /*#__PURE__*/_react.default.memo(f
|
|
|
112
112
|
|
|
113
113
|
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
114
114
|
_featureGateJsClient.default.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
|
|
115
|
-
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
116
|
-
_featureGateJsClient.default.getExperimentValue('cc_fd_wb_jira_quick_insert_experiment', 'isEnabled', false);
|
|
117
|
-
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
118
|
-
_featureGateJsClient.default.getExperimentValue('cc_fd_cwr_quick_insert', 'cohort', 'control');
|
|
119
115
|
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({
|
|
120
116
|
action: _analytics.ACTION.RENDERED,
|
|
121
117
|
actionSubject: _analytics.ACTION_SUBJECT.TYPEAHEAD,
|
|
@@ -101,10 +101,6 @@ export const TypeAheadPopup = /*#__PURE__*/React.memo(props => {
|
|
|
101
101
|
|
|
102
102
|
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
103
103
|
FeatureGates.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
|
|
104
|
-
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
105
|
-
FeatureGates.getExperimentValue('cc_fd_wb_jira_quick_insert_experiment', 'isEnabled', false);
|
|
106
|
-
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
107
|
-
FeatureGates.getExperimentValue('cc_fd_cwr_quick_insert', 'cohort', 'control');
|
|
108
104
|
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({
|
|
109
105
|
action: ACTION.RENDERED,
|
|
110
106
|
actionSubject: ACTION_SUBJECT.TYPEAHEAD,
|
|
@@ -102,10 +102,6 @@ export var TypeAheadPopup = /*#__PURE__*/React.memo(function (props) {
|
|
|
102
102
|
|
|
103
103
|
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
104
104
|
FeatureGates.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
|
|
105
|
-
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
106
|
-
FeatureGates.getExperimentValue('cc_fd_wb_jira_quick_insert_experiment', 'isEnabled', false);
|
|
107
|
-
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
108
|
-
FeatureGates.getExperimentValue('cc_fd_cwr_quick_insert', 'cohort', 'control');
|
|
109
105
|
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({
|
|
110
106
|
action: ACTION.RENDERED,
|
|
111
107
|
actionSubject: ACTION_SUBJECT.TYPEAHEAD,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-type-ahead",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
4
4
|
"description": "Type-ahead plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
38
38
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
39
39
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
40
|
-
"@atlaskit/heading": "^5.
|
|
40
|
+
"@atlaskit/heading": "^5.4.0",
|
|
41
41
|
"@atlaskit/insm": "^0.4.0",
|
|
42
42
|
"@atlaskit/menu": "^8.4.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
44
|
"@atlaskit/primitives": "^18.1.0",
|
|
45
45
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
46
46
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
47
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
48
|
-
"@atlaskit/tokens": "^
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^55.1.0",
|
|
48
|
+
"@atlaskit/tokens": "^12.0.0",
|
|
49
49
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1",
|