@atlaskit/editor-plugins 11.4.1 → 12.0.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 +14 -0
- package/package.json +54 -55
- package/ai-suggestions/package.json +0 -15
- package/dist/cjs/ai-suggestions/index.js +0 -12
- package/dist/es2019/ai-suggestions/index.js +0 -4
- package/dist/esm/ai-suggestions/index.js +0 -4
- package/dist/types/ai-suggestions/index.d.ts +0 -2
- package/dist/types-ts4.5/ai-suggestions/index.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 12.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`d7d5c764d05d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d7d5c764d05d1) -
|
|
8
|
+
EDITOR-4942: Remove AI Suggestions plugin from editor-plugins. AI Suggestions Editor Plugin was
|
|
9
|
+
unintentionally added to the editor-plugins package.
|
|
10
|
+
|
|
11
|
+
## 11.4.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 11.4.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.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",
|
|
@@ -30,105 +30,104 @@
|
|
|
30
30
|
"update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/editor-plugin-accessibility-utils": "7.0.
|
|
34
|
-
"@atlaskit/editor-plugin-
|
|
35
|
-
"@atlaskit/editor-plugin-
|
|
36
|
-
"@atlaskit/editor-plugin-
|
|
37
|
-
"@atlaskit/editor-plugin-annotation": "7.1.2",
|
|
33
|
+
"@atlaskit/editor-plugin-accessibility-utils": "7.0.4",
|
|
34
|
+
"@atlaskit/editor-plugin-alignment": "8.0.8",
|
|
35
|
+
"@atlaskit/editor-plugin-analytics": "7.0.3",
|
|
36
|
+
"@atlaskit/editor-plugin-annotation": "7.1.3",
|
|
38
37
|
"@atlaskit/editor-plugin-avatar-group": "8.0.3",
|
|
39
|
-
"@atlaskit/editor-plugin-base": "8.0.
|
|
38
|
+
"@atlaskit/editor-plugin-base": "8.0.4",
|
|
40
39
|
"@atlaskit/editor-plugin-batch-attribute-updates": "7.0.0",
|
|
41
40
|
"@atlaskit/editor-plugin-before-primary-toolbar": "7.0.2",
|
|
42
41
|
"@atlaskit/editor-plugin-better-type-history": "7.0.0",
|
|
43
|
-
"@atlaskit/editor-plugin-block-controls": "8.1.
|
|
44
|
-
"@atlaskit/editor-plugin-block-menu": "6.0.
|
|
45
|
-
"@atlaskit/editor-plugin-block-type": "11.2.
|
|
42
|
+
"@atlaskit/editor-plugin-block-controls": "8.1.3",
|
|
43
|
+
"@atlaskit/editor-plugin-block-menu": "6.0.31",
|
|
44
|
+
"@atlaskit/editor-plugin-block-type": "11.2.6",
|
|
46
45
|
"@atlaskit/editor-plugin-border": "7.0.0",
|
|
47
|
-
"@atlaskit/editor-plugin-breakout": "7.0.
|
|
46
|
+
"@atlaskit/editor-plugin-breakout": "7.0.6",
|
|
48
47
|
"@atlaskit/editor-plugin-caption": "7.0.0",
|
|
49
|
-
"@atlaskit/editor-plugin-card": "12.2.
|
|
48
|
+
"@atlaskit/editor-plugin-card": "12.2.2",
|
|
50
49
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "7.0.0",
|
|
51
50
|
"@atlaskit/editor-plugin-clipboard": "7.0.0",
|
|
52
|
-
"@atlaskit/editor-plugin-code-bidi-warning": "7.0.
|
|
53
|
-
"@atlaskit/editor-plugin-code-block": "9.0.
|
|
54
|
-
"@atlaskit/editor-plugin-collab-edit": "8.0.
|
|
51
|
+
"@atlaskit/editor-plugin-code-bidi-warning": "7.0.3",
|
|
52
|
+
"@atlaskit/editor-plugin-code-block": "9.0.7",
|
|
53
|
+
"@atlaskit/editor-plugin-collab-edit": "8.0.3",
|
|
55
54
|
"@atlaskit/editor-plugin-composition": "6.0.0",
|
|
56
55
|
"@atlaskit/editor-plugin-connectivity": "7.0.1",
|
|
57
56
|
"@atlaskit/editor-plugin-content-format": "1.0.0",
|
|
58
57
|
"@atlaskit/editor-plugin-content-insertion": "7.0.0",
|
|
59
58
|
"@atlaskit/editor-plugin-context-identifier": "7.0.0",
|
|
60
59
|
"@atlaskit/editor-plugin-context-panel": "9.0.0",
|
|
61
|
-
"@atlaskit/editor-plugin-copy-button": "7.0.
|
|
60
|
+
"@atlaskit/editor-plugin-copy-button": "7.0.4",
|
|
62
61
|
"@atlaskit/editor-plugin-custom-autoformat": "7.0.0",
|
|
63
62
|
"@atlaskit/editor-plugin-data-consumer": "7.0.0",
|
|
64
|
-
"@atlaskit/editor-plugin-date": "9.1.
|
|
65
|
-
"@atlaskit/editor-plugin-decorations": "7.0.
|
|
63
|
+
"@atlaskit/editor-plugin-date": "9.1.6",
|
|
64
|
+
"@atlaskit/editor-plugin-decorations": "7.0.5",
|
|
66
65
|
"@atlaskit/editor-plugin-editor-disabled": "7.0.2",
|
|
67
66
|
"@atlaskit/editor-plugin-editor-viewmode": "9.0.0",
|
|
68
67
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "7.0.1",
|
|
69
|
-
"@atlaskit/editor-plugin-emoji": "8.1.
|
|
68
|
+
"@atlaskit/editor-plugin-emoji": "8.1.5",
|
|
70
69
|
"@atlaskit/editor-plugin-engagement-platform": "8.0.0",
|
|
71
|
-
"@atlaskit/editor-plugin-expand": "8.2.
|
|
72
|
-
"@atlaskit/editor-plugin-extension": "10.0.
|
|
70
|
+
"@atlaskit/editor-plugin-expand": "8.2.1",
|
|
71
|
+
"@atlaskit/editor-plugin-extension": "10.0.7",
|
|
73
72
|
"@atlaskit/editor-plugin-feature-flags": "6.0.0",
|
|
74
73
|
"@atlaskit/editor-plugin-feedback-dialog": "7.0.0",
|
|
75
|
-
"@atlaskit/editor-plugin-find-replace": "7.0.
|
|
76
|
-
"@atlaskit/editor-plugin-floating-toolbar": "9.1.
|
|
74
|
+
"@atlaskit/editor-plugin-find-replace": "7.0.7",
|
|
75
|
+
"@atlaskit/editor-plugin-floating-toolbar": "9.1.6",
|
|
77
76
|
"@atlaskit/editor-plugin-focus": "6.0.0",
|
|
78
77
|
"@atlaskit/editor-plugin-fragment": "7.0.0",
|
|
79
|
-
"@atlaskit/editor-plugin-grid": "7.0.
|
|
78
|
+
"@atlaskit/editor-plugin-grid": "7.0.2",
|
|
80
79
|
"@atlaskit/editor-plugin-guideline": "7.0.2",
|
|
81
|
-
"@atlaskit/editor-plugin-help-dialog": "7.1.
|
|
82
|
-
"@atlaskit/editor-plugin-highlight": "7.3.
|
|
80
|
+
"@atlaskit/editor-plugin-help-dialog": "7.1.6",
|
|
81
|
+
"@atlaskit/editor-plugin-highlight": "7.3.5",
|
|
83
82
|
"@atlaskit/editor-plugin-history": "7.0.0",
|
|
84
|
-
"@atlaskit/editor-plugin-hyperlink": "9.0.
|
|
83
|
+
"@atlaskit/editor-plugin-hyperlink": "9.0.5",
|
|
85
84
|
"@atlaskit/editor-plugin-image-upload": "7.0.0",
|
|
86
85
|
"@atlaskit/editor-plugin-indentation": "7.0.0",
|
|
87
|
-
"@atlaskit/editor-plugin-insert-block": "8.
|
|
86
|
+
"@atlaskit/editor-plugin-insert-block": "8.3.0",
|
|
88
87
|
"@atlaskit/editor-plugin-interaction": "14.0.0",
|
|
89
|
-
"@atlaskit/editor-plugin-layout": "7.0.
|
|
90
|
-
"@atlaskit/editor-plugin-limited-mode": "4.0.
|
|
91
|
-
"@atlaskit/editor-plugin-list": "9.0.
|
|
92
|
-
"@atlaskit/editor-plugin-local-id": "5.1.
|
|
88
|
+
"@atlaskit/editor-plugin-layout": "7.0.7",
|
|
89
|
+
"@atlaskit/editor-plugin-limited-mode": "4.0.4",
|
|
90
|
+
"@atlaskit/editor-plugin-list": "9.0.6",
|
|
91
|
+
"@atlaskit/editor-plugin-local-id": "5.1.2",
|
|
93
92
|
"@atlaskit/editor-plugin-loom": "9.1.2",
|
|
94
93
|
"@atlaskit/editor-plugin-max-content-size": "7.0.0",
|
|
95
|
-
"@atlaskit/editor-plugin-media": "9.4.
|
|
94
|
+
"@atlaskit/editor-plugin-media": "9.4.8",
|
|
96
95
|
"@atlaskit/editor-plugin-media-editing": "1.3.1",
|
|
97
96
|
"@atlaskit/editor-plugin-media-insert": "18.0.0",
|
|
98
|
-
"@atlaskit/editor-plugin-mentions": "9.1.
|
|
99
|
-
"@atlaskit/editor-plugin-metrics": "8.0.
|
|
97
|
+
"@atlaskit/editor-plugin-mentions": "9.1.5",
|
|
98
|
+
"@atlaskit/editor-plugin-metrics": "8.0.2",
|
|
100
99
|
"@atlaskit/editor-plugin-ncs-step-metrics": "6.0.0",
|
|
101
|
-
"@atlaskit/editor-plugin-panel": "9.0.
|
|
102
|
-
"@atlaskit/editor-plugin-paste": "8.1.
|
|
100
|
+
"@atlaskit/editor-plugin-panel": "9.0.9",
|
|
101
|
+
"@atlaskit/editor-plugin-paste": "8.1.4",
|
|
103
102
|
"@atlaskit/editor-plugin-paste-options-toolbar": "8.0.2",
|
|
104
|
-
"@atlaskit/editor-plugin-placeholder": "7.2.
|
|
105
|
-
"@atlaskit/editor-plugin-placeholder-text": "8.0.
|
|
106
|
-
"@atlaskit/editor-plugin-primary-toolbar": "8.0.
|
|
107
|
-
"@atlaskit/editor-plugin-quick-insert": "7.1.
|
|
103
|
+
"@atlaskit/editor-plugin-placeholder": "7.2.6",
|
|
104
|
+
"@atlaskit/editor-plugin-placeholder-text": "8.0.5",
|
|
105
|
+
"@atlaskit/editor-plugin-primary-toolbar": "8.0.2",
|
|
106
|
+
"@atlaskit/editor-plugin-quick-insert": "7.1.7",
|
|
108
107
|
"@atlaskit/editor-plugin-rule": "7.0.0",
|
|
109
108
|
"@atlaskit/editor-plugin-save-on-enter": "7.0.0",
|
|
110
109
|
"@atlaskit/editor-plugin-scroll-into-view": "7.0.0",
|
|
111
|
-
"@atlaskit/editor-plugin-selection": "7.0.
|
|
112
|
-
"@atlaskit/editor-plugin-selection-extension": "10.3.
|
|
113
|
-
"@atlaskit/editor-plugin-selection-marker": "7.0.
|
|
114
|
-
"@atlaskit/editor-plugin-selection-toolbar": "8.1.
|
|
110
|
+
"@atlaskit/editor-plugin-selection": "7.0.8",
|
|
111
|
+
"@atlaskit/editor-plugin-selection-extension": "10.3.4",
|
|
112
|
+
"@atlaskit/editor-plugin-selection-marker": "7.0.4",
|
|
113
|
+
"@atlaskit/editor-plugin-selection-toolbar": "8.1.4",
|
|
115
114
|
"@atlaskit/editor-plugin-show-diff": "4.0.3",
|
|
116
|
-
"@atlaskit/editor-plugin-status": "8.1.
|
|
115
|
+
"@atlaskit/editor-plugin-status": "8.1.6",
|
|
117
116
|
"@atlaskit/editor-plugin-submit-editor": "7.0.0",
|
|
118
117
|
"@atlaskit/editor-plugin-synced-block": "5.3.11",
|
|
119
|
-
"@atlaskit/editor-plugin-table": "17.3.
|
|
120
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "10.1.
|
|
121
|
-
"@atlaskit/editor-plugin-text-color": "7.2.
|
|
122
|
-
"@atlaskit/editor-plugin-text-formatting": "7.2.
|
|
123
|
-
"@atlaskit/editor-plugin-toolbar": "4.1.
|
|
124
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "8.0.
|
|
118
|
+
"@atlaskit/editor-plugin-table": "17.3.3",
|
|
119
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "10.1.6",
|
|
120
|
+
"@atlaskit/editor-plugin-text-color": "7.2.10",
|
|
121
|
+
"@atlaskit/editor-plugin-text-formatting": "7.2.8",
|
|
122
|
+
"@atlaskit/editor-plugin-toolbar": "4.1.8",
|
|
123
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "8.0.9",
|
|
125
124
|
"@atlaskit/editor-plugin-track-changes": "6.0.5",
|
|
126
|
-
"@atlaskit/editor-plugin-type-ahead": "7.0.
|
|
125
|
+
"@atlaskit/editor-plugin-type-ahead": "7.0.8",
|
|
127
126
|
"@atlaskit/editor-plugin-ufo": "7.0.1",
|
|
128
|
-
"@atlaskit/editor-plugin-undo-redo": "7.3.
|
|
127
|
+
"@atlaskit/editor-plugin-undo-redo": "7.3.3",
|
|
129
128
|
"@atlaskit/editor-plugin-unsupported-content": "7.0.0",
|
|
130
129
|
"@atlaskit/editor-plugin-user-intent": "5.0.0",
|
|
131
|
-
"@atlaskit/editor-plugin-user-preferences": "5.0.
|
|
130
|
+
"@atlaskit/editor-plugin-user-preferences": "5.0.2",
|
|
132
131
|
"@atlaskit/editor-plugin-width": "8.1.0",
|
|
133
132
|
"@babel/runtime": "^7.0.0"
|
|
134
133
|
},
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@atlaskit/editor-plugins/ai-suggestions",
|
|
3
|
-
"main": "../dist/cjs/ai-suggestions/index.js",
|
|
4
|
-
"module": "../dist/esm/ai-suggestions/index.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/ai-suggestions/index.js",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"types": "../dist/types/ai-suggestions/index.d.ts",
|
|
8
|
-
"typesVersions": {
|
|
9
|
-
">=4.5 <5.9": {
|
|
10
|
-
"*": [
|
|
11
|
-
"../dist/types-ts4.5/ai-suggestions/index.d.ts"
|
|
12
|
-
]
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "aiSuggestionsPlugin", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _editorPluginAiSuggestions.aiSuggestionsPlugin;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _editorPluginAiSuggestions = require("@atlaskit/editor-plugin-ai-suggestions");
|
|
@@ -1,4 +0,0 @@
|
|
|
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 { aiSuggestionsPlugin } from '@atlaskit/editor-plugin-ai-suggestions';
|
|
@@ -1,4 +0,0 @@
|
|
|
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 { aiSuggestionsPlugin } from '@atlaskit/editor-plugin-ai-suggestions';
|