@atlaskit/editor-plugins 10.1.28 → 10.1.29
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,2 +1,2 @@
|
|
|
1
1
|
export { selectionExtensionPlugin } from '@atlaskit/editor-plugin-selection-extension';
|
|
2
|
-
export type { SelectionExtensionPlugin,
|
|
2
|
+
export type { SelectionExtensionPlugin, BlockMenuExtensionConfiguration, DynamicSelectionExtension, ExtensionConfiguration, ExtensionMenuItemConfiguration, ExtensionToolbarItemConfiguration, InsertAdfAtEndOfDocResult, LinkInsertionOption, ReplaceWithAdfResult, SelectionExtension, SelectionExtensionComponentProps, SelectionExtensionConfig, SelectionExtensionPluginOptions, SelectionExtensionPluginState, SelectionExtensionSelectionInfo, ToolbarExtensionConfiguration, } from '@atlaskit/editor-plugin-selection-extension';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { selectionExtensionPlugin } from '@atlaskit/editor-plugin-selection-extension';
|
|
2
|
-
export type { SelectionExtensionPlugin,
|
|
2
|
+
export type { SelectionExtensionPlugin, BlockMenuExtensionConfiguration, DynamicSelectionExtension, ExtensionConfiguration, ExtensionMenuItemConfiguration, ExtensionToolbarItemConfiguration, InsertAdfAtEndOfDocResult, LinkInsertionOption, ReplaceWithAdfResult, SelectionExtension, SelectionExtensionComponentProps, SelectionExtensionConfig, SelectionExtensionPluginOptions, SelectionExtensionPluginState, SelectionExtensionSelectionInfo, ToolbarExtensionConfiguration, } from '@atlaskit/editor-plugin-selection-extension';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.29",
|
|
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",
|
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
"@atlaskit/editor-plugin-table": "12.1.12",
|
|
218
218
|
"@atlaskit/editor-plugin-tasks-and-decisions": "6.1.3",
|
|
219
219
|
"@atlaskit/editor-plugin-text-color": "3.1.3",
|
|
220
|
-
"@atlaskit/editor-plugin-text-formatting": "3.0.
|
|
221
|
-
"@atlaskit/editor-plugin-toolbar": "0.0.
|
|
220
|
+
"@atlaskit/editor-plugin-text-formatting": "3.0.8",
|
|
221
|
+
"@atlaskit/editor-plugin-toolbar": "0.0.5",
|
|
222
222
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "4.1.2",
|
|
223
223
|
"@atlaskit/editor-plugin-track-changes": "2.4.1",
|
|
224
224
|
"@atlaskit/editor-plugin-type-ahead": "3.1.3",
|