@atlaskit/editor-plugins 11.1.191 → 11.2.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 +18 -0
- package/dist/cjs/media-editing/index.js +12 -0
- package/dist/es2019/media-editing/index.js +4 -0
- package/dist/esm/media-editing/index.js +4 -0
- package/dist/types/media-editing/index.d.ts +2 -0
- package/dist/types-ts4.5/media-editing/index.d.ts +2 -0
- package/media-editing/package.json +14 -0
- package/package.json +99 -98
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 11.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 11.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`3323827ca91e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3323827ca91e6) -
|
|
14
|
+
[ux] EDITOR-4139 Refactor existing image editing functionality into its own plugin
|
|
15
|
+
editor-plugin-media-editing
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 11.1.191
|
|
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,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
|
|
3
|
+
"version": "11.2.1",
|
|
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",
|
|
@@ -29,103 +29,104 @@
|
|
|
29
29
|
"update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/editor-plugin-accessibility-utils": "
|
|
33
|
-
"@atlaskit/editor-plugin-alignment": "
|
|
34
|
-
"@atlaskit/editor-plugin-analytics": "
|
|
35
|
-
"@atlaskit/editor-plugin-annotation": "
|
|
36
|
-
"@atlaskit/editor-plugin-avatar-group": "
|
|
37
|
-
"@atlaskit/editor-plugin-base": "
|
|
38
|
-
"@atlaskit/editor-plugin-batch-attribute-updates": "
|
|
39
|
-
"@atlaskit/editor-plugin-before-primary-toolbar": "
|
|
40
|
-
"@atlaskit/editor-plugin-better-type-history": "
|
|
41
|
-
"@atlaskit/editor-plugin-block-controls": "
|
|
42
|
-
"@atlaskit/editor-plugin-block-menu": "
|
|
43
|
-
"@atlaskit/editor-plugin-block-type": "
|
|
44
|
-
"@atlaskit/editor-plugin-border": "
|
|
45
|
-
"@atlaskit/editor-plugin-breakout": "
|
|
46
|
-
"@atlaskit/editor-plugin-caption": "
|
|
47
|
-
"@atlaskit/editor-plugin-card": "
|
|
48
|
-
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "
|
|
49
|
-
"@atlaskit/editor-plugin-clipboard": "
|
|
50
|
-
"@atlaskit/editor-plugin-code-bidi-warning": "
|
|
51
|
-
"@atlaskit/editor-plugin-code-block": "
|
|
52
|
-
"@atlaskit/editor-plugin-collab-edit": "
|
|
53
|
-
"@atlaskit/editor-plugin-composition": "
|
|
54
|
-
"@atlaskit/editor-plugin-connectivity": "
|
|
55
|
-
"@atlaskit/editor-plugin-content-insertion": "
|
|
56
|
-
"@atlaskit/editor-plugin-context-identifier": "
|
|
57
|
-
"@atlaskit/editor-plugin-context-panel": "
|
|
58
|
-
"@atlaskit/editor-plugin-copy-button": "
|
|
59
|
-
"@atlaskit/editor-plugin-custom-autoformat": "
|
|
60
|
-
"@atlaskit/editor-plugin-data-consumer": "
|
|
61
|
-
"@atlaskit/editor-plugin-date": "
|
|
62
|
-
"@atlaskit/editor-plugin-decorations": "
|
|
63
|
-
"@atlaskit/editor-plugin-editor-disabled": "
|
|
64
|
-
"@atlaskit/editor-plugin-editor-viewmode": "
|
|
65
|
-
"@atlaskit/editor-plugin-editor-viewmode-effects": "
|
|
66
|
-
"@atlaskit/editor-plugin-emoji": "
|
|
67
|
-
"@atlaskit/editor-plugin-engagement-platform": "
|
|
68
|
-
"@atlaskit/editor-plugin-expand": "
|
|
69
|
-
"@atlaskit/editor-plugin-extension": "
|
|
70
|
-
"@atlaskit/editor-plugin-feature-flags": "
|
|
71
|
-
"@atlaskit/editor-plugin-feedback-dialog": "
|
|
72
|
-
"@atlaskit/editor-plugin-find-replace": "
|
|
73
|
-
"@atlaskit/editor-plugin-floating-toolbar": "
|
|
74
|
-
"@atlaskit/editor-plugin-focus": "
|
|
75
|
-
"@atlaskit/editor-plugin-fragment": "
|
|
76
|
-
"@atlaskit/editor-plugin-grid": "
|
|
77
|
-
"@atlaskit/editor-plugin-guideline": "
|
|
78
|
-
"@atlaskit/editor-plugin-help-dialog": "
|
|
79
|
-
"@atlaskit/editor-plugin-highlight": "
|
|
80
|
-
"@atlaskit/editor-plugin-history": "
|
|
81
|
-
"@atlaskit/editor-plugin-hyperlink": "
|
|
82
|
-
"@atlaskit/editor-plugin-image-upload": "
|
|
83
|
-
"@atlaskit/editor-plugin-indentation": "
|
|
84
|
-
"@atlaskit/editor-plugin-insert-block": "
|
|
85
|
-
"@atlaskit/editor-plugin-interaction": "
|
|
86
|
-
"@atlaskit/editor-plugin-layout": "
|
|
87
|
-
"@atlaskit/editor-plugin-limited-mode": "
|
|
88
|
-
"@atlaskit/editor-plugin-list": "
|
|
89
|
-
"@atlaskit/editor-plugin-local-id": "
|
|
90
|
-
"@atlaskit/editor-plugin-loom": "
|
|
91
|
-
"@atlaskit/editor-plugin-max-content-size": "
|
|
92
|
-
"@atlaskit/editor-plugin-media": "
|
|
93
|
-
"@atlaskit/editor-plugin-media-
|
|
94
|
-
"@atlaskit/editor-plugin-
|
|
95
|
-
"@atlaskit/editor-plugin-
|
|
96
|
-
"@atlaskit/editor-plugin-
|
|
97
|
-
"@atlaskit/editor-plugin-
|
|
98
|
-
"@atlaskit/editor-plugin-
|
|
99
|
-
"@atlaskit/editor-plugin-paste
|
|
100
|
-
"@atlaskit/editor-plugin-
|
|
101
|
-
"@atlaskit/editor-plugin-placeholder
|
|
102
|
-
"@atlaskit/editor-plugin-
|
|
103
|
-
"@atlaskit/editor-plugin-
|
|
104
|
-
"@atlaskit/editor-plugin-
|
|
105
|
-
"@atlaskit/editor-plugin-
|
|
106
|
-
"@atlaskit/editor-plugin-
|
|
107
|
-
"@atlaskit/editor-plugin-
|
|
108
|
-
"@atlaskit/editor-plugin-selection
|
|
109
|
-
"@atlaskit/editor-plugin-selection-
|
|
110
|
-
"@atlaskit/editor-plugin-selection-
|
|
111
|
-
"@atlaskit/editor-plugin-
|
|
112
|
-
"@atlaskit/editor-plugin-
|
|
113
|
-
"@atlaskit/editor-plugin-
|
|
114
|
-
"@atlaskit/editor-plugin-
|
|
115
|
-
"@atlaskit/editor-plugin-
|
|
116
|
-
"@atlaskit/editor-plugin-
|
|
117
|
-
"@atlaskit/editor-plugin-
|
|
118
|
-
"@atlaskit/editor-plugin-text-
|
|
119
|
-
"@atlaskit/editor-plugin-
|
|
120
|
-
"@atlaskit/editor-plugin-toolbar
|
|
121
|
-
"@atlaskit/editor-plugin-
|
|
122
|
-
"@atlaskit/editor-plugin-
|
|
123
|
-
"@atlaskit/editor-plugin-
|
|
124
|
-
"@atlaskit/editor-plugin-
|
|
125
|
-
"@atlaskit/editor-plugin-
|
|
126
|
-
"@atlaskit/editor-plugin-
|
|
127
|
-
"@atlaskit/editor-plugin-user-
|
|
128
|
-
"@atlaskit/editor-plugin-
|
|
32
|
+
"@atlaskit/editor-plugin-accessibility-utils": "7.0.0",
|
|
33
|
+
"@atlaskit/editor-plugin-alignment": "8.0.0",
|
|
34
|
+
"@atlaskit/editor-plugin-analytics": "7.0.0",
|
|
35
|
+
"@atlaskit/editor-plugin-annotation": "7.0.0",
|
|
36
|
+
"@atlaskit/editor-plugin-avatar-group": "8.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-base": "8.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-batch-attribute-updates": "7.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-before-primary-toolbar": "7.0.0",
|
|
40
|
+
"@atlaskit/editor-plugin-better-type-history": "7.0.0",
|
|
41
|
+
"@atlaskit/editor-plugin-block-controls": "8.0.0",
|
|
42
|
+
"@atlaskit/editor-plugin-block-menu": "6.0.0",
|
|
43
|
+
"@atlaskit/editor-plugin-block-type": "11.0.0",
|
|
44
|
+
"@atlaskit/editor-plugin-border": "7.0.0",
|
|
45
|
+
"@atlaskit/editor-plugin-breakout": "7.0.0",
|
|
46
|
+
"@atlaskit/editor-plugin-caption": "7.0.0",
|
|
47
|
+
"@atlaskit/editor-plugin-card": "12.0.0",
|
|
48
|
+
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "7.0.0",
|
|
49
|
+
"@atlaskit/editor-plugin-clipboard": "7.0.0",
|
|
50
|
+
"@atlaskit/editor-plugin-code-bidi-warning": "7.0.0",
|
|
51
|
+
"@atlaskit/editor-plugin-code-block": "9.0.0",
|
|
52
|
+
"@atlaskit/editor-plugin-collab-edit": "8.0.0",
|
|
53
|
+
"@atlaskit/editor-plugin-composition": "6.0.0",
|
|
54
|
+
"@atlaskit/editor-plugin-connectivity": "7.0.0",
|
|
55
|
+
"@atlaskit/editor-plugin-content-insertion": "7.0.0",
|
|
56
|
+
"@atlaskit/editor-plugin-context-identifier": "7.0.0",
|
|
57
|
+
"@atlaskit/editor-plugin-context-panel": "9.0.0",
|
|
58
|
+
"@atlaskit/editor-plugin-copy-button": "7.0.0",
|
|
59
|
+
"@atlaskit/editor-plugin-custom-autoformat": "7.0.0",
|
|
60
|
+
"@atlaskit/editor-plugin-data-consumer": "7.0.0",
|
|
61
|
+
"@atlaskit/editor-plugin-date": "9.0.0",
|
|
62
|
+
"@atlaskit/editor-plugin-decorations": "7.0.0",
|
|
63
|
+
"@atlaskit/editor-plugin-editor-disabled": "7.0.0",
|
|
64
|
+
"@atlaskit/editor-plugin-editor-viewmode": "9.0.0",
|
|
65
|
+
"@atlaskit/editor-plugin-editor-viewmode-effects": "7.0.0",
|
|
66
|
+
"@atlaskit/editor-plugin-emoji": "8.0.0",
|
|
67
|
+
"@atlaskit/editor-plugin-engagement-platform": "8.0.0",
|
|
68
|
+
"@atlaskit/editor-plugin-expand": "8.0.0",
|
|
69
|
+
"@atlaskit/editor-plugin-extension": "10.0.0",
|
|
70
|
+
"@atlaskit/editor-plugin-feature-flags": "6.0.0",
|
|
71
|
+
"@atlaskit/editor-plugin-feedback-dialog": "7.0.0",
|
|
72
|
+
"@atlaskit/editor-plugin-find-replace": "7.0.0",
|
|
73
|
+
"@atlaskit/editor-plugin-floating-toolbar": "9.0.0",
|
|
74
|
+
"@atlaskit/editor-plugin-focus": "6.0.0",
|
|
75
|
+
"@atlaskit/editor-plugin-fragment": "7.0.0",
|
|
76
|
+
"@atlaskit/editor-plugin-grid": "7.0.0",
|
|
77
|
+
"@atlaskit/editor-plugin-guideline": "7.0.0",
|
|
78
|
+
"@atlaskit/editor-plugin-help-dialog": "7.0.0",
|
|
79
|
+
"@atlaskit/editor-plugin-highlight": "7.0.0",
|
|
80
|
+
"@atlaskit/editor-plugin-history": "7.0.0",
|
|
81
|
+
"@atlaskit/editor-plugin-hyperlink": "9.0.0",
|
|
82
|
+
"@atlaskit/editor-plugin-image-upload": "7.0.0",
|
|
83
|
+
"@atlaskit/editor-plugin-indentation": "7.0.0",
|
|
84
|
+
"@atlaskit/editor-plugin-insert-block": "8.0.0",
|
|
85
|
+
"@atlaskit/editor-plugin-interaction": "12.0.0",
|
|
86
|
+
"@atlaskit/editor-plugin-layout": "7.0.0",
|
|
87
|
+
"@atlaskit/editor-plugin-limited-mode": "4.0.0",
|
|
88
|
+
"@atlaskit/editor-plugin-list": "9.0.0",
|
|
89
|
+
"@atlaskit/editor-plugin-local-id": "5.0.0",
|
|
90
|
+
"@atlaskit/editor-plugin-loom": "9.0.0",
|
|
91
|
+
"@atlaskit/editor-plugin-max-content-size": "7.0.0",
|
|
92
|
+
"@atlaskit/editor-plugin-media": "9.0.0",
|
|
93
|
+
"@atlaskit/editor-plugin-media-editing": "1.0.0",
|
|
94
|
+
"@atlaskit/editor-plugin-media-insert": "16.0.0",
|
|
95
|
+
"@atlaskit/editor-plugin-mentions": "9.0.0",
|
|
96
|
+
"@atlaskit/editor-plugin-metrics": "8.0.0",
|
|
97
|
+
"@atlaskit/editor-plugin-ncs-step-metrics": "6.0.0",
|
|
98
|
+
"@atlaskit/editor-plugin-panel": "9.0.0",
|
|
99
|
+
"@atlaskit/editor-plugin-paste": "8.0.0",
|
|
100
|
+
"@atlaskit/editor-plugin-paste-options-toolbar": "8.0.0",
|
|
101
|
+
"@atlaskit/editor-plugin-placeholder": "7.0.0",
|
|
102
|
+
"@atlaskit/editor-plugin-placeholder-text": "8.0.0",
|
|
103
|
+
"@atlaskit/editor-plugin-primary-toolbar": "8.0.0",
|
|
104
|
+
"@atlaskit/editor-plugin-quick-insert": "7.0.0",
|
|
105
|
+
"@atlaskit/editor-plugin-rule": "7.0.0",
|
|
106
|
+
"@atlaskit/editor-plugin-save-on-enter": "7.0.0",
|
|
107
|
+
"@atlaskit/editor-plugin-scroll-into-view": "7.0.0",
|
|
108
|
+
"@atlaskit/editor-plugin-selection": "7.0.0",
|
|
109
|
+
"@atlaskit/editor-plugin-selection-extension": "10.0.0",
|
|
110
|
+
"@atlaskit/editor-plugin-selection-marker": "7.0.0",
|
|
111
|
+
"@atlaskit/editor-plugin-selection-toolbar": "8.0.0",
|
|
112
|
+
"@atlaskit/editor-plugin-show-diff": "4.0.0",
|
|
113
|
+
"@atlaskit/editor-plugin-status": "8.0.0",
|
|
114
|
+
"@atlaskit/editor-plugin-submit-editor": "7.0.0",
|
|
115
|
+
"@atlaskit/editor-plugin-synced-block": "5.0.0",
|
|
116
|
+
"@atlaskit/editor-plugin-table": "16.0.0",
|
|
117
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "10.0.0",
|
|
118
|
+
"@atlaskit/editor-plugin-text-color": "7.0.0",
|
|
119
|
+
"@atlaskit/editor-plugin-text-formatting": "7.0.0",
|
|
120
|
+
"@atlaskit/editor-plugin-toolbar": "4.0.0",
|
|
121
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "8.0.0",
|
|
122
|
+
"@atlaskit/editor-plugin-track-changes": "6.0.0",
|
|
123
|
+
"@atlaskit/editor-plugin-type-ahead": "7.0.0",
|
|
124
|
+
"@atlaskit/editor-plugin-ufo": "7.0.0",
|
|
125
|
+
"@atlaskit/editor-plugin-undo-redo": "7.0.0",
|
|
126
|
+
"@atlaskit/editor-plugin-unsupported-content": "7.0.0",
|
|
127
|
+
"@atlaskit/editor-plugin-user-intent": "5.0.0",
|
|
128
|
+
"@atlaskit/editor-plugin-user-preferences": "5.0.0",
|
|
129
|
+
"@atlaskit/editor-plugin-width": "8.0.0",
|
|
129
130
|
"@babel/runtime": "^7.0.0"
|
|
130
131
|
},
|
|
131
132
|
"peerDependencies": {
|