@atlaskit/editor-core 219.6.4 → 219.7.0

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,16 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 219.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2f70251ed8022`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f70251ed8022) -
8
+ Clean up experiment platform_editor_experience_tracking
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 219.6.4
4
15
 
5
16
  ### Patch Changes
@@ -9,7 +9,6 @@ var _react = _interopRequireDefault(require("react"));
9
9
  var _react2 = require("@emotion/react");
10
10
  var _isEqual = _interopRequireDefault(require("lodash/isEqual"));
11
11
  var _analytics = require("@atlaskit/editor-common/analytics");
12
- var _expVal = require("@atlaskit/tmp-editor-statsig/expVal");
13
12
  var _ErrorBoundary = require("../ErrorBoundary");
14
13
  var _mountPluginHooks = require("./mount-plugin-hooks");
15
14
  /**
@@ -49,7 +48,7 @@ var PluginSlot = function PluginSlot(_ref) {
49
48
  containerElement: containerElement
50
49
  }), (0, _react2.jsx)("div", {
51
50
  css: pluginsComponentsWrapper,
52
- "data-testid": (0, _expVal.expVal)('platform_editor_experience_tracking', 'isEnabled', false) ? 'plugins-components-wrapper' : undefined
51
+ "data-testid": "plugins-components-wrapper"
53
52
  }, items === null || items === void 0 ? void 0 : items.map(function (component, key) {
54
53
  var props = {
55
54
  key: key
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "219.6.3";
8
+ var version = exports.version = "219.6.4";
@@ -8,7 +8,6 @@ import React from 'react';
8
8
  import { css, jsx } from '@emotion/react';
9
9
  import isEqual from 'lodash/isEqual';
10
10
  import { ACTION_SUBJECT } from '@atlaskit/editor-common/analytics';
11
- import { expVal } from '@atlaskit/tmp-editor-statsig/expVal';
12
11
  import { ErrorBoundary } from '../ErrorBoundary';
13
12
  import { MountPluginHooks } from './mount-plugin-hooks';
14
13
  const pluginsComponentsWrapper = css({
@@ -42,7 +41,7 @@ const PluginSlot = ({
42
41
  containerElement: containerElement
43
42
  }), jsx("div", {
44
43
  css: pluginsComponentsWrapper,
45
- "data-testid": expVal('platform_editor_experience_tracking', 'isEnabled', false) ? 'plugins-components-wrapper' : undefined
44
+ "data-testid": "plugins-components-wrapper"
46
45
  }, items === null || items === void 0 ? void 0 : items.map((component, key) => {
47
46
  const props = {
48
47
  key
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "219.6.3";
2
+ export const version = "219.6.4";
@@ -8,7 +8,6 @@ import React from 'react';
8
8
  import { css, jsx } from '@emotion/react';
9
9
  import isEqual from 'lodash/isEqual';
10
10
  import { ACTION_SUBJECT } from '@atlaskit/editor-common/analytics';
11
- import { expVal } from '@atlaskit/tmp-editor-statsig/expVal';
12
11
  import { ErrorBoundary } from '../ErrorBoundary';
13
12
  import { MountPluginHooks } from './mount-plugin-hooks';
14
13
  var pluginsComponentsWrapper = css({
@@ -41,7 +40,7 @@ var PluginSlot = function PluginSlot(_ref) {
41
40
  containerElement: containerElement
42
41
  }), jsx("div", {
43
42
  css: pluginsComponentsWrapper,
44
- "data-testid": expVal('platform_editor_experience_tracking', 'isEnabled', false) ? 'plugins-components-wrapper' : undefined
43
+ "data-testid": "plugins-components-wrapper"
45
44
  }, items === null || items === void 0 ? void 0 : items.map(function (component, key) {
46
45
  var props = {
47
46
  key: key
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "219.6.3";
2
+ export var version = "219.6.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "219.6.4",
3
+ "version": "219.7.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -56,13 +56,13 @@
56
56
  "@atlaskit/editor-json-transformer": "^8.31.0",
57
57
  "@atlaskit/editor-performance-metrics": "^2.1.0",
58
58
  "@atlaskit/editor-plugin-connectivity": "^10.0.0",
59
- "@atlaskit/editor-plugin-quick-insert": "^10.2.0",
59
+ "@atlaskit/editor-plugin-quick-insert": "^10.3.0",
60
60
  "@atlaskit/editor-plugin-user-preferences": "^8.1.0",
61
61
  "@atlaskit/editor-plugins": "^13.1.0",
62
62
  "@atlaskit/editor-prosemirror": "^7.3.0",
63
63
  "@atlaskit/editor-shared-styles": "^3.10.0",
64
64
  "@atlaskit/editor-ssr-renderer": "^5.1.0",
65
- "@atlaskit/editor-toolbar": "^1.1.0",
65
+ "@atlaskit/editor-toolbar": "^1.2.0",
66
66
  "@atlaskit/editor-toolbar-model": "^0.4.0",
67
67
  "@atlaskit/emoji": "^70.6.0",
68
68
  "@atlaskit/feature-gate-js-client": "^5.5.0",
@@ -74,7 +74,7 @@
74
74
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
75
75
  "@atlaskit/react-ufo": "^5.20.0",
76
76
  "@atlaskit/task-decision": "^20.0.0",
77
- "@atlaskit/tmp-editor-statsig": "^79.0.0",
77
+ "@atlaskit/tmp-editor-statsig": "^80.0.0",
78
78
  "@atlaskit/tokens": "^13.0.0",
79
79
  "@atlaskit/tooltip": "^22.2.0",
80
80
  "@atlaskit/width-detector": "^5.1.0",