@atlaskit/editor-plugin-insert-block 11.0.7 → 11.1.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-plugin-insert-block
2
2
 
3
+ ## 11.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d1bd1354e626f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1bd1354e626f) -
8
+ Remove A/A for Create with Rovo via Slash Command experiment
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 11.0.7
4
15
 
5
16
  ### Patch Changes
@@ -36,8 +36,6 @@ var DEFAULT_HEIGHT = exports.DEFAULT_HEIGHT = 560;
36
36
  * This newer implementation matches how the quick insert menu sorts elements.
37
37
  */
38
38
  var sortFeaturedItems = exports.sortFeaturedItems = function sortFeaturedItems(featuredItems, formatMessage) {
39
- // temporary for A/A test
40
- ['slot-two', 'slot-four'].includes((0, _expVal.expValNoExposure)('cc_fd_cwr_quick_insert_aa', 'cohort', 'control'));
41
39
  if (['new-description', 'orig-description'].includes((0, _expVal.expVal)('cc_fd_db_top_editor_toolbar', 'cohort', 'control')) || (0, _expVal.expValNoExposure)('cc_fd_wb_jira_quick_insert_experiment', 'isEnabled', false) || ['slot-two', 'slot-four'].includes((0, _expVal.expValNoExposure)('cc_fd_cwr_quick_insert', 'cohort', 'control'))) {
42
40
  // Sort by priority (lower first) on the concatenated list so items
43
41
  // with "priority" are at the top (e.g. Whiteboard before Database)
@@ -26,8 +26,6 @@ export const DEFAULT_HEIGHT = 560;
26
26
  * This newer implementation matches how the quick insert menu sorts elements.
27
27
  */
28
28
  export const sortFeaturedItems = (featuredItems, formatMessage) => {
29
- // temporary for A/A test
30
- ['slot-two', 'slot-four'].includes(expValNoExposure('cc_fd_cwr_quick_insert_aa', 'cohort', 'control'));
31
29
  if (['new-description', 'orig-description'].includes(expVal('cc_fd_db_top_editor_toolbar', 'cohort', 'control')) || expValNoExposure('cc_fd_wb_jira_quick_insert_experiment', 'isEnabled', false) || ['slot-two', 'slot-four'].includes(expValNoExposure('cc_fd_cwr_quick_insert', 'cohort', 'control'))) {
32
30
  // Sort by priority (lower first) on the concatenated list so items
33
31
  // with "priority" are at the top (e.g. Whiteboard before Database)
@@ -33,8 +33,6 @@ export var DEFAULT_HEIGHT = 560;
33
33
  * This newer implementation matches how the quick insert menu sorts elements.
34
34
  */
35
35
  export var sortFeaturedItems = function sortFeaturedItems(featuredItems, formatMessage) {
36
- // temporary for A/A test
37
- ['slot-two', 'slot-four'].includes(expValNoExposure('cc_fd_cwr_quick_insert_aa', 'cohort', 'control'));
38
36
  if (['new-description', 'orig-description'].includes(expVal('cc_fd_db_top_editor_toolbar', 'cohort', 'control')) || expValNoExposure('cc_fd_wb_jira_quick_insert_experiment', 'isEnabled', false) || ['slot-two', 'slot-four'].includes(expValNoExposure('cc_fd_cwr_quick_insert', 'cohort', 'control'))) {
39
37
  // Sort by priority (lower first) on the concatenated list so items
40
38
  // with "priority" are at the top (e.g. Whiteboard before Database)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "11.0.7",
3
+ "version": "11.1.0",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -64,7 +64,7 @@
64
64
  "@atlaskit/icon": "^34.3.0",
65
65
  "@atlaskit/icon-lab": "^6.6.0",
66
66
  "@atlaskit/platform-feature-flags": "^1.1.0",
67
- "@atlaskit/tmp-editor-statsig": "^68.0.0",
67
+ "@atlaskit/tmp-editor-statsig": "^69.0.0",
68
68
  "@atlaskit/tokens": "^13.0.0",
69
69
  "@babel/runtime": "^7.0.0",
70
70
  "@emotion/react": "^11.7.1",
@@ -74,7 +74,7 @@
74
74
  "react-virtualized": "^9.22.6"
75
75
  },
76
76
  "peerDependencies": {
77
- "@atlaskit/editor-common": "^114.9.0",
77
+ "@atlaskit/editor-common": "^114.10.0",
78
78
  "react": "^18.2.0",
79
79
  "react-dom": "^18.2.0",
80
80
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"