@atlaskit/editor-plugin-layout 3.1.11 → 3.2.1
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,26 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-layout
|
|
2
2
|
|
|
3
|
+
## 3.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`fb67102acfc05`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fb67102acfc05) -
|
|
8
|
+
EDITOR-1443 Use layoutSectionWithLocalId behind fg('platform_editor_adf_with_localid')
|
|
9
|
+
- [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) -
|
|
10
|
+
EDITOR-1442 Bump adf-schema
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
13
|
+
## 3.2.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- [`bcc580d5e4bb9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bcc580d5e4bb9) -
|
|
18
|
+
Debounced layout rendering
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
|
|
3
24
|
## 3.1.11
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -149,8 +149,6 @@ var LayoutSectionView = exports.LayoutSectionView = /*#__PURE__*/function (_Reac
|
|
|
149
149
|
_this = _callSuper(this, LayoutSectionView, [props.node, props.view, props.getPos, props.portalProviderAPI, props.eventDispatcher, props]);
|
|
150
150
|
_this.isEmpty = isEmptyLayout(_this.node);
|
|
151
151
|
_this.options = props.options;
|
|
152
|
-
// @portal-render-immediately
|
|
153
|
-
_this.shouldRenderImmediatelyInPortal = true;
|
|
154
152
|
return _this;
|
|
155
153
|
}
|
|
156
154
|
|
|
@@ -132,8 +132,6 @@ export class LayoutSectionView extends ReactNodeView {
|
|
|
132
132
|
super(props.node, props.view, props.getPos, props.portalProviderAPI, props.eventDispatcher, props);
|
|
133
133
|
this.isEmpty = isEmptyLayout(this.node);
|
|
134
134
|
this.options = props.options;
|
|
135
|
-
// @portal-render-immediately
|
|
136
|
-
this.shouldRenderImmediatelyInPortal = true;
|
|
137
135
|
}
|
|
138
136
|
|
|
139
137
|
/**
|
|
@@ -140,8 +140,6 @@ export var LayoutSectionView = /*#__PURE__*/function (_ReactNodeView) {
|
|
|
140
140
|
_this = _callSuper(this, LayoutSectionView, [props.node, props.view, props.getPos, props.portalProviderAPI, props.eventDispatcher, props]);
|
|
141
141
|
_this.isEmpty = isEmptyLayout(_this.node);
|
|
142
142
|
_this.options = props.options;
|
|
143
|
-
// @portal-render-immediately
|
|
144
|
-
_this.shouldRenderImmediatelyInPortal = true;
|
|
145
143
|
return _this;
|
|
146
144
|
}
|
|
147
145
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-layout",
|
|
3
|
-
"version": "3.1
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Layout plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,13 +28,10 @@
|
|
|
28
28
|
"*.compiled.css"
|
|
29
29
|
],
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
|
-
"af:exports": {
|
|
32
|
-
".": "./src/index.ts"
|
|
33
|
-
},
|
|
34
31
|
"dependencies": {
|
|
35
|
-
"@atlaskit/adf-schema": "^50.2.
|
|
32
|
+
"@atlaskit/adf-schema": "^50.2.3",
|
|
36
33
|
"@atlaskit/editor-plugin-analytics": "^3.0.0",
|
|
37
|
-
"@atlaskit/editor-plugin-decorations": "^3.
|
|
34
|
+
"@atlaskit/editor-plugin-decorations": "^3.1.0",
|
|
38
35
|
"@atlaskit/editor-plugin-editor-disabled": "^3.0.0",
|
|
39
36
|
"@atlaskit/editor-plugin-guideline": "^3.0.0",
|
|
40
37
|
"@atlaskit/editor-plugin-interaction": "^5.0.0",
|
|
@@ -42,16 +39,16 @@
|
|
|
42
39
|
"@atlaskit/editor-plugin-width": "^4.0.0",
|
|
43
40
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
44
41
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
45
|
-
"@atlaskit/icon": "^28.
|
|
46
|
-
"@atlaskit/icon-lab": "^5.
|
|
42
|
+
"@atlaskit/icon": "^28.1.0",
|
|
43
|
+
"@atlaskit/icon-lab": "^5.7.0",
|
|
47
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^11.
|
|
49
|
-
"@atlaskit/tokens": "^6.
|
|
45
|
+
"@atlaskit/tmp-editor-statsig": "^11.9.0",
|
|
46
|
+
"@atlaskit/tokens": "^6.1.0",
|
|
50
47
|
"@babel/runtime": "^7.0.0",
|
|
51
48
|
"@emotion/react": "^11.7.1"
|
|
52
49
|
},
|
|
53
50
|
"peerDependencies": {
|
|
54
|
-
"@atlaskit/editor-common": "^107.
|
|
51
|
+
"@atlaskit/editor-common": "^107.33.0",
|
|
55
52
|
"react": "^18.2.0",
|
|
56
53
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
57
54
|
},
|