@atlaskit/editor-plugin-block-menu 6.0.13 → 6.0.14
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 +8 -0
- package/afm-cc/tsconfig.json +1 -1
- package/dist/cjs/editor-commands/transform-node-utils/TRANSFORMATION_MATRIX.js +0 -2
- package/dist/es2019/editor-commands/transform-node-utils/TRANSFORMATION_MATRIX.js +0 -2
- package/dist/esm/editor-commands/transform-node-utils/TRANSFORMATION_MATRIX.js +0 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-block-menu
|
|
2
2
|
|
|
3
|
+
## 6.0.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3a117b2d76d59`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a117b2d76d59) -
|
|
8
|
+
[ux] Transform decision -> codeBlock and quote -> headings are disabled.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 6.0.13
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -77,7 +77,6 @@ var TRANSFORMATION_MATRIX = exports.TRANSFORMATION_MATRIX = {
|
|
|
77
77
|
layoutSection: [_wrapMixedContentStep.wrapMixedContentStep],
|
|
78
78
|
panel: [_unwrapStep.unwrapStep, _wrapStep.wrapStep],
|
|
79
79
|
paragraph: [_unwrapStep.unwrapStep],
|
|
80
|
-
heading: [_unwrapStep.unwrapStep, _applyTargetTextTypeStep.applyTargetTextTypeStep],
|
|
81
80
|
decisionList: [_unwrapStep.unwrapStep, _wrapBlockquoteToDecisionListStep.wrapBlockquoteToDecisionListStep]
|
|
82
81
|
},
|
|
83
82
|
layoutSection: {
|
|
@@ -165,7 +164,6 @@ var TRANSFORMATION_MATRIX = exports.TRANSFORMATION_MATRIX = {
|
|
|
165
164
|
orderedList: [_decisionListToListStep.decisionListToListStep],
|
|
166
165
|
taskList: [_decisionListToListStep.decisionListToListStep],
|
|
167
166
|
blockquote: [_unwrapListStep.unwrapListStep, _wrapStep.wrapStep],
|
|
168
|
-
codeBlock: [_unwrapListStep.unwrapListStep, _wrapMixedContentStep.wrapMixedContentStep],
|
|
169
167
|
expand: [_wrapStep.wrapStep],
|
|
170
168
|
nestedExpand: [_wrapStep.wrapStep],
|
|
171
169
|
layoutSection: [_wrapMixedContentStep.wrapMixedContentStep],
|
|
@@ -72,7 +72,6 @@ export const TRANSFORMATION_MATRIX = {
|
|
|
72
72
|
layoutSection: [wrapMixedContentStep],
|
|
73
73
|
panel: [unwrapStep, wrapStep],
|
|
74
74
|
paragraph: [unwrapStep],
|
|
75
|
-
heading: [unwrapStep, applyTargetTextTypeStep],
|
|
76
75
|
decisionList: [unwrapStep, wrapBlockquoteToDecisionListStep]
|
|
77
76
|
},
|
|
78
77
|
layoutSection: {
|
|
@@ -160,7 +159,6 @@ export const TRANSFORMATION_MATRIX = {
|
|
|
160
159
|
orderedList: [decisionListToListStep],
|
|
161
160
|
taskList: [decisionListToListStep],
|
|
162
161
|
blockquote: [unwrapListStep, wrapStep],
|
|
163
|
-
codeBlock: [unwrapListStep, wrapMixedContentStep],
|
|
164
162
|
expand: [wrapStep],
|
|
165
163
|
nestedExpand: [wrapStep],
|
|
166
164
|
layoutSection: [wrapMixedContentStep],
|
|
@@ -72,7 +72,6 @@ export var TRANSFORMATION_MATRIX = {
|
|
|
72
72
|
layoutSection: [wrapMixedContentStep],
|
|
73
73
|
panel: [unwrapStep, wrapStep],
|
|
74
74
|
paragraph: [unwrapStep],
|
|
75
|
-
heading: [unwrapStep, applyTargetTextTypeStep],
|
|
76
75
|
decisionList: [unwrapStep, wrapBlockquoteToDecisionListStep]
|
|
77
76
|
},
|
|
78
77
|
layoutSection: {
|
|
@@ -160,7 +159,6 @@ export var TRANSFORMATION_MATRIX = {
|
|
|
160
159
|
orderedList: [decisionListToListStep],
|
|
161
160
|
taskList: [decisionListToListStep],
|
|
162
161
|
blockquote: [unwrapListStep, wrapStep],
|
|
163
|
-
codeBlock: [unwrapListStep, wrapMixedContentStep],
|
|
164
162
|
expand: [wrapStep],
|
|
165
163
|
nestedExpand: [wrapStep],
|
|
166
164
|
layoutSection: [wrapMixedContentStep],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-menu",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.14",
|
|
4
4
|
"description": "BlockMenu plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
46
46
|
"@atlaskit/primitives": "^17.0.0",
|
|
47
|
-
"@atlaskit/tmp-editor-statsig": "^16.
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^16.13.0",
|
|
48
48
|
"@atlaskit/tokens": "^9.1.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0"
|
|
50
50
|
},
|