@atlaskit/editor-plugins 11.0.47 → 11.1.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,22 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 11.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`0adf16debc7be`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0adf16debc7be) -
8
+ EDITOR-2450 Sync Block Prototype clean up
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 11.0.48
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 11.0.47
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "11.0.47",
3
+ "version": "11.1.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",
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/editor-plugin-emoji": "7.4.2",
67
67
  "@atlaskit/editor-plugin-engagement-platform": "7.0.0",
68
68
  "@atlaskit/editor-plugin-expand": "7.2.4",
69
- "@atlaskit/editor-plugin-extension": "9.1.3",
69
+ "@atlaskit/editor-plugin-extension": "9.2.0",
70
70
  "@atlaskit/editor-plugin-feature-flags": "5.0.0",
71
71
  "@atlaskit/editor-plugin-feedback-dialog": "6.0.0",
72
72
  "@atlaskit/editor-plugin-find-replace": "6.0.5",
@@ -112,8 +112,7 @@
112
112
  "@atlaskit/editor-plugin-status": "7.1.3",
113
113
  "@atlaskit/editor-plugin-submit-editor": "6.0.0",
114
114
  "@atlaskit/editor-plugin-synced-block": "3.8.1",
115
- "@atlaskit/editor-plugin-synced-block-prototype": "3.1.2",
116
- "@atlaskit/editor-plugin-table": "15.3.3",
115
+ "@atlaskit/editor-plugin-table": "15.3.5",
117
116
  "@atlaskit/editor-plugin-tasks-and-decisions": "9.1.4",
118
117
  "@atlaskit/editor-plugin-text-color": "6.3.5",
119
118
  "@atlaskit/editor-plugin-text-formatting": "6.1.4",
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "syncedBlockPrototypePlugin", {
7
- enumerable: true,
8
- get: function get() {
9
- return _editorPluginSyncedBlockPrototype.syncedBlockPrototypePlugin;
10
- }
11
- });
12
- var _editorPluginSyncedBlockPrototype = require("@atlaskit/editor-plugin-synced-block-prototype");
@@ -1,18 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "getSyncedBlockExtensionProvider", {
7
- enumerable: true,
8
- get: function get() {
9
- return _SyncedBlock.getSyncedBlockExtensionProvider;
10
- }
11
- });
12
- Object.defineProperty(exports, "getSyncedBlockManifest", {
13
- enumerable: true,
14
- get: function get() {
15
- return _SyncedBlock.getSyncedBlockManifest;
16
- }
17
- });
18
- var _SyncedBlock = require("@atlaskit/editor-plugin-synced-block-prototype/SyncedBlock");
@@ -1,4 +0,0 @@
1
- // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
- // Disable no-re-export rule for entry point files
3
- /* eslint-disable @atlaskit/editor/no-re-export */
4
- export { syncedBlockPrototypePlugin } from '@atlaskit/editor-plugin-synced-block-prototype';
@@ -1,4 +0,0 @@
1
- // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
- // Disable no-re-export rule for entry point files
3
- /* eslint-disable @atlaskit/editor/no-re-export */
4
- export { getSyncedBlockExtensionProvider, getSyncedBlockManifest } from '@atlaskit/editor-plugin-synced-block-prototype/SyncedBlock';
@@ -1,4 +0,0 @@
1
- // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
- // Disable no-re-export rule for entry point files
3
- /* eslint-disable @atlaskit/editor/no-re-export */
4
- export { syncedBlockPrototypePlugin } from '@atlaskit/editor-plugin-synced-block-prototype';
@@ -1,4 +0,0 @@
1
- // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
- // Disable no-re-export rule for entry point files
3
- /* eslint-disable @atlaskit/editor/no-re-export */
4
- export { getSyncedBlockExtensionProvider, getSyncedBlockManifest } from '@atlaskit/editor-plugin-synced-block-prototype/SyncedBlock';
@@ -1,2 +0,0 @@
1
- export { syncedBlockPrototypePlugin } from '@atlaskit/editor-plugin-synced-block-prototype';
2
- export type { SyncedBlockPrototypePlugin, SyncedBlockPrototypePluginOptions, } from '@atlaskit/editor-plugin-synced-block-prototype';
@@ -1 +0,0 @@
1
- export { getSyncedBlockExtensionProvider, getSyncedBlockManifest, } from '@atlaskit/editor-plugin-synced-block-prototype/SyncedBlock';
@@ -1,2 +0,0 @@
1
- export { syncedBlockPrototypePlugin } from '@atlaskit/editor-plugin-synced-block-prototype';
2
- export type { SyncedBlockPrototypePlugin, SyncedBlockPrototypePluginOptions, } from '@atlaskit/editor-plugin-synced-block-prototype';
@@ -1 +0,0 @@
1
- export { getSyncedBlockExtensionProvider, getSyncedBlockManifest, } from '@atlaskit/editor-plugin-synced-block-prototype/SyncedBlock';
@@ -1,14 +0,0 @@
1
- {
2
- "name": "@atlaskit/editor-plugins/synced-block-prototype/SyncedBlock",
3
- "main": "../../dist/cjs/synced-block-prototype/ui/extensions/synced-block/index.js",
4
- "module": "../../dist/esm/synced-block-prototype/ui/extensions/synced-block/index.js",
5
- "module:es2019": "../../dist/es2019/synced-block-prototype/ui/extensions/synced-block/index.js",
6
- "types": "../../dist/types/synced-block-prototype/ui/extensions/synced-block/index.d.ts",
7
- "typesVersions": {
8
- ">=4.5 <5.9": {
9
- "*": [
10
- "../../dist/types-ts4.5/synced-block-prototype/ui/extensions/synced-block/index.d.ts"
11
- ]
12
- }
13
- }
14
- }
@@ -1,14 +0,0 @@
1
- {
2
- "name": "@atlaskit/editor-plugins/synced-block-prototype",
3
- "main": "../dist/cjs/synced-block-prototype/index.js",
4
- "module": "../dist/esm/synced-block-prototype/index.js",
5
- "module:es2019": "../dist/es2019/synced-block-prototype/index.js",
6
- "types": "../dist/types/synced-block-prototype/index.d.ts",
7
- "typesVersions": {
8
- ">=4.5 <5.9": {
9
- "*": [
10
- "../dist/types-ts4.5/synced-block-prototype/index.d.ts"
11
- ]
12
- }
13
- }
14
- }