@atlaskit/editor-plugins 12.0.52 → 12.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 +11 -0
- package/dist/cjs/ui-control-registry/index.js +12 -0
- package/dist/es2019/ui-control-registry/index.js +4 -0
- package/dist/esm/ui-control-registry/index.js +4 -0
- package/dist/types/ui-control-registry/index.d.ts +2 -0
- package/dist/types-ts4.5/ui-control-registry/index.d.ts +2 -0
- package/package.json +6 -5
- package/ui-control-registry/package.json +15 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 12.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`53b2139bd64f1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/53b2139bd64f1) -
|
|
8
|
+
Add @atlaskit/editor-plugin-ui-control-registry package
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 12.0.52
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "uiControlRegistryPlugin", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _editorPluginUiControlRegistry.uiControlRegistryPlugin;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _editorPluginUiControlRegistry = require("@atlaskit/editor-plugin-ui-control-registry");
|
|
@@ -0,0 +1,4 @@
|
|
|
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 { uiControlRegistryPlugin } from '@atlaskit/editor-plugin-ui-control-registry';
|
|
@@ -0,0 +1,4 @@
|
|
|
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 { uiControlRegistryPlugin } from '@atlaskit/editor-plugin-ui-control-registry';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "12.0
|
|
3
|
+
"version": "12.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",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/editor-plugin-border": "7.0.0",
|
|
46
46
|
"@atlaskit/editor-plugin-breakout": "7.0.18",
|
|
47
47
|
"@atlaskit/editor-plugin-caption": "7.0.0",
|
|
48
|
-
"@atlaskit/editor-plugin-card": "12.3.
|
|
48
|
+
"@atlaskit/editor-plugin-card": "12.3.12",
|
|
49
49
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "7.0.0",
|
|
50
50
|
"@atlaskit/editor-plugin-clipboard": "7.0.0",
|
|
51
51
|
"@atlaskit/editor-plugin-code-bidi-warning": "7.0.14",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@atlaskit/editor-plugin-emoji": "8.1.18",
|
|
69
69
|
"@atlaskit/editor-plugin-engagement-platform": "8.0.0",
|
|
70
70
|
"@atlaskit/editor-plugin-expand": "8.2.14",
|
|
71
|
-
"@atlaskit/editor-plugin-extension": "10.1.
|
|
71
|
+
"@atlaskit/editor-plugin-extension": "10.1.7",
|
|
72
72
|
"@atlaskit/editor-plugin-feature-flags": "6.0.0",
|
|
73
73
|
"@atlaskit/editor-plugin-feedback-dialog": "7.0.0",
|
|
74
74
|
"@atlaskit/editor-plugin-find-replace": "7.0.19",
|
|
@@ -112,10 +112,10 @@
|
|
|
112
112
|
"@atlaskit/editor-plugin-selection-marker": "7.0.15",
|
|
113
113
|
"@atlaskit/editor-plugin-selection-toolbar": "8.1.16",
|
|
114
114
|
"@atlaskit/editor-plugin-show-diff": "4.0.14",
|
|
115
|
-
"@atlaskit/editor-plugin-status": "8.1.
|
|
115
|
+
"@atlaskit/editor-plugin-status": "8.1.20",
|
|
116
116
|
"@atlaskit/editor-plugin-submit-editor": "7.0.0",
|
|
117
117
|
"@atlaskit/editor-plugin-synced-block": "5.3.25",
|
|
118
|
-
"@atlaskit/editor-plugin-table": "17.3.
|
|
118
|
+
"@atlaskit/editor-plugin-table": "17.3.25",
|
|
119
119
|
"@atlaskit/editor-plugin-tasks-and-decisions": "10.1.20",
|
|
120
120
|
"@atlaskit/editor-plugin-text-color": "7.2.22",
|
|
121
121
|
"@atlaskit/editor-plugin-text-formatting": "7.2.20",
|
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"@atlaskit/editor-plugin-track-changes": "6.0.18",
|
|
125
125
|
"@atlaskit/editor-plugin-type-ahead": "7.0.20",
|
|
126
126
|
"@atlaskit/editor-plugin-ufo": "7.0.1",
|
|
127
|
+
"@atlaskit/editor-plugin-ui-control-registry": "0.0.0",
|
|
127
128
|
"@atlaskit/editor-plugin-undo-redo": "7.3.15",
|
|
128
129
|
"@atlaskit/editor-plugin-unsupported-content": "7.0.0",
|
|
129
130
|
"@atlaskit/editor-plugin-user-intent": "5.0.0",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-plugins/ui-control-registry",
|
|
3
|
+
"main": "../dist/cjs/ui-control-registry/index.js",
|
|
4
|
+
"module": "../dist/esm/ui-control-registry/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/ui-control-registry/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"types": "../dist/types/ui-control-registry/index.d.ts",
|
|
8
|
+
"typesVersions": {
|
|
9
|
+
">=4.5 <5.9": {
|
|
10
|
+
"*": [
|
|
11
|
+
"../dist/types-ts4.5/ui-control-registry/index.d.ts"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|