@atlaskit/editor-plugin-expand 4.2.9 → 4.3.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,24 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 4.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) -
8
+ EDITOR-1442 Bump adf-schema
9
+ - Updated dependencies
10
+
11
+ ## 4.3.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`a0f51dcb9f31c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0f51dcb9f31c) -
16
+ Debounced rendering of expand button
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 4.2.9
4
23
 
5
24
  ### 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, undefined,
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, undefined,
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, undefined,
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, undefined,
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, undefined,
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, undefined,
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.2.9",
3
+ "version": "4.3.1",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -28,14 +28,11 @@
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.1",
32
+ "@atlaskit/adf-schema": "^50.2.3",
36
33
  "@atlaskit/button": "^23.4.0",
37
34
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
38
- "@atlaskit/editor-plugin-decorations": "^3.0.0",
35
+ "@atlaskit/editor-plugin-decorations": "^3.1.0",
39
36
  "@atlaskit/editor-plugin-editor-disabled": "^3.0.0",
40
37
  "@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
41
38
  "@atlaskit/editor-plugin-selection": "^3.2.0",
@@ -43,10 +40,10 @@
43
40
  "@atlaskit/editor-prosemirror": "7.0.0",
44
41
  "@atlaskit/editor-shared-styles": "^3.6.0",
45
42
  "@atlaskit/editor-tables": "^2.9.0",
46
- "@atlaskit/icon": "^28.0.0",
43
+ "@atlaskit/icon": "^28.1.0",
47
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^11.5.0",
49
- "@atlaskit/tokens": "^6.0.0",
45
+ "@atlaskit/tmp-editor-statsig": "^11.9.0",
46
+ "@atlaskit/tokens": "^6.1.0",
50
47
  "@atlaskit/tooltip": "^20.4.0",
51
48
  "@babel/runtime": "^7.0.0",
52
49
  "@emotion/react": "^11.7.1",
@@ -54,7 +51,7 @@
54
51
  "w3c-keyname": "^2.1.8"
55
52
  },
56
53
  "peerDependencies": {
57
- "@atlaskit/editor-common": "^107.28.0",
54
+ "@atlaskit/editor-common": "^107.33.0",
58
55
  "react": "^18.2.0",
59
56
  "react-dom": "^18.2.0",
60
57
  "react-intl-next": "npm:react-intl@^5.18.1"