@atlaskit/editor-plugin-insert-block 15.0.4 → 16.0.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/compass.yml +3 -3
- package/package.json +30 -30
package/CHANGELOG.md
CHANGED
package/compass.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
configVersion: 1
|
|
2
2
|
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/603d6b48-407c-4c7b-80f9-c655120790ea
|
|
3
3
|
name: '@atlaskit/editor-plugin-insert-block'
|
|
4
|
-
ownerId: ari:cloud:identity::team/
|
|
4
|
+
ownerId: ari:cloud:identity::team/cf6a670b-5252-4c68-a769-9207de366beb # Editor Developers
|
|
5
5
|
labels:
|
|
6
6
|
- platform-code
|
|
7
7
|
- platform-afm
|
|
@@ -16,14 +16,14 @@ links:
|
|
|
16
16
|
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
17
|
- name: Slack Channel
|
|
18
18
|
type: CHAT_CHANNEL
|
|
19
|
-
url: https://atlassian.enterprise.slack.com/archives/
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/CFG3PSQ9E # #help-editor
|
|
20
20
|
- name: Editor Plugin Insert Block
|
|
21
21
|
type: REPOSITORY
|
|
22
22
|
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/editor-plugin-insert-block
|
|
23
23
|
customFields:
|
|
24
24
|
- name: Department
|
|
25
25
|
type: text
|
|
26
|
-
value:
|
|
26
|
+
value: Editor Developers
|
|
27
27
|
- name: Trusted Reviewer Teams
|
|
28
28
|
type: text
|
|
29
29
|
value: ari:cloud:identity::team/cf6a670b-5252-4c68-a769-9207de366beb
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-insert-block",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.0",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,32 +22,32 @@
|
|
|
22
22
|
"atlaskit:src": "src/index.ts",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@atlaskit/browser-apis": "^1.2.0",
|
|
25
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
26
|
-
"@atlaskit/editor-plugin-block-type": "^
|
|
27
|
-
"@atlaskit/editor-plugin-code-block": "^
|
|
28
|
-
"@atlaskit/editor-plugin-connectivity": "^
|
|
29
|
-
"@atlaskit/editor-plugin-date": "^
|
|
30
|
-
"@atlaskit/editor-plugin-emoji": "^
|
|
31
|
-
"@atlaskit/editor-plugin-expand": "^
|
|
32
|
-
"@atlaskit/editor-plugin-extension": "^
|
|
33
|
-
"@atlaskit/editor-plugin-feature-flags": "^
|
|
34
|
-
"@atlaskit/editor-plugin-hyperlink": "^
|
|
35
|
-
"@atlaskit/editor-plugin-image-upload": "^
|
|
36
|
-
"@atlaskit/editor-plugin-layout": "^
|
|
37
|
-
"@atlaskit/editor-plugin-media": "^
|
|
38
|
-
"@atlaskit/editor-plugin-media-insert": "^
|
|
39
|
-
"@atlaskit/editor-plugin-mentions": "^
|
|
40
|
-
"@atlaskit/editor-plugin-metrics": "^
|
|
41
|
-
"@atlaskit/editor-plugin-panel": "^
|
|
42
|
-
"@atlaskit/editor-plugin-placeholder-text": "^
|
|
43
|
-
"@atlaskit/editor-plugin-primary-toolbar": "^
|
|
44
|
-
"@atlaskit/editor-plugin-quick-insert": "^
|
|
45
|
-
"@atlaskit/editor-plugin-rule": "^
|
|
46
|
-
"@atlaskit/editor-plugin-status": "^
|
|
47
|
-
"@atlaskit/editor-plugin-table": "^
|
|
48
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^
|
|
49
|
-
"@atlaskit/editor-plugin-toolbar": "^
|
|
50
|
-
"@atlaskit/editor-plugin-type-ahead": "^
|
|
25
|
+
"@atlaskit/editor-plugin-analytics": "^15.0.0",
|
|
26
|
+
"@atlaskit/editor-plugin-block-type": "^19.0.0",
|
|
27
|
+
"@atlaskit/editor-plugin-code-block": "^17.0.0",
|
|
28
|
+
"@atlaskit/editor-plugin-connectivity": "^15.0.0",
|
|
29
|
+
"@atlaskit/editor-plugin-date": "^17.0.0",
|
|
30
|
+
"@atlaskit/editor-plugin-emoji": "^16.0.0",
|
|
31
|
+
"@atlaskit/editor-plugin-expand": "^16.0.0",
|
|
32
|
+
"@atlaskit/editor-plugin-extension": "^18.0.0",
|
|
33
|
+
"@atlaskit/editor-plugin-feature-flags": "^14.0.0",
|
|
34
|
+
"@atlaskit/editor-plugin-hyperlink": "^17.0.0",
|
|
35
|
+
"@atlaskit/editor-plugin-image-upload": "^15.0.0",
|
|
36
|
+
"@atlaskit/editor-plugin-layout": "^16.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-media": "^17.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-media-insert": "^30.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-mentions": "^17.0.0",
|
|
40
|
+
"@atlaskit/editor-plugin-metrics": "^16.0.0",
|
|
41
|
+
"@atlaskit/editor-plugin-panel": "^17.0.0",
|
|
42
|
+
"@atlaskit/editor-plugin-placeholder-text": "^16.0.0",
|
|
43
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^16.0.0",
|
|
44
|
+
"@atlaskit/editor-plugin-quick-insert": "^15.0.0",
|
|
45
|
+
"@atlaskit/editor-plugin-rule": "^15.0.0",
|
|
46
|
+
"@atlaskit/editor-plugin-status": "^16.0.0",
|
|
47
|
+
"@atlaskit/editor-plugin-table": "^27.0.0",
|
|
48
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^18.0.0",
|
|
49
|
+
"@atlaskit/editor-plugin-toolbar": "^12.0.0",
|
|
50
|
+
"@atlaskit/editor-plugin-type-ahead": "^16.0.0",
|
|
51
51
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
52
52
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
53
53
|
"@atlaskit/editor-toolbar": "^2.4.0",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@atlaskit/icon": "^37.3.0",
|
|
57
57
|
"@atlaskit/icon-lab": "^7.5.0",
|
|
58
58
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
59
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
60
|
-
"@atlaskit/tokens": "^16.
|
|
59
|
+
"@atlaskit/tmp-editor-statsig": "^147.1.0",
|
|
60
|
+
"@atlaskit/tokens": "^16.7.0",
|
|
61
61
|
"@babel/runtime": "^7.0.0",
|
|
62
62
|
"@emotion/react": "^11.7.1",
|
|
63
63
|
"bind-event-listener": "^3.0.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"react-virtualized": "^9.22.6"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@atlaskit/editor-common": "^
|
|
69
|
+
"@atlaskit/editor-common": "^119.0.0",
|
|
70
70
|
"react": "^18.2.0 || ^19.2.0",
|
|
71
71
|
"react-dom": "^18.2.0 || ^19.2.0",
|
|
72
72
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|