@atlaskit/editor-plugin-breakout 2.1.6 → 2.1.7
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 +10 -0
- package/package.json +5 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-breakout
|
|
2
2
|
|
|
3
|
+
## 2.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#137211](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/137211)
|
|
8
|
+
[`d00cb55d6fa4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d00cb55d6fa4b) -
|
|
9
|
+
[ux] ED27118 Increase pull page editor gutter to allow more space for new floating insert button -
|
|
10
|
+
https://hello.atlassian.net/wiki/spaces/EDITOR/pages/5120694962/Editor+DACI+New+insert+button+and+full-width+screens+2.0
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 2.1.6
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-breakout",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"description": "Breakout plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
37
|
-
"@atlaskit/editor-common": "^103.
|
|
38
|
-
"@atlaskit/editor-plugin-block-controls": "^3.
|
|
37
|
+
"@atlaskit/editor-common": "^103.6.0",
|
|
38
|
+
"@atlaskit/editor-plugin-block-controls": "^3.9.0",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
|
|
40
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^3.
|
|
40
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^3.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-width": "^3.0.0",
|
|
42
42
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
43
43
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@af/integration-testing": "^0.5.0",
|
|
59
59
|
"@af/visual-regression": "^1.3.0",
|
|
60
|
-
"@atlaskit/editor-plugin-code-block": "^4.
|
|
60
|
+
"@atlaskit/editor-plugin-code-block": "^4.3.0",
|
|
61
61
|
"@atlaskit/editor-plugin-composition": "^1.3.0",
|
|
62
62
|
"@atlaskit/editor-plugin-decorations": "^2.0.0",
|
|
63
63
|
"@atlaskit/ssr": "^0.4.0",
|
|
@@ -105,9 +105,6 @@
|
|
|
105
105
|
"platform-feature-flags": {
|
|
106
106
|
"platform-editor-single-player-expand": {
|
|
107
107
|
"type": "boolean"
|
|
108
|
-
},
|
|
109
|
-
"platform_editor_core_increase_full_page_guttering": {
|
|
110
|
-
"type": "boolean"
|
|
111
108
|
}
|
|
112
109
|
}
|
|
113
110
|
}
|