@atlaskit/editor-plugin-toolbar 8.0.6 → 8.0.10

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,31 @@
1
1
  # @atlaskit/editor-plugin-toolbar
2
2
 
3
+ ## 8.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.9
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 8.0.8
16
+
17
+ ### Patch Changes
18
+
19
+ - [`e5a3b3e2a66b3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5a3b3e2a66b3) -
20
+ FG Cleanup platform_editor_toolbar_open_experience_fix
21
+ - Updated dependencies
22
+
23
+ ## 8.0.7
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+
3
29
  ## 8.0.6
4
30
 
5
31
  ### Patch Changes
@@ -92,7 +92,7 @@ var getSelectionToolbarOpenExperiencePlugin = exports.getSelectionToolbarOpenExp
92
92
  // when target is not found, skip the experience start
93
93
  return true;
94
94
  }
95
- return isSelectionToolbarWithinNode(target) || isBlockMenuWithinNode(target) && (0, _platformFeatureFlags.fg)('platform_editor_toolbar_open_experience_fix');
95
+ return isSelectionToolbarWithinNode(target) || isBlockMenuWithinNode(target);
96
96
  };
97
97
  return new _safePlugin.SafePlugin({
98
98
  key: pluginKey,
@@ -85,7 +85,7 @@ export const getSelectionToolbarOpenExperiencePlugin = ({
85
85
  // when target is not found, skip the experience start
86
86
  return true;
87
87
  }
88
- return isSelectionToolbarWithinNode(target) || isBlockMenuWithinNode(target) && fg('platform_editor_toolbar_open_experience_fix');
88
+ return isSelectionToolbarWithinNode(target) || isBlockMenuWithinNode(target);
89
89
  };
90
90
  return new SafePlugin({
91
91
  key: pluginKey,
@@ -85,7 +85,7 @@ export var getSelectionToolbarOpenExperiencePlugin = function getSelectionToolba
85
85
  // when target is not found, skip the experience start
86
86
  return true;
87
87
  }
88
- return isSelectionToolbarWithinNode(target) || isBlockMenuWithinNode(target) && fg('platform_editor_toolbar_open_experience_fix');
88
+ return isSelectionToolbarWithinNode(target) || isBlockMenuWithinNode(target);
89
89
  };
90
90
  return new SafePlugin({
91
91
  key: pluginKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar",
3
- "version": "8.0.6",
3
+ "version": "8.0.10",
4
4
  "description": "Toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -40,12 +40,12 @@
40
40
  "@atlaskit/editor-toolbar": "^1.10.0",
41
41
  "@atlaskit/editor-toolbar-model": "^0.5.0",
42
42
  "@atlaskit/platform-feature-flags": "^1.1.0",
43
- "@atlaskit/tmp-editor-statsig": "^94.0.0",
43
+ "@atlaskit/tmp-editor-statsig": "^98.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "bind-event-listener": "^3.0.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^115.8.0",
48
+ "@atlaskit/editor-common": "^115.12.0",
49
49
  "react": "^18.2.0",
50
50
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
51
51
  },
@@ -59,9 +59,6 @@
59
59
  "platform_editor_toolbar_mode_override": {
60
60
  "type": "boolean"
61
61
  },
62
- "platform_editor_toolbar_open_experience_fix": {
63
- "type": "boolean"
64
- },
65
62
  "platform_editor_toolbar_open_experience_fix_2": {
66
63
  "type": "boolean"
67
64
  }