@atlaskit/editor-plugin-layout 6.1.1 → 6.1.3

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-layout
2
2
 
3
+ ## 6.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5df1f9fc61bdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5df1f9fc61bdd) -
8
+ Cleans up experiment platform_editor_layout_node_view_early_exit
9
+ - Updated dependencies
10
+
11
+ ## 6.1.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 6.1.1
4
18
 
5
19
  ### Patch Changes
@@ -204,7 +204,7 @@ var LayoutSectionView = exports.LayoutSectionView = /*#__PURE__*/function (_Reac
204
204
  if (this.layoutDOM) {
205
205
  this.layoutDOM.setAttribute('data-empty-layout', Boolean(this.isEmpty).toString());
206
206
  }
207
- if ((0, _expValEquals.expValEquals)('platform_editor_breakout_resizing', 'isEnabled', true) && (0, _expValEquals.expValEquals)('platform_editor_layout_node_view_early_exit', 'isEnabled', true)) {
207
+ if ((0, _expValEquals.expValEquals)('platform_editor_breakout_resizing', 'isEnabled', true)) {
208
208
  return null;
209
209
  }
210
210
  return /*#__PURE__*/_react.default.createElement(LayoutBreakoutResizer, {
@@ -177,7 +177,7 @@ export class LayoutSectionView extends ReactNodeView {
177
177
  if (this.layoutDOM) {
178
178
  this.layoutDOM.setAttribute('data-empty-layout', Boolean(this.isEmpty).toString());
179
179
  }
180
- if (expValEquals('platform_editor_breakout_resizing', 'isEnabled', true) && expValEquals('platform_editor_layout_node_view_early_exit', 'isEnabled', true)) {
180
+ if (expValEquals('platform_editor_breakout_resizing', 'isEnabled', true)) {
181
181
  return null;
182
182
  }
183
183
  return /*#__PURE__*/React.createElement(LayoutBreakoutResizer, {
@@ -195,7 +195,7 @@ export var LayoutSectionView = /*#__PURE__*/function (_ReactNodeView) {
195
195
  if (this.layoutDOM) {
196
196
  this.layoutDOM.setAttribute('data-empty-layout', Boolean(this.isEmpty).toString());
197
197
  }
198
- if (expValEquals('platform_editor_breakout_resizing', 'isEnabled', true) && expValEquals('platform_editor_layout_node_view_early_exit', 'isEnabled', true)) {
198
+ if (expValEquals('platform_editor_breakout_resizing', 'isEnabled', true)) {
199
199
  return null;
200
200
  }
201
201
  return /*#__PURE__*/React.createElement(LayoutBreakoutResizer, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-layout",
3
- "version": "6.1.1",
3
+ "version": "6.1.3",
4
4
  "description": "Layout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -40,17 +40,17 @@
40
40
  "@atlaskit/editor-plugin-width": "^7.0.0",
41
41
  "@atlaskit/editor-prosemirror": "7.0.0",
42
42
  "@atlaskit/editor-shared-styles": "^3.8.0",
43
- "@atlaskit/editor-toolbar": "^0.15.0",
43
+ "@atlaskit/editor-toolbar": "^0.16.0",
44
44
  "@atlaskit/icon": "^28.5.0",
45
45
  "@atlaskit/icon-lab": "^5.10.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
- "@atlaskit/tmp-editor-statsig": "^13.16.0",
47
+ "@atlaskit/tmp-editor-statsig": "^13.18.0",
48
48
  "@atlaskit/tokens": "^7.0.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1"
51
51
  },
52
52
  "peerDependencies": {
53
- "@atlaskit/editor-common": "^110.15.0",
53
+ "@atlaskit/editor-common": "^110.16.0",
54
54
  "react": "^18.2.0",
55
55
  "react-intl-next": "npm:react-intl@^5.18.1"
56
56
  },