@atlaskit/editor-plugin-code-block-advanced 6.2.11 → 6.2.13
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 +14 -0
- package/afm-cc/tsconfig.json +0 -6
- package/afm-jira/tsconfig.json +4 -7
- package/afm-products/tsconfig.json +4 -7
- package/package.json +4 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-code-block-advanced
|
|
2
2
|
|
|
3
|
+
## 6.2.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 6.2.12
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`43d1dfc88c1de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/43d1dfc88c1de) -
|
|
14
|
+
Clean up platform_editor_block_menu_format_rank_revised
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 6.2.11
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -37,12 +37,6 @@
|
|
|
37
37
|
{
|
|
38
38
|
"path": "../../editor-plugin-selection-marker/afm-cc/tsconfig.json"
|
|
39
39
|
},
|
|
40
|
-
{
|
|
41
|
-
"path": "../../editor-toolbar/afm-cc/tsconfig.json"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"path": "../../../design-system/icon/afm-cc/tsconfig.json"
|
|
45
|
-
},
|
|
46
40
|
{
|
|
47
41
|
"path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
|
|
48
42
|
},
|
package/afm-jira/tsconfig.json
CHANGED
|
@@ -6,7 +6,10 @@
|
|
|
6
6
|
"rootDir": "../",
|
|
7
7
|
"composite": true
|
|
8
8
|
},
|
|
9
|
-
"include": [
|
|
9
|
+
"include": [
|
|
10
|
+
"../src/**/*.ts",
|
|
11
|
+
"../src/**/*.tsx"
|
|
12
|
+
],
|
|
10
13
|
"exclude": [
|
|
11
14
|
"../src/**/__tests__/*",
|
|
12
15
|
"../src/**/*.test.*",
|
|
@@ -34,12 +37,6 @@
|
|
|
34
37
|
{
|
|
35
38
|
"path": "../../editor-plugin-selection-marker/afm-jira/tsconfig.json"
|
|
36
39
|
},
|
|
37
|
-
{
|
|
38
|
-
"path": "../../editor-toolbar/afm-jira/tsconfig.json"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"path": "../../../design-system/icon/afm-jira/tsconfig.json"
|
|
42
|
-
},
|
|
43
40
|
{
|
|
44
41
|
"path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
|
|
45
42
|
},
|
|
@@ -6,7 +6,10 @@
|
|
|
6
6
|
"rootDir": "../",
|
|
7
7
|
"composite": true
|
|
8
8
|
},
|
|
9
|
-
"include": [
|
|
9
|
+
"include": [
|
|
10
|
+
"../src/**/*.ts",
|
|
11
|
+
"../src/**/*.tsx"
|
|
12
|
+
],
|
|
10
13
|
"exclude": [
|
|
11
14
|
"../src/**/__tests__/*",
|
|
12
15
|
"../src/**/*.test.*",
|
|
@@ -34,12 +37,6 @@
|
|
|
34
37
|
{
|
|
35
38
|
"path": "../../editor-plugin-selection-marker/afm-products/tsconfig.json"
|
|
36
39
|
},
|
|
37
|
-
{
|
|
38
|
-
"path": "../../editor-toolbar/afm-products/tsconfig.json"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"path": "../../../design-system/icon/afm-products/tsconfig.json"
|
|
42
|
-
},
|
|
43
40
|
{
|
|
44
41
|
"path": "../../../platform/feature-flags/afm-products/tsconfig.json"
|
|
45
42
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-code-block-advanced",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.13",
|
|
4
4
|
"description": "CodeBlockAdvanced plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,12 +35,10 @@
|
|
|
35
35
|
"@atlaskit/editor-plugin-selection": "^6.1.0",
|
|
36
36
|
"@atlaskit/editor-plugin-selection-marker": "^6.2.0",
|
|
37
37
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
38
|
-
"@atlaskit/editor-toolbar": "^0.17.0",
|
|
39
|
-
"@atlaskit/icon": "^29.0.0",
|
|
40
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
39
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
42
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
43
|
-
"@atlaskit/tokens": "^8.
|
|
40
|
+
"@atlaskit/tmp-editor-statsig": "^14.0.0",
|
|
41
|
+
"@atlaskit/tokens": "^8.4.0",
|
|
44
42
|
"@babel/runtime": "^7.0.0",
|
|
45
43
|
"@codemirror/autocomplete": "6.18.4",
|
|
46
44
|
"@codemirror/commands": "6.7.1",
|
|
@@ -56,7 +54,7 @@
|
|
|
56
54
|
"codemirror-lang-elixir": "4.0.0"
|
|
57
55
|
},
|
|
58
56
|
"peerDependencies": {
|
|
59
|
-
"@atlaskit/editor-common": "^110.
|
|
57
|
+
"@atlaskit/editor-common": "^110.36.0",
|
|
60
58
|
"react": "^18.2.0",
|
|
61
59
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
62
60
|
},
|
|
@@ -103,9 +101,6 @@
|
|
|
103
101
|
"platform_editor_adf_with_localid": {
|
|
104
102
|
"type": "boolean"
|
|
105
103
|
},
|
|
106
|
-
"platform_editor_block_menu_format_rank_revised": {
|
|
107
|
-
"type": "boolean"
|
|
108
|
-
},
|
|
109
104
|
"platform_editor_content_mode_button_mvp": {
|
|
110
105
|
"type": "boolean"
|
|
111
106
|
}
|