@atlaskit/editor-plugin-insert-block 2.5.2 → 2.6.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 +12 -0
- package/package.json +28 -28
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-insert-block
|
|
2
2
|
|
|
3
|
+
## 2.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
|
|
8
|
+
[`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
|
|
9
|
+
Bumped editor-prosemirror version to 7.0.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 2.5.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
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.0",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,39 +32,39 @@
|
|
|
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.10.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.2.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.2.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
64
|
"@atlaskit/icon": "^23.7.0",
|
|
65
65
|
"@atlaskit/icon-lab": "^2.4.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
69
|
"@atlaskit/tmp-editor-statsig": "^2.43.0",
|
|
70
70
|
"@atlaskit/tokens": "^3.3.0",
|