@atlaskit/editor-plugin-collab-edit 3.3.0 → 3.4.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,18 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-collab-edit
|
|
2
2
|
|
|
3
|
+
## 3.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#139139](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139139)
|
|
8
|
+
[`7f6b665d778dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f6b665d778dd) -
|
|
9
|
+
[https://product-fabric.atlassian.net/browse/ED-27499](ED-27499) - the new
|
|
10
|
+
`@atlassian/confluence-presets` package with Confluence `full-page` preset is created
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 3.3.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -13,8 +13,9 @@ export type CollabEditPluginDependencies = [
|
|
|
13
13
|
OptionalPlugin<EditorViewModePlugin>,
|
|
14
14
|
OptionalPlugin<ConnectivityPlugin>
|
|
15
15
|
];
|
|
16
|
+
export type CollabEditPluginOptions = PrivateCollabEditOptions;
|
|
16
17
|
export type CollabEditPlugin = NextEditorPlugin<'collabEdit', {
|
|
17
|
-
pluginConfiguration:
|
|
18
|
+
pluginConfiguration: CollabEditPluginOptions;
|
|
18
19
|
dependencies: CollabEditPluginDependencies;
|
|
19
20
|
sharedState: CollabEditPluginSharedState;
|
|
20
21
|
actions: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { collabEditPlugin } from './collabEditPlugin';
|
|
2
|
-
export type { CollabEditPlugin } from './collabEditPluginType';
|
|
2
|
+
export type { CollabEditPlugin, CollabEditPluginOptions } from './collabEditPluginType';
|
|
3
3
|
export type { CollabInitializedMetadata, CollabEditPluginSharedState, ReadOnlyParticipants, PrivateCollabEditOptions, CollabSendableSteps, } from './types';
|
|
@@ -13,8 +13,9 @@ export type CollabEditPluginDependencies = [
|
|
|
13
13
|
OptionalPlugin<EditorViewModePlugin>,
|
|
14
14
|
OptionalPlugin<ConnectivityPlugin>
|
|
15
15
|
];
|
|
16
|
+
export type CollabEditPluginOptions = PrivateCollabEditOptions;
|
|
16
17
|
export type CollabEditPlugin = NextEditorPlugin<'collabEdit', {
|
|
17
|
-
pluginConfiguration:
|
|
18
|
+
pluginConfiguration: CollabEditPluginOptions;
|
|
18
19
|
dependencies: CollabEditPluginDependencies;
|
|
19
20
|
sharedState: CollabEditPluginSharedState;
|
|
20
21
|
actions: {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { collabEditPlugin } from './collabEditPlugin';
|
|
2
|
-
export type { CollabEditPlugin } from './collabEditPluginType';
|
|
2
|
+
export type { CollabEditPlugin, CollabEditPluginOptions } from './collabEditPluginType';
|
|
3
3
|
export type { CollabInitializedMetadata, CollabEditPluginSharedState, ReadOnlyParticipants, PrivateCollabEditOptions, CollabSendableSteps, } from './types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-collab-edit",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Collab Edit plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
35
35
|
"@atlaskit/custom-steps": "^0.11.0",
|
|
36
|
-
"@atlaskit/editor-common": "^103.
|
|
36
|
+
"@atlaskit/editor-common": "^103.4.0",
|
|
37
37
|
"@atlaskit/editor-json-transformer": "^8.24.0",
|
|
38
38
|
"@atlaskit/editor-plugin-analytics": "^2.2.0",
|
|
39
39
|
"@atlaskit/editor-plugin-connectivity": "^2.0.0",
|
|
40
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^3.
|
|
41
|
-
"@atlaskit/editor-plugin-feature-flags": "^1.
|
|
40
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^3.1.0",
|
|
41
|
+
"@atlaskit/editor-plugin-feature-flags": "^1.4.0",
|
|
42
42
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
43
43
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@af/integration-testing": "^0.5.0",
|
|
55
55
|
"@af/visual-regression": "^1.3.0",
|
|
56
|
-
"@atlaskit/editor-plugin-mentions": "^4.
|
|
57
|
-
"@atlaskit/editor-plugin-text-formatting": "^2.
|
|
56
|
+
"@atlaskit/editor-plugin-mentions": "^4.4.0",
|
|
57
|
+
"@atlaskit/editor-plugin-text-formatting": "^2.2.0",
|
|
58
58
|
"@atlaskit/editor-plugin-type-ahead": "^2.3.0",
|
|
59
59
|
"@atlaskit/editor-plugin-unsupported-content": "^2.1.0",
|
|
60
60
|
"@atlaskit/editor-test-helpers": "^22.1.0",
|