@atlaskit/editor-core 193.9.0 → 193.9.1
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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 193.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#87870](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87870) [`3af8be694dfa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3af8be694dfa) - [ED-22839] Add 'platform.editor.single-player-expand' to package.json as readOnly to be used in atlaskit examples.
|
|
8
|
+
- [#88524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88524) [`2b31e930a8fc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2b31e930a8fc) - Add catchupV2 feature flag for demo editor
|
|
9
|
+
|
|
3
10
|
## 193.9.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "193.9.
|
|
2
|
+
export const version = "193.9.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "193.9.
|
|
2
|
+
export var version = "193.9.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "193.9.
|
|
3
|
+
"version": "193.9.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -300,6 +300,10 @@
|
|
|
300
300
|
"platform.editor.media.extended-resize-experience": {
|
|
301
301
|
"type": "boolean",
|
|
302
302
|
"referenceOnly": "true"
|
|
303
|
+
},
|
|
304
|
+
"platform.editor.single-player-expand": {
|
|
305
|
+
"type": "boolean",
|
|
306
|
+
"referenceOnly": "true"
|
|
303
307
|
}
|
|
304
308
|
},
|
|
305
309
|
"stricter": {
|