@atlaskit/editor-plugins 11.2.47 → 11.3.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 +21 -0
- package/content-format/package.json +14 -0
- package/dist/cjs/content-format/index.js +12 -0
- package/dist/es2019/content-format/index.js +4 -0
- package/dist/esm/content-format/index.js +4 -0
- package/dist/types/content-format/index.d.ts +2 -0
- package/dist/types-ts4.5/content-format/index.d.ts +2 -0
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 11.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`77341edf4fd78`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/77341edf4fd78) -
|
|
8
|
+
[EDITOR-3786] Added a new plugin `@atlaskit/editor-plugin-content-format`, and made
|
|
9
|
+
`@atlaskit/editor-plugin-code-block-advanced` have a dependancy on it. Removed the ResizeObserver
|
|
10
|
+
from `@atlaskit/editor-plugin-code-block-advanced` and replaced it with a way to observe changes
|
|
11
|
+
to the `contentMode`. Updated examples to update the state of the new plugin so that examples work
|
|
12
|
+
with the new behaviour.
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
18
|
+
## 11.2.48
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
|
|
3
24
|
## 11.2.47
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-plugins/content-format",
|
|
3
|
+
"main": "../dist/cjs/content-format/index.js",
|
|
4
|
+
"module": "../dist/esm/content-format/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/content-format/index.js",
|
|
6
|
+
"types": "../dist/types/content-format/index.d.ts",
|
|
7
|
+
"typesVersions": {
|
|
8
|
+
">=4.5 <5.9": {
|
|
9
|
+
"*": [
|
|
10
|
+
"../dist/types-ts4.5/content-format/index.d.ts"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "contentFormatPlugin", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _editorPluginContentFormat.contentFormatPlugin;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _editorPluginContentFormat = require("@atlaskit/editor-plugin-content-format");
|
|
@@ -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 { contentFormatPlugin } from '@atlaskit/editor-plugin-content-format';
|
|
@@ -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 { contentFormatPlugin } from '@atlaskit/editor-plugin-content-format';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.3.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,7 +38,7 @@
|
|
|
38
38
|
"@atlaskit/editor-plugin-batch-attribute-updates": "7.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-before-primary-toolbar": "7.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-better-type-history": "7.0.0",
|
|
41
|
-
"@atlaskit/editor-plugin-block-controls": "8.0.
|
|
41
|
+
"@atlaskit/editor-plugin-block-controls": "8.0.10",
|
|
42
42
|
"@atlaskit/editor-plugin-block-menu": "6.0.15",
|
|
43
43
|
"@atlaskit/editor-plugin-block-type": "11.1.0",
|
|
44
44
|
"@atlaskit/editor-plugin-border": "7.0.0",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"@atlaskit/editor-plugin-collab-edit": "8.0.0",
|
|
53
53
|
"@atlaskit/editor-plugin-composition": "6.0.0",
|
|
54
54
|
"@atlaskit/editor-plugin-connectivity": "7.0.0",
|
|
55
|
+
"@atlaskit/editor-plugin-content-format": "1.0.0",
|
|
55
56
|
"@atlaskit/editor-plugin-content-insertion": "7.0.0",
|
|
56
57
|
"@atlaskit/editor-plugin-context-identifier": "7.0.0",
|
|
57
58
|
"@atlaskit/editor-plugin-context-panel": "9.0.0",
|
|
@@ -86,7 +87,7 @@
|
|
|
86
87
|
"@atlaskit/editor-plugin-layout": "7.0.2",
|
|
87
88
|
"@atlaskit/editor-plugin-limited-mode": "4.0.0",
|
|
88
89
|
"@atlaskit/editor-plugin-list": "9.0.2",
|
|
89
|
-
"@atlaskit/editor-plugin-local-id": "5.0.
|
|
90
|
+
"@atlaskit/editor-plugin-local-id": "5.0.1",
|
|
90
91
|
"@atlaskit/editor-plugin-loom": "9.0.2",
|
|
91
92
|
"@atlaskit/editor-plugin-max-content-size": "7.0.0",
|
|
92
93
|
"@atlaskit/editor-plugin-media": "9.3.3",
|
|
@@ -98,7 +99,7 @@
|
|
|
98
99
|
"@atlaskit/editor-plugin-panel": "9.0.2",
|
|
99
100
|
"@atlaskit/editor-plugin-paste": "8.0.3",
|
|
100
101
|
"@atlaskit/editor-plugin-paste-options-toolbar": "8.0.1",
|
|
101
|
-
"@atlaskit/editor-plugin-placeholder": "7.
|
|
102
|
+
"@atlaskit/editor-plugin-placeholder": "7.2.0",
|
|
102
103
|
"@atlaskit/editor-plugin-placeholder-text": "8.0.0",
|
|
103
104
|
"@atlaskit/editor-plugin-primary-toolbar": "8.0.0",
|
|
104
105
|
"@atlaskit/editor-plugin-quick-insert": "7.1.0",
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"@atlaskit/editor-plugin-show-diff": "4.0.0",
|
|
113
114
|
"@atlaskit/editor-plugin-status": "8.1.0",
|
|
114
115
|
"@atlaskit/editor-plugin-submit-editor": "7.0.0",
|
|
115
|
-
"@atlaskit/editor-plugin-synced-block": "5.1.
|
|
116
|
+
"@atlaskit/editor-plugin-synced-block": "5.1.9",
|
|
116
117
|
"@atlaskit/editor-plugin-table": "16.2.0",
|
|
117
118
|
"@atlaskit/editor-plugin-tasks-and-decisions": "10.1.0",
|
|
118
119
|
"@atlaskit/editor-plugin-text-color": "7.2.0",
|