@atlaskit/editor-plugin-panel 5.3.8 → 5.4.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,22 @@
1
1
  # @atlaskit/editor-plugin-panel
2
2
 
3
+ ## 5.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`113ef5c6037ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/113ef5c6037ab) -
14
+ Debounced rendering of panel
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 5.3.8
4
21
 
5
22
  ### Patch Changes
@@ -107,9 +107,7 @@ var PanelNodeView = /*#__PURE__*/function () {
107
107
  panelAttributes: node.attrs,
108
108
  providerFactory: _this.providerFactory
109
109
  });
110
- }, this.icon, this.key, undefined,
111
- // @portal-render-immediately
112
- true);
110
+ }, this.icon, this.key);
113
111
  }
114
112
  return (0, _createClass2.default)(PanelNodeView, [{
115
113
  key: "ignoreMutation",
@@ -101,9 +101,7 @@ class PanelNodeView {
101
101
  allowCustomPanel: pluginOptions.allowCustomPanel,
102
102
  panelAttributes: node.attrs,
103
103
  providerFactory: this.providerFactory
104
- }), this.icon, this.key, undefined,
105
- // @portal-render-immediately
106
- true);
104
+ }), this.icon, this.key);
107
105
  }
108
106
  ignoreMutation(mutation) {
109
107
  // ignore mutation if it caused by the icon.
@@ -101,9 +101,7 @@ var PanelNodeView = /*#__PURE__*/function () {
101
101
  panelAttributes: node.attrs,
102
102
  providerFactory: _this.providerFactory
103
103
  });
104
- }, this.icon, this.key, undefined,
105
- // @portal-render-immediately
106
- true);
104
+ }, this.icon, this.key);
107
105
  }
108
106
  return _createClass(PanelNodeView, [{
109
107
  key: "ignoreMutation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-panel",
3
- "version": "5.3.8",
3
+ "version": "5.4.1",
4
4
  "description": "Panel plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -30,24 +30,24 @@
30
30
  ".": "./src/index.ts"
31
31
  },
32
32
  "dependencies": {
33
- "@atlaskit/adf-schema": "^50.2.1",
33
+ "@atlaskit/adf-schema": "^50.2.2",
34
34
  "@atlaskit/editor-palette": "^2.1.0",
35
35
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
36
- "@atlaskit/editor-plugin-decorations": "^3.0.0",
36
+ "@atlaskit/editor-plugin-decorations": "^3.1.0",
37
37
  "@atlaskit/editor-plugin-emoji": "^4.3.0",
38
38
  "@atlaskit/editor-prosemirror": "7.0.0",
39
39
  "@atlaskit/editor-shared-styles": "^3.6.0",
40
40
  "@atlaskit/emoji": "^69.5.0",
41
- "@atlaskit/icon": "^28.0.0",
41
+ "@atlaskit/icon": "^28.1.0",
42
42
  "@atlaskit/platform-feature-flags": "^1.1.0",
43
- "@atlaskit/theme": "^19.0.0",
44
- "@atlaskit/tmp-editor-statsig": "^11.5.0",
45
- "@atlaskit/tokens": "^6.0.0",
43
+ "@atlaskit/theme": "^20.0.0",
44
+ "@atlaskit/tmp-editor-statsig": "^11.8.0",
45
+ "@atlaskit/tokens": "^6.1.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "uuid": "^3.1.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "@atlaskit/editor-common": "^107.28.0",
50
+ "@atlaskit/editor-common": "^107.31.0",
51
51
  "react": "^18.2.0",
52
52
  "react-dom": "^18.2.0",
53
53
  "react-intl-next": "npm:react-intl@^5.18.1"