@atlaskit/editor-plugin-quick-insert 8.0.15 → 8.0.17

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-quick-insert
2
2
 
3
+ ## 8.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.16
10
+
11
+ ### Patch Changes
12
+
13
+ - [`7acad9336e3c4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7acad9336e3c4) -
14
+ Remove stale feature flag platform_editor_controls_fix_view_more_in_comment (final value: true)
15
+ - Updated dependencies
16
+
3
17
  ## 8.0.15
4
18
 
5
19
  ### Patch Changes
@@ -56,7 +56,7 @@ var quickInsertPlugin = exports.quickInsertPlugin = function quickInsertPlugin(_
56
56
  }
57
57
  return result;
58
58
  },
59
- getMoreOptionsButtonConfig: options !== null && options !== void 0 && options.enableElementBrowser || !(0, _platformFeatureFlags.fg)('platform_editor_controls_fix_view_more_in_comment') ? function (_ref3) {
59
+ getMoreOptionsButtonConfig: options !== null && options !== void 0 && options.enableElementBrowser ? function (_ref3) {
60
60
  var formatMessage = _ref3.formatMessage;
61
61
  return {
62
62
  title: formatMessage(_messages.toolbarInsertBlockMessages.viewMore),
@@ -45,7 +45,7 @@ export const quickInsertPlugin = ({
45
45
  }
46
46
  return result;
47
47
  },
48
- getMoreOptionsButtonConfig: options !== null && options !== void 0 && options.enableElementBrowser || !fg('platform_editor_controls_fix_view_more_in_comment') ? ({
48
+ getMoreOptionsButtonConfig: options !== null && options !== void 0 && options.enableElementBrowser ? ({
49
49
  formatMessage
50
50
  }) => {
51
51
  return {
@@ -49,7 +49,7 @@ export var quickInsertPlugin = function quickInsertPlugin(_ref) {
49
49
  }
50
50
  return result;
51
51
  },
52
- getMoreOptionsButtonConfig: options !== null && options !== void 0 && options.enableElementBrowser || !fg('platform_editor_controls_fix_view_more_in_comment') ? function (_ref3) {
52
+ getMoreOptionsButtonConfig: options !== null && options !== void 0 && options.enableElementBrowser ? function (_ref3) {
53
53
  var formatMessage = _ref3.formatMessage;
54
54
  return {
55
55
  title: formatMessage(messages.viewMore),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-quick-insert",
3
- "version": "8.0.15",
3
+ "version": "8.0.17",
4
4
  "description": "Quick insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,13 +38,13 @@
38
38
  "@atlaskit/icon": "^33.1.0",
39
39
  "@atlaskit/modal-dialog": "^14.13.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
- "@atlaskit/tmp-editor-statsig": "^48.0.0",
42
- "@atlaskit/tokens": "^11.3.0",
41
+ "@atlaskit/tmp-editor-statsig": "^49.0.0",
42
+ "@atlaskit/tokens": "^11.4.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1"
45
45
  },
46
46
  "peerDependencies": {
47
- "@atlaskit/editor-common": "^112.11.0",
47
+ "@atlaskit/editor-common": "^112.13.0",
48
48
  "react": "^18.2.0",
49
49
  "react-dom": "^18.2.0",
50
50
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -95,9 +95,6 @@
95
95
  },
96
96
  "platform_editor_fix_space_triggering_ai": {
97
97
  "type": "boolean"
98
- },
99
- "platform_editor_controls_fix_view_more_in_comment": {
100
- "type": "boolean"
101
98
  }
102
99
  }
103
100
  }