@atlaskit/adf-schema 51.5.0 → 51.5.2

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.
Files changed (583) hide show
  1. package/CHANGELOG.md +763 -424
  2. package/README.md +5 -0
  3. package/codemods/23.0.0-move-bitbucket-schema-to-own-entry-points.ts +1 -3
  4. package/codemods/23.0.0-move-confluence-schema-to-own-entry-points.ts +1 -3
  5. package/codemods/migrates/update-bitbucket-schema-entry-points.ts +5 -5
  6. package/codemods/migrates/update-confluence-schema-entry-points.ts +10 -10
  7. package/codemods/migrates/update-default-schema-entry-points.ts +15 -15
  8. package/codemods/migrates/update-jira-schema-entry-points.ts +60 -60
  9. package/dist/cjs/next-schema/groups/nonNestableBlockContentGroup.js +1 -1
  10. package/dist/cjs/next-schema/marks/link.js +1 -1
  11. package/dist/cjs/next-schema/nodes/bodiedSyncBlock.js +1 -1
  12. package/dist/cjs/schema/bitbucket-schema.js +1 -0
  13. package/dist/cjs/schema/confluence-schema.js +2 -0
  14. package/dist/cjs/schema/create-schema.js +0 -2
  15. package/dist/cjs/schema/createPMSpecFactory.js +2 -0
  16. package/dist/cjs/schema/inline-nodes.js +3 -0
  17. package/dist/cjs/schema/jira-schema.js +2 -0
  18. package/dist/cjs/schema/marks/annotation.js +6 -5
  19. package/dist/cjs/schema/marks/background-color.js +2 -0
  20. package/dist/cjs/schema/marks/border.js +1 -0
  21. package/dist/cjs/schema/marks/breakout.js +2 -0
  22. package/dist/cjs/schema/marks/indentation.js +1 -0
  23. package/dist/cjs/schema/marks/link.js +4 -0
  24. package/dist/cjs/schema/marks/strong.js +5 -1
  25. package/dist/cjs/schema/marks/text-color.js +2 -0
  26. package/dist/cjs/schema/nodes/block-card.js +4 -1
  27. package/dist/cjs/schema/nodes/bodied-extension.js +1 -0
  28. package/dist/cjs/schema/nodes/bodied-sync-block.js +1 -0
  29. package/dist/cjs/schema/nodes/caption.js +4 -2
  30. package/dist/cjs/schema/nodes/code-block.js +33 -8
  31. package/dist/cjs/schema/nodes/confluence-jira-issue.js +1 -0
  32. package/dist/cjs/schema/nodes/confluence-unsupported-block.js +1 -0
  33. package/dist/cjs/schema/nodes/confluence-unsupported-inline.js +1 -0
  34. package/dist/cjs/schema/nodes/date.js +2 -0
  35. package/dist/cjs/schema/nodes/decision-item.js +1 -0
  36. package/dist/cjs/schema/nodes/embed-card.js +18 -4
  37. package/dist/cjs/schema/nodes/emoji.js +20 -0
  38. package/dist/cjs/schema/nodes/expand.js +1 -0
  39. package/dist/cjs/schema/nodes/extension.js +1 -0
  40. package/dist/cjs/schema/nodes/heading.js +3 -2
  41. package/dist/cjs/schema/nodes/image.js +1 -0
  42. package/dist/cjs/schema/nodes/inline-extension.js +1 -0
  43. package/dist/cjs/schema/nodes/layout-column.js +6 -2
  44. package/dist/cjs/schema/nodes/media-group.js +1 -1
  45. package/dist/cjs/schema/nodes/media-single.js +1 -0
  46. package/dist/cjs/schema/nodes/media.js +25 -16
  47. package/dist/cjs/schema/nodes/mention.js +5 -0
  48. package/dist/cjs/schema/nodes/nested-expand.js +2 -1
  49. package/dist/cjs/schema/nodes/ordered-list.js +3 -0
  50. package/dist/cjs/schema/nodes/panel.js +6 -0
  51. package/dist/cjs/schema/nodes/paragraph.js +1 -0
  52. package/dist/cjs/schema/nodes/placeholder.js +6 -2
  53. package/dist/cjs/schema/nodes/status.js +3 -0
  54. package/dist/cjs/schema/nodes/sync-block.js +1 -0
  55. package/dist/cjs/schema/nodes/tableNodes.js +32 -15
  56. package/dist/cjs/schema/nodes/task-item.js +2 -0
  57. package/dist/cjs/schema/nodes/unsupported-block.js +1 -0
  58. package/dist/cjs/schema/nodes/unsupported-inline.js +1 -0
  59. package/dist/cjs/schema/sanitizeNodes.js +11 -6
  60. package/dist/cjs/steps/analytics.js +1 -1
  61. package/dist/cjs/steps/batch-attrs-step.js +1 -1
  62. package/dist/cjs/utils/colors.js +21 -8
  63. package/dist/cjs/utils/editor-palette.js +7 -0
  64. package/dist/cjs/utils/lch-color-inversion.js +11 -5
  65. package/dist/cjs/utils/url.js +9 -6
  66. package/dist/cjs/utils/uuid.js +7 -7
  67. package/dist/cjs/validator-schema/generated/validatorSpec.js +1 -1
  68. package/dist/es2019/index.js +4 -1
  69. package/dist/es2019/json-schema/index.js +1 -0
  70. package/dist/es2019/next-schema/groups/nonNestableBlockContentGroup.js +1 -1
  71. package/dist/es2019/next-schema/index.js +1 -0
  72. package/dist/es2019/next-schema/marks/alignmentAndIndentation.js +1 -2
  73. package/dist/es2019/next-schema/marks/color.js +1 -2
  74. package/dist/es2019/next-schema/marks/link.js +1 -1
  75. package/dist/es2019/next-schema/nodes/bodiedSyncBlock.js +1 -1
  76. package/dist/es2019/schema/bitbucket-schema.js +1 -0
  77. package/dist/es2019/schema/confluence-schema.js +2 -0
  78. package/dist/es2019/schema/create-schema.js +0 -2
  79. package/dist/es2019/schema/createPMSpecFactory.js +2 -0
  80. package/dist/es2019/schema/index.js +4 -1
  81. package/dist/es2019/schema/inline-nodes.js +3 -0
  82. package/dist/es2019/schema/jira-schema.js +1 -0
  83. package/dist/es2019/schema/marks/annotation.js +7 -5
  84. package/dist/es2019/schema/marks/background-color.js +3 -1
  85. package/dist/es2019/schema/marks/border.js +1 -0
  86. package/dist/es2019/schema/marks/breakout.js +2 -0
  87. package/dist/es2019/schema/marks/indentation.js +1 -0
  88. package/dist/es2019/schema/marks/index.js +1 -0
  89. package/dist/es2019/schema/marks/link.js +4 -0
  90. package/dist/es2019/schema/marks/strong.js +5 -1
  91. package/dist/es2019/schema/marks/text-color.js +3 -1
  92. package/dist/es2019/schema/nodes/block-card.js +4 -1
  93. package/dist/es2019/schema/nodes/blockquote.js +1 -2
  94. package/dist/es2019/schema/nodes/bodied-extension.js +1 -0
  95. package/dist/es2019/schema/nodes/bodied-sync-block.js +1 -0
  96. package/dist/es2019/schema/nodes/caption.js +4 -2
  97. package/dist/es2019/schema/nodes/code-block.js +34 -9
  98. package/dist/es2019/schema/nodes/confluence-jira-issue.js +1 -0
  99. package/dist/es2019/schema/nodes/confluence-unsupported-block.js +1 -0
  100. package/dist/es2019/schema/nodes/confluence-unsupported-inline.js +1 -0
  101. package/dist/es2019/schema/nodes/date.js +2 -0
  102. package/dist/es2019/schema/nodes/decision-item.js +1 -0
  103. package/dist/es2019/schema/nodes/embed-card.js +18 -4
  104. package/dist/es2019/schema/nodes/emoji.js +20 -0
  105. package/dist/es2019/schema/nodes/expand.js +1 -0
  106. package/dist/es2019/schema/nodes/extension.js +1 -0
  107. package/dist/es2019/schema/nodes/heading.js +6 -7
  108. package/dist/es2019/schema/nodes/image.js +1 -0
  109. package/dist/es2019/schema/nodes/index.js +1 -0
  110. package/dist/es2019/schema/nodes/inline-extension.js +1 -0
  111. package/dist/es2019/schema/nodes/layout-column.js +6 -2
  112. package/dist/es2019/schema/nodes/layout-section.js +1 -2
  113. package/dist/es2019/schema/nodes/media-group.js +1 -1
  114. package/dist/es2019/schema/nodes/media-single.js +1 -0
  115. package/dist/es2019/schema/nodes/media.js +22 -15
  116. package/dist/es2019/schema/nodes/mention.js +5 -0
  117. package/dist/es2019/schema/nodes/multi-bodied-extension.js +1 -2
  118. package/dist/es2019/schema/nodes/nested-expand.js +2 -1
  119. package/dist/es2019/schema/nodes/ordered-list.js +3 -0
  120. package/dist/es2019/schema/nodes/panel.js +6 -0
  121. package/dist/es2019/schema/nodes/paragraph.js +1 -0
  122. package/dist/es2019/schema/nodes/placeholder.js +6 -2
  123. package/dist/es2019/schema/nodes/status.js +4 -1
  124. package/dist/es2019/schema/nodes/sync-block.js +1 -0
  125. package/dist/es2019/schema/nodes/tableNodes.js +22 -8
  126. package/dist/es2019/schema/nodes/task-item.js +2 -0
  127. package/dist/es2019/schema/nodes/unsupported-block.js +1 -0
  128. package/dist/es2019/schema/nodes/unsupported-inline.js +1 -0
  129. package/dist/es2019/schema/sanitizeNodes.js +11 -6
  130. package/dist/es2019/steps/analytics.js +1 -1
  131. package/dist/es2019/steps/batch-attrs-step.js +1 -1
  132. package/dist/es2019/steps/set-attrs.js +5 -5
  133. package/dist/es2019/steps.js +1 -0
  134. package/dist/es2019/utils/colors.js +23 -9
  135. package/dist/es2019/utils/editor-palette.js +6 -0
  136. package/dist/es2019/utils/index.js +1 -0
  137. package/dist/es2019/utils/lch-color-inversion.js +8 -3
  138. package/dist/es2019/utils/url.js +9 -6
  139. package/dist/es2019/utils/uuid.js +3 -4
  140. package/dist/es2019/validator-schema/generated/validatorSpec.js +1 -1
  141. package/dist/esm/index.js +4 -1
  142. package/dist/esm/json-schema/index.js +1 -0
  143. package/dist/esm/next-schema/groups/nonNestableBlockContentGroup.js +1 -1
  144. package/dist/esm/next-schema/index.js +1 -0
  145. package/dist/esm/next-schema/marks/alignmentAndIndentation.js +1 -2
  146. package/dist/esm/next-schema/marks/color.js +1 -2
  147. package/dist/esm/next-schema/marks/link.js +1 -1
  148. package/dist/esm/next-schema/nodes/bodiedSyncBlock.js +1 -1
  149. package/dist/esm/schema/bitbucket-schema.js +1 -0
  150. package/dist/esm/schema/confluence-schema.js +2 -0
  151. package/dist/esm/schema/create-schema.js +0 -2
  152. package/dist/esm/schema/createPMSpecFactory.js +2 -0
  153. package/dist/esm/schema/index.js +4 -1
  154. package/dist/esm/schema/inline-nodes.js +3 -0
  155. package/dist/esm/schema/jira-schema.js +1 -0
  156. package/dist/esm/schema/marks/annotation.js +6 -5
  157. package/dist/esm/schema/marks/background-color.js +2 -0
  158. package/dist/esm/schema/marks/border.js +1 -0
  159. package/dist/esm/schema/marks/breakout.js +2 -0
  160. package/dist/esm/schema/marks/indentation.js +1 -0
  161. package/dist/esm/schema/marks/index.js +1 -0
  162. package/dist/esm/schema/marks/link.js +4 -0
  163. package/dist/esm/schema/marks/strong.js +5 -1
  164. package/dist/esm/schema/marks/text-color.js +2 -0
  165. package/dist/esm/schema/nodes/block-card.js +4 -1
  166. package/dist/esm/schema/nodes/blockquote.js +1 -2
  167. package/dist/esm/schema/nodes/bodied-extension.js +1 -0
  168. package/dist/esm/schema/nodes/bodied-sync-block.js +1 -0
  169. package/dist/esm/schema/nodes/caption.js +4 -2
  170. package/dist/esm/schema/nodes/code-block.js +33 -8
  171. package/dist/esm/schema/nodes/confluence-jira-issue.js +1 -0
  172. package/dist/esm/schema/nodes/confluence-unsupported-block.js +1 -0
  173. package/dist/esm/schema/nodes/confluence-unsupported-inline.js +1 -0
  174. package/dist/esm/schema/nodes/date.js +2 -0
  175. package/dist/esm/schema/nodes/decision-item.js +1 -0
  176. package/dist/esm/schema/nodes/embed-card.js +18 -4
  177. package/dist/esm/schema/nodes/emoji.js +20 -0
  178. package/dist/esm/schema/nodes/expand.js +1 -0
  179. package/dist/esm/schema/nodes/extension.js +1 -0
  180. package/dist/esm/schema/nodes/heading.js +3 -2
  181. package/dist/esm/schema/nodes/image.js +1 -0
  182. package/dist/esm/schema/nodes/index.js +1 -0
  183. package/dist/esm/schema/nodes/inline-extension.js +1 -0
  184. package/dist/esm/schema/nodes/layout-column.js +6 -2
  185. package/dist/esm/schema/nodes/layout-section.js +1 -2
  186. package/dist/esm/schema/nodes/media-group.js +1 -1
  187. package/dist/esm/schema/nodes/media-single.js +1 -0
  188. package/dist/esm/schema/nodes/media.js +26 -18
  189. package/dist/esm/schema/nodes/mention.js +5 -0
  190. package/dist/esm/schema/nodes/multi-bodied-extension.js +1 -2
  191. package/dist/esm/schema/nodes/nested-expand.js +2 -1
  192. package/dist/esm/schema/nodes/ordered-list.js +3 -0
  193. package/dist/esm/schema/nodes/panel.js +6 -0
  194. package/dist/esm/schema/nodes/paragraph.js +1 -0
  195. package/dist/esm/schema/nodes/placeholder.js +6 -2
  196. package/dist/esm/schema/nodes/status.js +3 -0
  197. package/dist/esm/schema/nodes/sync-block.js +1 -0
  198. package/dist/esm/schema/nodes/tableNodes.js +32 -15
  199. package/dist/esm/schema/nodes/task-item.js +2 -0
  200. package/dist/esm/schema/nodes/unsupported-block.js +1 -0
  201. package/dist/esm/schema/nodes/unsupported-inline.js +1 -0
  202. package/dist/esm/schema/sanitizeNodes.js +11 -6
  203. package/dist/esm/steps/analytics.js +1 -1
  204. package/dist/esm/steps/batch-attrs-step.js +1 -1
  205. package/dist/esm/steps.js +1 -0
  206. package/dist/esm/utils/colors.js +20 -8
  207. package/dist/esm/utils/editor-palette.js +6 -0
  208. package/dist/esm/utils/index.js +1 -0
  209. package/dist/esm/utils/lch-color-inversion.js +11 -5
  210. package/dist/esm/utils/url.js +9 -6
  211. package/dist/esm/utils/uuid.js +7 -7
  212. package/dist/esm/validator-schema/generated/validatorSpec.js +1 -1
  213. package/dist/types/next-schema/full-schema.adf.d.ts +1 -1
  214. package/dist/types/next-schema/generated/markTypes.d.ts +1 -1
  215. package/dist/types/next-schema/generated/nodeTypes.d.ts +4 -4
  216. package/dist/types/next-schema/groups/blockContentGroup.d.ts +1 -1
  217. package/dist/types/next-schema/groups/blockGroup.d.ts +1 -1
  218. package/dist/types/next-schema/groups/blockRootOnlyGroup.d.ts +1 -1
  219. package/dist/types/next-schema/groups/fontStyleGroup.d.ts +1 -1
  220. package/dist/types/next-schema/groups/inlineContentGroup.d.ts +1 -1
  221. package/dist/types/next-schema/groups/inlineGroup.d.ts +1 -1
  222. package/dist/types/next-schema/groups/linkMarkGroup.d.ts +1 -1
  223. package/dist/types/next-schema/groups/nonNestableBlockContentGroup.d.ts +6 -6
  224. package/dist/types/next-schema/groups/searchQueryMarkGroup.d.ts +1 -1
  225. package/dist/types/next-schema/groups/tableCellContentPseudoGroup.d.ts +7 -67
  226. package/dist/types/next-schema/marks/alignmentAndIndentation.d.ts +2 -2
  227. package/dist/types/next-schema/marks/annotation.d.ts +2 -2
  228. package/dist/types/next-schema/marks/border.d.ts +1 -1
  229. package/dist/types/next-schema/marks/breakout.d.ts +1 -1
  230. package/dist/types/next-schema/marks/code.d.ts +1 -1
  231. package/dist/types/next-schema/marks/color.d.ts +3 -3
  232. package/dist/types/next-schema/marks/confluenceInlineComment.d.ts +1 -1
  233. package/dist/types/next-schema/marks/dataConsumer.d.ts +1 -1
  234. package/dist/types/next-schema/marks/em.d.ts +1 -1
  235. package/dist/types/next-schema/marks/fragment.d.ts +1 -1
  236. package/dist/types/next-schema/marks/link.d.ts +1 -1
  237. package/dist/types/next-schema/marks/strike.d.ts +1 -1
  238. package/dist/types/next-schema/marks/strong.d.ts +1 -1
  239. package/dist/types/next-schema/marks/subsup.d.ts +1 -1
  240. package/dist/types/next-schema/marks/typeAheadQuery.d.ts +1 -1
  241. package/dist/types/next-schema/marks/underline.d.ts +1 -1
  242. package/dist/types/next-schema/marks/unsupportedMark.d.ts +1 -1
  243. package/dist/types/next-schema/marks/unsupportedNodeAttribute.d.ts +1 -1
  244. package/dist/types/next-schema/nodes/blockCard.d.ts +1 -1
  245. package/dist/types/next-schema/nodes/blockquote.d.ts +3 -3
  246. package/dist/types/next-schema/nodes/bodiedExtension.d.ts +4 -4
  247. package/dist/types/next-schema/nodes/bodiedSyncBlock.d.ts +1 -1
  248. package/dist/types/next-schema/nodes/caption.d.ts +1 -1
  249. package/dist/types/next-schema/nodes/codeBlock.d.ts +2 -2
  250. package/dist/types/next-schema/nodes/confluenceJiraIssue.d.ts +1 -1
  251. package/dist/types/next-schema/nodes/confluenceUnsupportedBlock.d.ts +1 -1
  252. package/dist/types/next-schema/nodes/confluenceUnsupportedInline.d.ts +1 -1
  253. package/dist/types/next-schema/nodes/date.d.ts +1 -1
  254. package/dist/types/next-schema/nodes/decisionItem.d.ts +1 -1
  255. package/dist/types/next-schema/nodes/decisionList.d.ts +1 -1
  256. package/dist/types/next-schema/nodes/embedCard.d.ts +1 -1
  257. package/dist/types/next-schema/nodes/emoji.d.ts +1 -1
  258. package/dist/types/next-schema/nodes/expand.d.ts +2 -2
  259. package/dist/types/next-schema/nodes/extension.d.ts +3 -3
  260. package/dist/types/next-schema/nodes/extensionFrame.d.ts +1 -1
  261. package/dist/types/next-schema/nodes/hardBreak.d.ts +1 -1
  262. package/dist/types/next-schema/nodes/heading.d.ts +20 -20
  263. package/dist/types/next-schema/nodes/image.d.ts +1 -1
  264. package/dist/types/next-schema/nodes/inlineCard.d.ts +2 -2
  265. package/dist/types/next-schema/nodes/inlineExtension.d.ts +2 -2
  266. package/dist/types/next-schema/nodes/layoutColumn.d.ts +1 -1
  267. package/dist/types/next-schema/nodes/layoutSection.d.ts +7 -7
  268. package/dist/types/next-schema/nodes/list.d.ts +2 -2
  269. package/dist/types/next-schema/nodes/media.d.ts +1 -1
  270. package/dist/types/next-schema/nodes/mediaGroup.d.ts +1 -1
  271. package/dist/types/next-schema/nodes/mediaInline.d.ts +1 -1
  272. package/dist/types/next-schema/nodes/mediaSingle.d.ts +10 -10
  273. package/dist/types/next-schema/nodes/mention.d.ts +1 -1
  274. package/dist/types/next-schema/nodes/multiBodiedExtension.d.ts +1 -1
  275. package/dist/types/next-schema/nodes/nestedExpand.d.ts +3 -3
  276. package/dist/types/next-schema/nodes/panel.d.ts +1 -1
  277. package/dist/types/next-schema/nodes/paragraph.d.ts +13 -13
  278. package/dist/types/next-schema/nodes/placeholder.d.ts +1 -1
  279. package/dist/types/next-schema/nodes/rule.d.ts +1 -1
  280. package/dist/types/next-schema/nodes/status.d.ts +1 -1
  281. package/dist/types/next-schema/nodes/syncBlock.d.ts +1 -1
  282. package/dist/types/next-schema/nodes/tableCellContent.d.ts +1 -1
  283. package/dist/types/next-schema/nodes/tableNodes.d.ts +1 -1
  284. package/dist/types/next-schema/nodes/task.d.ts +3 -3
  285. package/dist/types/next-schema/nodes/text.d.ts +5 -5
  286. package/dist/types/next-schema/nodes/unsupportedBlock.d.ts +1 -1
  287. package/dist/types/next-schema/nodes/unsupportedInline.d.ts +1 -1
  288. package/dist/types/schema/bitbucket-schema.d.ts +1 -1
  289. package/dist/types/schema/confluence-schema.d.ts +1 -1
  290. package/dist/types/schema/create-schema.d.ts +4 -3
  291. package/dist/types/schema/createPMSpecFactory.d.ts +3 -3
  292. package/dist/types/schema/default-schema.d.ts +1 -1
  293. package/dist/types/schema/index.d.ts +1 -1
  294. package/dist/types/schema/jira-schema.d.ts +8 -8
  295. package/dist/types/schema/marks/alignment.d.ts +2 -2
  296. package/dist/types/schema/marks/annotation.d.ts +5 -5
  297. package/dist/types/schema/marks/background-color.d.ts +3 -3
  298. package/dist/types/schema/marks/border.d.ts +6 -6
  299. package/dist/types/schema/marks/breakout.d.ts +2 -2
  300. package/dist/types/schema/marks/code.d.ts +1 -1
  301. package/dist/types/schema/marks/confluence-inline-comment.d.ts +2 -2
  302. package/dist/types/schema/marks/data-consumer.d.ts +2 -2
  303. package/dist/types/schema/marks/em.d.ts +1 -1
  304. package/dist/types/schema/marks/fragment.d.ts +2 -2
  305. package/dist/types/schema/marks/indentation.d.ts +2 -2
  306. package/dist/types/schema/marks/index.d.ts +3 -3
  307. package/dist/types/schema/marks/link.d.ts +12 -12
  308. package/dist/types/schema/marks/strike.d.ts +1 -1
  309. package/dist/types/schema/marks/strong.d.ts +1 -1
  310. package/dist/types/schema/marks/subsup.d.ts +2 -2
  311. package/dist/types/schema/marks/text-color.d.ts +2 -2
  312. package/dist/types/schema/marks/type-ahead-query.d.ts +1 -1
  313. package/dist/types/schema/marks/underline.d.ts +1 -1
  314. package/dist/types/schema/marks/unsupported-mark.d.ts +1 -1
  315. package/dist/types/schema/marks/unsupported-node-attributes.d.ts +1 -1
  316. package/dist/types/schema/nodes/block-card.d.ts +6 -6
  317. package/dist/types/schema/nodes/blockquote.d.ts +10 -11
  318. package/dist/types/schema/nodes/bodied-extension.d.ts +7 -7
  319. package/dist/types/schema/nodes/bodied-sync-block.d.ts +23 -24
  320. package/dist/types/schema/nodes/caption.d.ts +12 -12
  321. package/dist/types/schema/nodes/code-block.d.ts +7 -7
  322. package/dist/types/schema/nodes/date.d.ts +3 -3
  323. package/dist/types/schema/nodes/decision-item.d.ts +6 -6
  324. package/dist/types/schema/nodes/decision-list.d.ts +5 -5
  325. package/dist/types/schema/nodes/doc.d.ts +10 -10
  326. package/dist/types/schema/nodes/embed-card.d.ts +4 -4
  327. package/dist/types/schema/nodes/emoji.d.ts +3 -3
  328. package/dist/types/schema/nodes/expand.d.ts +7 -7
  329. package/dist/types/schema/nodes/extension.d.ts +5 -5
  330. package/dist/types/schema/nodes/heading.d.ts +9 -9
  331. package/dist/types/schema/nodes/index.d.ts +6 -6
  332. package/dist/types/schema/nodes/inline-card.d.ts +3 -3
  333. package/dist/types/schema/nodes/inline-extension.d.ts +5 -5
  334. package/dist/types/schema/nodes/layout-column.d.ts +3 -3
  335. package/dist/types/schema/nodes/layout-section.d.ts +9 -9
  336. package/dist/types/schema/nodes/media-group.d.ts +2 -2
  337. package/dist/types/schema/nodes/media-inline.d.ts +6 -6
  338. package/dist/types/schema/nodes/media-single.d.ts +10 -10
  339. package/dist/types/schema/nodes/media.d.ts +27 -27
  340. package/dist/types/schema/nodes/mention.d.ts +5 -5
  341. package/dist/types/schema/nodes/multi-bodied-extension.d.ts +21 -22
  342. package/dist/types/schema/nodes/nested-expand.d.ts +14 -14
  343. package/dist/types/schema/nodes/panel.d.ts +14 -15
  344. package/dist/types/schema/nodes/paragraph.d.ts +5 -5
  345. package/dist/types/schema/nodes/rule.d.ts +1 -1
  346. package/dist/types/schema/nodes/status.d.ts +6 -6
  347. package/dist/types/schema/nodes/sync-block.d.ts +7 -7
  348. package/dist/types/schema/nodes/tableNodes.d.ts +36 -37
  349. package/dist/types/schema/nodes/task-item.d.ts +13 -13
  350. package/dist/types/schema/nodes/task-list.d.ts +5 -5
  351. package/dist/types/schema/nodes/types/block-content.d.ts +17 -18
  352. package/dist/types/schema/nodes/types/inline-content.d.ts +12 -12
  353. package/dist/types/schema/nodes/types/list.d.ts +18 -18
  354. package/dist/types/schema/nodes/types/non-nestable-block-content.d.ts +15 -16
  355. package/dist/types/schema/nodes/unknown-block.d.ts +1 -1
  356. package/dist/types/schema/sanitizeNodes.d.ts +1 -1
  357. package/dist/types/steps/analytics.d.ts +4 -3
  358. package/dist/types/steps/batch-attrs-step.d.ts +4 -4
  359. package/dist/types/steps/link-meta-step.d.ts +7 -6
  360. package/dist/types/steps/override-document-step.d.ts +4 -4
  361. package/dist/types/steps/set-attrs.d.ts +4 -3
  362. package/dist/types/steps/type-ahead.d.ts +2 -2
  363. package/dist/types/utils/colors.d.ts +1 -1
  364. package/dist/types/utils/confluence/emoji.d.ts +1 -1
  365. package/dist/types/utils/extensions.d.ts +1 -1
  366. package/dist/types/utils/index.d.ts +1 -1
  367. package/dist/types/utils/url.d.ts +3 -3
  368. package/dist/types/validator-schema/generated/validatorSpec.d.ts +12 -12
  369. package/dist/types-ts4.5/index.d.ts +8 -0
  370. package/dist/types-ts4.5/next-schema/full-schema.adf.d.ts +4 -0
  371. package/dist/types-ts4.5/next-schema/generated/markTypes.d.ts +206 -0
  372. package/dist/types-ts4.5/next-schema/generated/nodeGroupTypes.d.ts +10 -0
  373. package/dist/types-ts4.5/next-schema/generated/nodeTypes.d.ts +976 -0
  374. package/dist/types-ts4.5/next-schema/groups/blockContentGroup.d.ts +12 -0
  375. package/dist/types-ts4.5/next-schema/groups/blockGroup.d.ts +1 -0
  376. package/dist/types-ts4.5/next-schema/groups/blockRootOnlyGroup.d.ts +1 -0
  377. package/dist/types-ts4.5/next-schema/groups/fontStyleGroup.d.ts +1 -0
  378. package/dist/types-ts4.5/next-schema/groups/inlineContentGroup.d.ts +10 -0
  379. package/dist/types-ts4.5/next-schema/groups/inlineGroup.d.ts +1 -0
  380. package/dist/types-ts4.5/next-schema/groups/linkMarkGroup.d.ts +1 -0
  381. package/dist/types-ts4.5/next-schema/groups/nonNestableBlockContentGroup.d.ts +30 -0
  382. package/dist/types-ts4.5/next-schema/groups/searchQueryMarkGroup.d.ts +1 -0
  383. package/dist/types-ts4.5/next-schema/groups/tableCellContentPseudoGroup.d.ts +26 -0
  384. package/dist/types-ts4.5/next-schema/index.d.ts +3 -0
  385. package/dist/types-ts4.5/next-schema/marks/alignmentAndIndentation.d.ts +2 -0
  386. package/dist/types-ts4.5/next-schema/marks/annotation.d.ts +2 -0
  387. package/dist/types-ts4.5/next-schema/marks/border.d.ts +1 -0
  388. package/dist/types-ts4.5/next-schema/marks/breakout.d.ts +1 -0
  389. package/dist/types-ts4.5/next-schema/marks/code.d.ts +1 -0
  390. package/dist/types-ts4.5/next-schema/marks/color.d.ts +3 -0
  391. package/dist/types-ts4.5/next-schema/marks/confluenceInlineComment.d.ts +1 -0
  392. package/dist/types-ts4.5/next-schema/marks/dataConsumer.d.ts +1 -0
  393. package/dist/types-ts4.5/next-schema/marks/em.d.ts +1 -0
  394. package/dist/types-ts4.5/next-schema/marks/fragment.d.ts +1 -0
  395. package/dist/types-ts4.5/next-schema/marks/link.d.ts +1 -0
  396. package/dist/types-ts4.5/next-schema/marks/strike.d.ts +1 -0
  397. package/dist/types-ts4.5/next-schema/marks/strong.d.ts +1 -0
  398. package/dist/types-ts4.5/next-schema/marks/subsup.d.ts +1 -0
  399. package/dist/types-ts4.5/next-schema/marks/typeAheadQuery.d.ts +1 -0
  400. package/dist/types-ts4.5/next-schema/marks/underline.d.ts +1 -0
  401. package/dist/types-ts4.5/next-schema/marks/unsupportedMark.d.ts +1 -0
  402. package/dist/types-ts4.5/next-schema/marks/unsupportedNodeAttribute.d.ts +1 -0
  403. package/dist/types-ts4.5/next-schema/nodes/blockCard.d.ts +3 -0
  404. package/dist/types-ts4.5/next-schema/nodes/blockquote.d.ts +14 -0
  405. package/dist/types-ts4.5/next-schema/nodes/bodiedExtension.d.ts +8 -0
  406. package/dist/types-ts4.5/next-schema/nodes/bodiedSyncBlock.d.ts +3 -0
  407. package/dist/types-ts4.5/next-schema/nodes/caption.d.ts +3 -0
  408. package/dist/types-ts4.5/next-schema/nodes/codeBlock.d.ts +8 -0
  409. package/dist/types-ts4.5/next-schema/nodes/confluenceJiraIssue.d.ts +3 -0
  410. package/dist/types-ts4.5/next-schema/nodes/confluenceUnsupportedBlock.d.ts +3 -0
  411. package/dist/types-ts4.5/next-schema/nodes/confluenceUnsupportedInline.d.ts +3 -0
  412. package/dist/types-ts4.5/next-schema/nodes/date.d.ts +3 -0
  413. package/dist/types-ts4.5/next-schema/nodes/decisionItem.d.ts +3 -0
  414. package/dist/types-ts4.5/next-schema/nodes/decisionList.d.ts +3 -0
  415. package/dist/types-ts4.5/next-schema/nodes/embedCard.d.ts +3 -0
  416. package/dist/types-ts4.5/next-schema/nodes/emoji.d.ts +3 -0
  417. package/dist/types-ts4.5/next-schema/nodes/expand.d.ts +8 -0
  418. package/dist/types-ts4.5/next-schema/nodes/extension.d.ts +7 -0
  419. package/dist/types-ts4.5/next-schema/nodes/extensionFrame.d.ts +3 -0
  420. package/dist/types-ts4.5/next-schema/nodes/hardBreak.d.ts +3 -0
  421. package/dist/types-ts4.5/next-schema/nodes/heading.d.ts +38 -0
  422. package/dist/types-ts4.5/next-schema/nodes/image.d.ts +3 -0
  423. package/dist/types-ts4.5/next-schema/nodes/inlineCard.d.ts +6 -0
  424. package/dist/types-ts4.5/next-schema/nodes/inlineExtension.d.ts +6 -0
  425. package/dist/types-ts4.5/next-schema/nodes/layoutColumn.d.ts +3 -0
  426. package/dist/types-ts4.5/next-schema/nodes/layoutSection.d.ts +25 -0
  427. package/dist/types-ts4.5/next-schema/nodes/list.d.ts +6 -0
  428. package/dist/types-ts4.5/next-schema/nodes/media.d.ts +3 -0
  429. package/dist/types-ts4.5/next-schema/nodes/mediaGroup.d.ts +3 -0
  430. package/dist/types-ts4.5/next-schema/nodes/mediaInline.d.ts +3 -0
  431. package/dist/types-ts4.5/next-schema/nodes/mediaSingle.d.ts +57 -0
  432. package/dist/types-ts4.5/next-schema/nodes/mention.d.ts +3 -0
  433. package/dist/types-ts4.5/next-schema/nodes/multiBodiedExtension.d.ts +3 -0
  434. package/dist/types-ts4.5/next-schema/nodes/nestedExpand.d.ts +11 -0
  435. package/dist/types-ts4.5/next-schema/nodes/panel.d.ts +3 -0
  436. package/dist/types-ts4.5/next-schema/nodes/paragraph.d.ts +24 -0
  437. package/dist/types-ts4.5/next-schema/nodes/placeholder.d.ts +3 -0
  438. package/dist/types-ts4.5/next-schema/nodes/rule.d.ts +3 -0
  439. package/dist/types-ts4.5/next-schema/nodes/status.d.ts +3 -0
  440. package/dist/types-ts4.5/next-schema/nodes/syncBlock.d.ts +3 -0
  441. package/dist/types-ts4.5/next-schema/nodes/tableCellContent.d.ts +3 -0
  442. package/dist/types-ts4.5/next-schema/nodes/tableNodes.d.ts +4 -0
  443. package/dist/types-ts4.5/next-schema/nodes/task.d.ts +9 -0
  444. package/dist/types-ts4.5/next-schema/nodes/text.d.ts +25 -0
  445. package/dist/types-ts4.5/next-schema/nodes/unsupportedBlock.d.ts +3 -0
  446. package/dist/types-ts4.5/next-schema/nodes/unsupportedInline.d.ts +3 -0
  447. package/dist/types-ts4.5/schema/bitbucket-schema.d.ts +5 -0
  448. package/dist/types-ts4.5/schema/confluence-schema.d.ts +9 -0
  449. package/dist/types-ts4.5/schema/create-schema.d.ts +27 -0
  450. package/dist/types-ts4.5/schema/createPMSpecFactory.d.ts +33 -0
  451. package/dist/types-ts4.5/schema/default-schema.d.ts +7 -0
  452. package/dist/types-ts4.5/schema/groups.d.ts +6 -0
  453. package/dist/types-ts4.5/schema/index.d.ts +12 -0
  454. package/dist/types-ts4.5/schema/inline-nodes.d.ts +1 -0
  455. package/dist/types-ts4.5/schema/jira-schema.d.ts +65 -0
  456. package/dist/types-ts4.5/schema/marks/alignment.d.ts +16 -0
  457. package/dist/types-ts4.5/schema/marks/annotation.d.ts +32 -0
  458. package/dist/types-ts4.5/schema/marks/background-color.d.ts +20 -0
  459. package/dist/types-ts4.5/schema/marks/border.d.ts +23 -0
  460. package/dist/types-ts4.5/schema/marks/breakout.d.ts +12 -0
  461. package/dist/types-ts4.5/schema/marks/code.d.ts +8 -0
  462. package/dist/types-ts4.5/schema/marks/confluence-inline-comment.d.ts +12 -0
  463. package/dist/types-ts4.5/schema/marks/data-consumer.d.ts +46 -0
  464. package/dist/types-ts4.5/schema/marks/em.d.ts +8 -0
  465. package/dist/types-ts4.5/schema/marks/fragment.d.ts +29 -0
  466. package/dist/types-ts4.5/schema/marks/indentation.d.ts +16 -0
  467. package/dist/types-ts4.5/schema/marks/index.d.ts +36 -0
  468. package/dist/types-ts4.5/schema/marks/link.d.ts +39 -0
  469. package/dist/types-ts4.5/schema/marks/strike.d.ts +8 -0
  470. package/dist/types-ts4.5/schema/marks/strong.d.ts +8 -0
  471. package/dist/types-ts4.5/schema/marks/subsup.d.ts +15 -0
  472. package/dist/types-ts4.5/schema/marks/text-color.d.ts +26 -0
  473. package/dist/types-ts4.5/schema/marks/type-ahead-query.d.ts +2 -0
  474. package/dist/types-ts4.5/schema/marks/underline.d.ts +8 -0
  475. package/dist/types-ts4.5/schema/marks/unsupported-mark.d.ts +2 -0
  476. package/dist/types-ts4.5/schema/marks/unsupported-node-attributes.d.ts +2 -0
  477. package/dist/types-ts4.5/schema/nodes/block-card.d.ts +44 -0
  478. package/dist/types-ts4.5/schema/nodes/blockquote.d.ts +27 -0
  479. package/dist/types-ts4.5/schema/nodes/bodied-extension.d.ts +23 -0
  480. package/dist/types-ts4.5/schema/nodes/bodied-sync-block.d.ts +43 -0
  481. package/dist/types-ts4.5/schema/nodes/bullet-list.d.ts +3 -0
  482. package/dist/types-ts4.5/schema/nodes/caption.d.ts +24 -0
  483. package/dist/types-ts4.5/schema/nodes/code-block.d.ts +31 -0
  484. package/dist/types-ts4.5/schema/nodes/confluence-jira-issue.d.ts +1 -0
  485. package/dist/types-ts4.5/schema/nodes/confluence-unsupported-block.d.ts +1 -0
  486. package/dist/types-ts4.5/schema/nodes/confluence-unsupported-inline.d.ts +1 -0
  487. package/dist/types-ts4.5/schema/nodes/date.d.ts +20 -0
  488. package/dist/types-ts4.5/schema/nodes/decision-item.d.ts +16 -0
  489. package/dist/types-ts4.5/schema/nodes/decision-list.d.ts +17 -0
  490. package/dist/types-ts4.5/schema/nodes/doc.d.ts +20 -0
  491. package/dist/types-ts4.5/schema/nodes/embed-card.d.ts +19 -0
  492. package/dist/types-ts4.5/schema/nodes/emoji.d.ts +20 -0
  493. package/dist/types-ts4.5/schema/nodes/expand.d.ts +34 -0
  494. package/dist/types-ts4.5/schema/nodes/extension.d.ts +17 -0
  495. package/dist/types-ts4.5/schema/nodes/hard-break.d.ts +10 -0
  496. package/dist/types-ts4.5/schema/nodes/heading.d.ts +39 -0
  497. package/dist/types-ts4.5/schema/nodes/image.d.ts +1 -0
  498. package/dist/types-ts4.5/schema/nodes/index.d.ts +98 -0
  499. package/dist/types-ts4.5/schema/nodes/inline-card.d.ts +15 -0
  500. package/dist/types-ts4.5/schema/nodes/inline-extension.d.ts +17 -0
  501. package/dist/types-ts4.5/schema/nodes/layout-column.d.ts +22 -0
  502. package/dist/types-ts4.5/schema/nodes/layout-section.d.ts +49 -0
  503. package/dist/types-ts4.5/schema/nodes/list-item.d.ts +12 -0
  504. package/dist/types-ts4.5/schema/nodes/media-group.d.ts +13 -0
  505. package/dist/types-ts4.5/schema/nodes/media-inline.d.ts +20 -0
  506. package/dist/types-ts4.5/schema/nodes/media-single.d.ts +69 -0
  507. package/dist/types-ts4.5/schema/nodes/media.d.ts +71 -0
  508. package/dist/types-ts4.5/schema/nodes/mention.d.ts +30 -0
  509. package/dist/types-ts4.5/schema/nodes/multi-bodied-extension.d.ts +50 -0
  510. package/dist/types-ts4.5/schema/nodes/nested-expand.d.ts +40 -0
  511. package/dist/types-ts4.5/schema/nodes/ordered-list.d.ts +5 -0
  512. package/dist/types-ts4.5/schema/nodes/panel.d.ts +50 -0
  513. package/dist/types-ts4.5/schema/nodes/paragraph.d.ts +43 -0
  514. package/dist/types-ts4.5/schema/nodes/placeholder.d.ts +12 -0
  515. package/dist/types-ts4.5/schema/nodes/rule.d.ts +11 -0
  516. package/dist/types-ts4.5/schema/nodes/status.d.ts +24 -0
  517. package/dist/types-ts4.5/schema/nodes/sync-block.d.ts +22 -0
  518. package/dist/types-ts4.5/schema/nodes/tableNodes.d.ts +159 -0
  519. package/dist/types-ts4.5/schema/nodes/task-item.d.ts +33 -0
  520. package/dist/types-ts4.5/schema/nodes/task-list.d.ts +20 -0
  521. package/dist/types-ts4.5/schema/nodes/text.d.ts +12 -0
  522. package/dist/types-ts4.5/schema/nodes/types/block-content.d.ts +21 -0
  523. package/dist/types-ts4.5/schema/nodes/types/extensions.d.ts +34 -0
  524. package/dist/types-ts4.5/schema/nodes/types/inline-content.d.ts +28 -0
  525. package/dist/types-ts4.5/schema/nodes/types/list.d.ts +51 -0
  526. package/dist/types-ts4.5/schema/nodes/types/mark.d.ts +15 -0
  527. package/dist/types-ts4.5/schema/nodes/types/non-nestable-block-content.d.ts +19 -0
  528. package/dist/types-ts4.5/schema/nodes/types/rich-media-common.d.ts +37 -0
  529. package/dist/types-ts4.5/schema/nodes/unknown-block.d.ts +3 -0
  530. package/dist/types-ts4.5/schema/nodes/unsupported-block.d.ts +1 -0
  531. package/dist/types-ts4.5/schema/nodes/unsupported-inline.d.ts +1 -0
  532. package/dist/types-ts4.5/schema/sanitizeNodes.d.ts +8 -0
  533. package/dist/types-ts4.5/schema/unsupported.d.ts +1 -0
  534. package/dist/types-ts4.5/steps/analytics.d.ts +60 -0
  535. package/dist/types-ts4.5/steps/batch-attrs-step.d.ts +74 -0
  536. package/dist/types-ts4.5/steps/link-meta-step.d.ts +50 -0
  537. package/dist/types-ts4.5/steps/override-document-step.d.ts +26 -0
  538. package/dist/types-ts4.5/steps/set-attrs.d.ts +24 -0
  539. package/dist/types-ts4.5/steps/type-ahead.d.ts +35 -0
  540. package/dist/types-ts4.5/steps/types.d.ts +96 -0
  541. package/dist/types-ts4.5/steps.d.ts +10 -0
  542. package/dist/types-ts4.5/utils/colors.d.ts +81 -0
  543. package/dist/types-ts4.5/utils/confluence/emoji.d.ts +50 -0
  544. package/dist/types-ts4.5/utils/editor-palette.d.ts +257 -0
  545. package/dist/types-ts4.5/utils/extensions.d.ts +3 -0
  546. package/dist/types-ts4.5/utils/index.d.ts +7 -0
  547. package/dist/types-ts4.5/utils/lch-color-inversion.d.ts +2 -0
  548. package/dist/types-ts4.5/utils/parseDOM.d.ts +1 -0
  549. package/dist/types-ts4.5/utils/url.d.ts +40 -0
  550. package/dist/types-ts4.5/utils/uuid.d.ts +5 -0
  551. package/dist/types-ts4.5/validator-schema/generated/validatorSpec.d.ts +1981 -0
  552. package/eslint-plugin-warn-schema.js +2 -1
  553. package/eslint.config.js +12 -14
  554. package/json-schema/package.json +8 -1
  555. package/json-schema/v1/full.json +3 -0
  556. package/json-schema/v1/stage-0.json +6 -0
  557. package/package.json +90 -82
  558. package/schema/package.json +8 -1
  559. package/schema-bitbucket/package.json +8 -1
  560. package/schema-confluence/package.json +8 -1
  561. package/schema-default/package.json +8 -1
  562. package/schema-generators/__tests__/helpers/_utils.ts +73 -77
  563. package/schema-generators/__tests__/helpers/utils.unit.ts +53 -59
  564. package/schema-generators/__tests__/unit/adfToValidatorSpec.unit.ts +79 -84
  565. package/schema-generators/__tests__/unit/json-full-schema-backwards-compat.unit.ts +43 -40
  566. package/schema-generators/__tests__/unit/validator-schema.ts +3 -3
  567. package/schema-generators/helpers/writeToFile.ts +12 -11
  568. package/schema-generators/json-full-schema.ts +4 -4
  569. package/schema-generators/pm-full-schema.ts +7 -5
  570. package/schema-generators/validator-full-schema.ts +7 -9
  571. package/schema-jira/package.json +8 -1
  572. package/schema-next/package.json +9 -3
  573. package/schema-validator/package.json +9 -3
  574. package/steps/package.json +8 -1
  575. package/url/package.json +8 -1
  576. package/warn-schema-change.js +121 -136
  577. package/warn-schema-change.test.js +31 -30
  578. package/copy-dist-to-afe.js +0 -32
  579. package/dist/json-schema/package.json +0 -8
  580. package/dist/json-schema/v1/full.json +0 -2916
  581. package/dist/json-schema/v1/stage-0.json +0 -3211
  582. package/dist/types/json-schema/index.d.ts +0 -2
  583. package/sanitize-nodes/package.json +0 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 51.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cac3d6228356a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cac3d6228356a) -
8
+ adf-schema doc updates
9
+ - Updated dependencies
10
+
11
+ ## 51.5.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 5ebd544: [EDITOR-3648] Support layout with 4/5 columns in bodiedSyncBlock node
16
+
3
17
  ## 51.5.0
4
18
 
5
19
  ### Minor Changes
@@ -22,7 +36,8 @@
22
36
 
23
37
  ### Patch Changes
24
38
 
25
- - 2c46f94: EDITOR-2443 Fix order of node types under bodied sync block to ensure paragraph is first so empty paragraph is for a default new n
39
+ - 2c46f94: EDITOR-2443 Fix order of node types under bodied sync block to ensure paragraph is first
40
+ so empty paragraph is for a default new n
26
41
 
27
42
  ## 51.3.0
28
43
 
@@ -46,7 +61,8 @@
46
61
 
47
62
  ### Patch Changes
48
63
 
49
- - a5d311d: Update tableCellNodeSpecOptionsWithLocalId parseDOM method to include all cell attributes.
64
+ - a5d311d: Update tableCellNodeSpecOptionsWithLocalId parseDOM method to include all cell
65
+ attributes.
50
66
 
51
67
  ## 51.1.0
52
68
 
@@ -58,13 +74,15 @@
58
74
 
59
75
  ### Major Changes
60
76
 
61
- - 81923c7: EDITOR-1534 Removes blockTaskItemStage0 ProseMirror node spec, replacing it with blockTaskItem
77
+ - 81923c7: EDITOR-1534 Removes blockTaskItemStage0 ProseMirror node spec, replacing it with
78
+ blockTaskItem
62
79
 
63
80
  ## 50.4.0
64
81
 
65
82
  ### Minor Changes
66
83
 
67
- - a2428f6: EDITOR-1534 Restores blockTaskItemStage0 which was removed in a minor version, (should have been major) breaking backwards compatibility of the package
84
+ - a2428f6: EDITOR-1534 Restores blockTaskItemStage0 which was removed in a minor version, (should
85
+ have been major) breaking backwards compatibility of the package
68
86
 
69
87
  ## 50.3.0
70
88
 
@@ -76,7 +94,8 @@
76
94
 
77
95
  ### Patch Changes
78
96
 
79
- - 79c4757: Added fix for table cell attribute parser which was not correctly identifying background colors when the data-cell-background attribute was not lowercase
97
+ - 79c4757: Added fix for table cell attribute parser which was not correctly identifying background
98
+ colors when the data-cell-background attribute was not lowercase
80
99
 
81
100
  ## 50.2.3
82
101
 
@@ -94,13 +113,15 @@
94
113
 
95
114
  ### Patch Changes
96
115
 
97
- - b6e815d: EDITOR-1373 Fix tableCellWithLocalId toDOM and export nested table cell nodes with localId.
116
+ - b6e815d: EDITOR-1373 Fix tableCellWithLocalId toDOM and export nested table cell nodes with
117
+ localId.
98
118
 
99
119
  ## 50.2.0
100
120
 
101
121
  ### Minor Changes
102
122
 
103
- - 4aa837d: EDITOR-1219 Remove localId from hardBreak. Fix exports for listItemWithLocalId and layoutSectionwithLocalId. Add localId to media nodes.
123
+ - 4aa837d: EDITOR-1219 Remove localId from hardBreak. Fix exports for listItemWithLocalId and
124
+ layoutSectionwithLocalId. Add localId to media nodes.
104
125
 
105
126
  ## 50.1.1
106
127
 
@@ -112,7 +133,11 @@
112
133
 
113
134
  ### Minor Changes
114
135
 
115
- - 8df84f2: EDITOR-1124 Adds `blockTaskItem` element to `taskList` which allows block content children of task items. Initially only paragraph and extension elements are allowed, as this change is to facilitate migration from TinyMCE to cloud editor in Confluence. To do so we need to support the Legacy Content Extension (LCE) in task items, with unsupported content in task items in TinyMCE simply being wrapped with the LCE and adopting `blockTaskItem` instead of `taskItem`
136
+ - 8df84f2: EDITOR-1124 Adds `blockTaskItem` element to `taskList` which allows block content
137
+ children of task items. Initially only paragraph and extension elements are allowed, as this
138
+ change is to facilitate migration from TinyMCE to cloud editor in Confluence. To do so we need to
139
+ support the Legacy Content Extension (LCE) in task items, with unsupported content in task items
140
+ in TinyMCE simply being wrapped with the LCE and adopting `blockTaskItem` instead of `taskItem`
116
141
 
117
142
  ## 50.0.1
118
143
 
@@ -142,7 +167,8 @@
142
167
 
143
168
  ### Patch Changes
144
169
 
145
- - 076fe56: [ED-28432] Replace feature gate with experiment platform_editor_add_orange_highlight_color
170
+ - 076fe56: [ED-28432] Replace feature gate with experiment
171
+ platform_editor_add_orange_highlight_color
146
172
 
147
173
  ## 49.0.4
148
174
 
@@ -176,13 +202,15 @@
176
202
 
177
203
  ### Major Changes
178
204
 
179
- - bf5cbd4: BREAKING CHANGE: EDITOR-616 Remove unused variations of blockquote, listItem, nestedExpand, and panel
205
+ - bf5cbd4: BREAKING CHANGE: EDITOR-616 Remove unused variations of blockquote, listItem,
206
+ nestedExpand, and panel
180
207
 
181
208
  ## 48.0.0
182
209
 
183
210
  ### Major Changes
184
211
 
185
- - 926c3fd: We fully rolled out expands with nested expands, please use expandWithNestedExpand instead of expand
212
+ - 926c3fd: We fully rolled out expands with nested expands, please use expandWithNestedExpand
213
+ instead of expand
186
214
 
187
215
  ## 47.7.1
188
216
 
@@ -194,7 +222,8 @@
194
222
 
195
223
  ### Minor Changes
196
224
 
197
- - 105bd25: EDF-2577: Remap orange to yellow in text background color mapping functions behind editor_text_highlight_orange_to_yellow experiment
225
+ - 105bd25: EDF-2577: Remap orange to yellow in text background color mapping functions behind
226
+ editor_text_highlight_orange_to_yellow experiment
198
227
 
199
228
  ## 47.6.0
200
229
 
@@ -266,10 +295,10 @@
266
295
 
267
296
  ### Major Changes
268
297
 
269
- - a0f224a: Remove `expand_with_with_no_mark` and replace `expand_with_breakout_mark` with `expand_root_only`
298
+ - a0f224a: Remove `expand_with_with_no_mark` and replace `expand_with_breakout_mark` with
299
+ `expand_root_only`
270
300
 
271
301
  Upgrade instructions
272
-
273
302
  - Replace `expand_with_breakout_mark` with `expand_root_only`
274
303
  - Replace `expand_no_mark` with `expand`
275
304
 
@@ -277,7 +306,8 @@
277
306
 
278
307
  ### Minor Changes
279
308
 
280
- - 0ad17eb: Remove DSL inconsistency for code block with text with new no mark text variant - no functionality changes.
309
+ - 0ad17eb: Remove DSL inconsistency for code block with text with new no mark text variant - no
310
+ functionality changes.
281
311
 
282
312
  Added: `text_with_no_marks` variant
283
313
 
@@ -289,17 +319,19 @@
289
319
 
290
320
  ### Patch Changes
291
321
 
292
- - 162fff6: Remove exception for uniqueId on codeBlock and allow property on validator and json schema.
322
+ - 162fff6: Remove exception for uniqueId on codeBlock and allow property on validator and json
323
+ schema.
293
324
 
294
325
  ## 45.0.0
295
326
 
296
327
  ### Major Changes
297
328
 
298
- - a3ce608: Remove code block with marks and merge with standard code block definition to resolve adf inconsistencies.
329
+ - a3ce608: Remove code block with marks and merge with standard code block definition to resolve adf
330
+ inconsistencies.
299
331
 
300
332
  Major change:
301
-
302
- - Entry-point `@atlaskit/adf-schema/schema-validator` no longer has `codeBlock_with_marks` it has been replaced with `codeBlock`.
333
+ - Entry-point `@atlaskit/adf-schema/schema-validator` no longer has `codeBlock_with_marks` it has
334
+ been replaced with `codeBlock`.
303
335
 
304
336
  ## 44.7.0
305
337
 
@@ -359,7 +391,9 @@
359
391
 
360
392
  ### Minor Changes
361
393
 
362
- - 20b1f98: [ED-25393] This change creates new variants for the table, tableRow, tableCell and tableHeader nodes such that we can nest tables one level deep. This change is not making any changes to any existing nodes.
394
+ - 20b1f98: [ED-25393] This change creates new variants for the table, tableRow, tableCell and
395
+ tableHeader nodes such that we can nest tables one level deep. This change is not making any
396
+ changes to any existing nodes.
363
397
 
364
398
  ## 44.1.0
365
399
 
@@ -377,44 +411,55 @@
377
411
 
378
412
  ### Major Changes
379
413
 
380
- - 711e93b: ED-25392 Prevent validator-spec ignored nodes from being exposed in validator output - the following ignored node validator specs will no longer be exported and should not be used: `unsupportedInline`, `unsupportedBlock`, `image`, `confluenceJiraIssue`, `confluenceUnsupportedInline`, `listItem_legacy`, `blockquote_legacy`, `blockquote_without_nested_codeblock_or_media`, `tableCellContent`, `expand_without_nested_expand`, `confluenceUnsupportedBlock`.
414
+ - 711e93b: ED-25392 Prevent validator-spec ignored nodes from being exposed in validator output -
415
+ the following ignored node validator specs will no longer be exported and should not be used:
416
+ `unsupportedInline`, `unsupportedBlock`, `image`, `confluenceJiraIssue`,
417
+ `confluenceUnsupportedInline`, `listItem_legacy`, `blockquote_legacy`,
418
+ `blockquote_without_nested_codeblock_or_media`, `tableCellContent`,
419
+ `expand_without_nested_expand`, `confluenceUnsupportedBlock`.
381
420
 
382
421
  ## 42.5.0
383
422
 
384
423
  ### Minor Changes
385
424
 
386
- - 82af32e: Remove exception for minItems=0 from caption node, aligning JSON schema and Validator Spec with PM Spec
425
+ - 82af32e: Remove exception for minItems=0 from caption node, aligning JSON schema and Validator
426
+ Spec with PM Spec
387
427
 
388
428
  ## 42.4.0
389
429
 
390
430
  ### Minor Changes
391
431
 
392
432
  - 6114d78: add attr.text to hr, in order to match it with json schema spec
393
- - 844e6bd: Filter out empty content groups in json and validator spec and improve min and max item calculation
433
+ - 844e6bd: Filter out empty content groups in json and validator spec and improve min and max item
434
+ calculation
394
435
 
395
436
  ## 42.3.1
396
437
 
397
438
  ### Patch Changes
398
439
 
399
- - dfa64c8: Add override for pm.spec to ensure unsupportedBlock is correct for layoutSection_single_column
440
+ - dfa64c8: Add override for pm.spec to ensure unsupportedBlock is correct for
441
+ layoutSection_single_column
400
442
 
401
443
  ## 42.3.0
402
444
 
403
445
  ### Minor Changes
404
446
 
405
- - 8aff3bc: [ED-25105] This change aligns the node attributes between schema and next-schema for these nodes: codeblock, expand and nested expand, media and media inline.
447
+ - 8aff3bc: [ED-25105] This change aligns the node attributes between schema and next-schema for
448
+ these nodes: codeblock, expand and nested expand, media and media inline.
406
449
 
407
450
  ## 42.2.1
408
451
 
409
452
  ### Patch Changes
410
453
 
411
- - e4e695f: Change order of layoutSection_with_single_column with layoutSection_full to fix validator issues in the editor
454
+ - e4e695f: Change order of layoutSection_with_single_column with layoutSection_full to fix validator
455
+ issues in the editor
412
456
 
413
457
  ## 42.2.0
414
458
 
415
459
  ### Minor Changes
416
460
 
417
- - 767b124: Added columnRuleStyle to layoutSection_with_single_column, and add layoutSectionAdvLayouts nodespec export
461
+ - 767b124: Added columnRuleStyle to layoutSection_with_single_column, and add
462
+ layoutSectionAdvLayouts nodespec export
418
463
 
419
464
  ## 42.1.0
420
465
 
@@ -450,7 +495,9 @@
450
495
 
451
496
  ### Minor Changes
452
497
 
453
- - 52bf2ea: [ED-23241] Set hardBreak as the Prosemirror `linebreakReplacement` which is used when converting between codeBlocks and other block types. Implementation of feature introduced to Prosemirror after [this GitHub discussion](https://github.com/ProseMirror/prosemirror/issues/1460)
498
+ - 52bf2ea: [ED-23241] Set hardBreak as the Prosemirror `linebreakReplacement` which is used when
499
+ converting between codeBlocks and other block types. Implementation of feature introduced to
500
+ Prosemirror after [this GitHub discussion](https://github.com/ProseMirror/prosemirror/issues/1460)
454
501
 
455
502
  ## 40.9.4
456
503
 
@@ -474,7 +521,8 @@
474
521
 
475
522
  ### Patch Changes
476
523
 
477
- - 3fbc24f: [ED-24525] Move mediaGroup ranking after mediaSingle in blockquote's content to fix bug where pasting external images would be converted to a mediaGroup instead of mediaSingle.
524
+ - 3fbc24f: [ED-24525] Move mediaGroup ranking after mediaSingle in blockquote's content to fix bug
525
+ where pasting external images would be converted to a mediaGroup instead of mediaSingle.
478
526
 
479
527
  ## 40.9.0
480
528
 
@@ -492,7 +540,8 @@
492
540
 
493
541
  ### Patch Changes
494
542
 
495
- - f515514: [ED-24281] Add new node nesting scenario to pseudo block content element, so the validator spec gets updated
543
+ - f515514: [ED-24281] Add new node nesting scenario to pseudo block content element, so the
544
+ validator spec gets updated
496
545
 
497
546
  ## 40.8.0
498
547
 
@@ -528,7 +577,8 @@
528
577
 
529
578
  ### Patch Changes
530
579
 
531
- - b34f0b5: [ED-24167] This is a follow up PR as we forgot to export blockquoteWithNestedCodeblockOrMediaStage0
580
+ - b34f0b5: [ED-24167] This is a follow up PR as we forgot to export
581
+ blockquoteWithNestedCodeblockOrMediaStage0
532
582
 
533
583
  ## 40.3.0
534
584
 
@@ -540,7 +590,8 @@
540
590
 
541
591
  ### Patch Changes
542
592
 
543
- - 60c7ca6: [ED-24166] Fixed type issue where it was pulling in a type based on a PMNode into the DocNode type, which isn't compatible with the ADFEntity type which doesn't have the PM methods
593
+ - 60c7ca6: [ED-24166] Fixed type issue where it was pulling in a type based on a PMNode into the
594
+ DocNode type, which isn't compatible with the ADFEntity type which doesn't have the PM methods
544
595
 
545
596
  ## 40.2.0
546
597
 
@@ -623,7 +674,8 @@
623
674
 
624
675
  ### Patch Changes
625
676
 
626
- - 8cd0dd0: improve codeBlock parseDOM of tag div['style'] to fix issues in certain versions of Android Studio
677
+ - 8cd0dd0: improve codeBlock parseDOM of tag div['style'] to fix issues in certain versions of
678
+ Android Studio
627
679
  - a3502ad: Add support for stage0
628
680
 
629
681
  ## 37.2.0
@@ -642,7 +694,8 @@
642
694
 
643
695
  ### Patch Changes
644
696
 
645
- - 758ee06: last hacks to support tableCell_content, nestedExpand_content and atomic_inlines pseudo groups in validator spec
697
+ - 758ee06: last hacks to support tableCell_content, nestedExpand_content and atomic_inlines pseudo
698
+ groups in validator spec
646
699
 
647
700
  ## 37.1.41
648
701
 
@@ -705,7 +758,8 @@
705
758
 
706
759
  ### Patch Changes
707
760
 
708
- - 64d5ec6: Aligned extensionFrame with current validator spec implementation with exception override.
761
+ - 64d5ec6: Aligned extensionFrame with current validator spec implementation with exception
762
+ override.
709
763
  - 497d3c4: fix unit test description for node spec check
710
764
 
711
765
  ## 37.1.31
@@ -762,7 +816,8 @@
762
816
 
763
817
  ### Patch Changes
764
818
 
765
- - e0280dc: Add backwards compatability for bodied extension, code block, expand, layout section, non-nestable block content
819
+ - e0280dc: Add backwards compatability for bodied extension, code block, expand, layout section,
820
+ non-nestable block content
766
821
 
767
822
  ## 37.1.22
768
823
 
@@ -780,7 +835,8 @@
780
835
 
781
836
  ### Patch Changes
782
837
 
783
- - e57d797: Add new optional property for string attributes used in the validator ("validatorFn") function used for URL.
838
+ - e57d797: Add new optional property for string attributes used in the validator ("validatorFn")
839
+ function used for URL.
784
840
 
785
841
  This is used for the validator for "link" and "embedCard".
786
842
 
@@ -813,7 +869,9 @@
813
869
  ### Patch Changes
814
870
 
815
871
  - 7a3c038: Support isTupleLike in validator spec
816
- - 1651bd9: revert some broken changes in validating spec test, enable strict equal check, update DSL overrides to ensure equal to old spec, update text and media node spec without generate undefined in it
872
+ - 1651bd9: revert some broken changes in validating spec test, enable strict equal check, update DSL
873
+ overrides to ensure equal to old spec, update text and media node spec without generate undefined
874
+ in it
817
875
 
818
876
  ## 37.1.14
819
877
 
@@ -1066,7 +1124,8 @@
1066
1124
 
1067
1125
  ### Patch Changes
1068
1126
 
1069
- - b29eee7: update ADF DSL to match old PM spec, add validation unit test to verify nodeSpec and markSpec generated from ADF DSL
1127
+ - b29eee7: update ADF DSL to match old PM spec, add validation unit test to verify nodeSpec and
1128
+ markSpec generated from ADF DSL
1070
1129
 
1071
1130
  ## 36.10.9
1072
1131
 
@@ -1232,7 +1291,10 @@
1232
1291
 
1233
1292
  ### Major Changes
1234
1293
 
1235
- - e83fa9b: [ED-22282] [Breaking change] A transition ProseMirror node `extendedNestedExpand` was introduced for the changes in the node nesting project. Now that it's fully rolled out, the old `nestedExpand` isn't used anymore and we can clean them up. `nestedExpand` now contains the functionality of what was the transitional `extendedNestedExpand`.
1294
+ - e83fa9b: [ED-22282] [Breaking change] A transition ProseMirror node `extendedNestedExpand` was
1295
+ introduced for the changes in the node nesting project. Now that it's fully rolled out, the old
1296
+ `nestedExpand` isn't used anymore and we can clean them up. `nestedExpand` now contains the
1297
+ functionality of what was the transitional `extendedNestedExpand`.
1236
1298
 
1237
1299
  Any usage of `extendedNestedExpand` should be updated to `nestedExpand` now.
1238
1300
 
@@ -1240,7 +1302,8 @@
1240
1302
 
1241
1303
  ### Minor Changes
1242
1304
 
1243
- - e5e99e7: Separately exported the node spec for paragraph with localId so its use can be feature flagged
1305
+ - e5e99e7: Separately exported the node spec for paragraph with localId so its use can be feature
1306
+ flagged
1244
1307
 
1245
1308
  ## 35.13.0
1246
1309
 
@@ -1252,7 +1315,8 @@
1252
1315
 
1253
1316
  ### Patch Changes
1254
1317
 
1255
- - 05ba2ed: [ED-23102] Add background color mark to default schema and move it up in mark order to the inline marks
1318
+ - 05ba2ed: [ED-23102] Add background color mark to default schema and move it up in mark order to
1319
+ the inline marks
1256
1320
 
1257
1321
  ## 35.12.1
1258
1322
 
@@ -1270,7 +1334,8 @@
1270
1334
 
1271
1335
  ### Minor Changes
1272
1336
 
1273
- - b7684a5: [COMMENTS-1380] Moving the localId on mentions to full schema because it was accidentally promoted to full schema already due to a erroneously placed stage 0 tag
1337
+ - b7684a5: [COMMENTS-1380] Moving the localId on mentions to full schema because it was accidentally
1338
+ promoted to full schema already due to a erroneously placed stage 0 tag
1274
1339
 
1275
1340
  ## 35.10.0
1276
1341
 
@@ -1330,19 +1395,23 @@
1330
1395
 
1331
1396
  ### Minor Changes
1332
1397
 
1333
- - 49b81f8: Adding node-nesting rules for list, codeblock, actions, divider, decision, panel, quote inside nestedExpand
1398
+ - 49b81f8: Adding node-nesting rules for list, codeblock, actions, divider, decision, panel, quote
1399
+ inside nestedExpand
1334
1400
 
1335
1401
  ## 35.4.0
1336
1402
 
1337
1403
  ### Minor Changes
1338
1404
 
1339
- - d915d07: EDF-26 Cleaned up platform.editor.use-lch-for-color-inversion_1qv8ol flag and removed platform feature flags as a package dependency as it is no longer used. Text and table cell background colors will now use the LCH inversion method in dark mode by default.
1405
+ - d915d07: EDF-26 Cleaned up platform.editor.use-lch-for-color-inversion_1qv8ol flag and removed
1406
+ platform feature flags as a package dependency as it is no longer used. Text and table cell
1407
+ background colors will now use the LCH inversion method in dark mode by default.
1340
1408
 
1341
1409
  ## 35.3.0
1342
1410
 
1343
1411
  ### Minor Changes
1344
1412
 
1345
- - 529022b: ED-21611: Adding node-nesting rules for task inside list, and media, codeblock, rule, action and decision inside panel.
1413
+ - 529022b: ED-21611: Adding node-nesting rules for task inside list, and media, codeblock, rule,
1414
+ action and decision inside panel.
1346
1415
 
1347
1416
  ## 35.2.0
1348
1417
 
@@ -1354,13 +1423,15 @@
1354
1423
 
1355
1424
  ### Patch Changes
1356
1425
 
1357
- - 2023f5a: ED-20070: Added multiBodiedExtension and extensionFrame as defaultSchema customNodeSpecs for stage-0
1426
+ - 2023f5a: ED-20070: Added multiBodiedExtension and extensionFrame as defaultSchema customNodeSpecs
1427
+ for stage-0
1358
1428
 
1359
1429
  ## 35.1.0
1360
1430
 
1361
1431
  ### Minor Changes
1362
1432
 
1363
- - 4eff3f6: ED-20960-list-in-quotes: Create new node blockquoteWithList which allows node nesting for list inside blockquote
1433
+ - 4eff3f6: ED-20960-list-in-quotes: Create new node blockquoteWithList which allows node nesting for
1434
+ list inside blockquote
1364
1435
 
1365
1436
  ## 35.0.0
1366
1437
 
@@ -1378,13 +1449,16 @@
1378
1449
 
1379
1450
  ### Major Changes
1380
1451
 
1381
- - 8132ac3: ED-20699 Add LCH color inversion method behind feature flag platform.editor.use-lch-for-color-inversion_1qv8ol for text and table cell background colors. Also adds @atlaskit/platform-feature-flags as a devDep.
1452
+ - 8132ac3: ED-20699 Add LCH color inversion method behind feature flag
1453
+ platform.editor.use-lch-for-color-inversion_1qv8ol for text and table cell background colors. Also
1454
+ adds @atlaskit/platform-feature-flags as a devDep.
1382
1455
 
1383
1456
  ## 33.2.3
1384
1457
 
1385
1458
  ### Patch Changes
1386
1459
 
1387
- - 8ecd624: ED-20946 Added a small script to copy the contents of adf-schema to @atlaskit/adf-schema node_modules in AFE to allow local testing of package changes.
1460
+ - 8ecd624: ED-20946 Added a small script to copy the contents of adf-schema to @atlaskit/adf-schema
1461
+ node_modules in AFE to allow local testing of package changes.
1388
1462
 
1389
1463
  ## 33.2.2
1390
1464
 
@@ -1420,7 +1494,8 @@
1420
1494
 
1421
1495
  ### Patch Changes
1422
1496
 
1423
- - 91855c6: Add feature flags package as dev dependency to resolve pipleines issue in Atlassian frontend.
1497
+ - 91855c6: Add feature flags package as dev dependency to resolve pipleines issue in Atlassian
1498
+ frontend.
1424
1499
 
1425
1500
  ## 33.1.0
1426
1501
 
@@ -1672,7 +1747,8 @@
1672
1747
 
1673
1748
  ### Patch Changes
1674
1749
 
1675
- - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
1750
+ - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
1751
+ version.json
1676
1752
 
1677
1753
  ## 28.1.1
1678
1754
 
@@ -1684,85 +1760,99 @@
1684
1760
 
1685
1761
  ### Minor Changes
1686
1762
 
1687
- - [`106c54b0ce4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/106c54b0ce4) - [ux] ED-15896 - Added support for unsupported nodes in listItem
1763
+ - [`106c54b0ce4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/106c54b0ce4) - [ux]
1764
+ ED-15896 - Added support for unsupported nodes in listItem
1688
1765
 
1689
1766
  ## 28.0.0
1690
1767
 
1691
1768
  ### Major Changes
1692
1769
 
1693
- - [`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux] HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
1770
+ - [`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux]
1771
+ HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
1694
1772
 
1695
1773
  ## 27.0.0
1696
1774
 
1697
1775
  ### Major Changes
1698
1776
 
1699
- - [`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) - [ED-19175] add missing support for the unsupportedBlock in table related nodes
1777
+ - [`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) -
1778
+ [ED-19175] add missing support for the unsupportedBlock in table related nodes
1700
1779
 
1701
1780
  ## 26.4.1
1702
1781
 
1703
1782
  ### Patch Changes
1704
1783
 
1705
- - [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
1784
+ - [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) -
1785
+ [ED-19233] Import prosemirror libraries from internal facade package
1706
1786
 
1707
1787
  ## 26.4.0
1708
1788
 
1709
1789
  ### Minor Changes
1710
1790
 
1711
- - [`1bab0faa2c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bab0faa2c8) - Add a new custom ProseMirror step OverrideDocumentStep for easy document replacing.
1791
+ - [`1bab0faa2c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bab0faa2c8) - Add a
1792
+ new custom ProseMirror step OverrideDocumentStep for easy document replacing.
1712
1793
 
1713
1794
  ## 26.3.0
1714
1795
 
1715
1796
  ### Minor Changes
1716
1797
 
1717
- - [`91410d6064c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91410d6064c) - [ux] NOISSUE Fix linkify of file links on space
1798
+ - [`91410d6064c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91410d6064c) - [ux]
1799
+ NOISSUE Fix linkify of file links on space
1718
1800
 
1719
1801
  ## 26.2.2
1720
1802
 
1721
1803
  ### Patch Changes
1722
1804
 
1723
- - [`56e6ce31c75`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56e6ce31c75) - ED-19040 improve handle paste media
1805
+ - [`56e6ce31c75`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56e6ce31c75) - ED-19040
1806
+ improve handle paste media
1724
1807
 
1725
1808
  ## 26.2.1
1726
1809
 
1727
1810
  ### Patch Changes
1728
1811
 
1729
- - [`036351ec788`](https://bitbucket.org/atlassian/atlassian-frontend/commits/036351ec788) - [ED-18768] Make attrs reduce a readonly object
1812
+ - [`036351ec788`](https://bitbucket.org/atlassian/atlassian-frontend/commits/036351ec788) -
1813
+ [ED-18768] Make attrs reduce a readonly object
1730
1814
 
1731
1815
  ## 26.2.0
1732
1816
 
1733
1817
  ### Minor Changes
1734
1818
 
1735
- - [`a5877196a3c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5877196a3c) - [ux] EDM-6499 Fix handling of tel and other custom URI links
1819
+ - [`a5877196a3c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5877196a3c) - [ux]
1820
+ EDM-6499 Fix handling of tel and other custom URI links
1736
1821
 
1737
1822
  ## 26.1.0
1738
1823
 
1739
1824
  ### Minor Changes
1740
1825
 
1741
- - [`65fe45e0cc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65fe45e0cc0) - Promoted border mark to full schema and add border support for email renderer
1826
+ - [`65fe45e0cc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65fe45e0cc0) - Promoted
1827
+ border mark to full schema and add border support for email renderer
1742
1828
 
1743
1829
  ## 26.0.1
1744
1830
 
1745
1831
  ### Patch Changes
1746
1832
 
1747
- - [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
1833
+ - [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) -
1834
+ [ED-13910] Fix prosemirror types
1748
1835
 
1749
1836
  ## 26.0.0
1750
1837
 
1751
1838
  ### Major Changes
1752
1839
 
1753
- - [`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - [ADF change] added widthType attribute to mediaSingle node, to support fixed width media node.
1840
+ - [`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - [ADF
1841
+ change] added widthType attribute to mediaSingle node, to support fixed width media node.
1754
1842
 
1755
1843
  ## 25.10.1
1756
1844
 
1757
1845
  ### Patch Changes
1758
1846
 
1759
- - [`54c95071cce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54c95071cce) - Move around order of BlockCardDefinition attribute variations.
1847
+ - [`54c95071cce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54c95071cce) - Move
1848
+ around order of BlockCardDefinition attribute variations.
1760
1849
 
1761
1850
  ## 25.10.0
1762
1851
 
1763
1852
  ### Minor Changes
1764
1853
 
1765
- - [`d85c737c1e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d85c737c1e9) - Memoize getSchemaBasedOnStage for improved performance on repeated invocations
1854
+ - [`d85c737c1e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d85c737c1e9) - Memoize
1855
+ getSchemaBasedOnStage for improved performance on repeated invocations
1766
1856
 
1767
1857
  ## 25.9.2
1768
1858
 
@@ -1774,19 +1864,23 @@
1774
1864
 
1775
1865
  ### Patch Changes
1776
1866
 
1777
- - [`bf7e8e4968b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf7e8e4968b) - ED-15895 add unsupportedinline support to caption
1867
+ - [`bf7e8e4968b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf7e8e4968b) - ED-15895
1868
+ add unsupportedinline support to caption
1778
1869
 
1779
1870
  ## 25.9.0
1780
1871
 
1781
1872
  ### Minor Changes
1782
1873
 
1783
- - [`6de13a329d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de13a329d4) - Move `width` and `layout` out from `datasource` into `attr` root (context blockCard node)
1874
+ - [`6de13a329d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de13a329d4) - Move
1875
+ `width` and `layout` out from `datasource` into `attr` root (context blockCard node)
1784
1876
 
1785
1877
  ## 25.8.3
1786
1878
 
1787
1879
  ### Patch Changes
1788
1880
 
1789
- - [`f22911fb9be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f22911fb9be) - ENGHEALTH-2667: Adjust table cell color logic to enable static analysis of token usages and follow eslint rules
1881
+ - [`f22911fb9be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f22911fb9be) -
1882
+ ENGHEALTH-2667: Adjust table cell color logic to enable static analysis of token usages and follow
1883
+ eslint rules
1790
1884
  - Updated dependencies
1791
1885
 
1792
1886
  ## 25.8.2
@@ -1799,51 +1893,61 @@
1799
1893
 
1800
1894
  ### Patch Changes
1801
1895
 
1802
- - [`bbb877d8813`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbb877d8813) - [ED-18157] Remove circular dependencies in adf-schema package by extracting the backwards compatibility tests to a separate package
1896
+ - [`bbb877d8813`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbb877d8813) -
1897
+ [ED-18157] Remove circular dependencies in adf-schema package by extracting the backwards
1898
+ compatibility tests to a separate package
1803
1899
 
1804
1900
  ## 25.8.0
1805
1901
 
1806
1902
  ### Minor Changes
1807
1903
 
1808
- - [`f3d2c08d61b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3d2c08d61b) - Adds new datasource attribute to existing blockCard node
1904
+ - [`f3d2c08d61b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3d2c08d61b) - Adds new
1905
+ datasource attribute to existing blockCard node
1809
1906
 
1810
1907
  ## 25.7.0
1811
1908
 
1812
1909
  ### Minor Changes
1813
1910
 
1814
- - [`94561f309f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94561f309f3) - New stage-0 change: custom "width" attribute on Tables nodes
1911
+ - [`94561f309f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94561f309f3) - New
1912
+ stage-0 change: custom "width" attribute on Tables nodes
1815
1913
 
1816
1914
  ## 25.6.4
1817
1915
 
1818
1916
  ### Patch Changes
1819
1917
 
1820
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
1918
+ - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
1919
+ legacy types are published for TS 4.5-4.8
1821
1920
  - Updated dependencies
1822
1921
 
1823
1922
  ## 25.6.3
1824
1923
 
1825
1924
  ### Patch Changes
1826
1925
 
1827
- - [`a142ba1aa28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a142ba1aa28) - [ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed work-arounds for fixed issues
1926
+ - [`a142ba1aa28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a142ba1aa28) -
1927
+ [ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed work-arounds
1928
+ for fixed issues
1828
1929
 
1829
1930
  ## 25.6.2
1830
1931
 
1831
1932
  ### Patch Changes
1832
1933
 
1833
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
1934
+ - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
1935
+ Typescript from `4.5.5` to `4.9.5`
1834
1936
  - Updated dependencies
1835
1937
 
1836
1938
  ## 25.6.1
1837
1939
 
1838
1940
  ### Patch Changes
1839
1941
 
1840
- - [`0233170f43a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0233170f43a) - ED-17810 Handled malformed RGB table cell background color.
1942
+ - [`0233170f43a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0233170f43a) - ED-17810
1943
+ Handled malformed RGB table cell background color.
1841
1944
 
1842
1945
  ## 25.6.0
1843
1946
 
1844
1947
  ### Minor Changes
1845
1948
 
1846
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
1949
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
1950
+ minor dependency bump
1847
1951
 
1848
1952
  ### Patch Changes
1849
1953
 
@@ -1853,25 +1957,32 @@
1853
1957
 
1854
1958
  ### Patch Changes
1855
1959
 
1856
- - [`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert "[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed issues"
1960
+ - [`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert
1961
+ "[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed
1962
+ issues"
1857
1963
 
1858
1964
  ## 25.5.0
1859
1965
 
1860
1966
  ### Minor Changes
1861
1967
 
1862
- - [`0237059f136`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0237059f136) - Adds `LinkMetaStep` prosemirror step to be used to annotate a transaction with metadata about how (action, input method etc) for how a transaction has been performed.
1968
+ - [`0237059f136`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0237059f136) - Adds
1969
+ `LinkMetaStep` prosemirror step to be used to annotate a transaction with metadata about how
1970
+ (action, input method etc) for how a transaction has been performed.
1863
1971
 
1864
1972
  ### Patch Changes
1865
1973
 
1866
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
1974
+ - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
1975
+ remove before merging to master; dupe adf-schema via adf-utils
1867
1976
  - Updated dependencies
1868
1977
 
1869
1978
  ## 25.4.0
1870
1979
 
1871
1980
  ### Minor Changes
1872
1981
 
1873
- - [`bf04c417bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf04c417bfd) - Add "border" mark to stage0 ADF schema
1874
- - [`af9a85063e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af9a85063e5) - add image border toolbar
1982
+ - [`bf04c417bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf04c417bfd) - Add
1983
+ "border" mark to stage0 ADF schema
1984
+ - [`af9a85063e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af9a85063e5) - add
1985
+ image border toolbar
1875
1986
 
1876
1987
  ### Patch Changes
1877
1988
 
@@ -1881,22 +1992,25 @@
1881
1992
 
1882
1993
  ### Patch Changes
1883
1994
 
1884
- - [`2367ba14aa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2367ba14aa0) - [ux] ED-16758 Added support for theme tokens in table cell background color.
1885
- - [`6b52583b688`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b52583b688) - ED-15974 Currently nodes are validated against single spec.
1886
- When a node has multiple specs, like mediaSingle, the first spec is used to validate the node.
1887
- Therefore, the validation fails with an error `INVALID_CONTENT_LENGTH` when the correct spec is not selected for validation.
1995
+ - [`2367ba14aa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2367ba14aa0) - [ux]
1996
+ ED-16758 Added support for theme tokens in table cell background color.
1997
+ - [`6b52583b688`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b52583b688) - ED-15974
1998
+ Currently nodes are validated against single spec. When a node has multiple specs, like
1999
+ mediaSingle, the first spec is used to validate the node. Therefore, the validation fails with an
2000
+ error `INVALID_CONTENT_LENGTH` when the correct spec is not selected for validation.
1888
2001
 
1889
2002
  This fix is to re-arrange the specs so that the less restrictive spec is at the top.
1890
2003
 
1891
- - [`e771b41970b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e771b41970b) - Updating test cases for adf-schema json-compatibility-tests
2004
+ - [`e771b41970b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e771b41970b) - Updating
2005
+ test cases for adf-schema json-compatibility-tests
1892
2006
  - Updated dependencies
1893
2007
 
1894
2008
  ## 25.3.1
1895
2009
 
1896
2010
  ### Patch Changes
1897
2011
 
1898
- - [`f5568785246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5568785246) - Support common URL protocols:
1899
-
2012
+ - [`f5568785246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5568785246) - Support
2013
+ common URL protocols:
1900
2014
  - gopher
1901
2015
  - integrity
1902
2016
  - file
@@ -1907,45 +2021,57 @@
1907
2021
 
1908
2022
  ### Minor Changes
1909
2023
 
1910
- - [`7f755f463e0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f755f463e0) - EDM-4553: allowing root relative links to be copied and pasted as a link by appending the parent root to the root relative link when it is copy and pasted.
2024
+ - [`7f755f463e0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f755f463e0) -
2025
+ EDM-4553: allowing root relative links to be copied and pasted as a link by appending the parent
2026
+ root to the root relative link when it is copy and pasted.
1911
2027
 
1912
2028
  ## 25.2.3
1913
2029
 
1914
2030
  ### Patch Changes
1915
2031
 
1916
- - [`85f02a75990`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85f02a75990) - [hot-102658] Dummy patch added to stabalise package build failures caused because of bad remote cache
2032
+ - [`85f02a75990`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85f02a75990) -
2033
+ [hot-102658] Dummy patch added to stabalise package build failures caused because of bad remote
2034
+ cache
1917
2035
 
1918
2036
  ## 25.2.2
1919
2037
 
1920
2038
  ### Patch Changes
1921
2039
 
1922
- - [`8c04b73312e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c04b73312e) - ED-16758 Added data-cell-background attribute to store table cell background color information.
2040
+ - [`8c04b73312e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c04b73312e) - ED-16758
2041
+ Added data-cell-background attribute to store table cell background color information.
1923
2042
 
1924
2043
  ## 25.2.1
1925
2044
 
1926
2045
  ### Patch Changes
1927
2046
 
1928
- - [`f770f0118a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f770f0118a4) - This package is now declared as a singleton within its package.json file. Consumers should provide tooling to assist in deduplication and enforcement of the singleton pattern.
2047
+ - [`f770f0118a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f770f0118a4) - This
2048
+ package is now declared as a singleton within its package.json file. Consumers should provide
2049
+ tooling to assist in deduplication and enforcement of the singleton pattern.
1929
2050
 
1930
2051
  ## 25.2.0
1931
2052
 
1932
2053
  ### Minor Changes
1933
2054
 
1934
- - [`391a8ec684e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/391a8ec684e) - [ESS-3165] Move fragment mark and mediaInline node into the default schema
2055
+ - [`391a8ec684e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/391a8ec684e) -
2056
+ [ESS-3165] Move fragment mark and mediaInline node into the default schema
1935
2057
 
1936
2058
  ## 25.1.1
1937
2059
 
1938
2060
  ### Patch Changes
1939
2061
 
1940
- - [`4f6a895f1d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f6a895f1d5) - Set selectable property for selectable nodes
1941
- - [`5ac1c18bd04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ac1c18bd04) - [ux] Fix selection blocking issue where user cannot left/right arrow key past a mediaSingle
2062
+ - [`4f6a895f1d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f6a895f1d5) - Set
2063
+ selectable property for selectable nodes
2064
+ - [`5ac1c18bd04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ac1c18bd04) - [ux] Fix
2065
+ selection blocking issue where user cannot left/right arrow key past a mediaSingle
1942
2066
  - Updated dependencies
1943
2067
 
1944
2068
  ## 25.1.0
1945
2069
 
1946
2070
  ### Minor Changes
1947
2071
 
1948
- - [`055a333dad9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/055a333dad9) - [ux] Remove `moreTextColors` feature flag and deprecate `allowMoreTextColors` field of `allowTextColor` editor prop and `colorPaletteExtended` mark.
2072
+ - [`055a333dad9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/055a333dad9) - [ux]
2073
+ Remove `moreTextColors` feature flag and deprecate `allowMoreTextColors` field of `allowTextColor`
2074
+ editor prop and `colorPaletteExtended` mark.
1949
2075
 
1950
2076
  Showing more colors in the color selection palette is now a default behaviour.
1951
2077
 
@@ -1955,7 +2081,9 @@
1955
2081
 
1956
2082
  ### 1. `allowMoreTextColors` field of `allowTextColor` editor prop.
1957
2083
 
1958
- `allowMoreTextColors` field of `allowTextColor` editor prop. **is now deprecated and will be removed in the next stable release of `@atlaskit/editor-core` package**. Please take steps to remove that field from your code. E.g.:
2084
+ `allowMoreTextColors` field of `allowTextColor` editor prop. **is now deprecated and will be
2085
+ removed in the next stable release of `@atlaskit/editor-core` package**. Please take steps to
2086
+ remove that field from your code. E.g.:
1959
2087
 
1960
2088
  ```tsx
1961
2089
  <Editor
@@ -1978,7 +2106,8 @@
1978
2106
  />
1979
2107
  ```
1980
2108
 
1981
- If the resulting `allowTextColor` prop is an empty object, set `allowTextColor` property value to `true`. E.g.:
2109
+ If the resulting `allowTextColor` prop is an empty object, set `allowTextColor` property value to
2110
+ `true`. E.g.:
1982
2111
 
1983
2112
  ```tsx
1984
2113
  <Editor
@@ -2002,36 +2131,46 @@
2002
2131
 
2003
2132
  ### 2. `colorPaletteExtended` mark of the ADF schema
2004
2133
 
2005
- `colorPaletteExtended` mark of the ADF schema **is now deprecated and will be removed in the next stable release**. The extended palette is now rolled into the main one. use `colorPalette` instead.
2134
+ `colorPaletteExtended` mark of the ADF schema **is now deprecated and will be removed in the next
2135
+ stable release**. The extended palette is now rolled into the main one. use `colorPalette`
2136
+ instead.
2006
2137
 
2007
2138
  ## 25.0.0
2008
2139
 
2009
2140
  ### Major Changes
2010
2141
 
2011
- - [`5d317ed8aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d317ed8aa3) - [ux] ED-15882: Implement custom starting numbers for orderedList nodes in adf-schema, editor, renderer, transformers behind restartNumberedLists feature flag. Users will be able to set a custom starting number when typing to create a numbered list in the Editor and this will be persisted across Renderer and other format transformations.
2142
+ - [`5d317ed8aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d317ed8aa3) - [ux]
2143
+ ED-15882: Implement custom starting numbers for orderedList nodes in adf-schema, editor, renderer,
2144
+ transformers behind restartNumberedLists feature flag. Users will be able to set a custom starting
2145
+ number when typing to create a numbered list in the Editor and this will be persisted across
2146
+ Renderer and other format transformations.
2012
2147
 
2013
- Note: restartNumberedLists will be off by default. To enable it, consumers will need to set <Editor featureFlags={{ restartNumberedLists: true }}> or <Renderer featureFlags={{ restartNumberedLists: true }}>
2148
+ Note: restartNumberedLists will be off by default. To enable it, consumers will need to set
2149
+ <Editor featureFlags={{ restartNumberedLists: true }}> or <Renderer
2150
+ featureFlags={{ restartNumberedLists: true }}>
2014
2151
 
2015
2152
  ### Minor Changes
2016
2153
 
2017
- - [`92613b1f023`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92613b1f023) - ED-15018 and ED-13913 - Remove all circular dependencies and ignored warnings in editor
2154
+ - [`92613b1f023`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92613b1f023) - ED-15018
2155
+ and ED-13913 - Remove all circular dependencies and ignored warnings in editor
2018
2156
 
2019
2157
  ### Patch Changes
2020
2158
 
2021
- - [`aa3c130c43a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa3c130c43a) - Changes the annotation mark to inclusive in order to fix the annotation being deleted when doing composition
2022
- - [`7590e54ccc2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7590e54ccc2) - ED-15676 deprecated product-specific schema exports from @atlaskit/adf-schema (`schema-bitbucket`, `schema-confluence` and `schema-jira`). Use `@atlaskit/adf-schema/schema-default` instead.
2159
+ - [`aa3c130c43a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa3c130c43a) - Changes
2160
+ the annotation mark to inclusive in order to fix the annotation being deleted when doing
2161
+ composition
2162
+ - [`7590e54ccc2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7590e54ccc2) - ED-15676
2163
+ deprecated product-specific schema exports from @atlaskit/adf-schema (`schema-bitbucket`,
2164
+ `schema-confluence` and `schema-jira`). Use `@atlaskit/adf-schema/schema-default` instead.
2023
2165
 
2024
2166
  From `@atlaskit/adf-schema/schema-bitbucket`
2025
-
2026
2167
  - `default (bitbucketSchema)`
2027
2168
 
2028
2169
  From `@atlaskit/adf-schema/schema-confluence`
2029
-
2030
2170
  - `default (confluenceSchema)`
2031
2171
  - `confluenceSchemaWithMediaSingle`
2032
2172
 
2033
2173
  From `@atlaskit/adf-schema/schema-jira`
2034
-
2035
2174
  - `default (jiraSchema)`
2036
2175
  - `JIRASchemaConfig`
2037
2176
  - `isSchemaWithLists`
@@ -2046,109 +2185,132 @@
2046
2185
  - `isSchemaWithTextColor`
2047
2186
  - `isSchemaWithTables`
2048
2187
 
2049
- - [`ec05886ac07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec05886ac07) - [ux] ED-15871 Fixed issue with pasting a table from renderer does not respect theme mode
2050
- - [`3a35da6c331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a35da6c331) - DTR-825 ED-9775: added jamfselfservice:// to whitelistedURLPatterns
2051
- - [`1267ffe2c42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1267ffe2c42) - Add media traceId into copy/paste operations
2052
- - [`b2fa6d3e611`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2fa6d3e611) - [ED-16106] Fix margin top when paragraph has alignment marks
2188
+ - [`ec05886ac07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec05886ac07) - [ux]
2189
+ ED-15871 Fixed issue with pasting a table from renderer does not respect theme mode
2190
+ - [`3a35da6c331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a35da6c331) - DTR-825
2191
+ ED-9775: added jamfselfservice:// to whitelistedURLPatterns
2192
+ - [`1267ffe2c42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1267ffe2c42) - Add
2193
+ media traceId into copy/paste operations
2194
+ - [`b2fa6d3e611`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2fa6d3e611) -
2195
+ [ED-16106] Fix margin top when paragraph has alignment marks
2053
2196
 
2054
2197
  ## 24.0.3
2055
2198
 
2056
2199
  ### Patch Changes
2057
2200
 
2058
- - [`c2510fa261f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2510fa261f) - [ux] ED-15961 [ux] Updates the presentation of text color to use dark and light mode colors when those modes are enabled
2201
+ - [`c2510fa261f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2510fa261f) - [ux]
2202
+ ED-15961 [ux] Updates the presentation of text color to use dark and light mode colors when those
2203
+ modes are enabled
2059
2204
  - Updated dependencies
2060
2205
 
2061
2206
  ## 24.0.2
2062
2207
 
2063
2208
  ### Patch Changes
2064
2209
 
2065
- - [`b86981a0cf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b86981a0cf0) - [ux] ED-15426 fix broken copy paste of block card. Add content to schema toDOM.
2210
+ - [`b86981a0cf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b86981a0cf0) - [ux]
2211
+ ED-15426 fix broken copy paste of block card. Add content to schema toDOM.
2066
2212
  - Updated dependencies
2067
2213
 
2068
2214
  ## 24.0.1
2069
2215
 
2070
2216
  ### Patch Changes
2071
2217
 
2072
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
2218
+ - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
2219
+ Typescript from `4.3.5` to `4.5.5`
2073
2220
 
2074
2221
  ## 24.0.0
2075
2222
 
2076
2223
  ### Major Changes
2077
2224
 
2078
- - [`bd524db3926`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd524db3926) - ED-15380 Update fragment prosemirror-schema to match ADF schema
2225
+ - [`bd524db3926`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd524db3926) - ED-15380
2226
+ Update fragment prosemirror-schema to match ADF schema
2079
2227
 
2080
2228
  ### Minor Changes
2081
2229
 
2082
- - [`1f99f6b79d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f99f6b79d3) - Support media inline for jira transformer and minor schema changes
2230
+ - [`1f99f6b79d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f99f6b79d3) - Support
2231
+ media inline for jira transformer and minor schema changes
2083
2232
 
2084
2233
  ## 23.3.1
2085
2234
 
2086
2235
  ### Patch Changes
2087
2236
 
2088
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
2237
+ - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
2238
+ Typescript from `4.2.4` to `4.3.5`.
2089
2239
 
2090
2240
  ## 23.3.0
2091
2241
 
2092
2242
  ### Minor Changes
2093
2243
 
2094
- - [`fecd5f5c96c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fecd5f5c96c) - ED-15067 Added paragraph_with_indentation to block content to allow indented paragraphs inside of layout columns. Prior to this change, it was possible to add indentation but it resulted in an unsupported mark.
2244
+ - [`fecd5f5c96c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fecd5f5c96c) - ED-15067
2245
+ Added paragraph_with_indentation to block content to allow indented paragraphs inside of layout
2246
+ columns. Prior to this change, it was possible to add indentation but it resulted in an
2247
+ unsupported mark.
2095
2248
 
2096
2249
  ### Patch Changes
2097
2250
 
2098
- - [`721bc4d7794`](https://bitbucket.org/atlassian/atlassian-frontend/commits/721bc4d7794) - ED-14377 To remove the imports of version.json which is deprecated
2251
+ - [`721bc4d7794`](https://bitbucket.org/atlassian/atlassian-frontend/commits/721bc4d7794) - ED-14377
2252
+ To remove the imports of version.json which is deprecated
2099
2253
 
2100
2254
  ## 23.2.1
2101
2255
 
2102
2256
  ### Patch Changes
2103
2257
 
2104
- - [`28ceecfd24d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28ceecfd24d) - empty changeset
2258
+ - [`28ceecfd24d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28ceecfd24d) - empty
2259
+ changeset
2105
2260
 
2106
2261
  ## 23.2.0
2107
2262
 
2108
2263
  ### Minor Changes
2109
2264
 
2110
- - [`4d8c675bd2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d8c675bd2a) - EDM-3779 Hotfix: Extend Media Inline ADF Schema to have type attribute
2265
+ - [`4d8c675bd2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d8c675bd2a) - EDM-3779
2266
+ Hotfix: Extend Media Inline ADF Schema to have type attribute
2111
2267
 
2112
2268
  ## 23.1.0
2113
2269
 
2114
2270
  ### Minor Changes
2115
2271
 
2116
- - [`8949731bc6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8949731bc6a) - ED-14608: Migrate adf-utils imports in atlassian-frontend to new child entry points to improve treeshaking
2272
+ - [`8949731bc6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8949731bc6a) -
2273
+ ED-14608: Migrate adf-utils imports in atlassian-frontend to new child entry points to improve
2274
+ treeshaking
2117
2275
 
2118
2276
  ### Patch Changes
2119
2277
 
2120
- - [`f0d6141f46c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0d6141f46c) - ED-14114: added tests to ensure consistency between ADF/ProseMirror schemas for default Mark attributes
2278
+ - [`f0d6141f46c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0d6141f46c) -
2279
+ ED-14114: added tests to ensure consistency between ADF/ProseMirror schemas for default Mark
2280
+ attributes
2121
2281
  - Updated dependencies
2122
2282
 
2123
2283
  ## 23.0.2
2124
2284
 
2125
2285
  ### Patch Changes
2126
2286
 
2127
- - [`702b032500c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/702b032500c) - [ux] Corrected ordering of the toolbar text colour picker's drop down menu, updated its rows to be from darkest to lightest.
2287
+ - [`702b032500c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/702b032500c) - [ux]
2288
+ Corrected ordering of the toolbar text colour picker's drop down menu, updated its rows to be from
2289
+ darkest to lightest.
2128
2290
 
2129
2291
  ## 23.0.1
2130
2292
 
2131
2293
  ### Patch Changes
2132
2294
 
2133
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
2295
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
2296
+ to TypeScript 4.2.4
2134
2297
 
2135
2298
  ## 23.0.0
2136
2299
 
2137
2300
  ### Major Changes
2138
2301
 
2139
- - [`b29ce16dad8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b29ce16dad8) - [ED-14606] Move bitbucket schema, confluence schema, jira schema, and default schema from @atlaskit/adf-schema to their own entry points. These new entry points are as follows
2302
+ - [`b29ce16dad8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b29ce16dad8) -
2303
+ [ED-14606] Move bitbucket schema, confluence schema, jira schema, and default schema from
2304
+ @atlaskit/adf-schema to their own entry points. These new entry points are as follows
2140
2305
 
2141
2306
  @atlaskit/adf-schema/schema-bitbucket for:
2142
-
2143
2307
  - bitbucketSchema
2144
2308
 
2145
2309
  @atlaskit/adf-schema/schema-confluence for:
2146
-
2147
2310
  - confluenceSchema
2148
2311
  - confluenceSchemaWithMediaSingle
2149
2312
 
2150
2313
  @atlaskit/adf-schema/schema-jira for:
2151
-
2152
2314
  - default as createJIRASchema
2153
2315
  - isSchemaWithLists
2154
2316
  - isSchemaWithMentions
@@ -2163,31 +2325,35 @@
2163
2325
  - isSchemaWithTables
2164
2326
 
2165
2327
  @atlaskit/adf-schema/schema-default for:
2166
-
2167
2328
  - defaultSchema
2168
2329
  - getSchemaBasedOnStage
2169
2330
  - defaultSchemaConfig
2170
2331
 
2171
- This change also includes codemods in @atlaskit/adf-schema to update these entry points. It also introduces a new util function "changeImportEntryPoint" to @atlaskit/codemod-utils to handle this scenario.
2332
+ This change also includes codemods in @atlaskit/adf-schema to update these entry points. It also
2333
+ introduces a new util function "changeImportEntryPoint" to @atlaskit/codemod-utils to handle this
2334
+ scenario.
2172
2335
 
2173
2336
  ### Patch Changes
2174
2337
 
2175
- - [`d079ab083af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d079ab083af) - Don't make mediaInline trigger if pasted dom node is an img tag
2176
- - [`0663a4954aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0663a4954aa) - [ED-14690] Add safe check for text node on SetAttrs custom step
2338
+ - [`d079ab083af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d079ab083af) - Don't
2339
+ make mediaInline trigger if pasted dom node is an img tag
2340
+ - [`0663a4954aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0663a4954aa) -
2341
+ [ED-14690] Add safe check for text node on SetAttrs custom step
2177
2342
  - Updated dependencies
2178
2343
 
2179
2344
  ## 22.1.0
2180
2345
 
2181
2346
  ### Minor Changes
2182
2347
 
2183
- - [`fd5028f6751`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5028f6751) - EDM-2873: Promote MediaInline to full schema
2348
+ - [`fd5028f6751`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5028f6751) -
2349
+ EDM-2873: Promote MediaInline to full schema
2184
2350
 
2185
2351
  ## 22.0.2
2186
2352
 
2187
2353
  ### Patch Changes
2188
2354
 
2189
- - [`03930b9f4c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03930b9f4c7) - ED-14253: fixed infinite transaction loop after uploading a file to the editor.
2190
-
2355
+ - [`03930b9f4c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03930b9f4c7) -
2356
+ ED-14253: fixed infinite transaction loop after uploading a file to the editor.
2191
2357
  - updated ADF for MediaBaseAttributes.\_\_contextId to allow for null value
2192
2358
  - fixed Editor example page 2-comment-jira-bento
2193
2359
 
@@ -2195,21 +2361,22 @@
2195
2361
 
2196
2362
  ### Patch Changes
2197
2363
 
2198
- - [`c7a3ccf95cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7a3ccf95cd) - Patching versions to no longer reference localid from adf or smart-cards
2364
+ - [`c7a3ccf95cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7a3ccf95cd) - Patching
2365
+ versions to no longer reference localid from adf or smart-cards
2199
2366
 
2200
2367
  ## 22.0.0
2201
2368
 
2202
2369
  ### Major Changes
2203
2370
 
2204
- - [`439cf07029a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/439cf07029a) - ED-13881 Move @atlaskit/adf-schema test helpers to @atlaskit/editor-test-helpers
2371
+ - [`439cf07029a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/439cf07029a) - ED-13881
2372
+ Move @atlaskit/adf-schema test helpers to @atlaskit/editor-test-helpers
2205
2373
 
2206
- A new entry point for @atlaskit/editor-test-helpers/adf-schema has been
2207
- introduced. All test helpers that previously lived under @atlaskit/adf-schema
2208
- have been moved there instead.
2374
+ A new entry point for @atlaskit/editor-test-helpers/adf-schema has been introduced. All test
2375
+ helpers that previously lived under @atlaskit/adf-schema have been moved there instead.
2209
2376
 
2210
- Imports inside @atlaskit/adf-schema that previously relied on relative paths, or
2211
- imports from other packages that referred to @atlaskit/adf-schema/test-helpers,
2212
- should be updated to reference @atlaskit/editor-test-helpers/adf-schema instead.
2377
+ Imports inside @atlaskit/adf-schema that previously relied on relative paths, or imports from
2378
+ other packages that referred to @atlaskit/adf-schema/test-helpers, should be updated to reference
2379
+ @atlaskit/editor-test-helpers/adf-schema instead.
2213
2380
 
2214
2381
  Old usages:
2215
2382
 
@@ -2224,11 +2391,12 @@
2224
2391
  import { schema } from '@atlaskit/editor-test-helpers/adf-schema';
2225
2392
  ```
2226
2393
 
2227
- - [`a86ac5fa763`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a86ac5fa763) - ED-13881 Migrate @atlaskit/adf-schema to declarative entry points
2394
+ - [`a86ac5fa763`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a86ac5fa763) - ED-13881
2395
+ Migrate @atlaskit/adf-schema to declarative entry points
2228
2396
 
2229
- We are now explicitly declaring entry points as public API. Since some consumers
2230
- may have previously relied on file-based entry points for the generated JSON
2231
- schema outputs, this is considered a breaking change.
2397
+ We are now explicitly declaring entry points as public API. Since some consumers may have
2398
+ previously relied on file-based entry points for the generated JSON schema outputs, this is
2399
+ considered a breaking change.
2232
2400
 
2233
2401
  Old usage:
2234
2402
 
@@ -2244,221 +2412,285 @@
2244
2412
  import { stageZeroSchema } from '@atlaskit/adf-schema/json-schema';
2245
2413
  ```
2246
2414
 
2247
- - [`304351e4b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/304351e4b1e) - CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify custom panel emojis. The change has been categorised as major since it is a change to the full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been released to production, and is only currently planned for release to Confluence. See ADF change #61 for further details.
2248
- - [`3b49ff824ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b49ff824ec) - ED-14043 update prosemirror schema to only allow link mark on children of paragraph and mediaSingle
2415
+ - [`304351e4b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/304351e4b1e) -
2416
+ CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify
2417
+ custom panel emojis. The change has been categorised as major since it is a change to the
2418
+ full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been
2419
+ released to production, and is only currently planned for release to Confluence. See ADF change
2420
+ #61 for further details.
2421
+ - [`3b49ff824ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b49ff824ec) - ED-14043
2422
+ update prosemirror schema to only allow link mark on children of paragraph and mediaSingle
2249
2423
 
2250
2424
  ### Minor Changes
2251
2425
 
2252
- - [`e9aea0f4191`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9aea0f4191) - CETI-243 Handling Duplicate Emoji Issue When Copying From Renderer
2426
+ - [`e9aea0f4191`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9aea0f4191) - CETI-243
2427
+ Handling Duplicate Emoji Issue When Copying From Renderer
2253
2428
 
2254
2429
  ### Patch Changes
2255
2430
 
2256
- - [`7f8be1a6a30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f8be1a6a30) - clean stage0 artefacts from dataConsumer mark
2257
- - [`783bda0d683`](https://bitbucket.org/atlassian/atlassian-frontend/commits/783bda0d683) - Extra information added to analytics for toolbar change view options
2431
+ - [`7f8be1a6a30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f8be1a6a30) - clean
2432
+ stage0 artefacts from dataConsumer mark
2433
+ - [`783bda0d683`](https://bitbucket.org/atlassian/atlassian-frontend/commits/783bda0d683) - Extra
2434
+ information added to analytics for toolbar change view options
2258
2435
 
2259
2436
  ## 21.0.0
2260
2437
 
2261
2438
  ### Major Changes
2262
2439
 
2263
- - [`5af69bfe9be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af69bfe9be) - CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify custom panel emojis. The change has been categorised as major since it is a change to the full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been released to production, and is only currently planned for release to Confluence. See ADF change #61 for further details.
2440
+ - [`5af69bfe9be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af69bfe9be) -
2441
+ CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify
2442
+ custom panel emojis. The change has been categorised as major since it is a change to the
2443
+ full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been
2444
+ released to production, and is only currently planned for release to Confluence. See ADF change
2445
+ #61 for further details.
2264
2446
 
2265
2447
  ### Minor Changes
2266
2448
 
2267
- - [`f110cbb7218`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f110cbb7218) - CETI-243 Handling Duplicate Emoji Issue When Copying From Renderer
2268
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - - Allow `table` nodes to have `fragment` marks
2449
+ - [`f110cbb7218`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f110cbb7218) - CETI-243
2450
+ Handling Duplicate Emoji Issue When Copying From Renderer
2451
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - - Allow
2452
+ `table` nodes to have `fragment` marks
2269
2453
  - Promote `fragment` mark to "full" ADF schema
2270
2454
 
2271
2455
  ## 20.1.3
2272
2456
 
2273
2457
  ### Patch Changes
2274
2458
 
2275
- - [`b4d09742c59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4d09742c59) - [ED-14236] Add dataConsumer mark to defaultSchema on adf-schema
2459
+ - [`b4d09742c59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4d09742c59) -
2460
+ [ED-14236] Add dataConsumer mark to defaultSchema on adf-schema
2276
2461
 
2277
2462
  ## 20.1.2
2278
2463
 
2279
2464
  ### Patch Changes
2280
2465
 
2281
- - [`bfc3a31f7d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfc3a31f7d0) - ED-14130 fix copy paste block cards
2466
+ - [`bfc3a31f7d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfc3a31f7d0) - ED-14130
2467
+ fix copy paste block cards
2282
2468
 
2283
2469
  ## 20.1.1
2284
2470
 
2285
2471
  ### Patch Changes
2286
2472
 
2287
- - [`41265fc80a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41265fc80a4) - MEX-1245 Ensure nodes with block marks can be parsed during
2288
- parseDOM/toDOM (e.g. linked media)
2473
+ - [`41265fc80a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41265fc80a4) - MEX-1245
2474
+ Ensure nodes with block marks can be parsed during parseDOM/toDOM (e.g. linked media)
2289
2475
 
2290
2476
  ## 20.1.0
2291
2477
 
2292
2478
  ### Minor Changes
2293
2479
 
2294
- - [`d6c140182ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c140182ce) - [ED-14095] Allow links along textColor marks to match the current ADF Schema
2295
- - [`b9cd2373064`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9cd2373064) - [ED-14106] Reset custom color when the node is inside a link
2480
+ - [`d6c140182ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c140182ce) -
2481
+ [ED-14095] Allow links along textColor marks to match the current ADF Schema
2482
+ - [`b9cd2373064`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9cd2373064) -
2483
+ [ED-14106] Reset custom color when the node is inside a link
2296
2484
 
2297
2485
  ## 20.0.1
2298
2486
 
2299
2487
  ### Patch Changes
2300
2488
 
2301
- - [`977f778e630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/977f778e630) - Add action elements to paste allowlist
2489
+ - [`977f778e630`](https://bitbucket.org/atlassian/atlassian-frontend/commits/977f778e630) - Add
2490
+ action elements to paste allowlist
2302
2491
 
2303
2492
  ## 20.0.0
2304
2493
 
2305
2494
  ### Major Changes
2306
2495
 
2307
- - [`3a2a5e14fdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2a5e14fdc) - As we are moving to full schema, merged the customPanel nodeSpec with panel nodeSpec
2308
- - [`8f0577e0eb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f0577e0eb1) - [ux] Promoted captions to full schema and better support of wikimarkup, email and slack renderer
2496
+ - [`3a2a5e14fdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2a5e14fdc) - As we
2497
+ are moving to full schema, merged the customPanel nodeSpec with panel nodeSpec
2498
+ - [`8f0577e0eb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f0577e0eb1) - [ux]
2499
+ Promoted captions to full schema and better support of wikimarkup, email and slack renderer
2309
2500
 
2310
2501
  ### Minor Changes
2311
2502
 
2312
- - [`65a541166fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65a541166fe) - ED-13766 fix pm node spec for media single with caption
2313
- - [`83154234335`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83154234335) - ED-13522 Add safe URL check to ADF validator (smart cards now show as unsupported content if the check fails)
2314
- - [`8bbb96540ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bbb96540ea) - Add "fragment" mark to stage0 ADF schema
2503
+ - [`65a541166fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65a541166fe) - ED-13766
2504
+ fix pm node spec for media single with caption
2505
+ - [`83154234335`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83154234335) - ED-13522
2506
+ Add safe URL check to ADF validator (smart cards now show as unsupported content if the check
2507
+ fails)
2508
+ - [`8bbb96540ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bbb96540ea) - Add
2509
+ "fragment" mark to stage0 ADF schema
2315
2510
 
2316
2511
  ### Patch Changes
2317
2512
 
2318
- - [`c6feed82071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6feed82071) - ED-11632: Bump prosemirror packages;
2319
-
2513
+ - [`c6feed82071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6feed82071) -
2514
+ ED-11632: Bump prosemirror packages;
2320
2515
  - prosmirror-commands 1.1.4 -> 1.1.11,
2321
2516
  - prosemirror-model 1.11.0 -> 1.14.3,
2322
2517
  - prosemirror-state 1.3.3 -> 1.3.4,
2323
2518
  - prosemirror-transform 1.2.8 -> 1.3.2,
2324
2519
  - prosemirror-view 1.15.4 + 1.18.8 -> 1.20.2.
2325
2520
 
2326
- - [`297d113d54b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/297d113d54b) - Unskip backwrd compat test and fix mistakes
2521
+ - [`297d113d54b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/297d113d54b) - Unskip
2522
+ backwrd compat test and fix mistakes
2327
2523
  - Updated dependencies
2328
2524
 
2329
2525
  ## 19.3.1
2330
2526
 
2331
2527
  ### Patch Changes
2332
2528
 
2333
- - [`f4ce830a2f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4ce830a2f2) - [HOT-97158] Fix paste link applying marks on block nodes
2529
+ - [`f4ce830a2f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4ce830a2f2) -
2530
+ [HOT-97158] Fix paste link applying marks on block nodes
2334
2531
 
2335
2532
  ## 19.3.0
2336
2533
 
2337
2534
  ### Minor Changes
2338
2535
 
2339
- - [`93da0afefce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93da0afefce) - CETI-78 Change panel nodeSpec to handle paste when feature flag is off
2340
- - [`971845eac0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/971845eac0d) - CETI-96 Added new rule to emoji to solve the duplicate icon issue when we copy from renderer
2341
- - [`e856b56fd31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e856b56fd31) - ED-13669 reuse same links normalization method in plugin and adf schema
2536
+ - [`93da0afefce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93da0afefce) - CETI-78
2537
+ Change panel nodeSpec to handle paste when feature flag is off
2538
+ - [`971845eac0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/971845eac0d) - CETI-96
2539
+ Added new rule to emoji to solve the duplicate icon issue when we copy from renderer
2540
+ - [`e856b56fd31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e856b56fd31) - ED-13669
2541
+ reuse same links normalization method in plugin and adf schema
2342
2542
 
2343
2543
  ## 19.2.3
2344
2544
 
2345
2545
  ### Patch Changes
2346
2546
 
2347
- - [`a80f50a843c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a80f50a843c) - [HOT-97158] Fix paste link heading issue
2547
+ - [`a80f50a843c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a80f50a843c) -
2548
+ [HOT-97158] Fix paste link heading issue
2348
2549
 
2349
2550
  ## 19.2.2
2350
2551
 
2351
2552
  ### Patch Changes
2352
2553
 
2353
- - [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
2554
+ - [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal
2555
+ upgrade of memoize-one to 6.0.0
2354
2556
 
2355
2557
  ## 19.2.1
2356
2558
 
2357
2559
  ### Patch Changes
2358
2560
 
2359
- - [`a55dbcb3ecd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a55dbcb3ecd) - [ED-13882] Fix layout section ProseMirror Schema content
2561
+ - [`a55dbcb3ecd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a55dbcb3ecd) -
2562
+ [ED-13882] Fix layout section ProseMirror Schema content
2360
2563
 
2361
2564
  ## 19.2.0
2362
2565
 
2363
2566
  ### Minor Changes
2364
2567
 
2365
- - [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - CETI-72 Web: Copy from renderer loses custom panel attributes
2366
- - [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Add single column support for layouts
2367
- - [`9fbaa50c904`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fbaa50c904) - ED-13133 fixed broken table with sticky headers after undo merge cells with tableCellOptimisation on
2368
- - [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux] add single layout support for layout
2369
- - [`6840e64d105`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6840e64d105) - CETI-124: Revert panel content wrapper from span to div
2568
+ - [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - CETI-72
2569
+ Web: Copy from renderer loses custom panel attributes
2570
+ - [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Add
2571
+ single column support for layouts
2572
+ - [`9fbaa50c904`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fbaa50c904) - ED-13133
2573
+ fixed broken table with sticky headers after undo merge cells with tableCellOptimisation on
2574
+ - [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux] add
2575
+ single layout support for layout
2576
+ - [`6840e64d105`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6840e64d105) -
2577
+ CETI-124: Revert panel content wrapper from span to div
2370
2578
 
2371
2579
  ## 19.1.0
2372
2580
 
2373
2581
  ### Minor Changes
2374
2582
 
2375
- - [`ad67f6684f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad67f6684f1) - Add MediaInline to ADF Stage0 schema
2376
- - [`71bb1bb3cd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71bb1bb3cd0) - [ED-12933] Add new custom step for TypeAhead local flow control
2583
+ - [`ad67f6684f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad67f6684f1) - Add
2584
+ MediaInline to ADF Stage0 schema
2585
+ - [`71bb1bb3cd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71bb1bb3cd0) -
2586
+ [ED-12933] Add new custom step for TypeAhead local flow control
2377
2587
 
2378
2588
  ## 19.0.0
2379
2589
 
2380
2590
  ### Major Changes
2381
2591
 
2382
- - [`96c6146eef1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c6146eef1) - ED-13187: localId optional & empty values filtered
2383
- - [`2aef13b22d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2aef13b22d8) - ED-12604: add localId for tables and dataConsumer mark for extensions in full schema
2592
+ - [`96c6146eef1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c6146eef1) -
2593
+ ED-13187: localId optional & empty values filtered
2594
+ - [`2aef13b22d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2aef13b22d8) -
2595
+ ED-12604: add localId for tables and dataConsumer mark for extensions in full schema
2384
2596
 
2385
2597
  ### Patch Changes
2386
2598
 
2387
- - [`aa6f29f8c3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa6f29f8c3d) - Setting up empty string value for alt attribute (images) by default
2599
+ - [`aa6f29f8c3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa6f29f8c3d) - Setting
2600
+ up empty string value for alt attribute (images) by default
2388
2601
 
2389
2602
  ## 18.2.0
2390
2603
 
2391
2604
  ### Minor Changes
2392
2605
 
2393
- - [`489e4d18bc1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/489e4d18bc1) - ED-12891 Enable indentation as a valid mark on headings in layouts to align PM schema with ADF schema
2606
+ - [`489e4d18bc1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/489e4d18bc1) - ED-12891
2607
+ Enable indentation as a valid mark on headings in layouts to align PM schema with ADF schema
2394
2608
 
2395
2609
  ### Patch Changes
2396
2610
 
2397
- - [`18a96c228f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18a96c228f8) - EDM-2024: fix MediaGroup Prosemirror Schema incompatibility
2611
+ - [`18a96c228f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18a96c228f8) -
2612
+ EDM-2024: fix MediaGroup Prosemirror Schema incompatibility
2398
2613
 
2399
2614
  ## 18.1.1
2400
2615
 
2401
2616
  ### Patch Changes
2402
2617
 
2403
- - [`d9e3deda557`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9e3deda557) - ED-12545 We are adding compatibility test for ADF Schema with ProseMirror Schema
2618
+ - [`d9e3deda557`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9e3deda557) - ED-12545
2619
+ We are adding compatibility test for ADF Schema with ProseMirror Schema
2404
2620
 
2405
2621
  ## 18.1.0
2406
2622
 
2407
2623
  ### Minor Changes
2408
2624
 
2409
- - [`9fef23ee77c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fef23ee77c) - ED-12477 Add unsupported node capability to Media Group
2625
+ - [`9fef23ee77c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fef23ee77c) - ED-12477
2626
+ Add unsupported node capability to Media Group
2410
2627
 
2411
2628
  ## 18.0.0
2412
2629
 
2413
2630
  ### Major Changes
2414
2631
 
2415
- - [`7e6fe5abae9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e6fe5abae9) - revert heading with indentation in table cell content
2632
+ - [`7e6fe5abae9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e6fe5abae9) - revert
2633
+ heading with indentation in table cell content
2416
2634
 
2417
2635
  ## 17.0.0
2418
2636
 
2419
2637
  ### Major Changes
2420
2638
 
2421
- - [`ddecaf6f306`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ddecaf6f306) - ED-12436 remove 'allowLocalIdGeneration' from Editor as extension localId is added to full schema
2422
- - [`084abc13201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/084abc13201) - ED-12265 Add unsupport content support to media single
2423
- ED-12265 Remove `caption` from default schema - Renderer
2424
- - [`9d3472d1a17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d3472d1a17) - ED-12889: Remove heading with indentation from table cell content
2639
+ - [`ddecaf6f306`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ddecaf6f306) - ED-12436
2640
+ remove 'allowLocalIdGeneration' from Editor as extension localId is added to full schema
2641
+ - [`084abc13201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/084abc13201) - ED-12265
2642
+ Add unsupport content support to media single ED-12265 Remove `caption` from default schema -
2643
+ Renderer
2644
+ - [`9d3472d1a17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d3472d1a17) -
2645
+ ED-12889: Remove heading with indentation from table cell content
2425
2646
 
2426
2647
  ### Minor Changes
2427
2648
 
2428
- - [`ee1c658ca80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee1c658ca80) - ED-12270 Add unsupported content support for decision lists and task lists
2429
- - [`5fba22a5a21`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fba22a5a21) - [NO ISSUE] Move Table Sort Custom Step to the ADF package
2649
+ - [`ee1c658ca80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee1c658ca80) - ED-12270
2650
+ Add unsupported content support for decision lists and task lists
2651
+ - [`5fba22a5a21`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fba22a5a21) - [NO
2652
+ ISSUE] Move Table Sort Custom Step to the ADF package
2430
2653
 
2431
2654
  ## 16.0.0
2432
2655
 
2433
2656
  ### Major Changes
2434
2657
 
2435
- - [`f973bb5dde8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f973bb5dde8) - [ux] ED-12782 Remove codeblock languages from adf-schema
2658
+ - [`f973bb5dde8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f973bb5dde8) - [ux]
2659
+ ED-12782 Remove codeblock languages from adf-schema
2436
2660
 
2437
2661
  BREAKING CHANGE
2438
2662
 
2439
- `@atlaskit/adf-schema` is not longer exporting: `DEFAULT_LANGUAGES`, `createLanguageList`, `filterSupportedLanguages`, `findMatchedLanguage`, `getLanguageIdentifier` and `Language`. This are now used internally in `@atlaskit/editor-core`
2663
+ `@atlaskit/adf-schema` is not longer exporting: `DEFAULT_LANGUAGES`, `createLanguageList`,
2664
+ `filterSupportedLanguages`, `findMatchedLanguage`, `getLanguageIdentifier` and `Language`. This
2665
+ are now used internally in `@atlaskit/editor-core`
2440
2666
 
2441
2667
  ### Minor Changes
2442
2668
 
2443
- - [`1fbe305bf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fbe305bf7d) - ED-12273 Unsupported content support for Layout
2669
+ - [`1fbe305bf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fbe305bf7d) - ED-12273
2670
+ Unsupported content support for Layout
2444
2671
 
2445
2672
  ## 15.3.0
2446
2673
 
2447
2674
  ### Minor Changes
2448
2675
 
2449
- - [`8c84c29006b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c84c29006b) - Improve data-consumer mark being nested, aAdd basic doc tests for data consumer
2450
- - [`621f12ec284`](https://bitbucket.org/atlassian/atlassian-frontend/commits/621f12ec284) - Update adf util specs to support unsupported content changes
2676
+ - [`8c84c29006b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c84c29006b) - Improve
2677
+ data-consumer mark being nested, aAdd basic doc tests for data consumer
2678
+ - [`621f12ec284`](https://bitbucket.org/atlassian/atlassian-frontend/commits/621f12ec284) - Update
2679
+ adf util specs to support unsupported content changes
2451
2680
 
2452
2681
  ### Patch Changes
2453
2682
 
2454
- - [`794b81df22c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/794b81df22c) - Removes surplus style whitespace rule on code mark.
2683
+ - [`794b81df22c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/794b81df22c) - Removes
2684
+ surplus style whitespace rule on code mark.
2455
2685
 
2456
2686
  ## 15.2.0
2457
2687
 
2458
2688
  ### Minor Changes
2459
2689
 
2460
- - [`653093877f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/653093877f8) - Update data-consumer behaviour for json transforming
2461
- - [`357edf7b4a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/357edf7b4a1) - ED-12266 Extend code block to support UnsupportedInline content.
2690
+ - [`653093877f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/653093877f8) - Update
2691
+ data-consumer behaviour for json transforming
2692
+ - [`357edf7b4a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/357edf7b4a1) - ED-12266
2693
+ Extend code block to support UnsupportedInline content.
2462
2694
 
2463
2695
  ## 15.1.1
2464
2696
 
@@ -2470,140 +2702,179 @@
2470
2702
 
2471
2703
  ### Minor Changes
2472
2704
 
2473
- - [`330c1fce7f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/330c1fce7f9) - ED-12264 Add unsupported content capability to panel and blockquote
2705
+ - [`330c1fce7f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/330c1fce7f9) - ED-12264
2706
+ Add unsupported content capability to panel and blockquote
2474
2707
 
2475
2708
  ### Patch Changes
2476
2709
 
2477
- - [`5089bd2544d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5089bd2544d) - ED-11919: generate localId for tables
2478
- - [`58b170725be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58b170725be) - Renamed @atlaskit/editor-test-helpers/schema-builder to @atlaskit/editor-test-helpers/doc-builder
2710
+ - [`5089bd2544d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5089bd2544d) -
2711
+ ED-11919: generate localId for tables
2712
+ - [`58b170725be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58b170725be) - Renamed
2713
+ @atlaskit/editor-test-helpers/schema-builder to @atlaskit/editor-test-helpers/doc-builder
2479
2714
 
2480
2715
  ## 15.0.0
2481
2716
 
2482
2717
  ### Major Changes
2483
2718
 
2484
- - [`db9dec112b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db9dec112b1) - ED-10613: clean up text colour experiment
2719
+ - [`db9dec112b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db9dec112b1) -
2720
+ ED-10613: clean up text colour experiment
2485
2721
 
2486
2722
  ### Minor Changes
2487
2723
 
2488
- - [`6d748ea5140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d748ea5140) - New stage-0 data consumer mark in ADF schema
2724
+ - [`6d748ea5140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d748ea5140) - New
2725
+ stage-0 data consumer mark in ADF schema
2489
2726
 
2490
2727
  ### Patch Changes
2491
2728
 
2492
- - [`e6bd5669a53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6bd5669a53) - ED-10888 Deduplicate AJV initialization from our codebase
2493
- - [`d2e70ebaaa9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2e70ebaaa9) - NO-ISSUE: updated editor tests to use 'doc: DocBuilder' instead of 'doc: any'
2494
- - [`fe1c96a3d28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe1c96a3d28) - added DocBuilder type to @atlaskit/editor-test-helpers, replaced duplicate definitions and DocumentType
2729
+ - [`e6bd5669a53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6bd5669a53) - ED-10888
2730
+ Deduplicate AJV initialization from our codebase
2731
+ - [`d2e70ebaaa9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2e70ebaaa9) -
2732
+ NO-ISSUE: updated editor tests to use 'doc: DocBuilder' instead of 'doc: any'
2733
+ - [`fe1c96a3d28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe1c96a3d28) - added
2734
+ DocBuilder type to @atlaskit/editor-test-helpers, replaced duplicate definitions and DocumentType
2495
2735
 
2496
2736
  ## 14.1.0
2497
2737
 
2498
2738
  ### Minor Changes
2499
2739
 
2500
- - [`e6033cf5a7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6033cf5a7b) - HOT-94716 Add embedCard to allowable content in bodiedExtension
2740
+ - [`e6033cf5a7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6033cf5a7b) -
2741
+ HOT-94716 Add embedCard to allowable content in bodiedExtension
2501
2742
 
2502
2743
  ## 14.0.0
2503
2744
 
2504
2745
  ### Major Changes
2505
2746
 
2506
- - [`85cc08ec2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85cc08ec2e6) - [ED-11353] Adds the input method for undo/redo events
2747
+ - [`85cc08ec2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85cc08ec2e6) -
2748
+ [ED-11353] Adds the input method for undo/redo events
2507
2749
 
2508
2750
  #Breaking Change
2509
2751
 
2510
2752
  `adf-schema`
2511
2753
 
2512
- AnalyticsStep doesn't need the `handleAnalyticsEvent: HandleAnalyticsEvent<P>` anymore.
2513
- We are submitting the events using the editor-core plugin `analytics`. On this file:
2754
+ AnalyticsStep doesn't need the `handleAnalyticsEvent: HandleAnalyticsEvent<P>` anymore. We are
2755
+ submitting the events using the editor-core plugin `analytics`. On this file:
2514
2756
  `packages/editor/editor-core/src/plugins/analytics/plugin.ts`
2515
2757
 
2516
- This will fix a hard to catch bug where the events were being dispatched before the transaction being applied.
2517
- The transaction wasn't used, but the event was dispatched anyway, causing a data mismatch between user experience and actions.
2758
+ This will fix a hard to catch bug where the events were being dispatched before the transaction
2759
+ being applied. The transaction wasn't used, but the event was dispatched anyway, causing a data
2760
+ mismatch between user experience and actions.
2518
2761
 
2519
2762
  ### Minor Changes
2520
2763
 
2521
- - [`be0bfb03f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be0bfb03f12) - [ux] Implement syntax highlighting in editor code-block
2764
+ - [`be0bfb03f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be0bfb03f12) - [ux]
2765
+ Implement syntax highlighting in editor code-block
2522
2766
 
2523
2767
  ### Patch Changes
2524
2768
 
2525
- - [`ffbe78153cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffbe78153cf) - New stage0 ADF change: localId attribute on Table nodes
2769
+ - [`ffbe78153cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffbe78153cf) - New
2770
+ stage0 ADF change: localId attribute on Table nodes
2526
2771
 
2527
2772
  ## 13.7.2
2528
2773
 
2529
2774
  ### Patch Changes
2530
2775
 
2531
- - [`b36f8119df5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b36f8119df5) - Add in keymap for moving to gap cursor from caption
2532
- - [`d01a017e81e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d01a017e81e) - fixed schema node type definitions to be more consistent
2776
+ - [`b36f8119df5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b36f8119df5) - Add in
2777
+ keymap for moving to gap cursor from caption
2778
+ - [`d01a017e81e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d01a017e81e) - fixed
2779
+ schema node type definitions to be more consistent
2533
2780
 
2534
2781
  ## 13.7.1
2535
2782
 
2536
2783
  ### Patch Changes
2537
2784
 
2538
- - [`3405124622e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3405124622e) - ED-11742 Fix table custom step start position
2539
- - [`04649ad9889`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04649ad9889) - ED-10369: fixed table breakout layout when pasted from renderer
2540
- - [`c3ff456f166`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3ff456f166) - ED-11860 fix renderer code block content paste inconsistencies
2785
+ - [`3405124622e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3405124622e) - ED-11742
2786
+ Fix table custom step start position
2787
+ - [`04649ad9889`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04649ad9889) -
2788
+ ED-10369: fixed table breakout layout when pasted from renderer
2789
+ - [`c3ff456f166`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3ff456f166) - ED-11860
2790
+ fix renderer code block content paste inconsistencies
2541
2791
 
2542
2792
  ## 13.7.0
2543
2793
 
2544
2794
  ### Minor Changes
2545
2795
 
2546
- - [`70f47afdee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f47afdee) - Added unsupportedBlock support for mediaSingle as a child
2547
- - [`714fd9e922`](https://bitbucket.org/atlassian/atlassian-frontend/commits/714fd9e922) - Promote media link mark to full schema
2796
+ - [`70f47afdee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f47afdee) - Added
2797
+ unsupportedBlock support for mediaSingle as a child
2798
+ - [`714fd9e922`](https://bitbucket.org/atlassian/atlassian-frontend/commits/714fd9e922) - Promote
2799
+ media link mark to full schema
2548
2800
 
2549
2801
  ## 13.6.0
2550
2802
 
2551
2803
  ### Minor Changes
2552
2804
 
2553
- - [`f523768cdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f523768cdc) - Fix validator and schema for Image Captions
2805
+ - [`f523768cdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f523768cdc) - Fix
2806
+ validator and schema for Image Captions
2554
2807
 
2555
2808
  ### Patch Changes
2556
2809
 
2557
- - [`b7d42ec728`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7d42ec728) - [ux] ED-11631 Sort code block language list as case insensitive
2558
- - [`1bd969d9c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bd969d9c1) - Fix re-renders in a table cell with the NodeView update
2559
- - [`9e76e3a5c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e76e3a5c5) - [ux] Adding support to detect and render anchor links.
2810
+ - [`b7d42ec728`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7d42ec728) - [ux]
2811
+ ED-11631 Sort code block language list as case insensitive
2812
+ - [`1bd969d9c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bd969d9c1) - Fix
2813
+ re-renders in a table cell with the NodeView update
2814
+ - [`9e76e3a5c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e76e3a5c5) - [ux]
2815
+ Adding support to detect and render anchor links.
2560
2816
 
2561
2817
  ## 13.5.0
2562
2818
 
2563
2819
  ### Minor Changes
2564
2820
 
2565
- - [`7f7643108f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f7643108f) - [ux] EmbedCard node's `width` attribute will have 100% default value now. For UI this means, embeds are 100% wide when inserted (instead of slightly smaller then 100% previously).
2821
+ - [`7f7643108f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f7643108f) - [ux]
2822
+ EmbedCard node's `width` attribute will have 100% default value now. For UI this means, embeds are
2823
+ 100% wide when inserted (instead of slightly smaller then 100% previously).
2566
2824
 
2567
2825
  ### Patch Changes
2568
2826
 
2569
- - [`aa671045fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa671045fc) - [ux] ED-11300: allowed link mark under actionItem and decisionItem
2827
+ - [`aa671045fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa671045fc) - [ux]
2828
+ ED-11300: allowed link mark under actionItem and decisionItem
2570
2829
 
2571
2830
  ## 13.4.0
2572
2831
 
2573
2832
  ### Minor Changes
2574
2833
 
2575
- - [`21de2f736a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21de2f736a) - fix: normalizeHexColor behaves normally when passed 'default'
2834
+ - [`21de2f736a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21de2f736a) - fix:
2835
+ normalizeHexColor behaves normally when passed 'default'
2576
2836
 
2577
2837
  ## 13.3.1
2578
2838
 
2579
2839
  ### Patch Changes
2580
2840
 
2581
- - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
2841
+ - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
2842
+ packages using babel rather than tsc
2582
2843
 
2583
2844
  ## 13.3.0
2584
2845
 
2585
2846
  ### Minor Changes
2586
2847
 
2587
- - [`4fdb9762af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4fdb9762af) - ED-10792: allow shouldExclude() to work on enum values
2848
+ - [`4fdb9762af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4fdb9762af) - ED-10792:
2849
+ allow shouldExclude() to work on enum values
2588
2850
 
2589
2851
  ### Patch Changes
2590
2852
 
2591
- - [`0175a00afc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0175a00afc) - [ED-10670] Update prosemirror-model type to use posAtIndex methods
2592
- - [`a242048609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a242048609) - Re-enable adf schema backwards compatibility check
2593
- - [`d6c23f1886`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c23f1886) - Added dark mode support to table cell background colors
2594
- - [`db4e6ab0d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db4e6ab0d4) - EDM-1388: Toggle link mark on media and not mediaSingle
2853
+ - [`0175a00afc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0175a00afc) - [ED-10670]
2854
+ Update prosemirror-model type to use posAtIndex methods
2855
+ - [`a242048609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a242048609) - Re-enable
2856
+ adf schema backwards compatibility check
2857
+ - [`d6c23f1886`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c23f1886) - Added dark
2858
+ mode support to table cell background colors
2859
+ - [`db4e6ab0d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db4e6ab0d4) - EDM-1388:
2860
+ Toggle link mark on media and not mediaSingle
2595
2861
 
2596
2862
  ## 13.2.0
2597
2863
 
2598
2864
  ### Minor Changes
2599
2865
 
2600
- - [`a929e563b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a929e563b9) - Text color mark changed to be case insensitive
2601
- - [`eba787da28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eba787da28) - Allow link marks on media
2866
+ - [`a929e563b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a929e563b9) - Text color
2867
+ mark changed to be case insensitive
2868
+ - [`eba787da28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eba787da28) - Allow link
2869
+ marks on media
2602
2870
 
2603
2871
  ### Patch Changes
2604
2872
 
2605
- - [`703752d487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/703752d487) - ED-10647 Remove caret from prosemirror-model, prosemirror-keymap, prosemirror-state, prosemirror-transform to lock them down to an explicit version
2606
- - [`ff39f9f643`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff39f9f643) - ED-10614 Add match indexing (Confluence API) for annotation creation for the renderer
2873
+ - [`703752d487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/703752d487) - ED-10647
2874
+ Remove caret from prosemirror-model, prosemirror-keymap, prosemirror-state, prosemirror-transform
2875
+ to lock them down to an explicit version
2876
+ - [`ff39f9f643`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff39f9f643) - ED-10614
2877
+ Add match indexing (Confluence API) for annotation creation for the renderer
2607
2878
 
2608
2879
  BEFORE
2609
2880
 
@@ -2632,80 +2903,101 @@
2632
2903
 
2633
2904
  ### Minor Changes
2634
2905
 
2635
- - [`a41378f853`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a41378f853) - Refactor & fix few cases of unsupported node attributes:
2636
-
2906
+ - [`a41378f853`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a41378f853) - Refactor &
2907
+ fix few cases of unsupported node attributes:
2637
2908
  - Preseve attributes on nodes which do not support any attributes
2638
2909
  - Add unsupportedNodeAttribute to bulletList, layoutSection etc.
2639
2910
 
2640
2911
  ### Patch Changes
2641
2912
 
2642
- - [`e4abda244e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4abda244e) - ED-9912: replace prosemirror-tables with editor-tables
2643
- - [`3e652479cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e652479cc) - ED-9912: use CellAttributes from editor-tables in adf-schema
2644
- - [`be142eec6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be142eec6e) - Refactor attributes validation and add unsupportedNodeAttribute mark in layoutsection
2913
+ - [`e4abda244e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4abda244e) - ED-9912:
2914
+ replace prosemirror-tables with editor-tables
2915
+ - [`3e652479cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e652479cc) - ED-9912:
2916
+ use CellAttributes from editor-tables in adf-schema
2917
+ - [`be142eec6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be142eec6e) - Refactor
2918
+ attributes validation and add unsupportedNodeAttribute mark in layoutsection
2645
2919
 
2646
2920
  ## 13.0.1
2647
2921
 
2648
2922
  ### Patch Changes
2649
2923
 
2650
- - [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
2651
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
2652
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
2924
+ - [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
2925
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
2926
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
2927
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
2928
+ `devDependencies` to denote version that the package was built with.
2653
2929
 
2654
2930
  ## 13.0.0
2655
2931
 
2656
2932
  ### Major Changes
2657
2933
 
2658
- - [`26ff0e5e9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26ff0e5e9a) - ED-10353 Added adf schema changes to support emoji panels
2934
+ - [`26ff0e5e9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26ff0e5e9a) - ED-10353
2935
+ Added adf schema changes to support emoji panels
2659
2936
 
2660
2937
  ### Minor Changes
2661
2938
 
2662
- - [`db7170dc53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db7170dc53) - Promote EmbedCard to full schema
2663
- - [`c536839013`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c536839013) - ED-10214 Add typeAheadQuery to default schema
2664
- - [`6e237a6753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e237a6753) - Add optional caption to mediaSingle in adf schema for stage 0
2665
- - [`9a39500244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a39500244) - Bump ProseMirror packages
2939
+ - [`db7170dc53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db7170dc53) - Promote
2940
+ EmbedCard to full schema
2941
+ - [`c536839013`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c536839013) - ED-10214
2942
+ Add typeAheadQuery to default schema
2943
+ - [`6e237a6753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e237a6753) - Add
2944
+ optional caption to mediaSingle in adf schema for stage 0
2945
+ - [`9a39500244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a39500244) - Bump
2946
+ ProseMirror packages
2666
2947
 
2667
2948
  Read more: https://product-fabric.atlassian.net/wiki/spaces/E/pages/1671956531/2020-08
2668
2949
 
2669
- - [`2e5e9bf891`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e5e9bf891) - ED-10123 Export Analytics Step from adf-schema instead of internal editor-core
2950
+ - [`2e5e9bf891`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e5e9bf891) - ED-10123
2951
+ Export Analytics Step from adf-schema instead of internal editor-core
2670
2952
 
2671
2953
  ### Patch Changes
2672
2954
 
2673
- - [`c90f346430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c90f346430) - Remove @ts-ignores/@ts-expect-errors
2955
+ - [`c90f346430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c90f346430) - Remove
2956
+ @ts-ignores/@ts-expect-errors
2674
2957
 
2675
2958
  ## 12.3.0
2676
2959
 
2677
2960
  ### Minor Changes
2678
2961
 
2679
- - [`15fe5f8731`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15fe5f8731) - ED-9601 Mark all nodes that don't support node selection with `selectable: false` in their node spec
2680
- - [`78de49291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78de49291b) - [TWISTA-130] Exports AnnotationDataAttributes type and variable typo
2681
- - [`e4114d7053`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4114d7053) - ED-9607 - Preserve Unsupported Node attributes
2962
+ - [`15fe5f8731`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15fe5f8731) - ED-9601
2963
+ Mark all nodes that don't support node selection with `selectable: false` in their node spec
2964
+ - [`78de49291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78de49291b) -
2965
+ [TWISTA-130] Exports AnnotationDataAttributes type and variable typo
2966
+ - [`e4114d7053`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4114d7053) - ED-9607 -
2967
+ Preserve Unsupported Node attributes
2682
2968
 
2683
2969
  ### Patch Changes
2684
2970
 
2685
- - [`e485167c47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e485167c47) - ED-10018: bump prosemirror-tables to fix copy-pasting merged rows
2686
- - [`d0596d4bfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0596d4bfa) - change Html and Csharp to HTML and C# in codeblock language list
2971
+ - [`e485167c47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e485167c47) - ED-10018:
2972
+ bump prosemirror-tables to fix copy-pasting merged rows
2973
+ - [`d0596d4bfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0596d4bfa) - change
2974
+ Html and Csharp to HTML and C# in codeblock language list
2687
2975
 
2688
2976
  ## 12.2.2
2689
2977
 
2690
2978
  ### Patch Changes
2691
2979
 
2692
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
2980
+ - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
2981
+ to TypeScript 3.9.6 and tslib to 2.0.0
2693
2982
 
2694
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
2695
- to prevent duplicates of tslib being bundled.
2983
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
2984
+ upgrade to prevent duplicates of tslib being bundled.
2696
2985
 
2697
2986
  ## 12.2.1
2698
2987
 
2699
2988
  ### Patch Changes
2700
2989
 
2701
- - [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
2990
+ - [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
2991
+ required because of conflicts on wadmal release
2702
2992
 
2703
2993
  ## 12.2.0
2704
2994
 
2705
2995
  ### Minor Changes
2706
2996
 
2707
- - [`50b49e0eb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50b49e0eb9) - [ED-9780] allow link mark inside bodied extension
2708
- - [`abce19a6d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abce19a6d1) - Change old Array style tuples to Tuple
2997
+ - [`50b49e0eb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50b49e0eb9) - [ED-9780]
2998
+ allow link mark inside bodied extension
2999
+ - [`abce19a6d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abce19a6d1) - Change old
3000
+ Array style tuples to Tuple
2709
3001
 
2710
3002
  ```
2711
3003
  interface X extends Array<T | U> {
@@ -2719,52 +3011,66 @@
2719
3011
  type X = [T, T | U];
2720
3012
  ```
2721
3013
 
2722
- - [`8f843aaa4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f843aaa4b) - EDM-927: Adding embeds inside expand and layouts
3014
+ - [`8f843aaa4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f843aaa4b) - EDM-927:
3015
+ Adding embeds inside expand and layouts
2723
3016
 
2724
3017
  ### Patch Changes
2725
3018
 
2726
- - [`9fe56e9d64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fe56e9d64) - Revert TaskList and ItemList type
2727
- - [`0cd9a41d67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cd9a41d67) - ED-9843 Refactor spec based validator
3019
+ - [`9fe56e9d64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fe56e9d64) - Revert
3020
+ TaskList and ItemList type
3021
+ - [`0cd9a41d67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cd9a41d67) - ED-9843
3022
+ Refactor spec based validator
2728
3023
 
2729
3024
  ## 12.1.0
2730
3025
 
2731
3026
  ### Minor Changes
2732
3027
 
2733
- - [`b7c4fc3b08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7c4fc3b08) - Preseve unsupported mark from getting lost
3028
+ - [`b7c4fc3b08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7c4fc3b08) - Preseve
3029
+ unsupported mark from getting lost
2734
3030
 
2735
3031
  ### Patch Changes
2736
3032
 
2737
- - [`7c6dc39447`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c6dc39447) - ED-9568 annotations are now preserved when copy/pasting; also updated general copy/paste behaviour to preserve formatting of the pasted content, so that e.g. copying italic text into bold will preserve both italic and bold.
3033
+ - [`7c6dc39447`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c6dc39447) - ED-9568
3034
+ annotations are now preserved when copy/pasting; also updated general copy/paste behaviour to
3035
+ preserve formatting of the pasted content, so that e.g. copying italic text into bold will
3036
+ preserve both italic and bold.
2738
3037
 
2739
3038
  ## 12.0.0
2740
3039
 
2741
3040
  ### Major Changes
2742
3041
 
2743
- - [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
2744
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
3042
+ - [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
3043
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
3044
+ IE11. For more information see:
3045
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
2745
3046
 
2746
3047
  ## 11.1.0
2747
3048
 
2748
3049
  ### Minor Changes
2749
3050
 
2750
- - [`01c27cf8cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01c27cf8cf) - ED-9552 Move SetAttrsStep into adf-schema
3051
+ - [`01c27cf8cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01c27cf8cf) - ED-9552
3052
+ Move SetAttrsStep into adf-schema
2751
3053
 
2752
3054
  ## 11.0.0
2753
3055
 
2754
3056
  ### Major Changes
2755
3057
 
2756
- - [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
3058
+ - [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648:
3059
+ Adds resizing and alignment to embed cards
2757
3060
 
2758
3061
  ### Patch Changes
2759
3062
 
2760
- - [`fb1a9c8009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb1a9c8009) - [FM-3726] Call onAnnotationClick when user taps in inline comment on Renderer
2761
- - [`2589a3e4fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2589a3e4fc) - EDM-713: fix copy-paste from Renderer to Editor on Firefox
3063
+ - [`fb1a9c8009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb1a9c8009) - [FM-3726]
3064
+ Call onAnnotationClick when user taps in inline comment on Renderer
3065
+ - [`2589a3e4fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2589a3e4fc) - EDM-713:
3066
+ fix copy-paste from Renderer to Editor on Firefox
2762
3067
 
2763
3068
  ## 10.0.0
2764
3069
 
2765
3070
  ### Major Changes
2766
3071
 
2767
- - [`e30894b112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e30894b112) - [FM-3716] Breaking changing: AnnotationType is now AnnotationTypes
3072
+ - [`e30894b112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e30894b112) - [FM-3716]
3073
+ Breaking changing: AnnotationType is now AnnotationTypes
2768
3074
 
2769
3075
  ```js
2770
3076
  // Before
@@ -2772,7 +3078,7 @@
2772
3078
  import { AnnotationType } from '@atlaskit/adf-schema';
2773
3079
 
2774
3080
  annotation({
2775
- type: AnnotationType,
3081
+ type: AnnotationType,
2776
3082
  });
2777
3083
 
2778
3084
  // After
@@ -2780,25 +3086,31 @@
2780
3086
  import { AnnotationTypes } from '@atlaskit/adf-schema';
2781
3087
 
2782
3088
  annotation({
2783
- type: AnnotationTypes.INLINE_COMMENT,
3089
+ type: AnnotationTypes.INLINE_COMMENT,
2784
3090
  });
2785
3091
  ```
2786
3092
 
2787
3093
  ### Minor Changes
2788
3094
 
2789
- - [`39b2e48c32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39b2e48c32) - Export new Add Column custom step in `@atlaskit/adf-schema/steps`
2790
- - [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216: Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
3095
+ - [`39b2e48c32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39b2e48c32) - Export new
3096
+ Add Column custom step in `@atlaskit/adf-schema/steps`
3097
+ - [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216:
3098
+ Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
2791
3099
 
2792
3100
  ### Patch Changes
2793
3101
 
2794
- - [`0964848b95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0964848b95) - [FM-3505] Add support for inline comments in the renderer mobile bridge getElementScrollOffsetByNodeType function
2795
- - [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
3102
+ - [`0964848b95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0964848b95) - [FM-3505]
3103
+ Add support for inline comments in the renderer mobile bridge getElementScrollOffsetByNodeType
3104
+ function
3105
+ - [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
3106
+ unused dependencies
2796
3107
 
2797
3108
  ## 9.0.2
2798
3109
 
2799
3110
  ### Patch Changes
2800
3111
 
2801
- - [`ee0333aa64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee0333aa64) - ED-6318 Add (None) option to top of code block language list- Updated dependencies
3112
+ - [`ee0333aa64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee0333aa64) - ED-6318
3113
+ Add (None) option to top of code block language list- Updated dependencies
2802
3114
 
2803
3115
  ## 9.0.1
2804
3116
 
@@ -2808,8 +3120,8 @@
2808
3120
 
2809
3121
  ED-9079 Disable spell check for text marked as inline code.
2810
3122
 
2811
- This prevents the red squiggly line appearing underneath inline code, and aligns the UX with codeblock which already disables spell check. - @atlaskit/editor-json-transformer@7.0.11
2812
-
3123
+ This prevents the red squiggly line appearing underneath inline code, and aligns the UX with
3124
+ codeblock which already disables spell check. - @atlaskit/editor-json-transformer@7.0.11
2813
3125
  - @atlaskit/editor-test-helpers@11.1.1
2814
3126
 
2815
3127
  ## 9.0.0
@@ -2820,8 +3132,7 @@
2820
3132
 
2821
3133
  ED-8517 Add localId support to Extension node
2822
3134
 
2823
- **BREAKING CHANGE**
2824
- `ExtensionContent` has been removed.
3135
+ **BREAKING CHANGE** `ExtensionContent` has been removed.
2825
3136
 
2826
3137
  ### Minor Changes
2827
3138
 
@@ -2833,13 +3144,19 @@
2833
3144
 
2834
3145
  - [patch][9f43b9f0ca](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f43b9f0ca):
2835
3146
 
2836
- ED-9037 / ED-9039: ProseMirror node selection for mentions and emojis- Updated dependencies [7e26fba915](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e26fba915):
3147
+ ED-9037 / ED-9039: ProseMirror node selection for mentions and emojis- Updated dependencies
3148
+ [7e26fba915](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e26fba915):
2837
3149
 
2838
- - Updated dependencies [205b05851a](https://bitbucket.org/atlassian/atlassian-frontend/commits/205b05851a):
2839
- - Updated dependencies [823d80f31c](https://bitbucket.org/atlassian/atlassian-frontend/commits/823d80f31c):
2840
- - Updated dependencies [3644fc1afe](https://bitbucket.org/atlassian/atlassian-frontend/commits/3644fc1afe):
2841
- - Updated dependencies [62f1f218d9](https://bitbucket.org/atlassian/atlassian-frontend/commits/62f1f218d9):
2842
- - Updated dependencies [6eb8c0799f](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eb8c0799f):
3150
+ - Updated dependencies
3151
+ [205b05851a](https://bitbucket.org/atlassian/atlassian-frontend/commits/205b05851a):
3152
+ - Updated dependencies
3153
+ [823d80f31c](https://bitbucket.org/atlassian/atlassian-frontend/commits/823d80f31c):
3154
+ - Updated dependencies
3155
+ [3644fc1afe](https://bitbucket.org/atlassian/atlassian-frontend/commits/3644fc1afe):
3156
+ - Updated dependencies
3157
+ [62f1f218d9](https://bitbucket.org/atlassian/atlassian-frontend/commits/62f1f218d9):
3158
+ - Updated dependencies
3159
+ [6eb8c0799f](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eb8c0799f):
2843
3160
  - @atlaskit/editor-test-helpers@11.1.0
2844
3161
  - @atlaskit/editor-json-transformer@7.0.10
2845
3162
 
@@ -2855,24 +3172,34 @@
2855
3172
 
2856
3173
  - [minor][bc29fbc030](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc29fbc030):
2857
3174
 
2858
- ED-8748 ED-8211: Update media linking UI experience in renderer, fixes other rendering issues and workarounds.
3175
+ ED-8748 ED-8211: Update media linking UI experience in renderer, fixes other rendering issues and
3176
+ workarounds.
2859
3177
 
2860
3178
  ### Patch Changes
2861
3179
 
2862
3180
  - [patch][1386afaecc](https://bitbucket.org/atlassian/atlassian-frontend/commits/1386afaecc):
2863
3181
 
2864
- ED-8751 Remove 'export \*' from adf-schema- [patch][584279e2ae](https://bitbucket.org/atlassian/atlassian-frontend/commits/584279e2ae):
3182
+ ED-8751 Remove 'export \*' from adf-schema-
3183
+ [patch][584279e2ae](https://bitbucket.org/atlassian/atlassian-frontend/commits/584279e2ae):
2865
3184
 
2866
- ED-8751 Remove circular dependencies, add eslint rule and recreate json schema caused by different import order- [patch][f83b67a761](https://bitbucket.org/atlassian/atlassian-frontend/commits/f83b67a761):
3185
+ ED-8751 Remove circular dependencies, add eslint rule and recreate json schema caused by different
3186
+ import order-
3187
+ [patch][f83b67a761](https://bitbucket.org/atlassian/atlassian-frontend/commits/f83b67a761):
2867
3188
 
2868
- EDM-407: Smart cards copy pasted from Renderer to Editor create mediaSingles- [patch][6b4fe5d0e0](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b4fe5d0e0):
3189
+ EDM-407: Smart cards copy pasted from Renderer to Editor create mediaSingles-
3190
+ [patch][6b4fe5d0e0](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b4fe5d0e0):
2869
3191
 
2870
- preserve image alt-text when pasting rich text content- Updated dependencies [4bec09aa74](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bec09aa74):
3192
+ preserve image alt-text when pasting rich text content- Updated dependencies
3193
+ [4bec09aa74](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bec09aa74):
2871
3194
 
2872
- - Updated dependencies [d63888b5e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/d63888b5e5):
2873
- - Updated dependencies [bdf25b1c4c](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf25b1c4c):
2874
- - Updated dependencies [645918eda6](https://bitbucket.org/atlassian/atlassian-frontend/commits/645918eda6):
2875
- - Updated dependencies [fad8a16962](https://bitbucket.org/atlassian/atlassian-frontend/commits/fad8a16962):
3195
+ - Updated dependencies
3196
+ [d63888b5e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/d63888b5e5):
3197
+ - Updated dependencies
3198
+ [bdf25b1c4c](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf25b1c4c):
3199
+ - Updated dependencies
3200
+ [645918eda6](https://bitbucket.org/atlassian/atlassian-frontend/commits/645918eda6):
3201
+ - Updated dependencies
3202
+ [fad8a16962](https://bitbucket.org/atlassian/atlassian-frontend/commits/fad8a16962):
2876
3203
  - @atlaskit/editor-test-helpers@11.0.0
2877
3204
  - @atlaskit/editor-json-transformer@7.0.9
2878
3205
 
@@ -2890,13 +3217,15 @@
2890
3217
 
2891
3218
  - [major][7baff84f38](https://bitbucket.org/atlassian/atlassian-frontend/commits/7baff84f38):
2892
3219
 
2893
- [ED-8521] Fix ADFSchema to invalidate any Expand Node with marks inside of Block nodes other than the Doc Node
3220
+ [ED-8521] Fix ADFSchema to invalidate any Expand Node with marks inside of Block nodes other than
3221
+ the Doc Node
2894
3222
 
2895
3223
  ### Minor Changes
2896
3224
 
2897
3225
  - [minor][c171660346](https://bitbucket.org/atlassian/atlassian-frontend/commits/c171660346):
2898
3226
 
2899
- Expose MediaADFAttrs- [minor][a5d0019a5e](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5d0019a5e):
3227
+ Expose MediaADFAttrs-
3228
+ [minor][a5d0019a5e](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5d0019a5e):
2900
3229
 
2901
3230
  EDM-336: Add inlineCard to BB schema and support roundtripping
2902
3231
 
@@ -2904,13 +3233,18 @@
2904
3233
 
2905
3234
  - [patch][7602615cd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/7602615cd4):
2906
3235
 
2907
- ED-8785 Improve stage-0 & type reference support in JSON Schema Generator- [patch][27fde59914](https://bitbucket.org/atlassian/atlassian-frontend/commits/27fde59914):
3236
+ ED-8785 Improve stage-0 & type reference support in JSON Schema Generator-
3237
+ [patch][27fde59914](https://bitbucket.org/atlassian/atlassian-frontend/commits/27fde59914):
2908
3238
 
2909
- ED-8626 Can click on "open link in a new tab" with `javascript:` links in editor.- [patch][b18fc8a1b6](https://bitbucket.org/atlassian/atlassian-frontend/commits/b18fc8a1b6):
3239
+ ED-8626 Can click on "open link in a new tab" with `javascript:` links in editor.-
3240
+ [patch][b18fc8a1b6](https://bitbucket.org/atlassian/atlassian-frontend/commits/b18fc8a1b6):
2910
3241
 
2911
- ED-8700 Alt text property on external images is added, this is required to make external images saved and validated correctly when they contain alt text.- Updated dependencies [7602615cd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/7602615cd4):
3242
+ ED-8700 Alt text property on external images is added, this is required to make external images
3243
+ saved and validated correctly when they contain alt text.- Updated dependencies
3244
+ [7602615cd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/7602615cd4):
2912
3245
 
2913
- - Updated dependencies [5e3aab8e77](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e3aab8e77):
3246
+ - Updated dependencies
3247
+ [5e3aab8e77](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e3aab8e77):
2914
3248
  - @atlaskit/json-schema-generator@2.3.0
2915
3249
  - @atlaskit/editor-test-helpers@10.6.1
2916
3250
  - @atlaskit/editor-json-transformer@7.0.8
@@ -2927,9 +3261,11 @@
2927
3261
 
2928
3262
  - [patch][8183f7c8da](https://bitbucket.org/atlassian/atlassian-frontend/commits/8183f7c8da):
2929
3263
 
2930
- Remove Karma tests - based on AFP-960- Updated dependencies [9d6b02c04f](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d6b02c04f):
3264
+ Remove Karma tests - based on AFP-960- Updated dependencies
3265
+ [9d6b02c04f](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d6b02c04f):
2931
3266
 
2932
- - Updated dependencies [8183f7c8da](https://bitbucket.org/atlassian/atlassian-frontend/commits/8183f7c8da):
3267
+ - Updated dependencies
3268
+ [8183f7c8da](https://bitbucket.org/atlassian/atlassian-frontend/commits/8183f7c8da):
2933
3269
  - @atlaskit/editor-test-helpers@10.6.0
2934
3270
  - @atlaskit/editor-json-transformer@7.0.7
2935
3271
 
@@ -2939,8 +3275,8 @@
2939
3275
 
2940
3276
  - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
2941
3277
 
2942
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
2943
-
3278
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
3279
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
2944
3280
  - @atlaskit/editor-json-transformer@7.0.6
2945
3281
  - @atlaskit/editor-test-helpers@10.5.1
2946
3282
  - @atlaskit/json-schema-generator@2.2.1
@@ -2951,15 +3287,18 @@
2951
3287
 
2952
3288
  - [minor][b01fc0ceef](https://bitbucket.org/atlassian/atlassian-frontend/commits/b01fc0ceef):
2953
3289
 
2954
- ED-8151 Alt text is promoted to full schema. Feature flag and MediaOptions property UNSAFE_allowAltTextOnImages was renamed to allowAltTextOnImages.
3290
+ ED-8151 Alt text is promoted to full schema. Feature flag and MediaOptions property
3291
+ UNSAFE_allowAltTextOnImages was renamed to allowAltTextOnImages.
2955
3292
 
2956
3293
  ### Patch Changes
2957
3294
 
2958
3295
  - [patch][d085ab4419](https://bitbucket.org/atlassian/atlassian-frontend/commits/d085ab4419):
2959
3296
 
2960
- [ED-8109] Enable media link inside of block contents like layoutColumn and expand- Updated dependencies [3b19e30129](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b19e30129):
3297
+ [ED-8109] Enable media link inside of block contents like layoutColumn and expand- Updated
3298
+ dependencies [3b19e30129](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b19e30129):
2961
3299
 
2962
- - Updated dependencies [fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
3300
+ - Updated dependencies
3301
+ [fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
2963
3302
  - @atlaskit/editor-test-helpers@10.5.0
2964
3303
  - @atlaskit/editor-json-transformer@7.0.5
2965
3304
 
@@ -2975,9 +3314,11 @@
2975
3314
 
2976
3315
  - [patch][3e87f5596a](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e87f5596a):
2977
3316
 
2978
- ED-8388 Strip annotation marks when pasting content into Editor- Updated dependencies [cfcd27b2e4](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfcd27b2e4):
3317
+ ED-8388 Strip annotation marks when pasting content into Editor- Updated dependencies
3318
+ [cfcd27b2e4](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfcd27b2e4):
2979
3319
 
2980
- - Updated dependencies [ec929ab10e](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec929ab10e):
3320
+ - Updated dependencies
3321
+ [ec929ab10e](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec929ab10e):
2981
3322
  - @atlaskit/editor-test-helpers@10.4.3
2982
3323
  - @atlaskit/editor-json-transformer@7.0.4
2983
3324
 
@@ -2997,7 +3338,8 @@
2997
3338
 
2998
3339
  ### Patch Changes
2999
3340
 
3000
- - Updated dependencies [edc4a4a7ae](https://bitbucket.org/atlassian/atlassian-frontend/commits/edc4a4a7ae):
3341
+ - Updated dependencies
3342
+ [edc4a4a7ae](https://bitbucket.org/atlassian/atlassian-frontend/commits/edc4a4a7ae):
3001
3343
  - @atlaskit/editor-test-helpers@10.4.1
3002
3344
  - @atlaskit/editor-json-transformer@7.0.3
3003
3345
 
@@ -3013,10 +3355,13 @@
3013
3355
 
3014
3356
  - [patch][4eefd368a8](https://bitbucket.org/atlassian/atlassian-frontend/commits/4eefd368a8):
3015
3357
 
3016
- default media collection to empty string instead of null- Updated dependencies [46e6693eb3](https://bitbucket.org/atlassian/atlassian-frontend/commits/46e6693eb3):
3358
+ default media collection to empty string instead of null- Updated dependencies
3359
+ [46e6693eb3](https://bitbucket.org/atlassian/atlassian-frontend/commits/46e6693eb3):
3017
3360
 
3018
- - Updated dependencies [83300f0b6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/83300f0b6d):
3019
- - Updated dependencies [e5dd37f7a4](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5dd37f7a4):
3361
+ - Updated dependencies
3362
+ [83300f0b6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/83300f0b6d):
3363
+ - Updated dependencies
3364
+ [e5dd37f7a4](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5dd37f7a4):
3020
3365
  - @atlaskit/editor-test-helpers@10.4.0
3021
3366
  - @atlaskit/editor-json-transformer@7.0.2
3022
3367
 
@@ -3036,7 +3381,8 @@
3036
3381
 
3037
3382
  Relax text color mark validation to allow upper case characters
3038
3383
 
3039
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
3384
+ - Updated dependencies
3385
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
3040
3386
  - @atlaskit/json-schema-generator@2.2.0
3041
3387
 
3042
3388
  ## 4.3.1
@@ -3061,13 +3407,17 @@
3061
3407
 
3062
3408
  - [patch][9a261337b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a261337b5):
3063
3409
 
3064
- Add a fixture of a document with different cases of unsupported content- [patch][cc1b89d310](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc1b89d310):
3410
+ Add a fixture of a document with different cases of unsupported content-
3411
+ [patch][cc1b89d310](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc1b89d310):
3065
3412
 
3066
- ED-8162: Prevent the editor from locking up when navigating from gap-cursor to an expand title- [patch][938f1c2902](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/938f1c2902):
3413
+ ED-8162: Prevent the editor from locking up when navigating from gap-cursor to an expand title-
3414
+ [patch][938f1c2902](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/938f1c2902):
3067
3415
 
3068
- ED-8186: Fix incorrect mark filtering when toggling lists- Updated dependencies [10425b84b4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10425b84b4):
3416
+ ED-8186: Fix incorrect mark filtering when toggling lists- Updated dependencies
3417
+ [10425b84b4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10425b84b4):
3069
3418
 
3070
- - Updated dependencies [926798632e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926798632e):
3419
+ - Updated dependencies
3420
+ [926798632e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926798632e):
3071
3421
  - @atlaskit/editor-test-helpers@10.3.0
3072
3422
  - @atlaskit/editor-json-transformer@7.0.1
3073
3423
 
@@ -3087,8 +3437,9 @@
3087
3437
 
3088
3438
  - [minor][ae42b1ba1e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae42b1ba1e):
3089
3439
 
3090
- Adf schema changes (for stage-0) to support alt text on media nodes.
3091
- `editor-core` changes are wrapped under the editor prop `UNSAFE_allowAltTextOnImages`. There is no alt text implementation yet, so the user won't be able to add alt text to images just yet.
3440
+ Adf schema changes (for stage-0) to support alt text on media nodes. `editor-core` changes are
3441
+ wrapped under the editor prop `UNSAFE_allowAltTextOnImages`. There is no alt text implementation
3442
+ yet, so the user won't be able to add alt text to images just yet.
3092
3443
 
3093
3444
  ### Patch Changes
3094
3445
 
@@ -3096,7 +3447,8 @@
3096
3447
 
3097
3448
  Fix linting errors from prettier upgrade
3098
3449
 
3099
- - Updated dependencies [6d9c8a9073](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6d9c8a9073):
3450
+ - Updated dependencies
3451
+ [6d9c8a9073](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6d9c8a9073):
3100
3452
  - @atlaskit/editor-json-transformer@7.0.0
3101
3453
 
3102
3454
  ## 4.2.0
@@ -3109,23 +3461,29 @@
3109
3461
 
3110
3462
  ### Nested actions
3111
3463
 
3112
- This changeset adds support for nesting actions _at the schema level_, currently only within the stage-0 ADF schema.
3464
+ This changeset adds support for nesting actions _at the schema level_, currently only within the
3465
+ stage-0 ADF schema.
3113
3466
 
3114
- The editor and renderer currently do nothing special to represent these nested actions. As of this release, they appear as as flat list.
3467
+ The editor and renderer currently do nothing special to represent these nested actions. As of this
3468
+ release, they appear as as flat list.
3115
3469
 
3116
3470
  To enable this feature, use the new `allowNestedTasks` prop.
3117
3471
 
3118
3472
  ### DOM representation of actions in renderer + editor
3119
3473
 
3120
- This release also changes the DOM representation of actions away from a `ol > li` structure, to a `div > div` one. That is, both the `taskList` and `taskItem` are wrapped in `div` elements.
3474
+ This release also changes the DOM representation of actions away from a `ol > li` structure, to a
3475
+ `div > div` one. That is, both the `taskList` and `taskItem` are wrapped in `div` elements.
3121
3476
 
3122
- Because taskLists can now be allowed to nest themselves, this would otherwise have created an `ol > ol` structure, which is invalid.- [minor][ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
3477
+ Because taskLists can now be allowed to nest themselves, this would otherwise have created an
3478
+ `ol > ol` structure, which is invalid.-
3479
+ [minor][ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
3123
3480
 
3124
3481
  **FABDODGEM-13 Editor Damask Release** - [Internal post](http://go.atlassian.com/damask-release)
3125
3482
 
3126
3483
  **BREAKING CHANGES**
3127
3484
 
3128
- - **Media:** Removed deprecated "context" property from media components in favor of "mediaClientConfig". This affects all public media UI components.
3485
+ - **Media:** Removed deprecated "context" property from media components in favor of
3486
+ "mediaClientConfig". This affects all public media UI components.
3129
3487
  - https://product-fabric.atlassian.net/browse/MS-2038
3130
3488
  - **Tasks & Decisions:** Removed containerAri for task-decisions components.
3131
3489
  - https://product-fabric.atlassian.net/browse/ED-7631
@@ -3209,7 +3567,6 @@ Bumped dependencies.
3209
3567
  - [minor][65ada7f318](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65ada7f318):
3210
3568
 
3211
3569
  **FABDODGEM-12 Editor Cashmere Release**
3212
-
3213
3570
  - [Internal post](http://go.atlassian.com/cashmere-release)
3214
3571
 
3215
3572
  **Affected editor components:**
@@ -3217,23 +3574,21 @@ Bumped dependencies.
3217
3574
  tables, media, mobile, text color, emoji, copy/paste, analytics
3218
3575
 
3219
3576
  **Performance**
3220
-
3221
3577
  - Async import for code blocks and task items on renderer
3222
3578
  - https://product-fabric.atlassian.net/browse/ED-7155
3223
3579
 
3224
3580
  **Table**
3225
-
3226
3581
  - Add support to sort tables that contains smart links
3227
3582
  - https://product-fabric.atlassian.net/browse/ED-7449
3228
3583
  - Scale table when changing to full width mode
3229
3584
  - https://product-fabric.atlassian.net/browse/ED-7724
3230
3585
 
3231
3586
  **Text color**
3232
-
3233
3587
  - Update text color toolbar with right color when text is inside a list, panel, etc.
3234
3588
  - https://product-fabric.atlassian.net/browse/FM-1752
3235
3589
 
3236
- **Mobile** - Implement undo/redo interface on Hybrid Editor - https://product-fabric.atlassian.net/browse/FM-2393
3590
+ **Mobile** - Implement undo/redo interface on Hybrid Editor -
3591
+ https://product-fabric.atlassian.net/browse/FM-2393
3237
3592
 
3238
3593
  **Copy and Paste**
3239
3594
 
@@ -3289,7 +3644,9 @@ Bumped dependencies.
3289
3644
 
3290
3645
  - [major][1194ad5eb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1194ad5eb3):
3291
3646
 
3292
- Remove unnecessary `tableBackgroundBorderColors` in favour of unique `tableBackgroundBorderColor` for all table cell background border- [major][80adfefba2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80adfefba2):
3647
+ Remove unnecessary `tableBackgroundBorderColors` in favour of unique `tableBackgroundBorderColor`
3648
+ for all table cell background border-
3649
+ [major][80adfefba2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80adfefba2):
3293
3650
 
3294
3651
  Remove applicationCard node and action mark
3295
3652
 
@@ -3299,23 +3656,29 @@ Bumped dependencies.
3299
3656
 
3300
3657
  ED-5996: support viewing inline comments within editor
3301
3658
 
3302
- You can do this with the `annotationProvider` prop. Passing a truthy value to this (e.g. the empty object `{}`) will:
3303
-
3659
+ You can do this with the `annotationProvider` prop. Passing a truthy value to this (e.g. the empty
3660
+ object `{}`) will:
3304
3661
  - enable support for working with the `annotation` ADF mark
3305
3662
  - will render highlights around any annotations, and
3306
3663
  - allow copying and pasting of annotations within the same document, or between documents
3307
3664
 
3308
- You can also optionally pass a React component to the `component`, so you can render custom components on top of or around the editor when the user's text cursor is inside an annotation.
3665
+ You can also optionally pass a React component to the `component`, so you can render custom
3666
+ components on top of or around the editor when the user's text cursor is inside an annotation.
3309
3667
 
3310
- Please see [the package documentation](https://atlaskit.atlassian.com/packages/editor/editor-core/docs/annotations) for more information.
3668
+ Please see
3669
+ [the package documentation](https://atlaskit.atlassian.com/packages/editor/editor-core/docs/annotations)
3670
+ for more information.
3311
3671
 
3312
- There is an example component called `ExampleInlineCommentComponent` within the `@atlaskit/editor-test-helpers` package. It is currently featured in the full page examples on the Atlaskit website.
3672
+ There is an example component called `ExampleInlineCommentComponent` within the
3673
+ `@atlaskit/editor-test-helpers` package. It is currently featured in the full page examples on the
3674
+ Atlaskit website.
3313
3675
 
3314
3676
  Annotations are styled within the editor using the `fabric-editor-annotation` CSS class.
3315
3677
 
3316
3678
  Other changes:
3317
-
3318
- - `Popup` now supports an optional `rect` parameter to direct placement, rather than calculating the bounding client rect around a DOM node.- [minor][45ae9e1cc2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/45ae9e1cc2):
3679
+ - `Popup` now supports an optional `rect` parameter to direct placement, rather than calculating
3680
+ the bounding client rect around a DOM node.-
3681
+ [minor][45ae9e1cc2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/45ae9e1cc2):
3319
3682
 
3320
3683
  ED-7201 Add new background cell colors and improve text color
3321
3684
 
@@ -3325,7 +3688,9 @@ Bumped dependencies.
3325
3688
 
3326
3689
  CEMS-234 Prioritize media single over media group
3327
3690
 
3328
- This solves issue where pasting images with text from third party applications into a table ends adding an error image.- [patch][922ec81fe7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/922ec81fe7):
3691
+ This solves issue where pasting images with text from third party applications into a table ends
3692
+ adding an error image.-
3693
+ [patch][922ec81fe7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/922ec81fe7):
3329
3694
 
3330
3695
  ED-7710: Only show annotation highlight if we have a provider
3331
3696
 
@@ -3343,7 +3708,8 @@ Bumped dependencies.
3343
3708
 
3344
3709
  - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
3345
3710
 
3346
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
3711
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
3712
+ non-relative imports as relative imports
3347
3713
 
3348
3714
  ## 3.1.1
3349
3715
 
@@ -3359,7 +3725,8 @@ Bumped dependencies.
3359
3725
 
3360
3726
  - [minor][66c5c88f4a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66c5c88f4a):
3361
3727
 
3362
- Refactor emoji to use typeahead plugin- [minor][bdee736f14](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bdee736f14):
3728
+ Refactor emoji to use typeahead plugin-
3729
+ [minor][bdee736f14](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bdee736f14):
3363
3730
 
3364
3731
  ED-7175: unify smart link and hyperlink toolbars
3365
3732
 
@@ -3369,13 +3736,15 @@ Bumped dependencies.
3369
3736
 
3370
3737
  onResolve?: (data: { url?: string; title?: string }) => void;
3371
3738
 
3372
- This gets fired when the view resolves a smart card from JSON-LD, either via the client or the `data` prop.
3739
+ This gets fired when the view resolves a smart card from JSON-LD, either via the client or the
3740
+ `data` prop.
3373
3741
 
3374
3742
  ### Patch Changes
3375
3743
 
3376
3744
  - [patch][6e3a0038fc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e3a0038fc):
3377
3745
 
3378
- ED-7288: reduces the number of DOM nodes in table cells, changes the way resize handles are positioned- [patch][a0a3fa7aac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a0a3fa7aac):
3746
+ ED-7288: reduces the number of DOM nodes in table cells, changes the way resize handles are
3747
+ positioned- [patch][a0a3fa7aac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a0a3fa7aac):
3379
3748
 
3380
3749
  Ensure mediagroup nodes are copied to destination collection when pasted in different documents
3381
3750
 
@@ -3389,7 +3758,8 @@ Bumped dependencies.
3389
3758
 
3390
3759
  BREAKING CHANGE
3391
3760
 
3392
- We move 'calcTableColumnWidths' helper from adf-schema into our helper library editor-common, you can use it from editor-common in the same way:
3761
+ We move 'calcTableColumnWidths' helper from adf-schema into our helper library editor-common, you
3762
+ can use it from editor-common in the same way:
3393
3763
 
3394
3764
  Before:
3395
3765
 
@@ -3452,13 +3822,14 @@ Bumped dependencies.
3452
3822
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
3453
3823
 
3454
3824
  In this PR, we are:
3455
-
3456
3825
  - Re-introducing dist build folders
3457
3826
  - Adding back cjs
3458
3827
  - Replacing es5 by cjs and es2015 by esm
3459
3828
  - Creating folders at the root for entry-points
3460
- - Removing the generation of the entry-points at the root
3461
- Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details
3829
+ - Removing the generation of the entry-points at the root Please see this
3830
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
3831
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
3832
+ for further details
3462
3833
 
3463
3834
  ## 2.12.0
3464
3835
 
@@ -3543,7 +3914,8 @@ Bumped dependencies.
3543
3914
 
3544
3915
  - [minor][d6c31deacf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d6c31deacf):
3545
3916
 
3546
- ED-6701 Upgrade prosemirror-view to 1.9.10 and prosemirror-inputrules to 1.0.4 for composition input improvements
3917
+ ED-6701 Upgrade prosemirror-view to 1.9.10 and prosemirror-inputrules to 1.0.4 for composition
3918
+ input improvements
3547
3919
 
3548
3920
  ## 2.8.1
3549
3921
 
@@ -3551,7 +3923,8 @@ Bumped dependencies.
3551
3923
 
3552
3924
  - [patch][34c6df4fb8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/34c6df4fb8):
3553
3925
 
3554
- adf-schema has been extended with one missing color, email-renderer now bundles up styles into .css file
3926
+ adf-schema has been extended with one missing color, email-renderer now bundles up styles into
3927
+ .css file
3555
3928
 
3556
3929
  ## 2.8.0
3557
3930
 
@@ -3559,7 +3932,8 @@ Bumped dependencies.
3559
3932
 
3560
3933
  - [minor][86bf524679](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/86bf524679):
3561
3934
 
3562
- ED-7117, ED-7087: Fix copy pasting smart links out of editor. Fallback to HTML anchor tag if errors occur during rendering (e.g. no provider found).
3935
+ ED-7117, ED-7087: Fix copy pasting smart links out of editor. Fallback to HTML anchor tag if
3936
+ errors occur during rendering (e.g. no provider found).
3563
3937
 
3564
3938
  ## 2.7.1
3565
3939
 
@@ -3598,102 +3972,93 @@ Bumped dependencies.
3598
3972
  ### Patch Changes
3599
3973
 
3600
3974
  - [patch][9886f4afa1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9886f4afa1):
3601
-
3602
3975
  - [ED-7017] Improve table performance removing cellView from table
3603
3976
 
3604
3977
  ## 2.5.9
3605
3978
 
3606
3979
  - [patch][f823890888](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f823890888):
3607
-
3608
3980
  - ED-6970: Fix backspacing inside a layout removing all content.
3609
3981
 
3610
3982
  ## 2.5.8
3611
3983
 
3612
3984
  - [patch][5ad66b6d1a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ad66b6d1a):
3613
-
3614
- - [ED-6860] Revert prosemirror-view 1.8.9 bumps, this version was making the cursor typing slowly. this version is recreating all plugins when we use `EditorView.setProps`
3985
+ - [ED-6860] Revert prosemirror-view 1.8.9 bumps, this version was making the cursor typing slowly.
3986
+ this version is recreating all plugins when we use `EditorView.setProps`
3615
3987
 
3616
3988
  ## 2.5.7
3617
3989
 
3618
3990
  - [patch][1ec6367e00](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1ec6367e00):
3619
-
3620
3991
  - ED-6551 - Lists should correctly wrap adjacent floated content without overlapping
3621
3992
 
3622
3993
  ## 2.5.6
3623
3994
 
3624
3995
  - [patch][80cf1c1e82](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80cf1c1e82):
3625
-
3626
- - [ED-6654] Update prosemirror-view to 1.8.9 that fixes a few issues with mouse selections on prosemirror like click on table and the controls doesn't show up
3996
+ - [ED-6654] Update prosemirror-view to 1.8.9 that fixes a few issues with mouse selections on
3997
+ prosemirror like click on table and the controls doesn't show up
3627
3998
 
3628
3999
  ## 2.5.5
3629
4000
 
3630
- - Updated dependencies [7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
4001
+ - Updated dependencies
4002
+ [7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
3631
4003
  - @atlaskit/editor-json-transformer@6.0.0
3632
4004
  - @atlaskit/editor-test-helpers@9.0.0
3633
4005
 
3634
4006
  ## 2.5.4
3635
4007
 
3636
4008
  - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
3637
-
3638
4009
  - Bump tslib
3639
4010
 
3640
4011
  - [patch][0ac39bd2dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ac39bd2dd):
3641
-
3642
4012
  - Bump tslib to 1.9
3643
4013
 
3644
4014
  ## 2.5.3
3645
4015
 
3646
4016
  - [patch][583f5db46d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/583f5db46d):
3647
-
3648
4017
  - Use tslib as dependency
3649
4018
 
3650
4019
  ## 2.5.2
3651
4020
 
3652
4021
  - [patch][6695367885](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6695367885):
3653
-
3654
4022
  - Revert emoji refactor
3655
4023
 
3656
4024
  ## 2.5.1
3657
4025
 
3658
4026
  - [patch][c01f9e1cc7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c01f9e1cc7):
3659
-
3660
- - Standardise code-block class between editor/renderer. Fix bg color when code-block is nested within a table heading.
4027
+ - Standardise code-block class between editor/renderer. Fix bg color when code-block is nested
4028
+ within a table heading.
3661
4029
 
3662
4030
  ## 2.5.0
3663
4031
 
3664
4032
  - [minor][64dd2ab46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/64dd2ab46f):
3665
-
3666
- - ED-6558 Fix clicking to set the cursor placement after an inline node that's at the end of a line. Set the default style attribute of Status nodes to be empty instead of 'null'.
4033
+ - ED-6558 Fix clicking to set the cursor placement after an inline node that's at the end of a
4034
+ line. Set the default style attribute of Status nodes to be empty instead of 'null'.
3667
4035
 
3668
4036
  ## 2.4.1
3669
4037
 
3670
4038
  - [patch][97e555c168](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97e555c168):
3671
-
3672
4039
  - Revert "[ED-5259 - ED-6200] adds defaultMarks on tableNode (pull request #5259)"
3673
4040
 
3674
4041
  ## 2.4.0
3675
4042
 
3676
4043
  - [minor][09a90e4af1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/09a90e4af1):
3677
-
3678
- - ED-6319 Supporting select media using gap cursor, fix behaviour of backspace key and gap cursor in media single with layout wrap-right.
4044
+ - ED-6319 Supporting select media using gap cursor, fix behaviour of backspace key and gap cursor
4045
+ in media single with layout wrap-right.
3679
4046
 
3680
4047
  ## 2.3.2
3681
4048
 
3682
4049
  - [patch][b425ea772b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b425ea772b):
3683
-
3684
4050
  - Revert "ED-5505 add strong as default mark to table header (pull request #5291)"
3685
4051
 
3686
4052
  ## 2.3.1
3687
4053
 
3688
4054
  - [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
3689
-
3690
4055
  - Enable esModuleInterop for typescript, this allows correct use of default exports
3691
4056
 
3692
4057
  ## 2.3.0
3693
4058
 
3694
4059
  - [minor][02dd1f7287](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/02dd1f7287):
3695
-
3696
- - [ED-5505] Persists formatting to table cells and headers when toggling header row, column or applying any text formatting to empty cells.
4060
+ - [ED-5505] Persists formatting to table cells and headers when toggling header row, column or
4061
+ applying any text formatting to empty cells.
3697
4062
 
3698
4063
  ## 2.2.1
3699
4064
 
@@ -3704,179 +4069,153 @@ Bumped dependencies.
3704
4069
  ## 2.2.0
3705
4070
 
3706
4071
  - [minor][63133d8704](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/63133d8704):
3707
-
3708
4072
  - [ED-6200] Add defaultMarks attribute on tableCell schema
3709
4073
 
3710
4074
  ## 2.1.0
3711
4075
 
3712
4076
  - [minor][0fea11af41](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0fea11af41):
3713
-
3714
4077
  - Email renderer supports numbered columns, adf-schema extended with colors
3715
4078
 
3716
4079
  ## 2.0.1
3717
4080
 
3718
4081
  - [patch][205b101e2b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/205b101e2b):
3719
-
3720
4082
  - ED-6230: bump prosemirror-view to 1.8.3; workaround Chrome bug with copy paste multiple images
3721
4083
 
3722
4084
  ## 2.0.0
3723
4085
 
3724
4086
  - [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
3725
-
3726
4087
  - Dropped ES5 distributables from the typescript packages
3727
4088
 
3728
4089
  ## 1.7.1
3729
4090
 
3730
4091
  - [patch][0825fbe634](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0825fbe634):
3731
-
3732
4092
  - ED-6410: remove opacity from cells background color
3733
4093
 
3734
4094
  ## 1.7.0
3735
4095
 
3736
4096
  - [minor][6380484429](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6380484429):
3737
-
3738
- - ED-6485 Support breakout mark on layout-section. Retain breakout mark when toggling list nested within columns.
4097
+ - ED-6485 Support breakout mark on layout-section. Retain breakout mark when toggling list nested
4098
+ within columns.
3739
4099
 
3740
4100
  ## 1.6.2
3741
4101
 
3742
4102
  - [patch][d18b085e2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d18b085e2a):
3743
-
3744
4103
  - Integrating truly upfront ID
3745
4104
 
3746
4105
  ## 1.6.1
3747
4106
 
3748
4107
  - [patch][4d0c196597](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4d0c196597):
3749
-
3750
4108
  - ED-6232 Fix copy-pasting a table with numbered column drops one column
3751
4109
 
3752
4110
  ## 1.6.0
3753
4111
 
3754
4112
  - [minor][3672ec23ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3672ec23ef):
3755
-
3756
4113
  - [ED-5788] Add new layout Breakout button for CodeBlock and Layout
3757
4114
 
3758
4115
  ## 1.5.5
3759
4116
 
3760
4117
  - [patch][356de07a87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/356de07a87):
3761
-
3762
4118
  - Revert back to number for external media
3763
4119
 
3764
4120
  ## 1.5.4
3765
4121
 
3766
- - Updated dependencies [4af5bd2a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4af5bd2a58):
4122
+ - Updated dependencies
4123
+ [4af5bd2a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4af5bd2a58):
3767
4124
  - @atlaskit/editor-json-transformer@4.1.11
3768
4125
  - @atlaskit/editor-test-helpers@7.0.0
3769
4126
 
3770
4127
  ## 1.5.3
3771
4128
 
3772
4129
  - [patch][775da616c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/775da616c6):
3773
-
3774
4130
  - [ED-5910] Keep width & height on media node as number
3775
4131
 
3776
4132
  ## 1.5.2
3777
4133
 
3778
4134
  - [patch][e83a441140](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e83a441140):
3779
-
3780
4135
  - Revert type change to width/height attributes for media node
3781
4136
 
3782
4137
  ## 1.5.1
3783
4138
 
3784
4139
  - [patch][09696170ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/09696170ec):
3785
-
3786
4140
  - Bumps prosemirror-utils to 0.7.6
3787
4141
 
3788
4142
  ## 1.5.0
3789
4143
 
3790
4144
  - [minor][14fe1381ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/14fe1381ba):
3791
-
3792
4145
  - ED-6118: ensure media dimensions are always integers, preventing invalid ADF
3793
4146
 
3794
4147
  ## 1.4.6
3795
4148
 
3796
4149
  - [patch][557a2b5734](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a2b5734):
3797
-
3798
4150
  - ED-5788: bump prosemirror-view and prosemirror-model
3799
4151
 
3800
4152
  ## 1.4.5
3801
4153
 
3802
4154
  - [patch][4552e804d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4552e804d3):
3803
-
3804
4155
  - dismiss StatusPicker if status node is not selected
3805
4156
 
3806
4157
  ## 1.4.4
3807
4158
 
3808
4159
  - [patch][adff2caed7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/adff2caed7):
3809
-
3810
4160
  - Improve typings
3811
4161
 
3812
4162
  ## 1.4.3
3813
4163
 
3814
4164
  - [patch][d10cf50721](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d10cf50721):
3815
-
3816
4165
  - added fabric status to ADF full schema
3817
4166
 
3818
4167
  ## 1.4.2
3819
4168
 
3820
4169
  - [patch][478a86ae8a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/478a86ae8a):
3821
-
3822
4170
  - avoid using the same localId when pasting status
3823
4171
 
3824
4172
  ## 1.4.1
3825
4173
 
3826
4174
  - [patch][2d6d5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d6d5b6):
3827
-
3828
4175
  - ED-5379: rework selecting media under the hood; maintain size and layout when copy-pasting
3829
4176
 
3830
4177
  ## 1.4.0
3831
4178
 
3832
4179
  - [minor][c5ee0c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c5ee0c8):
3833
-
3834
4180
  - Added Annotation mark to ADF, editor & renderer
3835
4181
 
3836
4182
  ## 1.3.3
3837
4183
 
3838
4184
  - [patch][060f2da](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/060f2da):
3839
-
3840
4185
  - ED-5991: bumped prosemirror-view to 1.6.8
3841
4186
 
3842
4187
  ## 1.3.2
3843
4188
 
3844
4189
  - [patch][a50c114](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a50c114):
3845
-
3846
- - ED-6026: unify attributes for blockCard and inlineCard; allow parseDOM using just 'data' attribute
4190
+ - ED-6026: unify attributes for blockCard and inlineCard; allow parseDOM using just 'data'
4191
+ attribute
3847
4192
 
3848
4193
  ## 1.3.1
3849
4194
 
3850
4195
  - [patch][7d9ccd7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d9ccd7):
3851
-
3852
4196
  - fixed copy/paste status from renderer to editor
3853
4197
 
3854
4198
  ## 1.3.0
3855
4199
 
3856
4200
  - [minor][cbcac2e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cbcac2e):
3857
-
3858
4201
  - Promote smartcard nodes to full schema
3859
4202
 
3860
4203
  ## 1.2.0
3861
4204
 
3862
4205
  - [minor][5b11b69](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b11b69):
3863
-
3864
4206
  - Allow mixed of cell types in a table row
3865
4207
 
3866
4208
  ## 1.1.0
3867
4209
 
3868
4210
  - [minor][b9f8a8f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b9f8a8f):
3869
-
3870
4211
  - Adding alignment options to media
3871
4212
 
3872
4213
  ## 1.0.1
3873
4214
 
3874
4215
  - [patch][d7bfd60](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7bfd60):
3875
-
3876
4216
  - Rengenerate JSON schema after moving packages
3877
4217
 
3878
4218
  ## 1.0.0
3879
4219
 
3880
4220
  - [major][1205725](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1205725):
3881
-
3882
4221
  - Move schema to its own package