@atlaskit/editor-core 192.3.16 → 192.3.18
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,18 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 192.3.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#77599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77599) [`a7b1a6b762eb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a7b1a6b762eb) - [ux] Table picker popup displays text using column x rows pattern and table picker button uses label column by row.
|
|
8
|
+
- [#75436](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75436) [`bfcf32bb4fa3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfcf32bb4fa3) - [ux] ED-21941 Disable resize/layout options for table, media and extension when added to MBE. Table rendering fixed for Confluence editor
|
|
9
|
+
|
|
10
|
+
## 192.3.17
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#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.
|
|
15
|
+
|
|
3
16
|
## 192.3.16
|
|
4
17
|
|
|
5
18
|
### 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.18";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "192.3.
|
|
2
|
+
export var version = "192.3.18";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "192.3.
|
|
3
|
+
"version": "192.3.18",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@atlaskit/analytics-listeners": "^8.9.1",
|
|
91
91
|
"@atlaskit/checkbox": "^13.0.0",
|
|
92
92
|
"@atlaskit/collab-provider": "9.25.0",
|
|
93
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
93
|
+
"@atlaskit/dropdown-menu": "^12.6.0",
|
|
94
94
|
"@atlaskit/editor-plugin-card": "^1.0.0",
|
|
95
95
|
"@atlaskit/editor-plugin-editor-viewmode": "^1.0.0",
|
|
96
96
|
"@atlaskit/editor-plugin-list": "^3.1.5",
|
|
@@ -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"
|