UNPKG

@atlaskit/editor-plugin-list

Version:

List plugin for @atlaskit/editor-core

2,012 lines (1,193 loc) 54.7 kB
# @atlaskit/editor-plugin-list ## 12.0.8 ### Patch Changes - Updated dependencies ## 12.0.7 ### Patch Changes - Updated dependencies ## 12.0.6 ### Patch Changes - Updated dependencies ## 12.0.5 ### Patch Changes - Updated dependencies ## 12.0.4 ### Patch Changes - Updated dependencies ## 12.0.3 ### Patch Changes - Updated dependencies ## 12.0.2 ### Patch Changes - [`402738b592e0b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/402738b592e0b) - Fix invalid flexible list structures caused by delete, paste, and typing operations. Under platform_editor_flexible_list_schema, operations that remove content spanning list or task list items could leave nodes with a nested list as their first child instead of a required paragraph/item. Normalisation now runs efficiently on all relevant transactions in appendTransaction. - Updated dependencies ## 12.0.1 ### Patch Changes - Updated dependencies ## 12.0.0 ### Major Changes - [`901c87a57486e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/901c87a57486e) - Removed `react-intl-next` alias and replaced all usages with `react-intl` directly. What changed: The `react-intl-next` npm alias (which resolved to `react-intl@^5`) has been removed. All imports now reference `react-intl` directly, and `peerDependencies` have been updated to `"^5.25.1 || ^6.0.0 || ^7.0.0"`. How consumer should update their code: Ensure `react-intl` is installed at a version satisfying `^5.25.1 || ^6.0.0 || ^7.0.0`. If your application was using `react-intl-next` as an npm alias, it can be safely removed. Replace any remaining `react-intl-next` imports with `react-intl`. ### Patch Changes - Updated dependencies ## 11.0.1 ### Patch Changes - [`bae5d569f660c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bae5d569f660c) - Prevent flexible list creation when platform_editor_flexible_list_schema is on but platform_editor_flexible_list_indentation is off. Slice normalisation in paste pipeline. appendTransaction normaliser in list plugin. Paste plugin detects list-into-list paste and sets a transaction meta to skip closeHistory, keeping the paste and normalisation appendTransaction as a single undo step. - Updated dependencies ## 11.0.0 ### Patch Changes - Updated dependencies ## 10.2.15 ### Patch Changes - [`1bd298ad0a152`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1bd298ad0a152) - [ux] EDITOR-6280 Clean up platform_editor_block_menu_v2_patch_3 to fix icon and copy in jira block menu - Updated dependencies ## 10.2.14 ### Patch Changes - Updated dependencies ## 10.2.13 ### Patch Changes - Updated dependencies ## 10.2.12 ### Patch Changes - Updated dependencies ## 10.2.11 ### Patch Changes - Updated dependencies ## 10.2.10 ### Patch Changes - Updated dependencies ## 10.2.9 ### Patch Changes - Updated dependencies ## 10.2.8 ### Patch Changes - Updated dependencies ## 10.2.7 ### Patch Changes - [`14803a836f641`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14803a836f641) - Update README.md and 0-intro.tsx - Updated dependencies ## 10.2.6 ### Patch Changes - Updated dependencies ## 10.2.5 ### Patch Changes - Updated dependencies ## 10.2.4 ### Patch Changes - Updated dependencies ## 10.2.3 ### Patch Changes - Updated dependencies ## 10.2.2 ### Patch Changes - Updated dependencies ## 10.2.1 ### Patch Changes - Updated dependencies ## 10.2.0 ### Minor Changes - [`b749ce678d575`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b749ce678d575) - Preserve small text formatting across list and task list edits ### Patch Changes - Updated dependencies ## 10.1.6 ### Patch Changes - Updated dependencies ## 10.1.5 ### Patch Changes - Updated dependencies ## 10.1.4 ### Patch Changes - [`5892e575833a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5892e575833a1) - Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme` - Updated dependencies ## 10.1.3 ### Patch Changes - [`9b33b26d69865`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b33b26d69865) - Narrow list replacement range during indent/outdent for collab-friendly cursor preservation - [`3f6f3c13a6033`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f6f3c13a6033) - Fix fontSize mark not being stripped during paragraph to list conversion by checking listItem mark compatibility instead of list container - Updated dependencies ## 10.1.2 ### Patch Changes - Updated dependencies ## 10.1.1 ### Patch Changes - [`aa4e1fcb89ca8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa4e1fcb89ca8) - Added new `platform_editor_flexible_list_schema` experiment that independently enables ADF schema and CSS rendering support for flexible lists, without creation behaviour. Updated schema node selection, CSS rendering, ADF validation, and task list schema to use the new gate. Indent/outdent behaviour remains on the existing `platform_editor_flexible_list_indentation` gate. - Updated dependencies ## 10.1.0 ### Minor Changes - [`65cb641586cc0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/65cb641586cc0) - Refactor list indentation to use shared utilities from editor-common ### Patch Changes - Updated dependencies ## 10.0.12 ### Patch Changes - Updated dependencies ## 10.0.11 ### Patch Changes - [`9ed32aea2c1d3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ed32aea2c1d3) - Replace feature experiment util with cross platform alternative for platform_editor_block_menu - Updated dependencies ## 10.0.10 ### Patch Changes - Updated dependencies ## 10.0.9 ### Patch Changes - Updated dependencies ## 10.0.8 ### Patch Changes - Updated dependencies ## 10.0.7 ### Patch Changes - [`66fc14c10e82b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/66fc14c10e82b) - EDITOR-5862: Preserve list attributes (order, localId) during flatten-rebuild indentation operations - Updated dependencies ## 10.0.6 ### Patch Changes - Updated dependencies ## 10.0.5 ### Patch Changes - Updated dependencies ## 10.0.4 ### Patch Changes - Updated dependencies ## 10.0.3 ### Patch Changes - Updated dependencies ## 10.0.2 ### Patch Changes - Updated dependencies ## 10.0.1 ### Patch Changes - Updated dependencies ## 10.0.0 ### Patch Changes - Updated dependencies ## 9.0.28 ### Patch Changes - [`c15b7a3426c66`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c15b7a3426c66) - [ux] EDITOR-5626 Flexible list behaviour - Updated dependencies ## 9.0.27 ### Patch Changes - Updated dependencies ## 9.0.26 ### Patch Changes - Updated dependencies ## 9.0.25 ### Patch Changes - Updated dependencies ## 9.0.24 ### Patch Changes - Updated dependencies ## 9.0.23 ### Patch Changes - [`19274be1b1972`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19274be1b1972) - [ux] EDITOR-5417 Flexible list indentation ADF schema + validator support - Updated dependencies ## 9.0.22 ### Patch Changes - Updated dependencies ## 9.0.21 ### Patch Changes - Updated dependencies ## 9.0.20 ### Patch Changes - Updated dependencies ## 9.0.19 ### Patch Changes - [`7ea2e225c0abb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ea2e225c0abb) - [ux] Minor styling, wording changes for block menu and sync blocks - Updated dependencies ## 9.0.18 ### Patch Changes - Updated dependencies ## 9.0.17 ### Patch Changes - Updated dependencies ## 9.0.16 ### Patch Changes - Updated dependencies ## 9.0.15 ### Patch Changes - Updated dependencies ## 9.0.14 ### Patch Changes - Updated dependencies ## 9.0.13 ### Patch Changes - Updated dependencies ## 9.0.12 ### Patch Changes - Updated dependencies ## 9.0.11 ### Patch Changes - Updated dependencies ## 9.0.10 ### Patch Changes - Updated dependencies ## 9.0.9 ### Patch Changes - Updated dependencies ## 9.0.8 ### Patch Changes - Updated dependencies ## 9.0.7 ### Patch Changes - Updated dependencies ## 9.0.6 ### Patch Changes - Updated dependencies ## 9.0.5 ### Patch Changes - Updated dependencies ## 9.0.4 ### Patch Changes - Updated dependencies ## 9.0.3 ### Patch Changes - [`6e8029473620b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e8029473620b) - [EDITOR-4496] clean up experiment platform_editor_toolbar_aifc_patch_3 and remove view-mode plugin dependency from loom plugin - Updated dependencies ## 9.0.2 ### Patch Changes - [`b909e5f47ea91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b909e5f47ea91) - EDITOR-4159 Make sure block-menu-item type component return null when tranform disabled - Updated dependencies ## 9.0.1 ### Patch Changes - Updated dependencies ## 9.0.0 ### Patch Changes - Updated dependencies ## 8.2.23 ### Patch Changes - [`9cb0ce7857313`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9cb0ce7857313) - Fix const name. - Updated dependencies ## 8.2.22 ### Patch Changes - [`b5d004bf834f8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5d004bf834f8) - [ux] Adds block menu action to check if 'Turn into' item should be rendered or not. - Updated dependencies ## 8.2.21 ### Patch Changes - Updated dependencies ## 8.2.20 ### Patch Changes - [`73a49fd4c204c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73a49fd4c204c) - Cleanup FG platform_editor_new_list_decorations_logic - Updated dependencies ## 8.2.19 ### Patch Changes - [`fa963aec58f3d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fa963aec58f3d) - EDITOR-3064 Clean up feature gate platform_editor_split_list_item_for_gap_cursor - Updated dependencies ## 8.2.18 ### Patch Changes - Updated dependencies ## 8.2.17 ### Patch Changes - [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) - EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema - Updated dependencies ## 8.2.16 ### Patch Changes - [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) - tsignores added for help-center local consumpton removed - Updated dependencies ## 8.2.15 ### Patch Changes - [`bd911d5eca1cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd911d5eca1cb) - Use new transfromNode command in existing block menu items. Update transformNode analytics type. - Updated dependencies ## 8.2.14 ### Patch Changes - Updated dependencies ## 8.2.13 ### Patch Changes - Updated dependencies ## 8.2.12 ### Patch Changes - [`56c0427b2ab20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/56c0427b2ab20) - [ux] Use new IA for block menu items. - Updated dependencies ## 8.2.11 ### Patch Changes - [`43d1dfc88c1de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/43d1dfc88c1de) - Clean up platform_editor_block_menu_format_rank_revised - Updated dependencies ## 8.2.10 ### Patch Changes - [`4d676bbdb3ce6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4d676bbdb3ce6) - ts-ignore added temporarily to unblock local consumption for help-center, will be removed once project refs are setup - Updated dependencies ## 8.2.9 ### Patch Changes - [`a05464ea42678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a05464ea42678) - EDITOR-2791 bump adf-schema - Updated dependencies ## 8.2.8 ### Patch Changes - Updated dependencies ## 8.2.7 ### Patch Changes - [`0d661119b4293`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d661119b4293) - Clean up platform_editor_insertion experiment by shipping control variant. Remove modern TypeAhead components and experiment infrastructure while preserving all existing functionality. - Updated dependencies ## 8.2.6 ### Patch Changes - Updated dependencies ## 8.2.5 ### Patch Changes - Updated dependencies ## 8.2.4 ### Patch Changes - [`21fe79119fe74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/21fe79119fe74) - EDITOR-2447 Bump adf-schema to 51.3.2 - Updated dependencies ## 8.2.3 ### Patch Changes - [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) - EDITOR-2447 Bump adf-schema to 51.3.1 - Updated dependencies ## 8.2.2 ### Patch Changes - Updated dependencies ## 8.2.1 ### Patch Changes - Updated dependencies ## 8.2.0 ### Minor Changes - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) - [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0 ### Patch Changes - Updated dependencies ## 8.1.3 ### Patch Changes - [`8abe663d8d5db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8abe663d8d5db) - Add new list decorations logic - Updated dependencies ## 8.1.2 ### Patch Changes - [`ef001bf65d48f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef001bf65d48f) - Remove usage of `platform_editor_toolbar_aifc` inside editor packages - instead rely on checking for new toolbar plugin option, make `enableNewToolbarExperience` mandatory for consumers to opt in to new toolbar experience - Updated dependencies ## 8.1.1 ### Patch Changes - Updated dependencies ## 8.1.0 ### Minor Changes - [`0ac75e0d28c72`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0ac75e0d28c72) - Migrate @atlaskit/editor-prosemirror/history to @atlaskit/prosemirror-history package ### Patch Changes - Updated dependencies ## 8.0.8 ### Patch Changes - [`26917199e153a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/26917199e153a) - ED-29473 Add inputMethod attribute for block menu opened and switch inputMethod and triggeredFrom attributes for element converted event - Updated dependencies ## 8.0.7 ### Patch Changes - Updated dependencies ## 8.0.6 ### Patch Changes - Updated dependencies ## 8.0.5 ### Patch Changes - Updated dependencies ## 8.0.4 ### Patch Changes - Updated dependencies ## 8.0.3 ### Patch Changes - Updated dependencies ## 8.0.2 ### Patch Changes - [`51d46145cda56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51d46145cda56) - Adds additional attributes to Element Converted event and fires the event for the empty line transforms - Updated dependencies ## 8.0.1 ### Patch Changes - Updated dependencies ## 8.0.0 ### Patch Changes - Updated dependencies ## 7.3.0 ### Minor Changes - [`687c1b8fa7801`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/687c1b8fa7801) - EDITOR-1566 bump adf-schema + update validator ### Patch Changes - Updated dependencies ## 7.2.3 ### Patch Changes - [`b878645133984`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b878645133984) - [ux] Adds revised ranks to use in Turn into menu. It will group the headings together at the top of the menu. - Updated dependencies ## 7.2.2 ### Patch Changes - [`b610a8281f843`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b610a8281f843) - Fix double format options highlight for selection with blockQuotes - Updated dependencies ## 7.2.1 ### Patch Changes - Updated dependencies ## 7.2.0 ### Minor Changes - [`b367661ba720e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b367661ba720e) - EDITOR-1562 bump adf-schema for afm ### Patch Changes - Updated dependencies ## 7.1.0 ### Minor Changes - [`64ec65231b4cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64ec65231b4cf) - EDITOR-1568 bump adf-schema for afm ### Patch Changes - Updated dependencies ## 7.0.1 ### Patch Changes - Updated dependencies ## 7.0.0 ### Patch Changes - Updated dependencies ## 6.0.3 ### Patch Changes - [`0eac5a71c3834`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0eac5a71c3834) - [ED-29037] Fix dynamic buttons (e.g. text style) in full page primary toolbar flickers during the initial load - Updated dependencies ## 6.0.2 ### Patch Changes - Updated dependencies ## 6.0.1 ### Patch Changes - Updated dependencies ## 6.0.0 ### Patch Changes - Updated dependencies ## 5.1.13 ### Patch Changes - [`652bf219a308e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/652bf219a308e) - [ux] ED-28581: Added isSelected state for block type and lists" - [`652bf219a308e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/652bf219a308e) - [ux] ED-28581: isSelected for block type and list - Updated dependencies ## 5.1.12 ### Patch Changes - Updated dependencies ## 5.1.11 ### Patch Changes - Updated dependencies ## 5.1.10 ### Patch Changes - Updated dependencies ## 5.1.9 ### Patch Changes - [`1ab3eb4c56ebb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1ab3eb4c56ebb) - [ux] ED-28581: Registered components for block type and list plugins - Updated dependencies ## 5.1.8 ### Patch Changes - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) - EDITOR-1442 Bump adf-schema - Updated dependencies ## 5.1.7 ### Patch Changes - [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) - Sorted type and interface props to improve Atlaskit docs - Updated dependencies ## 5.1.6 ### Patch Changes - [`57b19274b9fdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57b19274b9fdd) - EDITOR-1373 Bump adf-schema version - Updated dependencies ## 5.1.5 ### Patch Changes - Updated dependencies ## 5.1.4 ### Patch Changes - Updated dependencies ## 5.1.3 ### Patch Changes - [`3fff102f55da9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3fff102f55da9) - Cleanup FG platform_editor_ol_padding_fix - Updated dependencies ## 5.1.2 ### Patch Changes - [#195649](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195649) [`231bb33e06dfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/231bb33e06dfe) - EDITOR-1131 Bump adf-schema version to 50.2.0 - Updated dependencies ## 5.1.1 ### Patch Changes - [#191913](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191913) [`6d1e56695e91d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d1e56695e91d) - EDITOR-1131 Bump adf-schema package to 50.0.0 - Updated dependencies ## 5.1.0 ### Minor Changes - [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314) [`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) - Exported missing types that were already being inferred from existing exports ## 5.0.3 ### Patch Changes - [#187247](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187247) [`4baf71295fd8e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4baf71295fd8e) - [ux] Dynamically calculate the character width of ordered lists when number of list items is 2 or more - Updated dependencies ## 5.0.2 ### Patch Changes - [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144) [`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) - Bump @atlaskit/adf-schema to v49.0.5 - Updated dependencies ## 5.0.1 ### Patch Changes - Updated dependencies ## 5.0.0 ### Major Changes - [#181024](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/181024) [`8e80c487ca307`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8e80c487ca307) - ## Make `@atlaskit/editor-common` a peer dependency **WHAT:** `@atlaskit/editor-common` has been moved from `dependencies` to `peerDependencies` in all editor plugin packages. **WHY:** This change ensures that only a single version of `@atlaskit/editor-common` is used in consuming applications, preventing issues caused by multiple versions of singleton libraries (such as context mismatches or duplicated state). This is especially important for packages that rely on shared context or singletons. **HOW TO ADJUST:** - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use any of these editor plugins. - Ensure the version you install matches the version required by the plugins. - You can use the [`check-peer-dependencies`](https://www.npmjs.com/package/check-peer-dependencies) package to verify that all required peer dependencies are installed and compatible. - Example install command: ``` npm install @atlaskit/editor-common ``` or ``` yarn add @atlaskit/editor-common ``` **Note:** This is a breaking change. If `@atlaskit/editor-common` is not installed at the application level, you may see errors or unexpected behavior. ### Patch Changes - Updated dependencies ## 4.2.12 ### Patch Changes - Updated dependencies ## 4.2.11 ### Patch Changes - Updated dependencies ## 4.2.10 ### Patch Changes - [#165934](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/165934) [`154dce45f0dae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/154dce45f0dae) - Clean up platform_editor_non_macros_list_indent_fix ## 4.2.9 ### Patch Changes - Updated dependencies ## 4.2.8 ### Patch Changes - Updated dependencies ## 4.2.7 ### Patch Changes - [#164877](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/164877) [`a79ceac2fb271`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a79ceac2fb271) - clean up clean-up-platform_editor_nbm_backspace_fixes - Updated dependencies ## 4.2.6 ### Patch Changes - Updated dependencies ## 4.2.5 ### Patch Changes - Updated dependencies ## 4.2.4 ### Patch Changes - Updated dependencies ## 4.2.3 ### Patch Changes - Updated dependencies ## 4.2.2 ### Patch Changes - [#147400](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/147400) [`800ff50276ed7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/800ff50276ed7) - Clean up experiment platform_editor_nested_non_bodied_macros - Updated dependencies ## 4.2.1 ### Patch Changes - Updated dependencies ## 4.2.0 ### Minor Changes - [#130794](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130794) [`6271b4a0cda38`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6271b4a0cda38) - [ux] ED-26943 Create new list item when hit Enter at the end of a block element in list ### Patch Changes - Updated dependencies ## 4.1.5 ### Patch Changes - Updated dependencies ## 4.1.4 ### Patch Changes - [#125450](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/125450) [`e3e99633b852e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3e99633b852e) - [ux] ED-26944 fix indentation in list for non macro bodied extension - Updated dependencies ## 4.1.3 ### Patch Changes - [#124104](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/124104) [`a48ac34f66f25`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a48ac34f66f25) - [ux] ED-26942 Modified editor-plugin-list backspace keymap handler to prevent it from deleting extensions ## 4.1.2 ### Patch Changes - Updated dependencies ## 4.1.1 ### Patch Changes - Updated dependencies ## 4.1.0 ### Minor Changes - [#120472](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120472) [`4758d7dd443dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4758d7dd443dd) - [ux] 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 and feature gated the usage of new prosemirror nodes in blockTypePlugin, expandPlugin, listPlugin and panelPlugin as the new defaults of these nodes support nesting of extensions - [#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 - [#120007](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120007) [`e87df0a8c73c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e87df0a8c73c6) - [ux] Do not add headings, lists, layouts, panels in the new QuickInsert menu - Updated dependencies ## 4.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 ## 3.10.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 ## 3.10.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 ## 3.9.11 ### Patch Changes - Updated dependencies ## 3.9.10 ### Patch Changes - Updated dependencies ## 3.9.9 ### Patch Changes - Updated dependencies ## 3.9.8 ### Patch Changes - Updated dependencies ## 3.9.7 ### Patch Changes - [#170473](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/170473) [`2c463f9682286`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2c463f9682286) - ED-25813: refactors plugins to meet folder standards - Updated dependencies ## 3.9.6 ### Patch Changes - [#170579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/170579) [`f9d3dc2a8b76d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f9d3dc2a8b76d) - [ux] Adds lists and indentation items to the selection toolbar - Updated dependencies ## 3.9.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 ## 3.9.4 ### Patch Changes - Updated dependencies ## 3.9.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 ## 3.9.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 ## 3.9.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 ## 3.9.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 ## 3.8.11 ### Patch Changes - Updated dependencies ## 3.8.10 ### Patch Changes - Updated dependencies ## 3.8.9 ### Patch Changes - Updated dependencies ## 3.8.8 ### Patch Changes - Updated dependencies ## 3.8.7 ### Patch Changes - [#141728](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141728) [`4de004a0f879d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4de004a0f879d) - [ux] EDF-1388: Cleanup platform.editor.ordered-list-auto-join-improvements_mrlv5 and paths ## 3.8.6 ### 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. ## 3.8.5 ### Patch Changes - Updated dependencies ## 3.8.4 ### 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 ## 3.8.3 ### 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 ## 3.8.2 ### Patch Changes - Updated dependencies ## 3.8.1 ### Patch Changes - [#129252](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/129252) [`d4ea158a91fde`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d4ea158a91fde) - Cleaned up FF platform.editor.allow-action-in-list ## 3.8.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 ## 3.7.1 ### Patch Changes - Updated dependencies ## 3.7.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 ## 3.6.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 ## 3.5.5 ### Patch Changes - Updated dependencies ## 3.5.4 ### Patch Changes - Updated dependencies ## 3.5.3 ### Patch Changes - Updated dependencies ## 3.5.2 ### 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 ## 3.5.1 ### Patch Changes - Updated dependencies ## 3.5.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 ## 3.4.1 ### Patch Changes - Updated dependencies ## 3.4.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 ## 3.3.4 ### Patch Changes - Updated dependencies ## 3.3.3 ### Patch Changes - [#104728](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104728) [`cbeeba0c2bf3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cbeeba0c2bf3) - [ux] HOT-109442: turn off processNestedTaskListsInSameLevel() to prevent data loss (but brings back ED-21943) ## 3.3.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 ## 3.3.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 ## 3.3.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 ## 3.2.7 ### Patch Changes - Updated dependencies ## 3.2.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 ## 3.2.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 ## 3.2.4 ### Patch Changes - Updated dependencies ## 3.2.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 ## 3.2.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 ## 3.2.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 ## 3.2.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 ## 3.1.18 ### 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 ## 3.1.17 ### 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 ## 3.1.16 ### 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 ## 3.1.15 ### 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 ## 3.1.14 ### 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` ## 3.1.13 ### 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 ## 3.1.12 ### 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 ## 3.1.11 ### Patch Changes - [#75482](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75482) [`18b5a6fb910a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/18b5a6fb910a) - # MAJOR CHANGE to `@atlaskit/prosemirror-input-rules` package. ## WHY? Removing editor-common dependencies from prosemirror-input-rules package. This makes it easier for editor updates because it simplifies our dependency graph. ## WHAT and HOW? These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from `@atlaskit/editor-common/types`: - InputRuleWrapper - InputRuleHandler - OnHandlerApply - createRule These have changed from a `SafePlugin` to a `SafePluginSpec`. In order to update your code you need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`). `SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`. - createPlugin - createInputRulePlugin - Updated dependencies ## 3.1.10 ### Patch Changes - Updated dependencies ## 3.1.9 ### Patch Changes - Updated dependencies ## 3.1.8 ### 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 ## 3.1.7 ### Patch Changes - [#71503](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71503) [`2e81432d605a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2e81432d605a) - [ux] ED-21943 Fixed outdent behaviour when multiple lists at same level including TaskList, and add relevant testcases. ## 3.1.6 ### 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 ## 3.1.5 ### Patch Changes - [#67576](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67576) [`c03238aac8d2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c03238aac8d2) - Export some plugin types to allow fix the build type - Updated dependencies ## 3.1.4 ### Patch Changes - [#67238](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67238) [`40533849b2ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40533849b2ec) - [ED-21835] Change EditorAPI type to always union with undefined ## 3.1.3 ### Patch Changes - [#66804](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66804) [`107c6d15dda7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/107c6d15dda7) - ED-21802 Disable insert inside nested task list through toolbar and keybinding. ## 3.1.2 ### Patch Changes - [#65603](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65603) [`ac8d4b09e18e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ac8d4b09e18e) - ED-21609 Node nesting: Use the new nodespec for list and panel when respective FF's are enabled ## 3.1.1 ### 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 ## 3.1.0 ### Minor Changes - [#63553](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63553) [`e022e5359b7a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e022e5359b7a) - [ux] ED-21352: Support more edge cases for ordered list auto-join improvements. These improvements are guarded behind platform.editor.ordered-list-auto-join-improvements_mrlv5. ### Patch Changes - Updated dependencies ## 3.0.1 ### 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 ## 3.0.0 ### Major Changes - [#59319](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59319) [`d2e34e936bf2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d2e34e936bf2) - [ED-15859] Clean up restartNumberedLists feature flag and set this feature as the default behaviour for ordered lists. Currently this feature is only rolled out in Confluence so this change will roll it out to all other products which adopt this version. ## 2.0.0 ### Major Changes - [#61903](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61903) [`fb2eb9474b05`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb2eb9474b05) - WHAT? Removing `toggleList` from public exports. WHY? It is an antipattern to export utilities from a plugin package. The preferred approach is using the editor API. HOW DO I WORKAROUND IT? This can be accessed via the commands of the list plugin using the editor API. Example to toggle bullet list: ```ts editorAPI?.core.actions.execute(editorAPI?.list.commands.toggleBulletList(INPUT_METHOD.TOOLBAR)); ``` Example to toggle ordered list: ```ts editorAPI?.core.actions.execute(editorAPI?.list.commands.toggleOrderedList(INPUT_METHOD.TOOLBAR)); ``` ## 1.4.7 ### Patch Changes - [#60973](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60973) [`0d9d4d239318`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0d9d4d239318) - [ux] [ED-21530] Fix bug in list styling where unordered and ordered lists have different left padding when restart numbered lists feature flag is enabled - Updated dependencies ## 1.4.6 ### 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 ## 1.4.5 ### 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 ## 1.4.4 ### Patch Changes - [#59963](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59963) [`37ba1559975c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/37ba1559975c) - [ux] [ED-21459] Fix bug in restart numbered lists where additional list spacing for numbers above 100 is added to both ordered lists and unordered lists, where it should just apply to ordered lists. ## 1.4.3 ### Patch Changes - Updated dependencies ## 1.4.2 ### 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). ## 1.4.1 ### 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 ## 1.4.0 ### Minor Changes - [#56675](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56675) [`772ad8f687be`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/772ad8f687be) - [ux] [ED-20249] If `platform.editor.ordered-list-auto-join-improvements_mrlv5`` is enabled only auto-join lists together if the order numbers match up. Eg. 1. A list item - 50. Another list item ## Should NOT auto join to be 1 & 2 in a single list however... 49. A list item 50. Another list item Should join to be 49 & 50 in a single list. This also only applies when the `restartNumberedLists` feature flag is enabled. ## 1.3.7 ### 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 ## 1.3.6 ### Patch Changes - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646) [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make feature flags plugin optional in all plugins including: - analytics - base - card - code-block - expand - extension - floating-toolbar - hyperlink - insert-block - layout - layout - list - media - paste - rule - table - tasks-and-decisions We already treat it as optional in the plugins, so this is just ensuring that the plugin is not mandatory to be added to the preset. ## 1.3.5 ### 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 ## 1.3.4 ### 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 ## 1.3.3 ### Patch Changes - Updated de