@atlaskit/editor-core 193.15.0 → 193.15.5
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 +18 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-preset.d.ts +31 -31
- package/dist/types/presets/default.d.ts +22 -22
- package/dist/types/presets/universal.d.ts +31 -31
- package/dist/types/presets/useUniversalPreset.d.ts +31 -31
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +31 -31
- package/dist/types-ts4.5/presets/default.d.ts +22 -22
- package/dist/types-ts4.5/presets/universal.d.ts +31 -31
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +31 -31
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 193.15.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#98103](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98103)
|
|
8
|
+
[`14c055a65f67`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/14c055a65f67) -
|
|
9
|
+
removed invite from mention experiment check
|
|
10
|
+
|
|
11
|
+
## 193.15.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#94829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94829)
|
|
16
|
+
[`815fda434fe7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/815fda434fe7) -
|
|
17
|
+
[ED-22849] Align add column and row behaviour behind
|
|
18
|
+
platform_editor_table_duplicate_cell_colouring flag so that adding a column will copy cell
|
|
19
|
+
background from the left and adding a row will copy background colour from row above
|
|
20
|
+
|
|
3
21
|
## 193.15.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "193.15.
|
|
2
|
+
export const version = "193.15.5";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "193.15.
|
|
2
|
+
export var version = "193.15.5";
|