@atlaskit/editor-plugin-panel 16.0.6 → 17.0.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 +12 -0
- package/compass.yml +3 -3
- package/package.json +12 -17
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/c49584da-9dbf-4d86-9943-8959930a5d6e
|
|
3
3
|
name: '@atlaskit/editor-plugin-panel'
|
|
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 Panel
|
|
21
21
|
type: REPOSITORY
|
|
22
22
|
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/editor-plugin-panel
|
|
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-panel",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.1",
|
|
4
4
|
"description": "Panel plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -19,30 +19,30 @@
|
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"atlaskit:src": "src/index.ts",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@atlaskit/adf-schema": "^
|
|
22
|
+
"@atlaskit/adf-schema": "^57.0.0",
|
|
23
23
|
"@atlaskit/editor-palette": "^3.4.0",
|
|
24
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
25
|
-
"@atlaskit/editor-plugin-block-menu": "^
|
|
26
|
-
"@atlaskit/editor-plugin-decorations": "^
|
|
27
|
-
"@atlaskit/editor-plugin-emoji": "^
|
|
28
|
-
"@atlaskit/editor-plugin-selection": "^
|
|
29
|
-
"@atlaskit/editor-plugin-toolbar": "^
|
|
30
|
-
"@atlaskit/editor-plugin-ui-control-registry": "^
|
|
24
|
+
"@atlaskit/editor-plugin-analytics": "^15.0.0",
|
|
25
|
+
"@atlaskit/editor-plugin-block-menu": "^14.0.0",
|
|
26
|
+
"@atlaskit/editor-plugin-decorations": "^15.0.0",
|
|
27
|
+
"@atlaskit/editor-plugin-emoji": "^16.0.0",
|
|
28
|
+
"@atlaskit/editor-plugin-selection": "^15.0.0",
|
|
29
|
+
"@atlaskit/editor-plugin-toolbar": "^12.0.0",
|
|
30
|
+
"@atlaskit/editor-plugin-ui-control-registry": "^9.0.0",
|
|
31
31
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
32
32
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
33
33
|
"@atlaskit/editor-toolbar": "^2.4.0",
|
|
34
34
|
"@atlaskit/editor-ui-control-model": "^2.6.0",
|
|
35
|
-
"@atlaskit/emoji": "^71.
|
|
35
|
+
"@atlaskit/emoji": "^71.17.0",
|
|
36
36
|
"@atlaskit/icon": "^37.3.0",
|
|
37
37
|
"@atlaskit/platform-feature-experiments": "^0.3.0",
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
39
|
-
"@atlaskit/tmp-editor-statsig": "^147.
|
|
39
|
+
"@atlaskit/tmp-editor-statsig": "^147.1.0",
|
|
40
40
|
"@atlaskit/tokens": "^16.7.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"uuid": "^3.1.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@atlaskit/editor-common": "^
|
|
45
|
+
"@atlaskit/editor-common": "^119.4.0",
|
|
46
46
|
"react": "^18.2.0 || ^19.2.0",
|
|
47
47
|
"react-dom": "^18.2.0 || ^19.2.0",
|
|
48
48
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
@@ -94,11 +94,6 @@
|
|
|
94
94
|
"type": "boolean"
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
|
-
"stricter": {
|
|
98
|
-
"no-unused-dependencies": {
|
|
99
|
-
"checkDevDependencies": true
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
97
|
"devDependencies": {
|
|
103
98
|
"react": "^19.2.0",
|
|
104
99
|
"react-dom": "^19.2.0",
|