@atlaskit/editor-plugins 6.4.22 → 7.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 +16 -0
- package/dist/types/editor-viewmode/index.d.ts +1 -1
- package/dist/types-ts4.5/editor-viewmode/index.d.ts +1 -1
- package/package.json +24 -30
- package/scripts/update-editor-plugins.ts +1 -1
- package/code-block-advanced/package.json +0 -14
- package/dist/cjs/code-block-advanced/index.js +0 -12
- package/dist/es2019/code-block-advanced/index.js +0 -4
- package/dist/esm/code-block-advanced/index.js +0 -4
- package/dist/types/code-block-advanced/index.d.ts +0 -2
- package/dist/types-ts4.5/code-block-advanced/index.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 7.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#105005](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105005)
|
|
8
|
+
[`9f78969695182`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f78969695182) -
|
|
9
|
+
Removing advanced code block plugin entry point as it is still experimental
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#103370](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103370)
|
|
14
|
+
[`c121c95a0cf37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c121c95a0cf37) -
|
|
15
|
+
Cleanup feature flag enable_datasource_react_sweet_state to always use react sweet state for
|
|
16
|
+
powering datasources
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 6.4.22
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { editorViewModePlugin } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
2
|
-
export type { EditorViewModePluginConfig, EditorViewModePluginState, EditorViewModePlugin, ViewMode, } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
2
|
+
export type { EditorViewModePluginConfig, EditorViewModePluginState, EditorViewModePlugin, ViewMode, ContentMode, } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { editorViewModePlugin } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
2
|
-
export type { EditorViewModePluginConfig, EditorViewModePluginState, EditorViewModePlugin, ViewMode, } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
2
|
+
export type { EditorViewModePluginConfig, EditorViewModePluginState, EditorViewModePlugin, ViewMode, ContentMode, } from '@atlaskit/editor-plugin-editor-viewmode';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.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",
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
"./clipboard": "./src/clipboard/index.ts",
|
|
48
48
|
"./code-bidi-warning": "./src/code-bidi-warning/index.ts",
|
|
49
49
|
"./code-block": "./src/code-block/index.ts",
|
|
50
|
-
"./code-block-advanced": "./src/code-block-advanced/index.ts",
|
|
51
50
|
"./collab-edit": "./src/collab-edit/index.ts",
|
|
52
51
|
"./composition": "./src/composition/index.ts",
|
|
53
52
|
"./connectivity": "./src/connectivity/index.ts",
|
|
@@ -131,26 +130,25 @@
|
|
|
131
130
|
},
|
|
132
131
|
"dependencies": {
|
|
133
132
|
"@atlaskit/editor-plugin-accessibility-utils": "1.2.17",
|
|
134
|
-
"@atlaskit/editor-plugin-alignment": "1.14.
|
|
135
|
-
"@atlaskit/editor-plugin-analytics": "1.
|
|
136
|
-
"@atlaskit/editor-plugin-annotation": "1.26.
|
|
133
|
+
"@atlaskit/editor-plugin-alignment": "1.14.9",
|
|
134
|
+
"@atlaskit/editor-plugin-analytics": "1.11.0",
|
|
135
|
+
"@atlaskit/editor-plugin-annotation": "1.26.14",
|
|
137
136
|
"@atlaskit/editor-plugin-avatar-group": "2.1.2",
|
|
138
137
|
"@atlaskit/editor-plugin-base": "2.1.0",
|
|
139
138
|
"@atlaskit/editor-plugin-batch-attribute-updates": "1.1.11",
|
|
140
139
|
"@atlaskit/editor-plugin-before-primary-toolbar": "1.3.16",
|
|
141
140
|
"@atlaskit/editor-plugin-better-type-history": "1.9.11",
|
|
142
141
|
"@atlaskit/editor-plugin-block-controls": "2.21.5",
|
|
143
|
-
"@atlaskit/editor-plugin-block-type": "4.1.
|
|
142
|
+
"@atlaskit/editor-plugin-block-type": "4.1.4",
|
|
144
143
|
"@atlaskit/editor-plugin-border": "1.7.12",
|
|
145
144
|
"@atlaskit/editor-plugin-breakout": "1.9.15",
|
|
146
145
|
"@atlaskit/editor-plugin-caption": "1.11.10",
|
|
147
|
-
"@atlaskit/editor-plugin-card": "4.5.
|
|
146
|
+
"@atlaskit/editor-plugin-card": "4.5.16",
|
|
148
147
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "1.3.16",
|
|
149
148
|
"@atlaskit/editor-plugin-clipboard": "1.3.16",
|
|
150
149
|
"@atlaskit/editor-plugin-code-bidi-warning": "1.2.17",
|
|
151
|
-
"@atlaskit/editor-plugin-code-block": "3.
|
|
152
|
-
"@atlaskit/editor-plugin-
|
|
153
|
-
"@atlaskit/editor-plugin-collab-edit": "2.1.5",
|
|
150
|
+
"@atlaskit/editor-plugin-code-block": "3.6.0",
|
|
151
|
+
"@atlaskit/editor-plugin-collab-edit": "2.1.6",
|
|
154
152
|
"@atlaskit/editor-plugin-composition": "1.2.16",
|
|
155
153
|
"@atlaskit/editor-plugin-connectivity": "1.1.4",
|
|
156
154
|
"@atlaskit/editor-plugin-content-insertion": "1.11.4",
|
|
@@ -160,15 +158,15 @@
|
|
|
160
158
|
"@atlaskit/editor-plugin-copy-button": "1.3.18",
|
|
161
159
|
"@atlaskit/editor-plugin-custom-autoformat": "1.4.12",
|
|
162
160
|
"@atlaskit/editor-plugin-data-consumer": "1.7.11",
|
|
163
|
-
"@atlaskit/editor-plugin-date": "2.4.
|
|
161
|
+
"@atlaskit/editor-plugin-date": "2.4.33",
|
|
164
162
|
"@atlaskit/editor-plugin-decorations": "1.3.15",
|
|
165
163
|
"@atlaskit/editor-plugin-editor-disabled": "1.3.15",
|
|
166
164
|
"@atlaskit/editor-plugin-editor-viewmode": "2.1.16",
|
|
167
165
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "1.1.19",
|
|
168
|
-
"@atlaskit/editor-plugin-emoji": "2.7.
|
|
166
|
+
"@atlaskit/editor-plugin-emoji": "2.7.26",
|
|
169
167
|
"@atlaskit/editor-plugin-engagement-platform": "2.2.7",
|
|
170
168
|
"@atlaskit/editor-plugin-expand": "2.10.14",
|
|
171
|
-
"@atlaskit/editor-plugin-extension": "3.0.
|
|
169
|
+
"@atlaskit/editor-plugin-extension": "3.0.5",
|
|
172
170
|
"@atlaskit/editor-plugin-feature-flags": "1.2.16",
|
|
173
171
|
"@atlaskit/editor-plugin-feedback-dialog": "1.1.14",
|
|
174
172
|
"@atlaskit/editor-plugin-find-replace": "1.7.23",
|
|
@@ -178,22 +176,22 @@
|
|
|
178
176
|
"@atlaskit/editor-plugin-grid": "1.2.19",
|
|
179
177
|
"@atlaskit/editor-plugin-guideline": "1.2.22",
|
|
180
178
|
"@atlaskit/editor-plugin-help-dialog": "1.9.13",
|
|
181
|
-
"@atlaskit/editor-plugin-highlight": "1.19.
|
|
179
|
+
"@atlaskit/editor-plugin-highlight": "1.19.9",
|
|
182
180
|
"@atlaskit/editor-plugin-history": "1.3.15",
|
|
183
|
-
"@atlaskit/editor-plugin-hyperlink": "3.2.
|
|
181
|
+
"@atlaskit/editor-plugin-hyperlink": "3.2.33",
|
|
184
182
|
"@atlaskit/editor-plugin-image-upload": "1.2.17",
|
|
185
183
|
"@atlaskit/editor-plugin-indentation": "1.8.12",
|
|
186
184
|
"@atlaskit/editor-plugin-insert-block": "2.4.34",
|
|
187
185
|
"@atlaskit/editor-plugin-layout": "1.13.0",
|
|
188
186
|
"@atlaskit/editor-plugin-list": "3.9.11",
|
|
189
|
-
"@atlaskit/editor-plugin-loom": "3.1.
|
|
187
|
+
"@atlaskit/editor-plugin-loom": "3.1.37",
|
|
190
188
|
"@atlaskit/editor-plugin-max-content-size": "1.3.15",
|
|
191
|
-
"@atlaskit/editor-plugin-media": "1.44.
|
|
192
|
-
"@atlaskit/editor-plugin-media-insert": "5.0.
|
|
189
|
+
"@atlaskit/editor-plugin-media": "1.44.8",
|
|
190
|
+
"@atlaskit/editor-plugin-media-insert": "5.0.3",
|
|
193
191
|
"@atlaskit/editor-plugin-mentions": "2.13.1",
|
|
194
|
-
"@atlaskit/editor-plugin-metrics": "
|
|
192
|
+
"@atlaskit/editor-plugin-metrics": "2.0.0",
|
|
195
193
|
"@atlaskit/editor-plugin-panel": "3.2.3",
|
|
196
|
-
"@atlaskit/editor-plugin-paste": "2.0.
|
|
194
|
+
"@atlaskit/editor-plugin-paste": "2.0.20",
|
|
197
195
|
"@atlaskit/editor-plugin-paste-options-toolbar": "1.4.7",
|
|
198
196
|
"@atlaskit/editor-plugin-placeholder": "1.3.2",
|
|
199
197
|
"@atlaskit/editor-plugin-placeholder-text": "1.9.2",
|
|
@@ -202,16 +200,16 @@
|
|
|
202
200
|
"@atlaskit/editor-plugin-rule": "1.9.11",
|
|
203
201
|
"@atlaskit/editor-plugin-save-on-enter": "1.3.15",
|
|
204
202
|
"@atlaskit/editor-plugin-scroll-into-view": "1.3.15",
|
|
205
|
-
"@atlaskit/editor-plugin-selection": "1.6.
|
|
203
|
+
"@atlaskit/editor-plugin-selection": "1.6.21",
|
|
206
204
|
"@atlaskit/editor-plugin-selection-marker": "1.5.19",
|
|
207
|
-
"@atlaskit/editor-plugin-selection-toolbar": "1.5.
|
|
205
|
+
"@atlaskit/editor-plugin-selection-toolbar": "1.5.5",
|
|
208
206
|
"@atlaskit/editor-plugin-status": "2.6.7",
|
|
209
207
|
"@atlaskit/editor-plugin-submit-editor": "1.3.15",
|
|
210
208
|
"@atlaskit/editor-plugin-table": "9.2.0",
|
|
211
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "2.12.
|
|
212
|
-
"@atlaskit/editor-plugin-text-color": "1.16.
|
|
213
|
-
"@atlaskit/editor-plugin-text-formatting": "1.16.
|
|
214
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "1.14.
|
|
209
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "2.12.40",
|
|
210
|
+
"@atlaskit/editor-plugin-text-color": "1.16.9",
|
|
211
|
+
"@atlaskit/editor-plugin-text-formatting": "1.16.11",
|
|
212
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "1.14.12",
|
|
215
213
|
"@atlaskit/editor-plugin-type-ahead": "1.11.5",
|
|
216
214
|
"@atlaskit/editor-plugin-ufo": "1.0.5",
|
|
217
215
|
"@atlaskit/editor-plugin-undo-redo": "1.6.16",
|
|
@@ -270,10 +268,6 @@
|
|
|
270
268
|
}
|
|
271
269
|
},
|
|
272
270
|
"platform-feature-flags": {
|
|
273
|
-
"enable_datasource_react_sweet_state": {
|
|
274
|
-
"type": "boolean",
|
|
275
|
-
"referenceOnly": true
|
|
276
|
-
},
|
|
277
271
|
"editor_inline_comments_on_inline_nodes": {
|
|
278
272
|
"type": "boolean",
|
|
279
273
|
"referenceOnly": true
|
|
@@ -32,7 +32,7 @@ interface DependenciesDiffResult {
|
|
|
32
32
|
updated: DependencyDiff[];
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
const foldersToIgnore: string[] = [];
|
|
35
|
+
const foldersToIgnore: string[] = ['editor-plugin-code-block-advanced'];
|
|
36
36
|
|
|
37
37
|
// Locate the root directory of the project
|
|
38
38
|
const rootPath = findRootSync(process.cwd());
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@atlaskit/editor-plugins/code-block-advanced",
|
|
3
|
-
"main": "../dist/cjs/code-block-advanced/index.js",
|
|
4
|
-
"module": "../dist/esm/code-block-advanced/index.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/code-block-advanced/index.js",
|
|
6
|
-
"types": "../dist/types/code-block-advanced/index.d.ts",
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.4": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../dist/types-ts4.5/code-block-advanced/index.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "codeBlockAdvancedPlugin", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _editorPluginCodeBlockAdvanced.codeBlockAdvancedPlugin;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _editorPluginCodeBlockAdvanced = require("@atlaskit/editor-plugin-code-block-advanced");
|
|
@@ -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 { codeBlockAdvancedPlugin } from '@atlaskit/editor-plugin-code-block-advanced';
|
|
@@ -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 { codeBlockAdvancedPlugin } from '@atlaskit/editor-plugin-code-block-advanced';
|