@atlaskit/editor-plugin-type-ahead 8.1.0 → 8.1.1
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
|
@@ -113,8 +113,6 @@ var TypeAheadPopup = exports.TypeAheadPopup = /*#__PURE__*/_react.default.memo(f
|
|
|
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
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
116
|
_featureGateJsClient.default.getExperimentValue('cc_fd_cwr_quick_insert', 'cohort', 'control');
|
|
119
117
|
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
118
|
action: _analytics.ACTION.RENDERED,
|
|
@@ -102,8 +102,6 @@ export const TypeAheadPopup = /*#__PURE__*/React.memo(props => {
|
|
|
102
102
|
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
103
103
|
FeatureGates.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
|
|
104
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
105
|
FeatureGates.getExperimentValue('cc_fd_cwr_quick_insert', 'cohort', 'control');
|
|
108
106
|
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
107
|
action: ACTION.RENDERED,
|
|
@@ -103,8 +103,6 @@ export var TypeAheadPopup = /*#__PURE__*/React.memo(function (props) {
|
|
|
103
103
|
// eslint-disable-next-line @atlaskit/platform/use-recommended-utils
|
|
104
104
|
FeatureGates.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
|
|
105
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
106
|
FeatureGates.getExperimentValue('cc_fd_cwr_quick_insert', 'cohort', 'control');
|
|
109
107
|
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
108
|
action: ACTION.RENDERED,
|
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.1",
|
|
4
4
|
"description": "Type-ahead plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,14 +37,14 @@
|
|
|
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": "^
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^55.0.0",
|
|
48
48
|
"@atlaskit/tokens": "^11.4.0",
|
|
49
49
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|