@atlaskit/editor-core 191.4.0 → 191.4.3
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,11 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 191.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#68380](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68380) [`180e570d3332`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/180e570d3332) - Consolidate media grouped layout ff to inline image base ff
|
|
8
|
+
|
|
3
9
|
## 191.4.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "191.4.
|
|
2
|
+
export const version = "191.4.3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "191.4.
|
|
2
|
+
export var version = "191.4.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "191.4.
|
|
3
|
+
"version": "191.4.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"@atlaskit/modal-dialog": "^12.10.0",
|
|
179
179
|
"@atlaskit/renderer": "^109.2.0",
|
|
180
180
|
"@atlaskit/select": "^17.0.3",
|
|
181
|
-
"@atlaskit/smart-card": "^26.
|
|
181
|
+
"@atlaskit/smart-card": "^26.45.0",
|
|
182
182
|
"@atlaskit/synchrony-test-helpers": "^2.3.0",
|
|
183
183
|
"@atlaskit/util-data-test": "^17.8.0",
|
|
184
184
|
"@atlaskit/visual-regression": "*",
|
|
@@ -254,10 +254,6 @@
|
|
|
254
254
|
"type": "boolean",
|
|
255
255
|
"referenceOnly": "true"
|
|
256
256
|
},
|
|
257
|
-
"platform.editor.media.grouped-layout": {
|
|
258
|
-
"type": "boolean",
|
|
259
|
-
"referenceOnly": "true"
|
|
260
|
-
},
|
|
261
257
|
"platform.design-system-team.border-checkbox_nyoiu": {
|
|
262
258
|
"type": "boolean",
|
|
263
259
|
"referenceOnly": "true"
|