@atlaskit/editor-plugin-loom 0.2.3 → 0.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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/editor-plugin-loom
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#68790](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68790) [`c6d8affc52d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d8affc52d1) - Support maybeAdd plugins in usePreset. Add typing support for universal preset.
8
+
9
+ Now when using the editor API with the universal preset
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 0.2.4
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 0.2.3
4
22
 
5
23
  ### Patch Changes
@@ -1,2 +1,3 @@
1
1
  export { loomPlugin } from './plugin';
2
2
  export type { LoomPlugin } from './plugin';
3
+ export type { LoomPluginState } from './pm-plugin';
@@ -41,7 +41,7 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
41
41
  };
42
42
  sharedState: import("@atlaskit/editor-common/link").HyperlinkState | undefined;
43
43
  }, import("@atlaskit/editor-common/types").HyperlinkPluginOptions | undefined>];
44
- sharedState: import("../pm-plugin").LoomPluginState | undefined;
44
+ sharedState: import("..").LoomPluginState | undefined;
45
45
  }, undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
46
46
  pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
47
47
  sharedState: {
@@ -122,7 +122,7 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
122
122
  };
123
123
  sharedState: import("@atlaskit/editor-common/link").HyperlinkState | undefined;
124
124
  }, import("@atlaskit/editor-common/types").HyperlinkPluginOptions | undefined>];
125
- sharedState: import("../pm-plugin").LoomPluginState | undefined;
125
+ sharedState: import("..").LoomPluginState | undefined;
126
126
  }, undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
127
127
  pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
128
128
  sharedState: {
@@ -1,2 +1,3 @@
1
1
  export { loomPlugin } from './plugin';
2
2
  export type { LoomPlugin } from './plugin';
3
+ export type { LoomPluginState } from './pm-plugin';
@@ -51,7 +51,7 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
51
51
  sharedState: import("@atlaskit/editor-common/link").HyperlinkState | undefined;
52
52
  }, import("@atlaskit/editor-common/types").HyperlinkPluginOptions | undefined>
53
53
  ];
54
- sharedState: import("../pm-plugin").LoomPluginState | undefined;
54
+ sharedState: import("..").LoomPluginState | undefined;
55
55
  }, undefined>,
56
56
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
57
57
  pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
@@ -151,7 +151,7 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
151
151
  sharedState: import("@atlaskit/editor-common/link").HyperlinkState | undefined;
152
152
  }, import("@atlaskit/editor-common/types").HyperlinkPluginOptions | undefined>
153
153
  ];
154
- sharedState: import("../pm-plugin").LoomPluginState | undefined;
154
+ sharedState: import("..").LoomPluginState | undefined;
155
155
  }, undefined>,
156
156
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
157
157
  pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-loom",
3
- "version": "0.2.3",
3
+ "version": "0.3.0",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,7 +36,7 @@
36
36
  ".": "./src/index.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/editor-common": "^76.39.0",
39
+ "@atlaskit/editor-common": "^77.1.0",
40
40
  "@atlaskit/editor-plugin-analytics": "^0.4.0",
41
41
  "@atlaskit/editor-plugin-hyperlink": "^0.8.0",
42
42
  "@atlaskit/editor-prosemirror": "1.1.0",
@@ -55,7 +55,7 @@
55
55
  "@atlaskit/editor-plugin-decorations": "^0.2.0",
56
56
  "@atlaskit/editor-plugin-editor-disabled": "^0.2.0",
57
57
  "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
58
- "@atlaskit/editor-plugin-floating-toolbar": "^0.7.0",
58
+ "@atlaskit/editor-plugin-floating-toolbar": "^0.8.0",
59
59
  "@atlaskit/editor-plugin-grid": "^0.3.0",
60
60
  "@atlaskit/editor-plugin-width": "^0.2.0",
61
61
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",