@atlaskit/editor-plugins 10.4.25 → 10.4.27
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 10.4.27
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`1a1f634a70d97`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a1f634a70d97) -
|
|
8
|
+
Added Sync Block Editor and Sync Block Renderer
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 10.4.26
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 10.4.25
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { syncedBlockPlugin } from '@atlaskit/editor-plugin-synced-block';
|
|
2
|
-
export type { SyncedBlockPlugin } from '@atlaskit/editor-plugin-synced-block';
|
|
2
|
+
export type { SyncedBlockPlugin, SyncedBlockPluginOptions, SyncedBlockEditorProps, SyncedBlockRendererProps, } from '@atlaskit/editor-plugin-synced-block';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { syncedBlockPlugin } from '@atlaskit/editor-plugin-synced-block';
|
|
2
|
-
export type { SyncedBlockPlugin } from '@atlaskit/editor-plugin-synced-block';
|
|
2
|
+
export type { SyncedBlockPlugin, SyncedBlockPluginOptions, SyncedBlockEditorProps, SyncedBlockRendererProps, } from '@atlaskit/editor-plugin-synced-block';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.27",
|
|
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",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"@atlaskit/editor-plugin-batch-attribute-updates": "5.2.0",
|
|
39
39
|
"@atlaskit/editor-plugin-before-primary-toolbar": "5.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-better-type-history": "5.0.0",
|
|
41
|
-
"@atlaskit/editor-plugin-block-controls": "6.
|
|
42
|
-
"@atlaskit/editor-plugin-block-menu": "3.1.
|
|
41
|
+
"@atlaskit/editor-plugin-block-controls": "6.3.0",
|
|
42
|
+
"@atlaskit/editor-plugin-block-menu": "3.1.5",
|
|
43
43
|
"@atlaskit/editor-plugin-block-type": "8.2.2",
|
|
44
44
|
"@atlaskit/editor-plugin-border": "5.2.0",
|
|
45
45
|
"@atlaskit/editor-plugin-breakout": "5.2.0",
|
|
46
46
|
"@atlaskit/editor-plugin-caption": "5.2.0",
|
|
47
|
-
"@atlaskit/editor-plugin-card": "10.1.
|
|
47
|
+
"@atlaskit/editor-plugin-card": "10.1.2",
|
|
48
48
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "5.0.0",
|
|
49
49
|
"@atlaskit/editor-plugin-clipboard": "5.0.0",
|
|
50
50
|
"@atlaskit/editor-plugin-code-bidi-warning": "5.0.1",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@atlaskit/editor-plugin-copy-button": "5.0.0",
|
|
59
59
|
"@atlaskit/editor-plugin-custom-autoformat": "5.0.0",
|
|
60
60
|
"@atlaskit/editor-plugin-data-consumer": "5.2.0",
|
|
61
|
-
"@atlaskit/editor-plugin-date": "7.2.
|
|
61
|
+
"@atlaskit/editor-plugin-date": "7.2.1",
|
|
62
62
|
"@atlaskit/editor-plugin-decorations": "5.0.0",
|
|
63
63
|
"@atlaskit/editor-plugin-editor-disabled": "5.0.0",
|
|
64
64
|
"@atlaskit/editor-plugin-editor-viewmode": "7.0.0",
|
|
@@ -108,18 +108,18 @@
|
|
|
108
108
|
"@atlaskit/editor-plugin-selection-extension": "5.0.2",
|
|
109
109
|
"@atlaskit/editor-plugin-selection-marker": "5.0.1",
|
|
110
110
|
"@atlaskit/editor-plugin-selection-toolbar": "6.1.2",
|
|
111
|
-
"@atlaskit/editor-plugin-show-diff": "2.1.
|
|
111
|
+
"@atlaskit/editor-plugin-show-diff": "2.1.1",
|
|
112
112
|
"@atlaskit/editor-plugin-status": "6.2.0",
|
|
113
113
|
"@atlaskit/editor-plugin-submit-editor": "5.0.0",
|
|
114
|
-
"@atlaskit/editor-plugin-synced-block": "2.0.
|
|
114
|
+
"@atlaskit/editor-plugin-synced-block": "2.0.1",
|
|
115
115
|
"@atlaskit/editor-plugin-synced-block-prototype": "2.2.0",
|
|
116
|
-
"@atlaskit/editor-plugin-table": "14.2.
|
|
117
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "8.4.
|
|
116
|
+
"@atlaskit/editor-plugin-table": "14.2.2",
|
|
117
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "8.4.3",
|
|
118
118
|
"@atlaskit/editor-plugin-text-color": "5.4.1",
|
|
119
119
|
"@atlaskit/editor-plugin-text-formatting": "5.2.1",
|
|
120
120
|
"@atlaskit/editor-plugin-toolbar": "2.1.3",
|
|
121
121
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "6.1.2",
|
|
122
|
-
"@atlaskit/editor-plugin-track-changes": "4.0.
|
|
122
|
+
"@atlaskit/editor-plugin-track-changes": "4.0.3",
|
|
123
123
|
"@atlaskit/editor-plugin-type-ahead": "5.2.1",
|
|
124
124
|
"@atlaskit/editor-plugin-ufo": "5.0.0",
|
|
125
125
|
"@atlaskit/editor-plugin-undo-redo": "5.0.1",
|