@atlaskit/editor-plugin-media 1.15.5 → 1.16.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-media
2
2
 
3
+ ## 1.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#93689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93689) [`5ba5d2b4a9ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ba5d2b4a9ac) - Updating adf-schema version to 35.10.0
8
+ - Updated dependencies
9
+
10
+ ## 1.16.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#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
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 1.15.5
4
21
 
5
22
  ### Patch Changes
@@ -39,5 +39,5 @@ export declare class AltTextEditComponent extends React.Component<Props, AltText
39
39
  private handleOnBlur;
40
40
  private handleClearText;
41
41
  }
42
- declare const _default: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<import("react-intl-next").WithIntlProps<Props>>, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
42
+ declare const _default: React.ForwardRefExoticComponent<Omit<import("react-intl-next").WithIntlProps<Props>, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
43
43
  export default _default;
@@ -39,5 +39,5 @@ export declare class AltTextEditComponent extends React.Component<Props, AltText
39
39
  private handleOnBlur;
40
40
  private handleClearText;
41
41
  }
42
- declare const _default: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<import("react-intl-next").WithIntlProps<Props>>, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
42
+ declare const _default: React.ForwardRefExoticComponent<Omit<import("react-intl-next").WithIntlProps<Props>, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
43
43
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media",
3
- "version": "1.15.5",
3
+ "version": "1.16.1",
4
4
  "description": "Media plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,26 +33,26 @@
33
33
  "./types": "./src/types.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/adf-schema": "^35.9.2",
36
+ "@atlaskit/adf-schema": "^35.10.0",
37
37
  "@atlaskit/analytics-namespaced-context": "^6.9.0",
38
- "@atlaskit/analytics-next": "^9.2.0",
39
- "@atlaskit/button": "^17.13.0",
40
- "@atlaskit/editor-common": "^78.30.0",
38
+ "@atlaskit/analytics-next": "^9.3.0",
39
+ "@atlaskit/button": "^17.14.0",
40
+ "@atlaskit/editor-common": "^78.31.0",
41
41
  "@atlaskit/editor-palette": "1.5.3",
42
- "@atlaskit/editor-plugin-analytics": "^1.0.0",
43
- "@atlaskit/editor-plugin-annotation": "1.5.11",
44
- "@atlaskit/editor-plugin-decorations": "^1.0.0",
45
- "@atlaskit/editor-plugin-editor-disabled": "^1.0.0",
46
- "@atlaskit/editor-plugin-editor-viewmode": "^1.0.0",
47
- "@atlaskit/editor-plugin-floating-toolbar": "^1.2.0",
48
- "@atlaskit/editor-plugin-focus": "^1.1.0",
49
- "@atlaskit/editor-plugin-grid": "^1.0.0",
50
- "@atlaskit/editor-plugin-guideline": "^1.0.0",
51
- "@atlaskit/editor-plugin-selection": "^1.1.0",
52
- "@atlaskit/editor-plugin-width": "^1.0.0",
53
- "@atlaskit/editor-prosemirror": "3.0.0",
42
+ "@atlaskit/editor-plugin-analytics": "^1.1.0",
43
+ "@atlaskit/editor-plugin-annotation": "1.6.1",
44
+ "@atlaskit/editor-plugin-decorations": "^1.1.0",
45
+ "@atlaskit/editor-plugin-editor-disabled": "^1.1.0",
46
+ "@atlaskit/editor-plugin-editor-viewmode": "^1.1.0",
47
+ "@atlaskit/editor-plugin-floating-toolbar": "^1.3.0",
48
+ "@atlaskit/editor-plugin-focus": "^1.2.0",
49
+ "@atlaskit/editor-plugin-grid": "^1.1.0",
50
+ "@atlaskit/editor-plugin-guideline": "^1.1.0",
51
+ "@atlaskit/editor-plugin-selection": "^1.2.0",
52
+ "@atlaskit/editor-plugin-width": "^1.1.0",
53
+ "@atlaskit/editor-prosemirror": "4.0.0",
54
54
  "@atlaskit/editor-shared-styles": "^2.9.0",
55
- "@atlaskit/editor-tables": "^2.6.0",
55
+ "@atlaskit/editor-tables": "^2.7.0",
56
56
  "@atlaskit/form": "^9.3.0",
57
57
  "@atlaskit/icon": "^22.1.0",
58
58
  "@atlaskit/media-card": "^77.11.0",