@atlaskit/editor-core 195.1.9 → 195.1.11
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
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 195.1.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 195.1.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#127369](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127369)
|
|
14
|
+
[`95ff22b16d347`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/95ff22b16d347) -
|
|
15
|
+
[ux] ED-24374 Add support for dynamic line number positions on code block nodeview
|
|
16
|
+
|
|
3
17
|
## 195.1.9
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "195.1.
|
|
2
|
+
export const version = "195.1.11";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "195.1.
|
|
2
|
+
export var version = "195.1.11";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "195.1.
|
|
3
|
+
"version": "195.1.11",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@atlaskit/activity-provider": "^2.4.0",
|
|
43
43
|
"@atlaskit/adf-schema": "^40.3.0",
|
|
44
44
|
"@atlaskit/analytics-namespaced-context": "^6.10.0",
|
|
45
|
-
"@atlaskit/analytics-next": "^
|
|
45
|
+
"@atlaskit/analytics-next": "^10.0.0",
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
47
|
"@atlaskit/button": "^19.1.0",
|
|
48
48
|
"@atlaskit/editor-common": "^87.4.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@af/editor-examples-helpers": "0.1.
|
|
83
|
+
"@af/editor-examples-helpers": "0.1.2",
|
|
84
84
|
"@af/editor-libra": "*",
|
|
85
85
|
"@af/visual-regression": "*",
|
|
86
86
|
"@atlaskit/adf-utils": "^19.6.0",
|
|
@@ -327,6 +327,10 @@
|
|
|
327
327
|
"type": "boolean",
|
|
328
328
|
"referenceOnly": true
|
|
329
329
|
},
|
|
330
|
+
"editor_support_code_block_wrapping": {
|
|
331
|
+
"type": "boolean",
|
|
332
|
+
"referenceOnly": true
|
|
333
|
+
},
|
|
330
334
|
"platform_editor_drag_and_drop_expand_style_fix": {
|
|
331
335
|
"type": "boolean"
|
|
332
336
|
}
|