@atlaskit/editor-plugin-insert-block 11.0.6 → 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,22 @@
|
|
|
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
|
+
|
|
14
|
+
## 11.0.7
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 11.0.6
|
|
4
21
|
|
|
5
22
|
### 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
|
|
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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@atlaskit/editor-plugin-hyperlink": "^12.0.0",
|
|
43
43
|
"@atlaskit/editor-plugin-image-upload": "^10.0.0",
|
|
44
44
|
"@atlaskit/editor-plugin-layout": "^10.0.0",
|
|
45
|
-
"@atlaskit/editor-plugin-media": "^12.
|
|
45
|
+
"@atlaskit/editor-plugin-media": "^12.2.0",
|
|
46
46
|
"@atlaskit/editor-plugin-media-insert": "^23.0.0",
|
|
47
47
|
"@atlaskit/editor-plugin-mentions": "^12.1.0",
|
|
48
48
|
"@atlaskit/editor-plugin-metrics": "^11.0.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": "^
|
|
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.
|
|
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"
|