@atlaskit/editor-plugin-insert-block 4.0.0 → 4.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,19 @@
1
1
  # @atlaskit/editor-plugin-insert-block
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#182006](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/182006)
8
+ [`1fda4553957d0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1fda4553957d0) -
9
+ removing A/A experiment
10
+
11
+ ## 4.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 4.0.0
4
18
 
5
19
  ### Major Changes
@@ -133,7 +133,6 @@ var InsertMenu = function InsertMenu(_ref) {
133
133
  return [DIAGRAM_TITLE, BLANK_TITLE].includes(item.title);
134
134
  }).length === 2;
135
135
  if (featuredWhiteboardsPresent) {
136
- (0, _expValEquals.expValEquals)('confluence_whiteboards_quick_insert_aa', 'cohort', 'control');
137
136
  var pinWhiteboardActionToTop = function pinWhiteboardActionToTop(featuredItems, title) {
138
137
  // find the requested item by title, give it the appropriate description, and bring it to the top of the list
139
138
  var index = featuredItems.findIndex(function (item) {
@@ -110,7 +110,6 @@ const InsertMenu = ({
110
110
  const [DIAGRAM_TITLE, BLANK_TITLE] = ['Create diagram', 'Create whiteboard'];
111
111
  const featuredWhiteboardsPresent = featuredItems.filter(item => [DIAGRAM_TITLE, BLANK_TITLE].includes(item.title)).length === 2;
112
112
  if (featuredWhiteboardsPresent) {
113
- expValEquals('confluence_whiteboards_quick_insert_aa', 'cohort', 'control');
114
113
  const pinWhiteboardActionToTop = (featuredItems, title) => {
115
114
  // find the requested item by title, give it the appropriate description, and bring it to the top of the list
116
115
  const index = featuredItems.findIndex(item => item.title === title);
@@ -130,7 +130,6 @@ var InsertMenu = function InsertMenu(_ref) {
130
130
  return [DIAGRAM_TITLE, BLANK_TITLE].includes(item.title);
131
131
  }).length === 2;
132
132
  if (featuredWhiteboardsPresent) {
133
- expValEquals('confluence_whiteboards_quick_insert_aa', 'cohort', 'control');
134
133
  var pinWhiteboardActionToTop = function pinWhiteboardActionToTop(featuredItems, title) {
135
134
  // find the requested item by title, give it the appropriate description, and bring it to the top of the list
136
135
  var index = featuredItems.findIndex(function (item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -45,11 +45,11 @@
45
45
  "@atlaskit/editor-plugin-hyperlink": "^5.0.0",
46
46
  "@atlaskit/editor-plugin-image-upload": "^3.0.0",
47
47
  "@atlaskit/editor-plugin-layout": "^3.0.0",
48
- "@atlaskit/editor-plugin-media": "^5.0.0",
48
+ "@atlaskit/editor-plugin-media": "^5.1.0",
49
49
  "@atlaskit/editor-plugin-media-insert": "^8.0.0",
50
- "@atlaskit/editor-plugin-mentions": "^5.0.0",
50
+ "@atlaskit/editor-plugin-mentions": "^5.1.0",
51
51
  "@atlaskit/editor-plugin-metrics": "^4.0.0",
52
- "@atlaskit/editor-plugin-panel": "^5.0.0",
52
+ "@atlaskit/editor-plugin-panel": "^5.1.0",
53
53
  "@atlaskit/editor-plugin-placeholder-text": "^3.0.0",
54
54
  "@atlaskit/editor-plugin-primary-toolbar": "^4.0.0",
55
55
  "@atlaskit/editor-plugin-quick-insert": "^3.0.0",
@@ -62,12 +62,12 @@
62
62
  "@atlaskit/editor-shared-styles": "^3.4.0",
63
63
  "@atlaskit/emoji": "^69.3.0",
64
64
  "@atlaskit/heading": "^5.2.0",
65
- "@atlaskit/icon": "^27.2.0",
65
+ "@atlaskit/icon": "^27.3.0",
66
66
  "@atlaskit/icon-lab": "^5.1.0",
67
67
  "@atlaskit/platform-feature-flags": "^1.1.0",
68
68
  "@atlaskit/primitives": "^14.10.0",
69
69
  "@atlaskit/theme": "^18.0.0",
70
- "@atlaskit/tmp-editor-statsig": "^8.7.0",
70
+ "@atlaskit/tmp-editor-statsig": "^9.0.0",
71
71
  "@atlaskit/tokens": "^5.4.0",
72
72
  "@atlaskit/tooltip": "^20.3.0",
73
73
  "@babel/runtime": "^7.0.0",
@@ -78,7 +78,7 @@
78
78
  "react-virtualized": "^9.8.0"
79
79
  },
80
80
  "peerDependencies": {
81
- "@atlaskit/editor-common": "^107.6.0",
81
+ "@atlaskit/editor-common": "^107.7.0",
82
82
  "react": "^18.2.0",
83
83
  "react-dom": "^18.2.0",
84
84
  "react-intl-next": "npm:react-intl@^5.18.1"