@atlaskit/editor-json-transformer 8.11.5 → 8.12.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-json-transformer
2
2
 
3
+ ## 8.12.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
  ## 8.11.5
4
13
 
5
14
  ### Patch Changes
@@ -24,6 +24,7 @@ var markOverrideRuleFor = exports.markOverrideRuleFor = function markOverrideRul
24
24
  case 'underline':
25
25
  case 'code':
26
26
  case 'textColor':
27
+ case 'backgroundColor':
27
28
  case 'confluenceInlineComment':
28
29
  case 'breakout':
29
30
  case 'alignment':
@@ -18,6 +18,7 @@ export const markOverrideRuleFor = type => {
18
18
  case 'underline':
19
19
  case 'code':
20
20
  case 'textColor':
21
+ case 'backgroundColor':
21
22
  case 'confluenceInlineComment':
22
23
  case 'breakout':
23
24
  case 'alignment':
@@ -18,6 +18,7 @@ export var markOverrideRuleFor = function markOverrideRuleFor(type) {
18
18
  case 'underline':
19
19
  case 'code':
20
20
  case 'textColor':
21
+ case 'backgroundColor':
21
22
  case 'confluenceInlineComment':
22
23
  case 'breakout':
23
24
  case 'alignment':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-json-transformer",
3
- "version": "8.11.5",
3
+ "version": "8.12.0",
4
4
  "description": "JSON transformer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -48,6 +48,7 @@
48
48
  "lodash": "^4.17.21"
49
49
  },
50
50
  "devDependencies": {
51
+ "@atlaskit/editor-plugin-highlight": "1.0.4",
51
52
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
52
53
  "react": "^16.8.0",
53
54
  "typescript": "~5.4.2"