@atlaskit/editor-plugins 11.1.190 → 11.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,23 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 11.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`3323827ca91e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3323827ca91e6) -
8
+ [ux] EDITOR-4139 Refactor existing image editing functionality into its own plugin
9
+ editor-plugin-media-editing
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 11.1.191
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 11.1.190
4
22
 
5
23
  ### Patch Changes
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "mediaEditingPlugin", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _editorPluginMediaEditing.mediaEditingPlugin;
10
+ }
11
+ });
12
+ var _editorPluginMediaEditing = require("@atlaskit/editor-plugin-media-editing");
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
+ // Disable no-re-export rule for entry point files
3
+ /* eslint-disable @atlaskit/editor/no-re-export */
4
+ export { mediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
+ // Disable no-re-export rule for entry point files
3
+ /* eslint-disable @atlaskit/editor/no-re-export */
4
+ export { mediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
@@ -0,0 +1,2 @@
1
+ export { mediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
2
+ export type { MediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
@@ -0,0 +1,2 @@
1
+ export { mediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
2
+ export type { MediaEditingPlugin } from '@atlaskit/editor-plugin-media-editing';
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@atlaskit/editor-plugins/media-editing",
3
+ "main": "../dist/cjs/media-editing/index.js",
4
+ "module": "../dist/esm/media-editing/index.js",
5
+ "module:es2019": "../dist/es2019/media-editing/index.js",
6
+ "types": "../dist/types/media-editing/index.d.ts",
7
+ "typesVersions": {
8
+ ">=4.5 <5.9": {
9
+ "*": [
10
+ "../dist/types-ts4.5/media-editing/index.d.ts"
11
+ ]
12
+ }
13
+ }
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "11.1.190",
3
+ "version": "11.2.0",
4
4
  "description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -89,7 +89,8 @@
89
89
  "@atlaskit/editor-plugin-local-id": "4.3.2",
90
90
  "@atlaskit/editor-plugin-loom": "8.1.0",
91
91
  "@atlaskit/editor-plugin-max-content-size": "6.0.2",
92
- "@atlaskit/editor-plugin-media": "8.9.0",
92
+ "@atlaskit/editor-plugin-media": "8.10.0",
93
+ "@atlaskit/editor-plugin-media-editing": "0.1.0",
93
94
  "@atlaskit/editor-plugin-media-insert": "15.0.0",
94
95
  "@atlaskit/editor-plugin-mentions": "8.2.24",
95
96
  "@atlaskit/editor-plugin-metrics": "7.1.7",
@@ -111,12 +112,12 @@
111
112
  "@atlaskit/editor-plugin-show-diff": "3.3.3",
112
113
  "@atlaskit/editor-plugin-status": "7.1.17",
113
114
  "@atlaskit/editor-plugin-submit-editor": "6.0.0",
114
- "@atlaskit/editor-plugin-synced-block": "4.8.2",
115
+ "@atlaskit/editor-plugin-synced-block": "4.8.3",
115
116
  "@atlaskit/editor-plugin-table": "15.6.9",
116
117
  "@atlaskit/editor-plugin-tasks-and-decisions": "9.1.27",
117
118
  "@atlaskit/editor-plugin-text-color": "6.3.25",
118
119
  "@atlaskit/editor-plugin-text-formatting": "6.1.18",
119
- "@atlaskit/editor-plugin-toolbar": "3.5.0",
120
+ "@atlaskit/editor-plugin-toolbar": "3.5.1",
120
121
  "@atlaskit/editor-plugin-toolbar-lists-indentation": "7.0.28",
121
122
  "@atlaskit/editor-plugin-track-changes": "5.1.3",
122
123
  "@atlaskit/editor-plugin-type-ahead": "6.6.1",