@atlaskit/editor-plugin-expand 4.2.9 → 4.3.0
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 +11 -0
- package/dist/cjs/legacyExpand/nodeviews/index.js +1 -3
- package/dist/cjs/singlePlayerExpand/node-views/index.js +1 -3
- package/dist/es2019/legacyExpand/nodeviews/index.js +1 -3
- package/dist/es2019/singlePlayerExpand/node-views/index.js +1 -3
- package/dist/esm/legacyExpand/nodeviews/index.js +1 -3
- package/dist/esm/singlePlayerExpand/node-views/index.js +1 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-expand
|
|
2
2
|
|
|
3
|
+
## 4.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a0f51dcb9f31c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0f51dcb9f31c) -
|
|
8
|
+
Debounced rendering of expand button
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 4.2.9
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -509,9 +509,7 @@ var ExpandNodeView = exports.ExpandNodeView = /*#__PURE__*/function () {
|
|
|
509
509
|
allowInteractiveExpand: _this3.allowInteractiveExpand,
|
|
510
510
|
expanded: _this3.__livePage ? !__expanded : __expanded
|
|
511
511
|
});
|
|
512
|
-
}, this.icon, this.renderKey
|
|
513
|
-
// @portal-render-immediately
|
|
514
|
-
true);
|
|
512
|
+
}, this.icon, this.renderKey);
|
|
515
513
|
}
|
|
516
514
|
}, {
|
|
517
515
|
key: "stopEvent",
|
|
@@ -389,9 +389,7 @@ var ExpandNodeView = exports.ExpandNodeView = /*#__PURE__*/function () {
|
|
|
389
389
|
allowInteractiveExpand: _this.allowInteractiveExpand,
|
|
390
390
|
expanded: expanded
|
|
391
391
|
});
|
|
392
|
-
}, icon, _this.renderKey
|
|
393
|
-
// @portal-render-immediately
|
|
394
|
-
true);
|
|
392
|
+
}, icon, _this.renderKey);
|
|
395
393
|
});
|
|
396
394
|
this.selectNearNode = selectNearNode;
|
|
397
395
|
this.__livePage = __livePage;
|
|
@@ -504,9 +504,7 @@ export class ExpandNodeView {
|
|
|
504
504
|
intl: intl,
|
|
505
505
|
allowInteractiveExpand: this.allowInteractiveExpand,
|
|
506
506
|
expanded: this.__livePage ? !__expanded : __expanded
|
|
507
|
-
}), this.icon, this.renderKey
|
|
508
|
-
// @portal-render-immediately
|
|
509
|
-
true);
|
|
507
|
+
}), this.icon, this.renderKey);
|
|
510
508
|
}
|
|
511
509
|
stopEvent(event) {
|
|
512
510
|
// Ignored via go/ees005
|
|
@@ -387,9 +387,7 @@ export class ExpandNodeView {
|
|
|
387
387
|
intl: this.intl,
|
|
388
388
|
allowInteractiveExpand: this.allowInteractiveExpand,
|
|
389
389
|
expanded: expanded
|
|
390
|
-
}), icon, this.renderKey
|
|
391
|
-
// @portal-render-immediately
|
|
392
|
-
true);
|
|
390
|
+
}), icon, this.renderKey);
|
|
393
391
|
});
|
|
394
392
|
this.selectNearNode = selectNearNode;
|
|
395
393
|
this.__livePage = __livePage;
|
|
@@ -501,9 +501,7 @@ export var ExpandNodeView = /*#__PURE__*/function () {
|
|
|
501
501
|
allowInteractiveExpand: _this3.allowInteractiveExpand,
|
|
502
502
|
expanded: _this3.__livePage ? !__expanded : __expanded
|
|
503
503
|
});
|
|
504
|
-
}, this.icon, this.renderKey
|
|
505
|
-
// @portal-render-immediately
|
|
506
|
-
true);
|
|
504
|
+
}, this.icon, this.renderKey);
|
|
507
505
|
}
|
|
508
506
|
}, {
|
|
509
507
|
key: "stopEvent",
|
|
@@ -381,9 +381,7 @@ export var ExpandNodeView = /*#__PURE__*/function () {
|
|
|
381
381
|
allowInteractiveExpand: _this.allowInteractiveExpand,
|
|
382
382
|
expanded: expanded
|
|
383
383
|
});
|
|
384
|
-
}, icon, _this.renderKey
|
|
385
|
-
// @portal-render-immediately
|
|
386
|
-
true);
|
|
384
|
+
}, icon, _this.renderKey);
|
|
387
385
|
});
|
|
388
386
|
this.selectNearNode = selectNearNode;
|
|
389
387
|
this.__livePage = __livePage;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-expand",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "Expand plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@atlaskit/adf-schema": "^50.2.1",
|
|
36
36
|
"@atlaskit/button": "^23.4.0",
|
|
37
37
|
"@atlaskit/editor-plugin-analytics": "^3.0.0",
|
|
38
|
-
"@atlaskit/editor-plugin-decorations": "^3.
|
|
38
|
+
"@atlaskit/editor-plugin-decorations": "^3.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-disabled": "^3.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
|
|
41
41
|
"@atlaskit/editor-plugin-selection": "^3.2.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
46
46
|
"@atlaskit/icon": "^28.0.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^11.
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^11.6.0",
|
|
49
49
|
"@atlaskit/tokens": "^6.0.0",
|
|
50
50
|
"@atlaskit/tooltip": "^20.4.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"w3c-keyname": "^2.1.8"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@atlaskit/editor-common": "^107.
|
|
57
|
+
"@atlaskit/editor-common": "^107.29.0",
|
|
58
58
|
"react": "^18.2.0",
|
|
59
59
|
"react-dom": "^18.2.0",
|
|
60
60
|
"react-intl-next": "npm:react-intl@^5.18.1"
|