@atlaskit/editor-plugin-panel 14.1.26 → 14.2.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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-panel
2
2
 
3
+ ## 14.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) -
8
+ Enable compatibility with React 19.2.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 14.1.27
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 14.1.26
4
21
 
5
22
  ### Patch Changes
@@ -11,5 +11,5 @@ import type { EmojiInfo, PanelPluginOptions } from '../panelPluginType';
11
11
  export declare const panelIconMap: {
12
12
  [key in Exclude<PanelType, PanelType.CUSTOM>]: EmojiInfo;
13
13
  };
14
- export declare const getToolbarItems: (formatMessage: IntlShape["formatMessage"], panelNodeType: NodeType, isCustomPanelEnabled: boolean, isCustomPanelEditable: boolean, providerFactory: ProviderFactory, hoverDecoration: HoverDecorationHandler | undefined, editorAnalyticsAPI: EditorAnalyticsAPI | undefined, activePanelType?: string, activePanelColor?: string, activePanelIcon?: string, state?: EditorState, api?: ExtractInjectionAPI<PanelPlugin>) => FloatingToolbarItem<Command>[];
14
+ export declare const getToolbarItems: (formatMessage: IntlShape['formatMessage'], panelNodeType: NodeType, isCustomPanelEnabled: boolean, isCustomPanelEditable: boolean, providerFactory: ProviderFactory, hoverDecoration: HoverDecorationHandler | undefined, editorAnalyticsAPI: EditorAnalyticsAPI | undefined, activePanelType?: string, activePanelColor?: string, activePanelIcon?: string, state?: EditorState, api?: ExtractInjectionAPI<PanelPlugin>) => FloatingToolbarItem<Command>[];
15
15
  export declare const getToolbarConfig: (state: EditorState, intl: IntlShape, options: PanelPluginOptions | undefined, providerFactory: ProviderFactory, api: ExtractInjectionAPI<PanelPlugin> | undefined) => FloatingToolbarConfig | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-panel",
3
- "version": "14.1.26",
3
+ "version": "14.2.0",
4
4
  "description": "Panel plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -19,29 +19,29 @@
19
19
  "sideEffects": false,
20
20
  "atlaskit:src": "src/index.ts",
21
21
  "dependencies": {
22
- "@atlaskit/adf-schema": "^56.1.0",
23
- "@atlaskit/editor-palette": "^3.1.0",
24
- "@atlaskit/editor-plugin-analytics": "^12.0.0",
25
- "@atlaskit/editor-plugin-block-menu": "^11.1.0",
26
- "@atlaskit/editor-plugin-decorations": "^12.0.0",
27
- "@atlaskit/editor-plugin-emoji": "^13.1.0",
28
- "@atlaskit/editor-plugin-selection": "^12.0.0",
29
- "@atlaskit/editor-plugin-toolbar": "^9.0.0",
22
+ "@atlaskit/adf-schema": "^56.2.0",
23
+ "@atlaskit/editor-palette": "^3.2.0",
24
+ "@atlaskit/editor-plugin-analytics": "^12.1.0",
25
+ "@atlaskit/editor-plugin-block-menu": "^11.2.0",
26
+ "@atlaskit/editor-plugin-decorations": "^12.1.0",
27
+ "@atlaskit/editor-plugin-emoji": "^13.3.0",
28
+ "@atlaskit/editor-plugin-selection": "^12.1.0",
29
+ "@atlaskit/editor-plugin-toolbar": "^9.1.0",
30
30
  "@atlaskit/editor-prosemirror": "^8.0.0",
31
31
  "@atlaskit/editor-shared-styles": "^4.0.0",
32
- "@atlaskit/editor-toolbar": "^2.3.0",
33
- "@atlaskit/emoji": "^71.13.0",
32
+ "@atlaskit/editor-toolbar": "^2.4.0",
33
+ "@atlaskit/emoji": "^71.15.0",
34
34
  "@atlaskit/icon": "^37.2.0",
35
35
  "@atlaskit/platform-feature-flags": "^2.1.0",
36
- "@atlaskit/tmp-editor-statsig": "^134.0.0",
36
+ "@atlaskit/tmp-editor-statsig": "^135.7.0",
37
37
  "@atlaskit/tokens": "^16.3.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "uuid": "^3.1.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@atlaskit/editor-common": "^116.40.0",
43
- "react": "^18.2.0",
44
- "react-dom": "^18.2.0",
42
+ "@atlaskit/editor-common": "^116.45.0",
43
+ "react": "^18.2.0 || ^19.2.0",
44
+ "react-dom": "^18.2.0 || ^19.2.0",
45
45
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
46
46
  },
47
47
  "techstack": {
@@ -100,8 +100,8 @@
100
100
  }
101
101
  },
102
102
  "devDependencies": {
103
- "react": "^18.2.0",
104
- "react-dom": "^18.2.0",
103
+ "react": "^19.2.0",
104
+ "react-dom": "^19.2.0",
105
105
  "react-intl": "^7.0.0"
106
106
  }
107
107
  }