@atlaskit/editor-plugin-tasks-and-decisions 5.1.17 → 5.1.18

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,11 @@
1
1
  # @atlaskit/editor-plugin-tasks-and-decisions
2
2
 
3
+ ## 5.1.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.1.17
4
10
 
5
11
  ### Patch Changes
@@ -28,7 +28,6 @@ var _reactNodeView = _interopRequireDefault(require("@atlaskit/editor-common/rea
28
28
  var _useSharedPluginStateSelector = require("@atlaskit/editor-common/use-shared-plugin-state-selector");
29
29
  var _heading = _interopRequireDefault(require("@atlaskit/heading"));
30
30
  var _checkMarkEditorDone = _interopRequireDefault(require("@atlaskit/icon/core/migration/check-mark--editor-done"));
31
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
32
31
  var _popup = _interopRequireDefault(require("@atlaskit/popup"));
33
32
  var _compiled = require("@atlaskit/primitives/compiled");
34
33
  var _Task2 = _interopRequireDefault(require("../ui/Task"));
@@ -201,8 +200,7 @@ var TaskItemWrapper = function TaskItemWrapper(_ref2) {
201
200
  api: api
202
201
  });
203
202
  },
204
- placement: 'bottom-start',
205
- shouldRenderToParent: (0, _platformFeatureFlags.fg)('should-render-to-parent-should-be-true-editor-ai')
203
+ placement: 'bottom-start'
206
204
  });
207
205
  };
208
206
  var Task = /*#__PURE__*/function (_ReactNodeView) {
@@ -13,7 +13,6 @@ import ReactNodeView from '@atlaskit/editor-common/react-node-view';
13
13
  import { useSharedPluginStateSelector } from '@atlaskit/editor-common/use-shared-plugin-state-selector';
14
14
  import Heading from '@atlaskit/heading';
15
15
  import EditorDoneIcon from '@atlaskit/icon/core/migration/check-mark--editor-done';
16
- import { fg } from '@atlaskit/platform-feature-flags';
17
16
  // Ignored via go/ees005
18
17
  // eslint-disable-next-line import/no-named-as-default
19
18
  import Popup from '@atlaskit/popup';
@@ -177,8 +176,7 @@ const TaskItemWrapper = ({
177
176
  api: api
178
177
  });
179
178
  },
180
- placement: 'bottom-start',
181
- shouldRenderToParent: fg('should-render-to-parent-should-be-true-editor-ai')
179
+ placement: 'bottom-start'
182
180
  });
183
181
  };
184
182
  class Task extends ReactNodeView {
@@ -25,7 +25,6 @@ import ReactNodeView from '@atlaskit/editor-common/react-node-view';
25
25
  import { useSharedPluginStateSelector } from '@atlaskit/editor-common/use-shared-plugin-state-selector';
26
26
  import Heading from '@atlaskit/heading';
27
27
  import EditorDoneIcon from '@atlaskit/icon/core/migration/check-mark--editor-done';
28
- import { fg } from '@atlaskit/platform-feature-flags';
29
28
  // Ignored via go/ees005
30
29
  // eslint-disable-next-line import/no-named-as-default
31
30
  import Popup from '@atlaskit/popup';
@@ -193,8 +192,7 @@ var TaskItemWrapper = function TaskItemWrapper(_ref2) {
193
192
  api: api
194
193
  });
195
194
  },
196
- placement: 'bottom-start',
197
- shouldRenderToParent: fg('should-render-to-parent-should-be-true-editor-ai')
195
+ placement: 'bottom-start'
198
196
  });
199
197
  };
200
198
  var Task = /*#__PURE__*/function (_ReactNodeView) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-tasks-and-decisions",
3
- "version": "5.1.17",
3
+ "version": "5.1.18",
4
4
  "description": "Tasks and decisions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -51,7 +51,7 @@
51
51
  "@atlaskit/primitives": "^14.9.0",
52
52
  "@atlaskit/prosemirror-input-rules": "^3.3.0",
53
53
  "@atlaskit/task-decision": "^19.2.0",
54
- "@atlaskit/tmp-editor-statsig": "^7.2.0",
54
+ "@atlaskit/tmp-editor-statsig": "^8.0.0",
55
55
  "@atlaskit/tokens": "^5.3.0",
56
56
  "@babel/runtime": "^7.0.0",
57
57
  "@compiled/react": "^0.18.3",