@atlaskit/editor-plugins 10.4.28 → 10.5.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,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 10.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a471e1e42004e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a471e1e42004e) -
|
|
8
|
+
[ux] ED-29329: Remove limited mode banner and replace with a limited mode flag, reusing
|
|
9
|
+
confluence's flag setup.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 10.4.29
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 10.4.28
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { limitedModePlugin } from '@atlaskit/editor-plugin-limited-mode';
|
|
2
|
-
export type { LimitedModePlugin, LimitedModePluginState, } from '@atlaskit/editor-plugin-limited-mode';
|
|
2
|
+
export type { LimitedModePlugin, LimitedModePluginState, LimitedModePluginOptions, } from '@atlaskit/editor-plugin-limited-mode';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { limitedModePlugin } from '@atlaskit/editor-plugin-limited-mode';
|
|
2
|
-
export type { LimitedModePlugin, LimitedModePluginState, } from '@atlaskit/editor-plugin-limited-mode';
|
|
2
|
+
export type { LimitedModePlugin, LimitedModePluginState, LimitedModePluginOptions, } from '@atlaskit/editor-plugin-limited-mode';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.5.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",
|
|
@@ -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.3.
|
|
42
|
-
"@atlaskit/editor-plugin-block-menu": "3.1.
|
|
41
|
+
"@atlaskit/editor-plugin-block-controls": "6.3.2",
|
|
42
|
+
"@atlaskit/editor-plugin-block-menu": "3.1.6",
|
|
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.3",
|
|
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",
|
|
@@ -66,30 +66,30 @@
|
|
|
66
66
|
"@atlaskit/editor-plugin-emoji": "6.2.0",
|
|
67
67
|
"@atlaskit/editor-plugin-engagement-platform": "6.0.0",
|
|
68
68
|
"@atlaskit/editor-plugin-expand": "6.2.1",
|
|
69
|
-
"@atlaskit/editor-plugin-extension": "8.2.
|
|
69
|
+
"@atlaskit/editor-plugin-extension": "8.2.1",
|
|
70
70
|
"@atlaskit/editor-plugin-feature-flags": "4.0.0",
|
|
71
71
|
"@atlaskit/editor-plugin-feedback-dialog": "5.0.0",
|
|
72
|
-
"@atlaskit/editor-plugin-find-replace": "5.0.
|
|
73
|
-
"@atlaskit/editor-plugin-floating-toolbar": "7.0.
|
|
72
|
+
"@atlaskit/editor-plugin-find-replace": "5.0.5",
|
|
73
|
+
"@atlaskit/editor-plugin-floating-toolbar": "7.0.2",
|
|
74
74
|
"@atlaskit/editor-plugin-focus": "4.0.0",
|
|
75
75
|
"@atlaskit/editor-plugin-fragment": "5.2.0",
|
|
76
76
|
"@atlaskit/editor-plugin-grid": "5.0.0",
|
|
77
|
-
"@atlaskit/editor-plugin-guideline": "5.0.
|
|
77
|
+
"@atlaskit/editor-plugin-guideline": "5.0.2",
|
|
78
78
|
"@atlaskit/editor-plugin-help-dialog": "5.0.3",
|
|
79
79
|
"@atlaskit/editor-plugin-highlight": "5.3.1",
|
|
80
80
|
"@atlaskit/editor-plugin-history": "5.0.0",
|
|
81
|
-
"@atlaskit/editor-plugin-hyperlink": "7.3.
|
|
81
|
+
"@atlaskit/editor-plugin-hyperlink": "7.3.2",
|
|
82
82
|
"@atlaskit/editor-plugin-image-upload": "5.0.0",
|
|
83
83
|
"@atlaskit/editor-plugin-indentation": "5.2.0",
|
|
84
84
|
"@atlaskit/editor-plugin-insert-block": "6.0.4",
|
|
85
85
|
"@atlaskit/editor-plugin-interaction": "7.0.0",
|
|
86
86
|
"@atlaskit/editor-plugin-layout": "5.2.1",
|
|
87
|
-
"@atlaskit/editor-plugin-limited-mode": "2.
|
|
87
|
+
"@atlaskit/editor-plugin-limited-mode": "2.1.0",
|
|
88
88
|
"@atlaskit/editor-plugin-list": "7.2.1",
|
|
89
89
|
"@atlaskit/editor-plugin-local-id": "3.2.0",
|
|
90
90
|
"@atlaskit/editor-plugin-loom": "7.1.2",
|
|
91
91
|
"@atlaskit/editor-plugin-max-content-size": "5.0.0",
|
|
92
|
-
"@atlaskit/editor-plugin-media": "7.2.
|
|
92
|
+
"@atlaskit/editor-plugin-media": "7.2.3",
|
|
93
93
|
"@atlaskit/editor-plugin-media-insert": "11.2.0",
|
|
94
94
|
"@atlaskit/editor-plugin-mentions": "7.2.0",
|
|
95
95
|
"@atlaskit/editor-plugin-metrics": "6.2.0",
|
|
@@ -106,21 +106,21 @@
|
|
|
106
106
|
"@atlaskit/editor-plugin-scroll-into-view": "5.0.0",
|
|
107
107
|
"@atlaskit/editor-plugin-selection": "5.0.1",
|
|
108
108
|
"@atlaskit/editor-plugin-selection-extension": "5.0.2",
|
|
109
|
-
"@atlaskit/editor-plugin-selection-marker": "5.0.
|
|
109
|
+
"@atlaskit/editor-plugin-selection-marker": "5.0.2",
|
|
110
110
|
"@atlaskit/editor-plugin-selection-toolbar": "6.1.2",
|
|
111
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.1.0",
|
|
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.3",
|
|
117
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "8.4.4",
|
|
118
118
|
"@atlaskit/editor-plugin-text-color": "5.4.1",
|
|
119
119
|
"@atlaskit/editor-plugin-text-formatting": "5.2.1",
|
|
120
|
-
"@atlaskit/editor-plugin-toolbar": "2.1.
|
|
120
|
+
"@atlaskit/editor-plugin-toolbar": "2.1.4",
|
|
121
121
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "6.1.2",
|
|
122
122
|
"@atlaskit/editor-plugin-track-changes": "4.0.3",
|
|
123
|
-
"@atlaskit/editor-plugin-type-ahead": "5.2.
|
|
123
|
+
"@atlaskit/editor-plugin-type-ahead": "5.2.2",
|
|
124
124
|
"@atlaskit/editor-plugin-ufo": "5.0.0",
|
|
125
125
|
"@atlaskit/editor-plugin-undo-redo": "5.0.1",
|
|
126
126
|
"@atlaskit/editor-plugin-unsupported-content": "5.2.0",
|