@atlaskit/editor-plugin-insert-block 2.4.35 → 2.5.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 +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-insert-block
|
|
2
2
|
|
|
3
|
+
## 2.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
|
|
8
|
+
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
|
|
9
|
+
Update `React` from v16 to v18
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 2.4.35
|
|
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.5.0",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,44 +31,44 @@
|
|
|
31
31
|
".": "./src/index.ts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/button": "^20.
|
|
35
|
-
"@atlaskit/editor-common": "^99.
|
|
34
|
+
"@atlaskit/button": "^20.4.0",
|
|
35
|
+
"@atlaskit/editor-common": "^99.6.0",
|
|
36
36
|
"@atlaskit/editor-plugin-analytics": "^1.11.0",
|
|
37
|
-
"@atlaskit/editor-plugin-block-type": "^4.
|
|
37
|
+
"@atlaskit/editor-plugin-block-type": "^4.2.0",
|
|
38
38
|
"@atlaskit/editor-plugin-code-block": "^3.6.0",
|
|
39
39
|
"@atlaskit/editor-plugin-connectivity": "^1.1.0",
|
|
40
|
-
"@atlaskit/editor-plugin-date": "^2.
|
|
41
|
-
"@atlaskit/editor-plugin-emoji": "^2.
|
|
42
|
-
"@atlaskit/editor-plugin-expand": "^2.
|
|
40
|
+
"@atlaskit/editor-plugin-date": "^2.5.0",
|
|
41
|
+
"@atlaskit/editor-plugin-emoji": "^2.8.0",
|
|
42
|
+
"@atlaskit/editor-plugin-expand": "^2.11.0",
|
|
43
43
|
"@atlaskit/editor-plugin-extension": "^3.1.0",
|
|
44
44
|
"@atlaskit/editor-plugin-feature-flags": "^1.2.0",
|
|
45
|
-
"@atlaskit/editor-plugin-hyperlink": "^3.
|
|
46
|
-
"@atlaskit/editor-plugin-image-upload": "^1.
|
|
45
|
+
"@atlaskit/editor-plugin-hyperlink": "^3.3.0",
|
|
46
|
+
"@atlaskit/editor-plugin-image-upload": "^1.3.0",
|
|
47
47
|
"@atlaskit/editor-plugin-layout": "^1.13.0",
|
|
48
48
|
"@atlaskit/editor-plugin-media": "^1.44.0",
|
|
49
49
|
"@atlaskit/editor-plugin-media-insert": "^5.0.0",
|
|
50
|
-
"@atlaskit/editor-plugin-mentions": "^2.
|
|
50
|
+
"@atlaskit/editor-plugin-mentions": "^2.14.0",
|
|
51
51
|
"@atlaskit/editor-plugin-panel": "^3.2.0",
|
|
52
|
-
"@atlaskit/editor-plugin-placeholder-text": "^1.
|
|
52
|
+
"@atlaskit/editor-plugin-placeholder-text": "^1.10.0",
|
|
53
53
|
"@atlaskit/editor-plugin-primary-toolbar": "^2.1.0",
|
|
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.
|
|
54
|
+
"@atlaskit/editor-plugin-quick-insert": "^1.9.0",
|
|
55
|
+
"@atlaskit/editor-plugin-rule": "^1.10.0",
|
|
56
|
+
"@atlaskit/editor-plugin-status": "^2.7.0",
|
|
57
|
+
"@atlaskit/editor-plugin-table": "^9.3.0",
|
|
58
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^2.13.0",
|
|
59
|
+
"@atlaskit/editor-plugin-type-ahead": "^1.12.0",
|
|
60
60
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
61
61
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
62
|
-
"@atlaskit/emoji": "^67.
|
|
63
|
-
"@atlaskit/heading": "4.0
|
|
64
|
-
"@atlaskit/icon": "^23.
|
|
65
|
-
"@atlaskit/icon-lab": "^2.
|
|
62
|
+
"@atlaskit/emoji": "^67.13.0",
|
|
63
|
+
"@atlaskit/heading": "4.1.0",
|
|
64
|
+
"@atlaskit/icon": "^23.5.0",
|
|
65
|
+
"@atlaskit/icon-lab": "^2.3.0",
|
|
66
66
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
67
|
-
"@atlaskit/primitives": "^13.
|
|
68
|
-
"@atlaskit/theme": "^14.
|
|
67
|
+
"@atlaskit/primitives": "^13.4.0",
|
|
68
|
+
"@atlaskit/theme": "^14.1.0",
|
|
69
69
|
"@atlaskit/tmp-editor-statsig": "^2.41.0",
|
|
70
|
-
"@atlaskit/tokens": "^3.
|
|
71
|
-
"@atlaskit/tooltip": "19.0
|
|
70
|
+
"@atlaskit/tokens": "^3.3.0",
|
|
71
|
+
"@atlaskit/tooltip": "19.1.0",
|
|
72
72
|
"@babel/runtime": "^7.0.0",
|
|
73
73
|
"@emotion/react": "^11.7.1",
|
|
74
74
|
"bind-event-listener": "^3.0.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@af/visual-regression": "*",
|
|
87
87
|
"@atlaskit/ssr": "*",
|
|
88
88
|
"@atlaskit/visual-regression": "*",
|
|
89
|
-
"@testing-library/react": "^
|
|
89
|
+
"@testing-library/react": "^13.4.0",
|
|
90
90
|
"@types/react-virtualized": "^9.18.12",
|
|
91
91
|
"typescript": "~5.4.2"
|
|
92
92
|
},
|