@atlaskit/editor-core 215.18.1 → 215.18.2
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.18.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`86198f6d5ed77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/86198f6d5ed77) -
|
|
8
|
+
NOISSUE: upgrade libra examples to use React 18 apis
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 215.18.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "215.18.
|
|
2
|
+
export const version = "215.18.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "215.18.
|
|
2
|
+
export var version = "215.18.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "215.18.
|
|
3
|
+
"version": "215.18.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
56
56
|
"@atlaskit/editor-toolbar": "^0.18.0",
|
|
57
57
|
"@atlaskit/editor-toolbar-model": "^0.2.0",
|
|
58
|
-
"@atlaskit/emoji": "^69.
|
|
58
|
+
"@atlaskit/emoji": "^69.9.0",
|
|
59
59
|
"@atlaskit/icon": "^29.0.0",
|
|
60
60
|
"@atlaskit/link": "^3.2.0",
|
|
61
61
|
"@atlaskit/media-card": "^79.9.0",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
65
65
|
"@atlaskit/react-ufo": "^4.15.0",
|
|
66
66
|
"@atlaskit/task-decision": "^19.2.0",
|
|
67
|
-
"@atlaskit/tmp-editor-statsig": "^14.
|
|
67
|
+
"@atlaskit/tmp-editor-statsig": "^14.8.0",
|
|
68
68
|
"@atlaskit/tokens": "^8.4.0",
|
|
69
|
-
"@atlaskit/tooltip": "^20.
|
|
69
|
+
"@atlaskit/tooltip": "^20.11.0",
|
|
70
70
|
"@atlaskit/width-detector": "^5.0.0",
|
|
71
71
|
"@babel/runtime": "^7.0.0",
|
|
72
72
|
"@emotion/react": "^11.7.1",
|
|
@@ -170,6 +170,10 @@
|
|
|
170
170
|
"type": "boolean",
|
|
171
171
|
"referenceOnly": true
|
|
172
172
|
},
|
|
173
|
+
"platform_editor_table_numbered_table_border": {
|
|
174
|
+
"type": "boolean",
|
|
175
|
+
"referenceOnly": true
|
|
176
|
+
},
|
|
173
177
|
"platform_editor_prevent_toolbar_width_reflow": {
|
|
174
178
|
"type": "boolean"
|
|
175
179
|
},
|