@atlaskit/editor-plugin-breakout 2.1.5 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +8 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
13
+ ## 2.1.6
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 2.1.5
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-breakout",
3
- "version": "2.1.5",
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,18 +34,18 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@atlaskit/adf-schema": "^47.6.0",
37
- "@atlaskit/editor-common": "^102.8.0",
38
- "@atlaskit/editor-plugin-block-controls": "^3.3.0",
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.0.0",
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",
44
- "@atlaskit/icon": "^25.0.0",
44
+ "@atlaskit/icon": "^25.5.0",
45
45
  "@atlaskit/platform-feature-flags": "^1.1.0",
46
46
  "@atlaskit/theme": "^18.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^4.0.0",
48
- "@atlaskit/tokens": "^4.5.0",
47
+ "@atlaskit/tmp-editor-statsig": "^4.6.0",
48
+ "@atlaskit/tokens": "^4.7.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1"
51
51
  },
@@ -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.2.0",
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
  }