@atlaskit/editor-plugin-insert-block 2.5.2 → 2.6.1
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,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-insert-block
|
|
2
2
|
|
|
3
|
+
## 2.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 2.6.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
|
|
14
|
+
[`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
|
|
15
|
+
Bumped editor-prosemirror version to 7.0.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 2.5.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -193,9 +193,7 @@ var insertBlockPlugin = exports.insertBlockPlugin = function insertBlockPlugin(_
|
|
|
193
193
|
// menu it opens instantly. As we're delaying the loading this won't affect the
|
|
194
194
|
// initial editor rendering metrics.
|
|
195
195
|
delayUntilIdle(function () {
|
|
196
|
-
|
|
197
|
-
_elementBrowser.ElementBrowser.preload();
|
|
198
|
-
}
|
|
196
|
+
_elementBrowser.ElementBrowser.preload();
|
|
199
197
|
});
|
|
200
198
|
}, []);
|
|
201
199
|
},
|
|
@@ -178,9 +178,7 @@ export const insertBlockPlugin = ({
|
|
|
178
178
|
// menu it opens instantly. As we're delaying the loading this won't affect the
|
|
179
179
|
// initial editor rendering metrics.
|
|
180
180
|
delayUntilIdle(() => {
|
|
181
|
-
|
|
182
|
-
ElementBrowser.preload();
|
|
183
|
-
}
|
|
181
|
+
ElementBrowser.preload();
|
|
184
182
|
});
|
|
185
183
|
}, []);
|
|
186
184
|
},
|
|
@@ -182,9 +182,7 @@ export var insertBlockPlugin = function insertBlockPlugin(_ref) {
|
|
|
182
182
|
// menu it opens instantly. As we're delaying the loading this won't affect the
|
|
183
183
|
// initial editor rendering metrics.
|
|
184
184
|
delayUntilIdle(function () {
|
|
185
|
-
|
|
186
|
-
ElementBrowser.preload();
|
|
187
|
-
}
|
|
185
|
+
ElementBrowser.preload();
|
|
188
186
|
});
|
|
189
187
|
}, []);
|
|
190
188
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-insert-block",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,43 +32,43 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/button": "^20.5.0",
|
|
35
|
-
"@atlaskit/editor-common": "^99.
|
|
36
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
37
|
-
"@atlaskit/editor-plugin-block-type": "^4.
|
|
38
|
-
"@atlaskit/editor-plugin-code-block": "^3.
|
|
39
|
-
"@atlaskit/editor-plugin-connectivity": "^1.
|
|
40
|
-
"@atlaskit/editor-plugin-date": "^2.
|
|
41
|
-
"@atlaskit/editor-plugin-emoji": "^2.
|
|
42
|
-
"@atlaskit/editor-plugin-expand": "^2.
|
|
43
|
-
"@atlaskit/editor-plugin-extension": "^3.
|
|
44
|
-
"@atlaskit/editor-plugin-feature-flags": "^1.
|
|
45
|
-
"@atlaskit/editor-plugin-hyperlink": "^3.
|
|
46
|
-
"@atlaskit/editor-plugin-image-upload": "^1.
|
|
47
|
-
"@atlaskit/editor-plugin-layout": "^1.
|
|
48
|
-
"@atlaskit/editor-plugin-media": "^1.
|
|
49
|
-
"@atlaskit/editor-plugin-media-insert": "^5.
|
|
50
|
-
"@atlaskit/editor-plugin-mentions": "^2.
|
|
51
|
-
"@atlaskit/editor-plugin-panel": "^3.
|
|
52
|
-
"@atlaskit/editor-plugin-placeholder-text": "^1.
|
|
53
|
-
"@atlaskit/editor-plugin-primary-toolbar": "^2.
|
|
54
|
-
"@atlaskit/editor-plugin-quick-insert": "^1.
|
|
55
|
-
"@atlaskit/editor-plugin-rule": "^1.
|
|
56
|
-
"@atlaskit/editor-plugin-status": "^2.
|
|
57
|
-
"@atlaskit/editor-plugin-table": "^9.
|
|
58
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^2.
|
|
59
|
-
"@atlaskit/editor-plugin-type-ahead": "^1.
|
|
60
|
-
"@atlaskit/editor-prosemirror": "
|
|
35
|
+
"@atlaskit/editor-common": "^99.12.0",
|
|
36
|
+
"@atlaskit/editor-plugin-analytics": "^1.12.0",
|
|
37
|
+
"@atlaskit/editor-plugin-block-type": "^4.3.0",
|
|
38
|
+
"@atlaskit/editor-plugin-code-block": "^3.7.0",
|
|
39
|
+
"@atlaskit/editor-plugin-connectivity": "^1.3.0",
|
|
40
|
+
"@atlaskit/editor-plugin-date": "^2.6.0",
|
|
41
|
+
"@atlaskit/editor-plugin-emoji": "^2.9.0",
|
|
42
|
+
"@atlaskit/editor-plugin-expand": "^2.12.0",
|
|
43
|
+
"@atlaskit/editor-plugin-extension": "^3.4.0",
|
|
44
|
+
"@atlaskit/editor-plugin-feature-flags": "^1.3.0",
|
|
45
|
+
"@atlaskit/editor-plugin-hyperlink": "^3.4.0",
|
|
46
|
+
"@atlaskit/editor-plugin-image-upload": "^1.4.0",
|
|
47
|
+
"@atlaskit/editor-plugin-layout": "^1.15.0",
|
|
48
|
+
"@atlaskit/editor-plugin-media": "^1.45.0",
|
|
49
|
+
"@atlaskit/editor-plugin-media-insert": "^5.1.0",
|
|
50
|
+
"@atlaskit/editor-plugin-mentions": "^2.15.0",
|
|
51
|
+
"@atlaskit/editor-plugin-panel": "^3.3.0",
|
|
52
|
+
"@atlaskit/editor-plugin-placeholder-text": "^1.11.0",
|
|
53
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^2.2.0",
|
|
54
|
+
"@atlaskit/editor-plugin-quick-insert": "^1.10.0",
|
|
55
|
+
"@atlaskit/editor-plugin-rule": "^1.11.0",
|
|
56
|
+
"@atlaskit/editor-plugin-status": "^2.8.0",
|
|
57
|
+
"@atlaskit/editor-plugin-table": "^9.4.0",
|
|
58
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^2.14.0",
|
|
59
|
+
"@atlaskit/editor-plugin-type-ahead": "^1.13.0",
|
|
60
|
+
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
61
61
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
62
62
|
"@atlaskit/emoji": "^67.13.0",
|
|
63
63
|
"@atlaskit/heading": "4.1.0",
|
|
64
|
-
"@atlaskit/icon": "^23.
|
|
65
|
-
"@atlaskit/icon-lab": "^2.
|
|
64
|
+
"@atlaskit/icon": "^23.8.0",
|
|
65
|
+
"@atlaskit/icon-lab": "^2.5.0",
|
|
66
66
|
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
67
|
-
"@atlaskit/primitives": "^13.
|
|
67
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
68
68
|
"@atlaskit/theme": "^15.0.0",
|
|
69
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
|
69
|
+
"@atlaskit/tmp-editor-statsig": "^2.45.0",
|
|
70
70
|
"@atlaskit/tokens": "^3.3.0",
|
|
71
|
-
"@atlaskit/tooltip": "19.1.
|
|
71
|
+
"@atlaskit/tooltip": "19.1.2",
|
|
72
72
|
"@babel/runtime": "^7.0.0",
|
|
73
73
|
"@emotion/react": "^11.7.1",
|
|
74
74
|
"bind-event-listener": "^3.0.0",
|
|
@@ -130,9 +130,6 @@
|
|
|
130
130
|
"platform_editor_toolbar_responsive_fixes": {
|
|
131
131
|
"type": "boolean"
|
|
132
132
|
},
|
|
133
|
-
"platform_editor_preload_insert_menu": {
|
|
134
|
-
"type": "boolean"
|
|
135
|
-
},
|
|
136
133
|
"platform_editor_reduce_element_browser_padding": {
|
|
137
134
|
"type": "boolean"
|
|
138
135
|
}
|