@atlaskit/editor-core 192.3.13 → 192.3.17
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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 192.3.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#76770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76770) [`7eb1d4032d40`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7eb1d4032d40) - [ux] Select upladed image. In case there are mulitple image files being pasted or drag&dropped, select last image.
|
|
8
|
+
|
|
9
|
+
## 192.3.16
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#72037](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72037) [`e59f0b7a9115`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e59f0b7a9115) - [ux] add flexiable to make merged cells detection allow to detect edge merged cells
|
|
14
|
+
|
|
3
15
|
## 192.3.13
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "192.3.
|
|
2
|
+
export const version = "192.3.17";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "192.3.
|
|
2
|
+
export var version = "192.3.17";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "192.3.
|
|
3
|
+
"version": "192.3.17",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
116
116
|
"@atlassian/feature-flags-test-utils": "^0.2.0",
|
|
117
117
|
"@atlassian/link-picker-plugins": "^24.0.0",
|
|
118
|
-
"@atlassian/search-provider": "2.4.
|
|
118
|
+
"@atlassian/search-provider": "2.4.28",
|
|
119
119
|
"@atlassian/ufo": "^0.2.0",
|
|
120
120
|
"@emotion/jest": "^11.8.0",
|
|
121
121
|
"@storybook/addon-knobs": "^5.3.18",
|
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
"type": "boolean",
|
|
180
180
|
"referenceOnly": "true"
|
|
181
181
|
},
|
|
182
|
+
"platform.editor.media.autoselect-inserted-image_oumto": {
|
|
183
|
+
"type": "boolean",
|
|
184
|
+
"referenceOnly": "true"
|
|
185
|
+
},
|
|
182
186
|
"platform.design-system-team.border-checkbox_nyoiu": {
|
|
183
187
|
"type": "boolean",
|
|
184
188
|
"referenceOnly": "true"
|