@atlaskit/editor-jira-transformer
Version:
Editor JIRA transformer's
1,542 lines (1,040 loc) • 104 kB
Markdown
# @atlaskit/editor-jira-transformer
## 10.1.6
### Patch Changes
- Updated dependencies
## 10.1.5
### Patch Changes
- Updated dependencies
## 10.1.4
### Patch Changes
- Updated dependencies
## 10.1.3
### Patch Changes
- Updated dependencies
## 10.1.2
### Patch Changes
- Updated dependencies
## 10.1.1
### Patch Changes
- Updated dependencies
## 10.1.0
### Minor Changes
- [#120472](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120472)
[`73c800ab5f2fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73c800ab5f2fc) -
ED-26766 update adf-schema from 47.2.1 to 47.6.0 and adf-schema-json from 1.27.0 to 1.31.0
### Patch Changes
- Updated dependencies
## 10.0.0
### Major Changes
- [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
[`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
status of only supporting React 18 going forward. No explicit breaking change to React support has
been made in this release, but this is to signify going forward, breaking changes for React 16 or
React 17 may come via non-major semver releases.
Please refer this community post for more details:
https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
### Patch Changes
- Updated dependencies
## 9.1.1
### Patch Changes
- [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186)
[`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) -
Bump adf-schema to 47.2.1
## 9.1.0
### Minor Changes
- [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
[`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
Bumped editor-prosemirror version to 7.0.0
### Patch Changes
- Updated dependencies
## 9.0.3
### Patch Changes
- Updated dependencies
## 9.0.2
### Patch Changes
- Updated dependencies
## 9.0.1
### Patch Changes
- Updated dependencies
## 9.0.0
### Major Changes
- [#175024](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/175024)
[`12d16f17f14cc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/12d16f17f14cc) -
Remove re-exports from @atlaskit/editor-jira-transformer, @af/editor-examples-helpers
# Breaking changes
## @atlaskit/editor-jira-transformer
@atlaskit/editor-jira-transformer/schema -> @atlaskit/adf-schema/schema-jira
## @atlassian/editor-plugin-ai
@atlassian/editor-plugin-ai/AILogo -> @atlassian/generative-ai-modal/assets/Logo
### Patch Changes
- Updated dependencies
## 8.11.6
### Patch Changes
- Updated dependencies
## 8.11.5
### Patch Changes
- [#165765](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165765)
[`3f441f30e6507`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3f441f30e6507) -
Bump adf-schema to 46.0.0
- Updated dependencies
## 8.11.4
### Patch Changes
- Updated dependencies
## 8.11.3
### Patch Changes
- [#159176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159176)
[`8f1d77592a9dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f1d77592a9dc) -
Bump adf-schema to 44.2.0
## 8.11.2
### Patch Changes
- [#154186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154186)
[`5c316170d29dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c316170d29dd) -
Bump @atlaskit/adf-schema to 42.3.1
- Updated dependencies
## 8.11.1
### Patch Changes
- [#152510](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152510)
[`dcf9edde7ac7b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dcf9edde7ac7b) -
bump adf-schema to 42.0.1
- Updated dependencies
## 8.11.0
### Minor Changes
- [#151190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151190)
[`a3723b1cdede2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3723b1cdede2) -
[ux] [ED-25037] this change bumps @atlaskit/adf-schema from 40.9.0 to 40.9.4 which makes the
blockquote selectable, adds missing marks to the PM node spec and fixes a bug that converted
pasted external images to media groups.
### Patch Changes
- Updated dependencies
## 8.10.10
### Patch Changes
- Updated dependencies
## 8.10.9
### Patch Changes
- Updated dependencies
## 8.10.8
### Patch Changes
- [#146378](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146378)
[`134a849673ebd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/134a849673ebd) -
This change removes the following public API from the @atlaskit/editor-core entry-point.
### WHY?
We are making the editor-core package smaller to reduce bundle size and make it easier to scale as
its functionality grows.
The long term goal is that the core editor is lightweight and its feature set is enriched by the
powerful plugin system developed (and used via the `ComposableEditor`).
This change is made to reduce how the core editor is coupled to its functionality by removing
exports that can be imported from other packages and cleanup up props that are unused internally.
### WHAT/HOW?
The following lists the exports removed as well as where they can now be found if required.
Exports removed:
- ToolbarFeedback (removed)
- EmojiResource (moved to -> @atlaskit/emoji/resource)
- MentionResource (moved to -> @atlaskit/mention/resource)
- MentionProvider (moved to -> @atlaskit/mention/resource)
- PresenceProvider (moved to -> @atlaskit/mention/resource)
- TeamMentionProvider (moved to -> @atlaskit/mention/team-resource)
- AnnotationUpdateEmitter (moved to -> @atlaskit/editor-common/annotation)
- UpdateEvent (moved to -> @atlaskit/editor-common/annotation)
- AnnotationProviders (moved to -> @atlaskit/editor-plugins/annotation)
- InlineCommentAnnotationProvider (moved to -> @atlaskit/editor-plugins/annotation)
- InlineCommentCreateComponentProps (moved to -> @atlaskit/editor-plugins/annotation)
- InlineCommentViewComponentProps (moved to -> @atlaskit/editor-plugins/annotation)
- AnnotationInfo (moved to -> @atlaskit/editor-plugins/annotation)
- AnnotationState (moved to -> @atlaskit/editor-plugins/annotation)
- AnnotationTypeProvider (moved to -> @atlaskit/editor-plugins/annotation)
- InlineCommentState (moved to -> @atlaskit/editor-plugins/annotation)
- TypeAheadItem (moved to -> @atlaskit/editor-common/provider-factory)
- INPUT_METHOD (moved to -> @atlaskit/editor-common/analytics)
- ACTION (moved to -> @atlaskit/editor-common/analytics)
- ACTION_SUBJECT (moved to -> @atlaskit/editor-common/analytics)
- ACTION_SUBJECT_ID (moved to -> @atlaskit/editor-common/analytics)
- EVENT_TYPE (moved to -> @atlaskit/editor-common/analytics)
- MacroProvider (moved to -> @atlaskit/editor-common/provider-factory) (except proforma-dc)
- MacroAttributes (moved to -> @atlaskit/editor-common/provider-factory) (except proforma-dc)
- ExtensionType (moved to -> @atlaskit/editor-common/provider-factory)
- CardProvider (moved to -> @atlaskit/editor-common/provider-factory)
- MediaProvider (moved to -> @atlaskit/editor-common/provider-factory)
- MediaOptions (moved to -> @atlaskit/editor-plugins/media/types)
- QuickInsertItem (moved to -> @atlaskit/editor-common/provider-factory)
- QuickInsertProvider (moved to -> @atlaskit/editor-common/provider-factory)
The following lists the editor props removed. Generally these are not used by the editor at all
and can be safely removed without any change in functionality
EditorProps removed:
- trackValidTransactions (unused internally, please remove)
- hideAvatarGroup (unused internally, please remove)
- placeholder (unused internally for `ComposableEditor` - please pass to the `placeholderPlugin`
options)
- placeholderBracketHint (unused internally for `ComposableEditor` - please pass to the
`placeholderPlugin` options)
- allowJiraIssue (unused internally, please remove)
- allowNewInsertionBehaviour (unused internally, please remove)
- UNSAFE_allowBorderMark (use `allowBorderMark` instead)
## 8.10.7
### Patch Changes
- Updated dependencies
## 8.10.6
### Patch Changes
- Updated dependencies
## 8.10.5
### Patch Changes
- [#139334](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139334)
[`30793649657c0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/30793649657c0) -
[HOT-111629] We had an incident where the last character disappears when hitting the enter key on
windows OS for Korean characters. Bumping to prosemirror-view@1.34.2 for the fix.
## 8.10.4
### Patch Changes
- Updated dependencies
## 8.10.3
### Patch Changes
- [#138118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138118)
[`5e4d9eb1aefe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e4d9eb1aefe4) -
NOISSUE: Upgrades editor React peer dependencies to v18
- Updated dependencies
## 8.10.2
### Patch Changes
- [#134213](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134213)
[`93bd7032842ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93bd7032842ec) -
[ux] [ED-24636] Bump ADF Schema package
## 8.10.1
### Patch Changes
- Updated dependencies
## 8.10.0
### Minor Changes
- [#128347](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128347)
[`e33566cebd5d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e33566cebd5d1) -
[ED-24175] bump @atlaskit/adf-schema to 40.8.1 and @atlassian/adf-schema-json to 1.22.0 to
promotecodeblocks & media in quotes, and nested expands in expands to full schema, and allow
quotes in panels and decisions in lists in stage0 schema, and a validator spec change
### Patch Changes
- Updated dependencies
## 8.9.1
### Patch Changes
- Updated dependencies
## 8.9.0
### Minor Changes
- [#124209](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124209)
[`8aa1792f12ed3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8aa1792f12ed3) -
bump @atlaskit/editor-prosemirror to 5.0.0, bump @atlaskit/adf-schema to 40.1.0
### Patch Changes
- Updated dependencies
## 8.8.0
### Minor Changes
- [#122895](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122895)
[`49b8c7658f3b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49b8c7658f3b5) -
[ED-24173] bump @atlaskit/adf-schema to 40.3.0 and @atlassian/adf-schema-json to 1.18.0
### Patch Changes
- Updated dependencies
## 8.7.4
### Patch Changes
- Updated dependencies
## 8.7.3
### Patch Changes
- Updated dependencies
## 8.7.2
### Patch Changes
- Updated dependencies
## 8.7.1
### Patch Changes
- [#114548](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114548)
[`8b2d47bffb50e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b2d47bffb50e) -
bump adf-schema version
- Updated dependencies
## 8.7.0
### Minor Changes
- [#115247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115247)
[`251d23ff9e6c8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/251d23ff9e6c8) -
upgrade adf-schema version to 38.0.0
### Patch Changes
- Updated dependencies
## 8.6.1
### Patch Changes
- Updated dependencies
## 8.6.0
### Minor Changes
- [#114156](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114156)
[`bc6a63af2d1d0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc6a63af2d1d0) -
Bump adf-schema to 37.0.0 and adf-schema-json to 1.16.0
### Patch Changes
- Updated dependencies
## 8.5.3
### Patch Changes
- Updated dependencies
## 8.5.2
### Patch Changes
- [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
[`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
[ED-23332] Update adf-schema package to 36.10.1
- Updated dependencies
## 8.5.1
### Patch Changes
- [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524)
[`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) -
ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
## 8.5.0
### Minor Changes
- [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579)
[`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) -
Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0
### Patch Changes
- Updated dependencies
## 8.4.7
### Patch Changes
- Updated dependencies
## 8.4.6
### Patch Changes
- [#97599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97599)
[`32c3130b08fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c3130b08fe) -
[ED-22282] Bump adf-schema to 36.1.0
## 8.4.5
### Patch Changes
- [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
[`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
[HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
language triggering composition on an empty line.This was fixed in a patch bump of
prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
## 8.4.4
### Patch Changes
- Updated dependencies
## 8.4.3
### Patch Changes
- [#96237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96237)
[`0401e7b5a88e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0401e7b5a88e) -
[ED-23102] Bump ADF schema to version 35.12.2
## 8.4.2
### Patch Changes
- [#94901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94901)
[`da964fcdc828`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da964fcdc828) -
[ED-23097] Bump ADF schema to version 35.12.1
## 8.4.1
### Patch Changes
- [#93689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93689)
[`5ba5d2b4a9ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ba5d2b4a9ac) -
Updating adf-schema version to 35.10.0
## 8.4.0
### Minor Changes
- [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
[`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
bumped editor-prosemirror version to 4.0.0
### Patch Changes
- Updated dependencies
## 8.3.40
### Patch Changes
- [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
[`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
Bump adf-schema to 35.9.2 to support table alignment options
## 8.3.39
### Patch Changes
- [#91106](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91106)
[`b6ffa30186b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6ffa30186b9) -
Bump ADF-schema package to version 35.0.0
- Updated dependencies
## 8.3.38
### Patch Changes
- [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724)
[`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) -
[ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from
35.7.0 to 35.8.0
## 8.3.37
### Patch Changes
- [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777)
[`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) -
Bump adf-schema to 35.7.0
## 8.3.36
### Patch Changes
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
Upgrade Typescript from `4.9.5` to `5.4.2`
## 8.3.35
### Patch Changes
- [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679)
[`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) -
ED-22553 Updating adf-schema version to 35.6.0
## 8.3.34
### Patch Changes
- [#75947](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75947)
[`43549c3789b1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/43549c3789b1) -
Migrate @atlaskit/editor-core to use declarative entry points
## 8.3.33
### Patch Changes
- [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224)
[`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) -
ED-22219: adf-schema updated to 35.5.2
- Updated dependencies
## 8.3.32
### Patch Changes
- [#77984](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77984)
[`eb7139b3ec21`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eb7139b3ec21) -
Replace hardcoded values with spacing tokens
## 8.3.31
### Patch Changes
- Updated dependencies
## 8.3.30
### Patch Changes
- [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
[`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
Upgrading @atlaskit/editor-prosemirror dependency
## 8.3.29
### Patch Changes
- [#70152](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70152)
[`53ed3673df28`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53ed3673df28) -
Updating adf-schema version to 35.5.1
## 8.3.28
### Patch Changes
- [#70084](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70084)
[`4d651eb93ab5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d651eb93ab5) -
Add editor-plugin-annotation pr and create shared utils for it in editor-test-helpers
- Updated dependencies
## 8.3.27
### Patch Changes
- Updated dependencies
## 8.3.26
### Patch Changes
- [#67949](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67949)
[`4ceb213f9313`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4ceb213f9313) -
Migrate packages to use declarative entry points
## 8.3.25
### Patch Changes
- [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031)
[`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) -
ED-21609 Update adf-schema to 35.3.0
- Updated dependencies
## 8.3.24
### Patch Changes
- [#62165](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62165)
[`b44ac0968d79`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b44ac0968d79) -
[ED-21562] Bump @atlaskit/adf-schema to 35.2.0 for border mark update
## 8.3.23
### Patch Changes
- [#60808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60808)
[`f509a21be124`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f509a21be124) -
ED-21506: @atlaskit/adf-schema upgraded to 35.1.1 to support renderer for MBE
## 8.3.22
### Patch Changes
- [#58246](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58246)
[`a381b2599716`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a381b2599716) -
ED-21371 Update adf-schema to 35.1.0
## 8.3.21
### Patch Changes
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
[`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
## 8.3.20
### Patch Changes
- [#58763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58763)
[`0fdbd64522bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fdbd64522bf) -
update ADF schema
## 8.3.19
### Patch Changes
- [#56790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56790)
[`ff577a7969d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff577a7969d4) -
ED-21266: Updated @atlaskit/adf-schema to 34.0.1
## 8.3.18
### Patch Changes
- [#43417](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43417)
[`3f3c17f0273`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3c17f0273) - ED-20971
Upgrade adf-schema package to ^34.0.0
## 8.3.17
### Patch Changes
- [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379)
[`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763
Upgrade ADF schema version to 33.2.3 for MBE nodes.
- Updated dependencies
## 8.3.16
### Patch Changes
- [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
[`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect
yarn changeset to packages, upgrade adf-schema
## 8.3.15
### Patch Changes
- Updated dependencies
## 8.3.14
### Patch Changes
- Updated dependencies
## 8.3.13
### Patch Changes
- [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481)
[`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete
adf-schema from AFE and rely on npm package for adf-schema
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete
adf-schema, use published version
## 8.3.12
### Patch Changes
- [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976)
[`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change
adf-schema to fixed versioning
## 8.3.11
### Patch Changes
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
version.json
- Updated dependencies
## 8.3.10
### Patch Changes
- Updated dependencies
## 8.3.9
### Patch Changes
- Updated dependencies
## 8.3.8
### Patch Changes
- Updated dependencies
## 8.3.7
### Patch Changes
- [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785)
[`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) -
[ED-19233] Import prosemirror libraries from internal facade package
## 8.3.6
### Patch Changes
- [#36798](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36798)
[`93f5f1a9839`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93f5f1a9839) -
[ED-18161] Move transformer tests to their dedicated transformers packages to avoid circular
dependencies
## 8.3.5
### Patch Changes
- [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241)
[`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) -
[ED-13910] Fix prosemirror types
## 8.3.4
### Patch Changes
- Updated dependencies
## 8.3.3
### Patch Changes
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
legacy types are published for TS 4.5-4.8
## 8.3.2
### Patch Changes
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771)
[`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
- Updated dependencies
## 8.3.1
### Patch Changes
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
Typescript from `4.5.5` to `4.9.5`
## 8.3.0
### Minor Changes
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
minor dependency bump
### Patch Changes
- Updated dependencies
## 8.2.6
### Patch Changes
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
[`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"
- Updated dependencies
## 8.2.5
### Patch Changes
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
remove before merging to master; dupe adf-schema via adf-utils
- Updated dependencies
## 8.2.4
### Patch Changes
- Updated dependencies
## 8.2.3
### Patch Changes
- Updated dependencies
## 8.2.2
### Patch Changes
- Updated dependencies
## 8.2.1
### Patch Changes
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
Typescript from `4.3.5` to `4.5.5`
## 8.2.0
### Minor Changes
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
[`1f99f6b79d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f99f6b79d3) - Support
media inline for jira transformer and minor schema changes
### Patch Changes
- Updated dependencies
## 8.1.30
### Patch Changes
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
Typescript from `4.2.4` to `4.3.5`.
## 8.1.29
### Patch Changes
- Updated dependencies
## 8.1.28
### Patch Changes
- Updated dependencies
## 8.1.27
### Patch Changes
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
[`6f4c0380224`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f4c0380224) - Update
the @atlaskit/editor-jira-transformer to use emotion instead of styled and also updated the
dependencies
- Updated dependencies
## 8.1.26
### Patch Changes
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
to TypeScript 4.2.4
## 8.1.25
### Patch Changes
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
[`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
@atlaskit/adf-schema/schema-bitbucket for:
- bitbucketSchema
@atlaskit/adf-schema/schema-confluence for:
- confluenceSchema
- confluenceSchemaWithMediaSingle
@atlaskit/adf-schema/schema-jira for:
- default as createJIRASchema
- isSchemaWithLists
- isSchemaWithMentions
- isSchemaWithEmojis
- isSchemaWithLinks
- isSchemaWithAdvancedTextFormattingMarks
- isSchemaWithCodeBlock
- isSchemaWithBlockQuotes
- isSchemaWithMedia
- isSchemaWithSubSupMark
- isSchemaWithTextColor
- isSchemaWithTables
@atlaskit/adf-schema/schema-default for:
- defaultSchema
- getSchemaBasedOnStage
- defaultSchemaConfig
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.
- Updated dependencies
## 8.1.24
### Patch Changes
- Updated dependencies
## 8.1.23
### Patch Changes
- Updated dependencies
## 8.1.22
### Patch Changes
- Updated dependencies
## 8.1.21
### Patch Changes
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
[`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - ED-13753
Updated editor-common import entries.
- Updated dependencies
## 8.1.20
### Patch Changes
- [#16711](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16711)
[`d2ff410796a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2ff410796a) - Fix
jira-transformer
## 8.1.19
### Patch Changes
- Updated dependencies
## 8.1.18
### Patch Changes
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
[`c6feed82071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6feed82071) -
ED-11632: Bump prosemirror packages;
- prosmirror-commands 1.1.4 -> 1.1.11,
- prosemirror-model 1.11.0 -> 1.14.3,
- prosemirror-state 1.3.3 -> 1.3.4,
- prosemirror-transform 1.2.8 -> 1.3.2,
- prosemirror-view 1.15.4 + 1.18.8 -> 1.20.2.
- Updated dependencies
## 8.1.17
### Patch Changes
- Updated dependencies
## 8.1.16
### Patch Changes
- Updated dependencies
## 8.1.15
### Patch Changes
- Updated dependencies
## 8.1.14
### Patch Changes
- Updated dependencies
## 8.1.13
### Patch Changes
- Updated dependencies
## 8.1.12
### Patch Changes
- Updated dependencies
## 8.1.11
### Patch Changes
- Updated dependencies
## 8.1.10
### Patch Changes
- Updated dependencies
## 8.1.9
### Patch Changes
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
[`58b170725be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58b170725be) - Renamed
@atlaskit/editor-test-helpers/schema-builder to @atlaskit/editor-test-helpers/doc-builder
- Updated dependencies
## 8.1.8
### Patch Changes
- Updated dependencies
## 8.1.7
### Patch Changes
- Updated dependencies
## 8.1.6
### Patch Changes
- Updated dependencies
## 8.1.5
### Patch Changes
- Updated dependencies
## 8.1.4
### Patch Changes
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
packages using babel rather than tsc
## 8.1.3
### Patch Changes
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228)
[`0175a00afc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0175a00afc) - [ED-10670]
Update prosemirror-model type to use posAtIndex methods
- Updated dependencies
## 8.1.2
### Patch Changes
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860)
[`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
- Updated dependencies
## 8.1.1
### Patch Changes
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
[`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. This requires version 3.8 of Typescript, read more about how we handle Typescript
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
`devDependencies` to denote version that the package was built with.
## 8.1.0
### Minor Changes
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
[`9a39500244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a39500244) - Bump
ProseMirror packages
Read more: https://product-fabric.atlassian.net/wiki/spaces/E/pages/1671956531/2020-08
### Patch Changes
- Updated dependencies
## 8.0.5
### Patch Changes
- Updated dependencies
## 8.0.4
### Patch Changes
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
upgrade to prevent duplicates of tslib being bundled.
## 8.0.3
### Patch Changes
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
[`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
required because of conflicts on wadmal release
## 8.0.2
### Patch Changes
- Updated dependencies
## 8.0.1
### Patch Changes
- Updated dependencies
## 8.0.0
### Major Changes
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
[`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. For more information see:
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
### Patch Changes
- Updated dependencies
## 7.2.27
### Patch Changes
- Updated dependencies
## 7.2.26
### Patch Changes
- Updated dependencies
## 7.2.25
### Patch Changes
- Updated dependencies
## 7.2.24
### Patch Changes
- Updated dependencies
[7e4d4a7ed4](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e4d4a7ed4):
- Updated dependencies
[999fbf849e](https://bitbucket.org/atlassian/atlassian-frontend/commits/999fbf849e):
- Updated dependencies
[b202858f6c](https://bitbucket.org/atlassian/atlassian-frontend/commits/b202858f6c):
- Updated dependencies
[9cee2b03e8](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cee2b03e8):
- Updated dependencies
[26de083801](https://bitbucket.org/atlassian/atlassian-frontend/commits/26de083801):
- Updated dependencies
[d3cc97a424](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3cc97a424):
- Updated dependencies
[00f64f4eb8](https://bitbucket.org/atlassian/atlassian-frontend/commits/00f64f4eb8):
- Updated dependencies
[4f70380793](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f70380793):
- Updated dependencies
[92d04b5c28](https://bitbucket.org/atlassian/atlassian-frontend/commits/92d04b5c28):
- Updated dependencies
[5b301bcdf6](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b301bcdf6):
- Updated dependencies
[729a4e4960](https://bitbucket.org/atlassian/atlassian-frontend/commits/729a4e4960):
- Updated dependencies
[22704db5a3](https://bitbucket.org/atlassian/atlassian-frontend/commits/22704db5a3):
- Updated dependencies
[c8d0ce5b94](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8d0ce5b94):
- Updated dependencies
[384791fb2b](https://bitbucket.org/atlassian/atlassian-frontend/commits/384791fb2b):
- Updated dependencies
[c6b145978b](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6b145978b):
- Updated dependencies
[736507f8e0](https://bitbucket.org/atlassian/atlassian-frontend/commits/736507f8e0):
- Updated dependencies
[cf41823165](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf41823165):
- Updated dependencies
[9e3646b59e](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e3646b59e):
- Updated dependencies
[aec7fbadcc](https://bitbucket.org/atlassian/atlassian-frontend/commits/aec7fbadcc):
- Updated dependencies
[e477132440](https://bitbucket.org/atlassian/atlassian-frontend/commits/e477132440):
- @atlaskit/editor-core@122.0.0
- @atlaskit/editor-common@45.1.0
- @atlaskit/adf-schema@9.0.1
- @atlaskit/editor-json-transformer@7.0.11
- @atlaskit/editor-test-helpers@11.1.1
## 7.2.23
### Patch Changes
- Updated dependencies
[2a87a3bbc5](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a87a3bbc5):
- Updated dependencies
[04e54bf405](https://bitbucket.org/atlassian/atlassian-frontend/commits/04e54bf405):
- Updated dependencies
[cf7a2d7506](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf7a2d7506):
- Updated dependencies
[759f0a5ca7](https://bitbucket.org/atlassian/atlassian-frontend/commits/759f0a5ca7):
- Updated dependencies
[9f43b9f0ca](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f43b9f0ca):
- Updated dependencies
[c74cc954d8](https://bitbucket.org/atlassian/atlassian-frontend/commits/c74cc954d8):
- Updated dependencies
[b4326a7eba](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4326a7eba):
- Updated dependencies
[e4076915c8](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4076915c8):
- Updated dependencies
[168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
- Updated dependencies
[bdb4da1fc0](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdb4da1fc0):
- Updated dependencies
[c51f0b4c70](https://bitbucket.org/atlassian/atlassian-frontend/commits/c51f0b4c70):
- Updated dependencies
[7ec160c0e2](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ec160c0e2):
- Updated dependencies
[5d430f7d37](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d430f7d37):
- Updated dependencies
[7e26fba915](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e26fba915):
- Updated dependencies
[5167f09a83](https://bitbucket.org/atlassian/atlassian-frontend/commits/5167f09a83):
- Updated dependencies
[0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
- Updated dependencies
[91ff8d36f0](https://bitbucket.org/atlassian/atlassian-frontend/commits/91ff8d36f0):
- Updated dependencies
[05539b052e](https://bitbucket.org/atlassian/atlassian-frontend/commits/05539b052e):
- Updated dependencies
[a1ee397cbc](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1ee397cbc):
- Updated dependencies
[dc84dfa3bc](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc84dfa3bc):
- Updated dependencies
[318a1a0f2f](https://bitbucket.org/atlassian/atlassian-frontend/commits/318a1a0f2f):
- Updated dependencies
[550c4b5018](https://bitbucket.org/atlassian/atlassian-frontend/commits/550c4b5018):
- Updated dependencies
[03a83cb954](https://bitbucket.org/atlassian/atlassian-frontend/commits/03a83cb954):
- Updated dependencies
[e21800fd1c](https://bitbucket.org/atlassian/atlassian-frontend/commits/e21800fd1c):
- Updated dependencies
[109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
- Updated dependencies
[205b05851a](https://bitbucket.org/atlassian/atlassian-frontend/commits/205b05851a):
- Updated dependencies
[b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
- Updated dependencies
[823d80f31c](https://bitbucket.org/atlassian/atlassian-frontend/commits/823d80f31c):
- Updated dependencies
[41917f4c16](https://bitbucket.org/atlassian/atlassian-frontend/commits/41917f4c16):
- Updated dependencies
[0b22d3b9ea](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b22d3b9ea):
- Updated dependencies
[91304da441](https://bitbucket.org/atlassian/atlassian-frontend/commits/91304da441):
- Updated dependencies
[b4ef7fe214](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4ef7fe214):
- Updated dependencies
[3644fc1afe](https://bitbucket.org/atlassian/atlassian-frontend/commits/3644fc1afe):
- Updated dependencies
[971df84f45](https://bitbucket.org/atlassian/atlassian-frontend/commits/971df84f45):
- Updated dependencies
[0ab75c545b](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ab75c545b):
- Updated dependencies
[62f1f218d9](https://bitbucket.org/atlassian/atlassian-frontend/commits/62f1f218d9):
- Updated dependencies
[67bc25bc3f](https://bitbucket.org/atlassian/atlassian-frontend/commits/67bc25bc3f):
- Updated dependencies
[6eb8c0799f](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eb8c0799f):
- Updated dependencies
[5f75dd27c9](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f75dd27c9):
- Updated dependencies
[f3587bae11](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3587bae11):
- Updated dependencies
[287be84065](https://bitbucket.org/atlassian/atlassian-frontend/commits/287be84065):
- Updated dependencies
[fb8725beac](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb8725beac):
- @atlaskit/editor-core@121.0.0
- @atlaskit/adf-schema@9.0.0
- @atlaskit/editor-common@45.0.0
- @atlaskit/docs@8.5.1
- @atlaskit/editor-test-helpers@11.1.0
- @atlaskit/theme@9.5.3
- @atlaskit/editor-json-transformer@7.0.10
## 7.2.22
### Patch Changes
- Updated dependencies
[9fd8ba7707](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fd8ba7707):
- Updated dependencies
[bc29fbc030](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc29fbc030):
- Updated dependencies
[7d80e44c09](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d80e44c09):
- Updated dependencies
[4c691c3b5f](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c691c3b5f):
- Updated dependencies
[d63513575b](https://bitbucket.org/atlassian/atlassian-frontend/commits/d63513575b):
- Updated dependencies
[1386afaecc](https://bitbucket.org/atlassian/atlassian-frontend/commits/1386afaecc):
- Updated dependencies
[48f0ecf23e](https://bitbucket.org/atlassian/atlassian-frontend/commits/48f0ecf23e):
- Updated dependencies
[130b83ccba](https://bitbucket.org/atlassian/atlassian-frontend/commits/130b83ccba):
- Updated dependencies
[5180a51c0d](https://bitbucket.org/atlassian/atlassian-frontend/commits/5180a51c0d):
- Updated dependencies
[584279e2ae](https://bitbucket.org/atlassian/atlassian-frontend/commits/584279e2ae):
- Updated dependencies
[067febb0a7](https://bitbucket.org/atlassian/atlassian-frontend/commits/067febb0a7):
- Updated dependencies
[66cf61863f](https://bitbucket.org/atlassian/atlassian-frontend/commits/66cf61863f):
- Updated dependencies
[f83b67a761](https://bitbucket.org/atlassian/atlassian-frontend/commits/f83b67a761):
- Updated dependencies
[22d9c96ed2](https://bitbucket.org/atlassian/atlassian-frontend/commits/22d9c96ed2):
- Updated dependencies
[a9e9604c8e](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9e9604c8e):
- Updated dependencies
[8126e7648c](https://bitbucket.org/atlassian/atlassian-frontend/commits/8126e7648c):
- Updated dependencies
[b41beace3f](https://bitbucket.org/atlassian/atlassian-frontend/commits/b41beace3f):
- Updated dependencies
[02425bf2d7](https://bitbucket.org/atlassian/atlassian-frontend/commits/02425bf2d7):
- Updated dependencies
[6b4fe5d0e0](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b4fe5d0e0):
- Updated dependencies
[953cfadbe3](https://bitbucket.org/atlassian/atlassian-frontend/commits/953cfadbe3):
- Updated dependencies
[29b0315dcb](https://bitbucket.org/atlassian/atlassian-frontend/commits/29b0315dcb):
- Updated dependencies
[4bec09aa74](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bec09aa74):
- Updated dependencies
[aa4dc7f5d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa4dc7f5d6):
- Updated dependencies
[d63888b5e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/d63888b5e5):
- Updated dependencies
[13a0e50f38](https://bitbucket.org/atlassian/atlassian-frontend/commits/13a0e50f38):
- Updated dependencies
[0a0a54cb47](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a0a54cb47):
- Updated dependencies
[6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
- Updated dependencies
[8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
- Updated dependencies
[bdf25b1c4c](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf25b1c4c):
- Updated dependencies
[6242ec17a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/6242ec17a2):
- Updated dependencies
[6b65ae4f04](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b65ae4f04):
- Updated dependencies
[645918eda6](https://bitbucket.org/atlassian/atlassian-frontend/commits/645918eda6):
- Updated dependencies
[fad8a16962](https://bitbucket.org/atlassian/atlassian-frontend/commits/fad8a16962):
- Updated dependencies
[715572f9e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/715572f9e5):
- Updated dependencies
[cc54ca2490](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc54ca2490):
- @atlaskit/editor-core@120.0.0
- @atlaskit/adf-schema@8.0.0
- @atlaskit/editor-common@44.1.0
- @atlaskit/editor-test-helpers@11.0.0
- @atlaskit/docs@8.5.0
- @atlaskit/editor-json-transformer@7.0.9
## 7.2.21
### Patch Changes
- Updated dependencies
[bc380c30ce](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc380c30ce):
- Updated dependencies
[cc0d9f6ede](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc0d9f6ede):
- Updated dependencies
[6384746272](https://bitbucket.org/atlassian/atlassian-frontend/commits/6384746272):
- Updated dependencies
[7602615cd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/7602615cd4):
- Updated dependencies
[956a70b918](https://bitbucket.org/atlassian/atlassian-frontend/commits/956a70b918):
- Updated dependencies
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
- Updated dependencies
[3494940acd](https://bitbucket.org/atlassian/atlassian-frontend/commits/3494940acd):
- Updated dependencies
[5bb23adac3](https://bitbucket.org/atlassian/atlassian-frontend/commits/5bb23adac3):
- Updated dependencies
[ebee5c7429](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebee5c7429):
- Updated dependencies
[680a61dc5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/680a61dc5a):
- Updated dependencies
[57096fc043](https://bitbucket.org/atlassian/atlassian-frontend/commits/57096fc043):
- Updated dependencies
[b17120e768](https://bitbucket.org/atlassian/atlassian-frontend/commits/b17120e768):
- Updated dependencies
[92e0b393f5](https://bitbucket.org/atlassian/atlassian-frontend/commits/92e0b393f5):
- Updated dependencies
[ac8639dfd8](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac8639dfd8):
- Updated dependencies
[2f0df19890](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f0df19890):
- Updated dependencies
[0732eedea7](https://bitbucket.org/atlassian/atlassian-frontend/commits/0732eedea7):
- Updated dependencies
[113d075684](https://bitbucket.org/atlassian/atlassian-frontend/commits/113d075684):
- Updated dependencies
[af8a3763dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/af8a3763dd):
- Updated dependencies
[21a1faf014](https://bitbucket.org/atlassian/atlassian-frontend/commits/21a1faf014):
- Updated dependencies
[c171660346](https://bitbucket.org/atlassian/atlassian-frontend/commits/c171660346):
- Updated dependencies
[94116c6018](https://bitbucket.org/atlassian/atlassian-frontend/commits/94116c6018):
- Updated dependencies
[9fadef064b](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fadef064b):
- Updated dependencies
[27fde59914](https://bitbucket.org/atlassian/atlassian-frontend/commits/27fde59914):
- Updated dependencies
[f8ffc8320f](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8ffc8320f):
- Updated dependencies
[b18fc8a1b6](https://bitbucket.org/atlassian/atlassian-frontend/commits/b18fc8a1b6):
- Updated dependencies
[469e9a2302](https://bitbucket.org/atlassian/atlassian-frontend/commits/469e9a2302):
- Updated dependencies
[a41d2345eb](https://bitbucket.org/atlassian/atlassian-frontend/commits/a41d2345eb):
- Updated dependencies
[4ef23b6a15](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ef23b6a15):
- Updated dependencies
[7baff84f38](https://bitbucket.org/atlassian/atlassian-frontend/commits/7baff84f38):
- Updated dependencies