@atlaskit/editor-plugin-insert-block 8.4.1 → 8.4.3
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,21 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-insert-block
|
|
2
2
|
|
|
3
|
+
## 8.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`7fc08532f3729`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7fc08532f3729) -
|
|
8
|
+
Remove platform_editor_toolbar_aifc_undo_redo_confluence feature gate
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 8.4.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`b43aaf2b5d0ff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b43aaf2b5d0ff) -
|
|
16
|
+
Remove platform_editor_toolbar_aifc_undo_redo_confluence feature gate
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 8.4.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -8,7 +8,6 @@ exports.getToolbarComponents = void 0;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _toolbar = require("@atlaskit/editor-common/toolbar");
|
|
10
10
|
var _editorToolbar = require("@atlaskit/editor-toolbar");
|
|
11
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
12
11
|
var _CodeBlockButton = require("./toolbar-components/CodeBlockButton");
|
|
13
12
|
var _configResolver = require("./toolbar-components/config-resolver");
|
|
14
13
|
var _EmojiButton = require("./toolbar-components/EmojiButton");
|
|
@@ -37,7 +36,7 @@ var getToolbarComponents = exports.getToolbarComponents = function getToolbarCom
|
|
|
37
36
|
return function (_ref2) {
|
|
38
37
|
var children = _ref2.children;
|
|
39
38
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.Show, {
|
|
40
|
-
above:
|
|
39
|
+
above: showAt || 'lg'
|
|
41
40
|
}, /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarButtonGroup, null, children));
|
|
42
41
|
};
|
|
43
42
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { INSERT_BLOCK_SECTION, TASK_LIST_GROUP, MEDIA_GROUP, INSERT_BLOCK_SECTION_RANK, TASK_LIST_BUTTON, TASK_LIST_GROUP_RANK, MEDIA_BUTTON, MENTION_GROUP, MEDIA_GROUP_RANK, MENTION_BUTTON, MENTION_GROUP_RANK, EMOJI_GROUP, EMOJI_BUTTON, EMOJI_GROUP_RANK, LAYOUT_GROUP, LAYOUT_BUTTON, LAYOUT_GROUP_RANK, TABLE_GROUP_RANK, TABLE_BUTTON, TABLE_GROUP, TABLE_SIZE_PICKER, INSERT_GROUP, INSERT_BUTTON, INSERT_GROUP_RANK, CODE_BLOCK_GROUP, CODE_BLOCK_BUTTON, CODE_BLOCK_GROUP_RANK } from '@atlaskit/editor-common/toolbar';
|
|
3
3
|
import { Show, ToolbarButtonGroup } from '@atlaskit/editor-toolbar';
|
|
4
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
4
|
import { CodeBlockButton } from './toolbar-components/CodeBlockButton';
|
|
6
5
|
import { resolveToolbarConfig } from './toolbar-components/config-resolver';
|
|
7
6
|
import { EmojiButton } from './toolbar-components/EmojiButton';
|
|
@@ -31,7 +30,7 @@ export const getToolbarComponents = ({
|
|
|
31
30
|
return ({
|
|
32
31
|
children
|
|
33
32
|
}) => /*#__PURE__*/React.createElement(Show, {
|
|
34
|
-
above:
|
|
33
|
+
above: showAt || 'lg'
|
|
35
34
|
}, /*#__PURE__*/React.createElement(ToolbarButtonGroup, null, children));
|
|
36
35
|
};
|
|
37
36
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { INSERT_BLOCK_SECTION, TASK_LIST_GROUP, MEDIA_GROUP, INSERT_BLOCK_SECTION_RANK, TASK_LIST_BUTTON, TASK_LIST_GROUP_RANK, MEDIA_BUTTON, MENTION_GROUP, MEDIA_GROUP_RANK, MENTION_BUTTON, MENTION_GROUP_RANK, EMOJI_GROUP, EMOJI_BUTTON, EMOJI_GROUP_RANK, LAYOUT_GROUP, LAYOUT_BUTTON, LAYOUT_GROUP_RANK, TABLE_GROUP_RANK, TABLE_BUTTON, TABLE_GROUP, TABLE_SIZE_PICKER, INSERT_GROUP, INSERT_BUTTON, INSERT_GROUP_RANK, CODE_BLOCK_GROUP, CODE_BLOCK_BUTTON, CODE_BLOCK_GROUP_RANK } from '@atlaskit/editor-common/toolbar';
|
|
3
3
|
import { Show, ToolbarButtonGroup } from '@atlaskit/editor-toolbar';
|
|
4
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
4
|
import { CodeBlockButton } from './toolbar-components/CodeBlockButton';
|
|
6
5
|
import { resolveToolbarConfig } from './toolbar-components/config-resolver';
|
|
7
6
|
import { EmojiButton } from './toolbar-components/EmojiButton';
|
|
@@ -30,7 +29,7 @@ export var getToolbarComponents = function getToolbarComponents(_ref) {
|
|
|
30
29
|
return function (_ref2) {
|
|
31
30
|
var children = _ref2.children;
|
|
32
31
|
return /*#__PURE__*/React.createElement(Show, {
|
|
33
|
-
above:
|
|
32
|
+
above: showAt || 'lg'
|
|
34
33
|
}, /*#__PURE__*/React.createElement(ToolbarButtonGroup, null, children));
|
|
35
34
|
};
|
|
36
35
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-insert-block",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.3",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@atlaskit/editor-plugin-panel": "^9.0.0",
|
|
49
49
|
"@atlaskit/editor-plugin-placeholder-text": "^8.0.0",
|
|
50
50
|
"@atlaskit/editor-plugin-primary-toolbar": "^8.0.0",
|
|
51
|
-
"@atlaskit/editor-plugin-quick-insert": "^7.
|
|
51
|
+
"@atlaskit/editor-plugin-quick-insert": "^7.3.0",
|
|
52
52
|
"@atlaskit/editor-plugin-rule": "^7.0.0",
|
|
53
53
|
"@atlaskit/editor-plugin-status": "^8.1.0",
|
|
54
54
|
"@atlaskit/editor-plugin-table": "^17.3.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/icon-lab": "^5.15.0",
|
|
65
65
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
66
66
|
"@atlaskit/theme": "^21.0.0",
|
|
67
|
-
"@atlaskit/tmp-editor-statsig": "^22.
|
|
67
|
+
"@atlaskit/tmp-editor-statsig": "^22.1.0",
|
|
68
68
|
"@atlaskit/tokens": "^11.0.0",
|
|
69
69
|
"@babel/runtime": "^7.0.0",
|
|
70
70
|
"@emotion/react": "^11.7.1",
|
|
@@ -126,9 +126,6 @@
|
|
|
126
126
|
"platform_editor_ease_of_use_metrics": {
|
|
127
127
|
"type": "boolean"
|
|
128
128
|
},
|
|
129
|
-
"platform_editor_toolbar_aifc_undo_redo_confluence": {
|
|
130
|
-
"type": "boolean"
|
|
131
|
-
},
|
|
132
129
|
"platform_editor_nov_a11y_fixes": {
|
|
133
130
|
"type": "boolean"
|
|
134
131
|
},
|