@atlaskit/editor-core 208.0.0 → 208.1.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
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 208.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#173344](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173344)
|
|
8
|
+
[`a0e9c4a83afe5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0e9c4a83afe5) -
|
|
9
|
+
Add EditorNextProps export from composable-editor entry point
|
|
10
|
+
|
|
11
|
+
## 208.0.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 208.0.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "
|
|
2
|
+
export const version = "208.0.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "
|
|
2
|
+
export var version = "208.0.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "208.
|
|
3
|
+
"version": "208.1.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
47
|
"@atlaskit/button": "^23.2.0",
|
|
48
|
-
"@atlaskit/css": "^0.
|
|
48
|
+
"@atlaskit/css": "^0.11.0",
|
|
49
49
|
"@atlaskit/editor-common": "^107.0.0",
|
|
50
50
|
"@atlaskit/editor-json-transformer": "^8.24.0",
|
|
51
51
|
"@atlaskit/editor-performance-metrics": "^2.1.0",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
64
64
|
"@atlaskit/react-ufo": "^3.13.0",
|
|
65
65
|
"@atlaskit/task-decision": "^19.2.0",
|
|
66
|
-
"@atlaskit/tmp-editor-statsig": "^7.
|
|
67
|
-
"@atlaskit/tokens": "^5.
|
|
66
|
+
"@atlaskit/tmp-editor-statsig": "^7.2.0",
|
|
67
|
+
"@atlaskit/tokens": "^5.3.0",
|
|
68
68
|
"@atlaskit/tooltip": "^20.3.0",
|
|
69
69
|
"@atlaskit/width-detector": "^5.0.0",
|
|
70
70
|
"@babel/runtime": "^7.0.0",
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
103
103
|
"@atlaskit/media-test-helpers": "^37.0.0",
|
|
104
104
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
105
|
-
"@atlaskit/primitives": "^14.
|
|
105
|
+
"@atlaskit/primitives": "^14.9.0",
|
|
106
106
|
"@atlaskit/renderer": "^119.0.0",
|
|
107
107
|
"@atlaskit/section-message": "^8.2.0",
|
|
108
|
-
"@atlaskit/smart-card": "^38.
|
|
108
|
+
"@atlaskit/smart-card": "^38.11.0",
|
|
109
109
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
110
110
|
"@atlaskit/toggle": "^15.0.0",
|
|
111
111
|
"@atlaskit/util-data-test": "^18.0.0",
|
|
@@ -556,10 +556,6 @@
|
|
|
556
556
|
"type": "boolean",
|
|
557
557
|
"referenceOnly": true
|
|
558
558
|
},
|
|
559
|
-
"platform_editor_controls_patch_8": {
|
|
560
|
-
"type": "boolean",
|
|
561
|
-
"referenceOnly": true
|
|
562
|
-
},
|
|
563
559
|
"platform_editor_controls_patch_9": {
|
|
564
560
|
"type": "boolean",
|
|
565
561
|
"referenceOnly": true
|
|
@@ -584,10 +580,6 @@
|
|
|
584
580
|
"type": "boolean",
|
|
585
581
|
"referenceOnly": true
|
|
586
582
|
},
|
|
587
|
-
"platform_editor_controls_table_picker": {
|
|
588
|
-
"type": "boolean",
|
|
589
|
-
"referenceOnly": true
|
|
590
|
-
},
|
|
591
583
|
"platform_editor_tables_table_selector": {
|
|
592
584
|
"type": "boolean",
|
|
593
585
|
"referenceOnly": true
|