@atlaskit/editor-plugin-loom 14.0.4 → 14.1.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-loom
2
2
 
3
+ ## 14.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) -
14
+ Enable compatibility with React 19.2.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 14.0.4
4
21
 
5
22
  ### Patch Changes
@@ -4,5 +4,5 @@ import type { LoomPlugin } from '../loomPluginType';
4
4
  import type { ButtonComponentProps, LoomPluginOptions } from '../types';
5
5
  export declare const LoomMenuItem: ({ api, renderButton, }: {
6
6
  api: ExtractInjectionAPI<LoomPlugin> | undefined;
7
- } & Pick<LoomPluginOptions, "renderButton">) => React.JSX.Element | null | undefined;
7
+ } & Pick<LoomPluginOptions, 'renderButton'>) => React.JSX.Element | null | undefined;
8
8
  export declare const CustomisableLoomMenuItem: (api: ExtractInjectionAPI<LoomPlugin> | undefined) => React.ForwardRefExoticComponent<ButtonComponentProps & React.RefAttributes<HTMLElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-loom",
3
- "version": "14.0.4",
3
+ "version": "14.1.1",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -24,36 +24,36 @@
24
24
  ],
25
25
  "atlaskit:src": "src/index.ts",
26
26
  "dependencies": {
27
- "@atlaskit/button": "^24.3.0",
28
- "@atlaskit/editor-plugin-analytics": "^12.0.0",
29
- "@atlaskit/editor-plugin-connectivity": "^12.0.0",
30
- "@atlaskit/editor-plugin-editor-viewmode": "^14.0.0",
31
- "@atlaskit/editor-plugin-hyperlink": "^14.0.0",
32
- "@atlaskit/editor-plugin-primary-toolbar": "^13.0.0",
33
- "@atlaskit/editor-plugin-quick-insert": "^12.0.0",
34
- "@atlaskit/editor-plugin-toolbar": "^9.0.0",
35
- "@atlaskit/editor-plugin-width": "^13.0.0",
27
+ "@atlaskit/button": "^25.0.0",
28
+ "@atlaskit/editor-plugin-analytics": "^12.1.0",
29
+ "@atlaskit/editor-plugin-connectivity": "^12.1.0",
30
+ "@atlaskit/editor-plugin-editor-viewmode": "^14.1.0",
31
+ "@atlaskit/editor-plugin-hyperlink": "^14.2.0",
32
+ "@atlaskit/editor-plugin-primary-toolbar": "^13.1.0",
33
+ "@atlaskit/editor-plugin-quick-insert": "^12.1.0",
34
+ "@atlaskit/editor-plugin-toolbar": "^9.1.0",
35
+ "@atlaskit/editor-plugin-width": "^13.1.0",
36
36
  "@atlaskit/editor-prosemirror": "^8.0.0",
37
- "@atlaskit/editor-toolbar": "^2.3.0",
38
- "@atlaskit/icon": "^37.0.0",
39
- "@atlaskit/platform-feature-flags": "^2.0.0",
40
- "@atlaskit/tokens": "^16.0.0",
37
+ "@atlaskit/editor-toolbar": "^2.4.0",
38
+ "@atlaskit/icon": "^37.2.0",
39
+ "@atlaskit/platform-feature-flags": "^2.1.0",
40
+ "@atlaskit/tokens": "^16.3.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1",
43
43
  "@loomhq/record-sdk": "^4.12.4"
44
44
  },
45
45
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^116.32.0",
47
- "react": "^18.2.0",
48
- "react-dom": "^18.2.0",
46
+ "@atlaskit/editor-common": "^116.48.0",
47
+ "react": "^18.2.0 || ^19.2.0",
48
+ "react-dom": "^18.2.0 || ^19.2.0",
49
49
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@testing-library/react": "^16.3.0",
53
53
  "@testing-library/user-event": "^14.4.3",
54
54
  "raf-stub": "^2.0.1",
55
- "react": "^18.2.0",
56
- "react-dom": "^18.2.0",
55
+ "react": "^19.2.0",
56
+ "react-dom": "^19.2.0",
57
57
  "react-intl": "^7.0.0"
58
58
  },
59
59
  "techstack": {