@atlaskit/editor-plugin-insert-block 13.0.33 → 13.1.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 +17 -0
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-insert-block
|
|
2
2
|
|
|
3
|
+
## 13.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 13.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) -
|
|
14
|
+
Enable compatibility with React 19.2.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 13.0.33
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-insert-block",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.1.1",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,41 +22,41 @@
|
|
|
22
22
|
"atlaskit:src": "src/index.ts",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@atlaskit/browser-apis": "^1.2.0",
|
|
25
|
-
"@atlaskit/editor-plugin-analytics": "^12.
|
|
26
|
-
"@atlaskit/editor-plugin-block-type": "^16.
|
|
27
|
-
"@atlaskit/editor-plugin-code-block": "^14.
|
|
28
|
-
"@atlaskit/editor-plugin-connectivity": "^12.
|
|
29
|
-
"@atlaskit/editor-plugin-date": "^14.
|
|
30
|
-
"@atlaskit/editor-plugin-emoji": "^13.
|
|
31
|
-
"@atlaskit/editor-plugin-expand": "^13.
|
|
32
|
-
"@atlaskit/editor-plugin-extension": "^15.
|
|
25
|
+
"@atlaskit/editor-plugin-analytics": "^12.1.0",
|
|
26
|
+
"@atlaskit/editor-plugin-block-type": "^16.2.0",
|
|
27
|
+
"@atlaskit/editor-plugin-code-block": "^14.3.0",
|
|
28
|
+
"@atlaskit/editor-plugin-connectivity": "^12.1.0",
|
|
29
|
+
"@atlaskit/editor-plugin-date": "^14.1.0",
|
|
30
|
+
"@atlaskit/editor-plugin-emoji": "^13.3.0",
|
|
31
|
+
"@atlaskit/editor-plugin-expand": "^13.2.0",
|
|
32
|
+
"@atlaskit/editor-plugin-extension": "^15.1.0",
|
|
33
33
|
"@atlaskit/editor-plugin-feature-flags": "^11.0.0",
|
|
34
|
-
"@atlaskit/editor-plugin-hyperlink": "^14.
|
|
35
|
-
"@atlaskit/editor-plugin-image-upload": "^12.
|
|
36
|
-
"@atlaskit/editor-plugin-layout": "^13.
|
|
37
|
-
"@atlaskit/editor-plugin-media": "^14.
|
|
38
|
-
"@atlaskit/editor-plugin-media-insert": "^27.
|
|
39
|
-
"@atlaskit/editor-plugin-mentions": "^14.
|
|
40
|
-
"@atlaskit/editor-plugin-metrics": "^13.
|
|
41
|
-
"@atlaskit/editor-plugin-panel": "^14.
|
|
42
|
-
"@atlaskit/editor-plugin-placeholder-text": "^13.
|
|
43
|
-
"@atlaskit/editor-plugin-primary-toolbar": "^13.
|
|
44
|
-
"@atlaskit/editor-plugin-quick-insert": "^12.
|
|
45
|
-
"@atlaskit/editor-plugin-rule": "^12.
|
|
46
|
-
"@atlaskit/editor-plugin-status": "^13.
|
|
47
|
-
"@atlaskit/editor-plugin-table": "^24.
|
|
48
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^15.
|
|
49
|
-
"@atlaskit/editor-plugin-toolbar": "^9.
|
|
50
|
-
"@atlaskit/editor-plugin-type-ahead": "^13.
|
|
34
|
+
"@atlaskit/editor-plugin-hyperlink": "^14.2.0",
|
|
35
|
+
"@atlaskit/editor-plugin-image-upload": "^12.1.0",
|
|
36
|
+
"@atlaskit/editor-plugin-layout": "^13.5.0",
|
|
37
|
+
"@atlaskit/editor-plugin-media": "^14.4.0",
|
|
38
|
+
"@atlaskit/editor-plugin-media-insert": "^27.1.0",
|
|
39
|
+
"@atlaskit/editor-plugin-mentions": "^14.11.0",
|
|
40
|
+
"@atlaskit/editor-plugin-metrics": "^13.1.0",
|
|
41
|
+
"@atlaskit/editor-plugin-panel": "^14.2.0",
|
|
42
|
+
"@atlaskit/editor-plugin-placeholder-text": "^13.1.0",
|
|
43
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^13.1.0",
|
|
44
|
+
"@atlaskit/editor-plugin-quick-insert": "^12.1.0",
|
|
45
|
+
"@atlaskit/editor-plugin-rule": "^12.1.0",
|
|
46
|
+
"@atlaskit/editor-plugin-status": "^13.2.0",
|
|
47
|
+
"@atlaskit/editor-plugin-table": "^24.5.0",
|
|
48
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^15.3.0",
|
|
49
|
+
"@atlaskit/editor-plugin-toolbar": "^9.1.0",
|
|
50
|
+
"@atlaskit/editor-plugin-type-ahead": "^13.2.0",
|
|
51
51
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
52
52
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
53
|
-
"@atlaskit/editor-toolbar": "^2.
|
|
54
|
-
"@atlaskit/editor-toolbar-model": "^1.
|
|
55
|
-
"@atlaskit/emoji": "^71.
|
|
53
|
+
"@atlaskit/editor-toolbar": "^2.4.0",
|
|
54
|
+
"@atlaskit/editor-toolbar-model": "^1.2.0",
|
|
55
|
+
"@atlaskit/emoji": "^71.15.0",
|
|
56
56
|
"@atlaskit/icon": "^37.2.0",
|
|
57
57
|
"@atlaskit/icon-lab": "^7.4.0",
|
|
58
58
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
59
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
59
|
+
"@atlaskit/tmp-editor-statsig": "^136.0.0",
|
|
60
60
|
"@atlaskit/tokens": "^16.3.0",
|
|
61
61
|
"@babel/runtime": "^7.0.0",
|
|
62
62
|
"@emotion/react": "^11.7.1",
|
|
@@ -66,16 +66,16 @@
|
|
|
66
66
|
"react-virtualized": "^9.22.6"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@atlaskit/editor-common": "^116.
|
|
70
|
-
"react": "^18.2.0",
|
|
71
|
-
"react-dom": "^18.2.0",
|
|
69
|
+
"@atlaskit/editor-common": "^116.48.0",
|
|
70
|
+
"react": "^18.2.0 || ^19.2.0",
|
|
71
|
+
"react-dom": "^18.2.0 || ^19.2.0",
|
|
72
72
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@testing-library/react": "^16.3.0",
|
|
76
76
|
"@types/react-virtualized": "^9.18.12",
|
|
77
|
-
"react": "^
|
|
78
|
-
"react-dom": "^
|
|
77
|
+
"react": "^19.2.0",
|
|
78
|
+
"react-dom": "^19.2.0",
|
|
79
79
|
"react-intl": "^7.0.0"
|
|
80
80
|
},
|
|
81
81
|
"techstack": {
|