@atlaskit/editor-plugin-extension 1.2.0 → 1.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,15 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934) [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) - bumped editor-prosemirror version to 4.0.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
3
13
  ## 1.2.0
4
14
 
5
15
  ### Minor Changes
@@ -12,5 +12,5 @@ interface Props {
12
12
  export declare const FormErrorBoundaryImpl: React.FC<import("react-intl-next").WithIntlProps<Props & WithAnalyticsEventsProps & WrappedComponentProps>> & {
13
13
  WrappedComponent: React.ComponentType<Props & WithAnalyticsEventsProps & WrappedComponentProps>;
14
14
  };
15
- export declare const FormErrorBoundary: React.ForwardRefExoticComponent<Pick<Omit<React.PropsWithChildren<import("react-intl-next").WithIntlProps<Props & WithAnalyticsEventsProps & WrappedComponentProps>>, keyof WithAnalyticsEventsProps> & React.RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "key" | "analyticsContext" | "forwardedRef" | keyof Props> & React.RefAttributes<any>>;
15
+ export declare const FormErrorBoundary: React.ForwardRefExoticComponent<Pick<Omit<import("react-intl-next").WithIntlProps<Props & WithAnalyticsEventsProps & WrappedComponentProps>, keyof WithAnalyticsEventsProps> & React.RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "key" | "analyticsContext" | "forwardedRef" | keyof Props> & React.RefAttributes<any>>;
16
16
  export {};
@@ -12,5 +12,5 @@ interface Props {
12
12
  export declare const FormErrorBoundaryImpl: React.FC<import("react-intl-next").WithIntlProps<Props & WithAnalyticsEventsProps & WrappedComponentProps>> & {
13
13
  WrappedComponent: React.ComponentType<Props & WithAnalyticsEventsProps & WrappedComponentProps>;
14
14
  };
15
- export declare const FormErrorBoundary: React.ForwardRefExoticComponent<Pick<Omit<React.PropsWithChildren<import("react-intl-next").WithIntlProps<Props & WithAnalyticsEventsProps & WrappedComponentProps>>, keyof WithAnalyticsEventsProps> & React.RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "key" | "analyticsContext" | "forwardedRef" | keyof Props> & React.RefAttributes<any>>;
15
+ export declare const FormErrorBoundary: React.ForwardRefExoticComponent<Pick<Omit<import("react-intl-next").WithIntlProps<Props & WithAnalyticsEventsProps & WrappedComponentProps>, keyof WithAnalyticsEventsProps> & React.RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "key" | "analyticsContext" | "forwardedRef" | keyof Props> & React.RefAttributes<any>>;
16
16
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -26,22 +26,22 @@
26
26
  "dependencies": {
27
27
  "@atlaskit/adf-schema": "^35.9.2",
28
28
  "@atlaskit/adf-utils": "^19.0.0",
29
- "@atlaskit/analytics-next": "^9.2.0",
29
+ "@atlaskit/analytics-next": "^9.3.0",
30
30
  "@atlaskit/avatar": "^21.5.0",
31
- "@atlaskit/button": "^17.13.0",
31
+ "@atlaskit/button": "^17.14.0",
32
32
  "@atlaskit/checkbox": "^13.1.0",
33
33
  "@atlaskit/datetime-picker": "^13.3.0",
34
- "@atlaskit/editor-common": "^78.30.0",
35
- "@atlaskit/editor-json-transformer": "^8.10.0",
36
- "@atlaskit/editor-plugin-analytics": "^1.0.0",
37
- "@atlaskit/editor-plugin-context-identifier": "^1.0.0",
38
- "@atlaskit/editor-plugin-context-panel": "^1.0.0",
39
- "@atlaskit/editor-plugin-decorations": "^1.0.0",
40
- "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
41
- "@atlaskit/editor-plugin-width": "^1.0.0",
42
- "@atlaskit/editor-prosemirror": "3.0.0",
34
+ "@atlaskit/editor-common": "^78.31.0",
35
+ "@atlaskit/editor-json-transformer": "^8.11.0",
36
+ "@atlaskit/editor-plugin-analytics": "^1.1.0",
37
+ "@atlaskit/editor-plugin-context-identifier": "^1.1.0",
38
+ "@atlaskit/editor-plugin-context-panel": "^1.1.0",
39
+ "@atlaskit/editor-plugin-decorations": "^1.1.0",
40
+ "@atlaskit/editor-plugin-feature-flags": "^1.1.0",
41
+ "@atlaskit/editor-plugin-width": "^1.1.0",
42
+ "@atlaskit/editor-prosemirror": "4.0.0",
43
43
  "@atlaskit/editor-shared-styles": "^2.9.0",
44
- "@atlaskit/editor-tables": "^2.6.0",
44
+ "@atlaskit/editor-tables": "^2.7.0",
45
45
  "@atlaskit/empty-state": "^7.8.0",
46
46
  "@atlaskit/form": "^9.3.0",
47
47
  "@atlaskit/icon": "^22.1.0",
@@ -71,7 +71,7 @@
71
71
  "react-intl-next": "npm:react-intl@^5.18.1"
72
72
  },
73
73
  "devDependencies": {
74
- "@atlaskit/editor-test-helpers": "^18.20.0",
74
+ "@atlaskit/editor-test-helpers": "^18.21.0",
75
75
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
76
76
  "react-select": "^5.4.0",
77
77
  "typescript": "~5.4.2"