@atlaskit/editor-plugins 10.1.19 → 10.1.21
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.21",
|
|
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",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"@atlaskit/editor-plugin-save-on-enter": "3.0.0",
|
|
209
209
|
"@atlaskit/editor-plugin-scroll-into-view": "3.0.0",
|
|
210
210
|
"@atlaskit/editor-plugin-selection": "3.0.3",
|
|
211
|
-
"@atlaskit/editor-plugin-selection-extension": "3.4.
|
|
211
|
+
"@atlaskit/editor-plugin-selection-extension": "3.4.3",
|
|
212
212
|
"@atlaskit/editor-plugin-selection-marker": "3.0.2",
|
|
213
213
|
"@atlaskit/editor-plugin-selection-toolbar": "4.2.1",
|
|
214
214
|
"@atlaskit/editor-plugin-show-diff": "0.0.0",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"@atlaskit/editor-plugin-tasks-and-decisions": "6.1.1",
|
|
219
219
|
"@atlaskit/editor-plugin-text-color": "3.1.1",
|
|
220
220
|
"@atlaskit/editor-plugin-text-formatting": "3.0.5",
|
|
221
|
-
"@atlaskit/editor-plugin-toolbar": "0.0.
|
|
221
|
+
"@atlaskit/editor-plugin-toolbar": "0.0.2",
|
|
222
222
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "4.1.1",
|
|
223
223
|
"@atlaskit/editor-plugin-track-changes": "2.4.0",
|
|
224
224
|
"@atlaskit/editor-plugin-type-ahead": "3.1.1",
|