@atlaskit/editor-core 190.1.3 → 190.1.4
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
|
+
## 190.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#61367](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61367) [`5038bda16fdb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5038bda16fdb) - ED-20142: Cleaned references for feature flag: platform.editor.content-insertion.block-node-prefer-insert-after-selection
|
|
8
|
+
|
|
3
9
|
## 190.1.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "190.1.
|
|
2
|
+
export const version = "190.1.4";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "190.1.
|
|
2
|
+
export var version = "190.1.4";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "190.1.
|
|
3
|
+
"version": "190.1.4",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -300,10 +300,6 @@
|
|
|
300
300
|
"type": "boolean",
|
|
301
301
|
"referenceOnly": "true"
|
|
302
302
|
},
|
|
303
|
-
"platform.editor.content-insertion.block-node-prefer-insert-after-selection": {
|
|
304
|
-
"type": "boolean",
|
|
305
|
-
"referenceOnly": "true"
|
|
306
|
-
},
|
|
307
303
|
"platform.linking-platform.datasource.show-jlol-basic-filters": {
|
|
308
304
|
"type": "boolean",
|
|
309
305
|
"referenceOnly": "true"
|