@atlaskit/editor-slack-transformer 3.4.1 → 3.5.0

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,14 @@
1
1
  # @atlaskit/editor-slack-transformer
2
2
 
3
+ ## 3.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#98129](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98129)
8
+ [`78612a7edba4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/78612a7edba4) -
9
+ [ux] [ED-23101] Updated Editor JSON, Slack, Confluence and Email transformers to support the new
10
+ `backgroundColor` mark
11
+
3
12
  ## 3.4.1
4
13
 
5
14
  ### Patch Changes
@@ -302,6 +302,10 @@ var unsupportedMarks = {
302
302
  open: '',
303
303
  close: ''
304
304
  },
305
+ backgroundColor: {
306
+ open: '',
307
+ close: ''
308
+ },
305
309
  typeAheadQuery: {
306
310
  open: '',
307
311
  close: ''
@@ -257,6 +257,10 @@ const unsupportedMarks = {
257
257
  open: '',
258
258
  close: ''
259
259
  },
260
+ backgroundColor: {
261
+ open: '',
262
+ close: ''
263
+ },
260
264
  typeAheadQuery: {
261
265
  open: '',
262
266
  close: ''
@@ -296,6 +296,10 @@ var unsupportedMarks = {
296
296
  open: '',
297
297
  close: ''
298
298
  },
299
+ backgroundColor: {
300
+ open: '',
301
+ close: ''
302
+ },
299
303
  typeAheadQuery: {
300
304
  open: '',
301
305
  close: ''
@@ -71,6 +71,10 @@ export declare const marks: {
71
71
  open: string;
72
72
  close: string;
73
73
  };
74
+ backgroundColor: {
75
+ open: string;
76
+ close: string;
77
+ };
74
78
  typeAheadQuery: {
75
79
  open: string;
76
80
  close: string;
@@ -71,6 +71,10 @@ export declare const marks: {
71
71
  open: string;
72
72
  close: string;
73
73
  };
74
+ backgroundColor: {
75
+ open: string;
76
+ close: string;
77
+ };
74
78
  typeAheadQuery: {
75
79
  open: string;
76
80
  close: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-slack-transformer",
3
- "version": "3.4.1",
3
+ "version": "3.5.0",
4
4
  "description": "Editor Slack transformer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"