UNPKG

@atlaskit/editor-plugin-tasks-and-decisions

Version:

Tasks and decisions plugin for @atlaskit/editor-core

2,386 lines (1,357 loc) 75.8 kB
# @atlaskit/editor-plugin-tasks-and-decisions ## 13.1.10 ### Patch Changes - Updated dependencies ## 13.1.9 ### Patch Changes - [`9ea3b02135766`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ea3b02135766) - EDITOR-5613: Remove flexible list variants and consolidate into base list types. The `listItem` and `taskList` node specs now natively support the flexible content model (allowing lists as first child of listItem, and nested taskLists without requiring taskItem first). The separate `listItemWithFlexibleFirstChildStage0` and `taskListWithFlexibleFirstChildStage0` variants have been removed from public exports — the flexible behavior is now the default for all schema stages. Consumers importing these removed exports should switch to `listItem` / `taskList`. This is a schema simplification: the flexible content spec is a strict superset of the old restrictive spec, so all previously valid content remains valid. - Updated dependencies ## 13.1.8 ### Patch Changes - Updated dependencies ## 13.1.7 ### Patch Changes - Updated dependencies ## 13.1.6 ### Patch Changes - Updated dependencies ## 13.1.5 ### Patch Changes - Updated dependencies ## 13.1.4 ### Patch Changes - Updated dependencies ## 13.1.3 ### Patch Changes - Updated dependencies ## 13.1.2 ### Patch Changes - Updated dependencies ## 13.1.1 ### Patch Changes - Updated dependencies ## 13.1.0 ### Minor Changes - [`e5cdd96dcf4f9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5cdd96dcf4f9) - Clean up platform_editor_hydratable_ui experiment (shipped as enabled) ### Patch Changes - Updated dependencies ## 13.0.3 ### Patch Changes - Updated dependencies ## 13.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 ## 13.0.1 ### Patch Changes - Updated dependencies ## 13.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 ## 12.0.0 ### Patch Changes - Updated dependencies ## 11.4.19 ### Patch Changes - Updated dependencies ## 11.4.18 ### 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 ## 11.4.17 ### Patch Changes - Updated dependencies ## 11.4.16 ### Patch Changes - Updated dependencies ## 11.4.15 ### Patch Changes - Updated dependencies ## 11.4.14 ### Patch Changes - Updated dependencies ## 11.4.13 ### Patch Changes - [`9ff7d1c1aa288`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ff7d1c1aa288) - Update README.md and 0-intro.tsx - Updated dependencies ## 11.4.12 ### Patch Changes - Updated dependencies ## 11.4.11 ### Patch Changes - Updated dependencies ## 11.4.10 ### Patch Changes - Updated dependencies ## 11.4.9 ### Patch Changes - Updated dependencies ## 11.4.8 ### Patch Changes - [`e3da94ed988bc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3da94ed988bc) - Fix task list indentation producing two sibling taskLists when indenting an item that has a nested sibling. When a selected (moved) item establishes a wrapper at a given depth, subsequent unselected items at the same depth now merge into that wrapper rather than creating a separate sibling taskList. - Updated dependencies ## 11.4.7 ### Patch Changes - [`3e18e5bea1aa1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e18e5bea1aa1) - Fixed cursor placement when pressing Enter at the start of a nested task item. Fixed extra spacing on nested task lists when flexible list indentation is enabled. - Updated dependencies ## 11.4.6 ### Patch Changes - Updated dependencies ## 11.4.5 ### Patch Changes - Updated dependencies ## 11.4.4 ### Patch Changes - [`1c4534dc921e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c4534dc921e6) - Preserve small text formatting when converting selections to task lists across block menu, block type, and paste flows - Updated dependencies ## 11.4.3 ### Patch Changes - [`e2f512c5e8eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2f512c5e8eba) - Clean up feature flag platform_editor_task_item_styles for task item checkbox and remove unused styles objects taskItemCheckboxStylesWithBlockTaskItem and taskItemCheckboxStyles. Renamed taskItemNextCheckboxStyles to taskItemCheckboxStyles - Updated dependencies ## 11.4.2 ### Patch Changes - Updated dependencies ## 11.4.1 ### Patch Changes - Updated dependencies ## 11.4.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 ## 11.3.6 ### Patch Changes - Updated dependencies ## 11.3.5 ### Patch Changes - Updated dependencies ## 11.3.4 ### Patch Changes - [`86fd5ef0f1d07`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/86fd5ef0f1d07) - Mechanical type-import autofix for text formatting editor plugins. - Updated dependencies ## 11.3.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 - Updated dependencies ## 11.3.2 ### Patch Changes - Updated dependencies ## 11.3.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 ## 11.3.0 ### Minor Changes - [`65cb641586cc0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/65cb641586cc0) - Add flexible per-item task list indentation with breakout support behind platform_editor_flexible_list_indentation experiment ### Patch Changes - Updated dependencies ## 11.2.1 ### Patch Changes - [`0f4a08b633f6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0f4a08b633f6e) - Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme` - Updated dependencies ## 11.2.0 ### Minor Changes - [`b50791532c24a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b50791532c24a) - [FFCLEANUP-79900] Remove experiment editor_refactor_backspace_task_and_decisions ### Patch Changes - Updated dependencies ## 11.1.7 ### 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 ## 11.1.6 ### Patch Changes - Updated dependencies ## 11.1.5 ### Patch Changes - Updated dependencies ## 11.1.4 ### Patch Changes - Updated dependencies ## 11.1.3 ### Patch Changes - Updated dependencies ## 11.1.2 ### Patch Changes - Updated dependencies ## 11.1.1 ### Patch Changes - Updated dependencies ## 11.1.0 ### Minor Changes - [`71fb8b5aa2558`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71fb8b5aa2558) - [FFCLEANUP-79003] clean up feature flag platform_editor_blocktaskitem_patch_2 ### Patch Changes - Updated dependencies ## 11.0.3 ### Patch Changes - Updated dependencies ## 11.0.2 ### Patch Changes - Updated dependencies ## 11.0.1 ### Patch Changes - Updated dependencies ## 11.0.0 ### 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 - [`d78ff724d3bce`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d78ff724d3bce) - i18n aria labels for decision image icon (either Decision or Undefined decision) ### Patch Changes - Updated dependencies ## 10.1.28 ### Patch Changes - [`aeb46591ec80a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aeb46591ec80a) - [ux] EDITOR-5627 flexible task list indentation adf schema updates - Updated dependencies ## 10.1.27 ### Patch Changes - Updated dependencies ## 10.1.26 ### Patch Changes - Updated dependencies ## 10.1.25 ### Patch Changes - Updated dependencies ## 10.1.24 ### Patch Changes - Updated dependencies ## 10.1.23 ### Patch Changes - Updated dependencies ## 10.1.22 ### 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 ## 10.1.21 ### Patch Changes - Updated dependencies ## 10.1.20 ### Patch Changes - Updated dependencies ## 10.1.19 ### Patch Changes - Updated dependencies ## 10.1.18 ### Patch Changes - Updated dependencies ## 10.1.17 ### Patch Changes - Updated dependencies ## 10.1.16 ### Patch Changes - [`5decb780f02e0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5decb780f02e0) - ED-29766: Add analytics instrumentation to task list toolbar button - Updated dependencies ## 10.1.15 ### Patch Changes - Updated dependencies ## 10.1.14 ### Patch Changes - Updated dependencies ## 10.1.13 ### Patch Changes - Updated dependencies ## 10.1.12 ### Patch Changes - Updated dependencies ## 10.1.11 ### Patch Changes - Updated dependencies ## 10.1.10 ### Patch Changes - Updated dependencies ## 10.1.9 ### Patch Changes - [`6431f5f6492ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6431f5f6492ae) - Remove unused platform_editor_toolbar_aifc_ga_blockers feature gate - Updated dependencies ## 10.1.8 ### Patch Changes - Updated dependencies ## 10.1.7 ### Patch Changes - Updated dependencies ## 10.1.6 ### Patch Changes - Updated dependencies ## 10.1.5 ### Patch Changes - Updated dependencies ## 10.1.4 ### Patch Changes - [`653c0c803b286`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/653c0c803b286) - EDITOR-4620 Clean up platform_editor_toolbar_aifc_patch_6 - 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 - [`7c8501566cbe0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c8501566cbe0) - improve task item styles by using 1 inline svg instead of 2 ### Patch Changes - Updated dependencies ## 10.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 ## 10.0.1 ### Patch Changes - Updated dependencies ## 10.0.0 ### Patch Changes - Updated dependencies ## 9.1.27 ### Patch Changes - [`9cb0ce7857313`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9cb0ce7857313) - Fix const name. - Updated dependencies ## 9.1.26 ### 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 ## 9.1.25 ### Patch Changes - Updated dependencies ## 9.1.24 ### Patch Changes - Updated dependencies ## 9.1.23 ### Patch Changes - Updated dependencies ## 9.1.22 ### Patch Changes - [`90abe9b926a6f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/90abe9b926a6f) - Icon entrypoint migration - Updated dependencies ## 9.1.21 ### Patch Changes - [`f494ec7455464`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f494ec7455464) - ED-29712: Insert a new action item on empty selection when clicking on Task list ## 9.1.20 ### Patch Changes - Updated dependencies ## 9.1.19 ### Patch Changes - [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) - EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema - Updated dependencies ## 9.1.18 ### Patch Changes - [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) - tsignores added for help-center local consumpton removed - Updated dependencies ## 9.1.17 ### 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 ## 9.1.16 ### Patch Changes - Updated dependencies ## 9.1.15 ### Patch Changes - Updated dependencies ## 9.1.14 ### Patch Changes - [`56c0427b2ab20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/56c0427b2ab20) - [ux] Use new IA for block menu items. - Updated dependencies ## 9.1.13 ### Patch Changes - [`43d1dfc88c1de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/43d1dfc88c1de) - Clean up platform_editor_block_menu_format_rank_revised - Updated dependencies ## 9.1.12 ### 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 ## 9.1.11 ### Patch Changes - Updated dependencies ## 9.1.10 ### Patch Changes - Updated dependencies ## 9.1.9 ### Patch Changes - [`a05464ea42678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a05464ea42678) - EDITOR-2791 bump adf-schema - Updated dependencies ## 9.1.8 ### Patch Changes - Updated dependencies ## 9.1.7 ### Patch Changes - Updated dependencies ## 9.1.6 ### Patch Changes - [`68059d62a8bbc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/68059d62a8bbc) - ED-29461 Clean up platform_editor_toolbar_task_list_menu_item - Updated dependencies ## 9.1.5 ### Patch Changes - Updated dependencies ## 9.1.4 ### Patch Changes - [`21fe79119fe74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/21fe79119fe74) - EDITOR-2447 Bump adf-schema to 51.3.2 - Updated dependencies ## 9.1.3 ### Patch Changes - [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) - EDITOR-2447 Bump adf-schema to 51.3.1 - Updated dependencies ## 9.1.2 ### Patch Changes - Updated dependencies ## 9.1.1 ### Patch Changes - Updated dependencies ## 9.1.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 ## 9.0.13 ### Patch Changes - Updated dependencies ## 9.0.12 ### Patch Changes - Updated dependencies ## 9.0.11 ### 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 ## 9.0.10 ### Patch Changes - Updated dependencies ## 9.0.9 ### 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 ## 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 - [`f2edf4a20927d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2edf4a20927d) - ED-29303 Move TaskListMenuItem component to taskAndDecision plugin - Updated dependencies ## 9.0.3 ### Patch Changes - Updated dependencies ## 9.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 ## 9.0.1 ### Patch Changes - Updated dependencies ## 9.0.0 ### Patch Changes - [`133f7636e3a6c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/133f7636e3a6c) - [ux] EDITOR-1750 Refactoring and improving delete key behaviours for block task item - Updated dependencies ## 8.5.0 ### Minor Changes - [`687c1b8fa7801`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/687c1b8fa7801) - EDITOR-1566 bump adf-schema + update validator ### Patch Changes - Updated dependencies ## 8.4.9 ### 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 ## 8.4.8 ### Patch Changes - [`a625bf89074b2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a625bf89074b2) - clean up feature flag for task node view fix - Updated dependencies ## 8.4.7 ### Patch Changes - [`99f97d44476b4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/99f97d44476b4) - [EDITOR-1632] When backspacing multi-line blockTaskItems with a paragraph as the first line in the blockTaskItem and extensions/ other content subsequent then make sure all the content in the blockTaskItem is preserved when it's moved out of the blockTaskItem ## 8.4.6 ### Patch Changes - [`ee5833cf21736`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee5833cf21736) - [ux] Fix bug with depth calculation used when splitting blockTaskItem nodes on enter key press. This caused an error to be thrown to the browser console and the node to not be split. - Updated dependencies ## 8.4.5 ### Patch Changes - [`980edad1b9b85`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/980edad1b9b85) - EDITOR-1635 Ensure new taskItems are only added on enter key press of blockTaskitem if cursor is at the start or end of the task item, not the start or the end of any of its child paragraphs. - Updated dependencies ## 8.4.4 ### Patch Changes - [`9662879e8506e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9662879e8506e) - [ux] EDITOR-1354 Prevent remount of taskItemNodeView children when state is changed - Updated dependencies ## 8.4.3 ### Patch Changes - [`3922df338eb20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3922df338eb20) - ED-29170: fix tasks under hydration - Updated dependencies ## 8.4.2 ### Patch Changes - Updated dependencies ## 8.4.1 ### Patch Changes - [`89232995f69a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/89232995f69a4) - [ux] EDITOR-1583 Ensure blockTaskItem schema node exists before performing further assertions on it in tasks and decisions backspace handler - Updated dependencies ## 8.4.0 ### Minor Changes - [`b367661ba720e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b367661ba720e) - EDITOR-1562 bump adf-schema for afm ### Patch Changes - Updated dependencies ## 8.3.0 ### Minor Changes - [`cebd8f9171426`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cebd8f9171426) - [ux] ED-29159 Implement transform task inside lists - handle logic ### Patch Changes - Updated dependencies ## 8.2.0 ### Minor Changes - [`d352feb9b2d97`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d352feb9b2d97) - [ux] NO-ISSUE Change blocktaskItem enablement experiment to a new tenantId based experiment ### Patch Changes - Updated dependencies ## 8.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 ## 8.0.4 ### Patch Changes - [`5b8be893d14b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5b8be893d14b5) - [EDITOR-1433] Handle deleting blockTaskItems with backspace and refactor to remove iterative depth search for blockTaskItems and instead use position logic to get the relevant nodes - [`68424716235d0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/68424716235d0) - [ux] EDITOR-1156 Allow checkbox in blockTaskItem node to be selected with keyboard arrows - Updated dependencies ## 8.0.3 ### Patch Changes - Updated dependencies ## 8.0.2 ### Patch Changes - [`52c2f0aa06497`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/52c2f0aa06497) - [EDITOR-1433] Handle backspace for deeply indented blockTaskItems - Updated dependencies ## 8.0.1 ### Patch Changes - [`73bece405a55b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73bece405a55b) - [EDITOR-1433] Handle backspace for deeply indented blockTaskItems - [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) - Internal changes to how borders are applied. - Updated dependencies ## 8.0.0 ### Minor Changes - [`0d497d7b37080`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d497d7b37080) - EDITOR-1432 Updating editor-plugin-tasks-and-decisions to be compatible with adf-schema 51.0.0 ### Patch Changes - Updated dependencies ## 7.0.6 ### Patch Changes - Updated dependencies ## 7.0.5 ### Patch Changes - Updated dependencies ## 7.0.4 ### Patch Changes - [`cfa24f42cfba3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cfa24f42cfba3) - [EDITOR-1433] Backspace unindents blockTaskItems ## 7.0.3 ### Patch Changes - [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) - Internal changes to how border radius is applied. - Updated dependencies ## 7.0.2 ### Patch Changes - Updated dependencies ## 7.0.1 ### Patch Changes - [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) - Internal changes to how border radius is applied. - Updated dependencies ## 7.0.0 ### Patch Changes - Updated dependencies ## 6.5.1 ### Patch Changes - Updated dependencies ## 6.5.0 ### Minor Changes - [`bfd653291c561`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bfd653291c561) - [ux] ED-29018 Register taskList dropdown item and add menu item keys ### Patch Changes - Updated dependencies ## 6.4.7 ### Patch Changes - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) - EDITOR-1442 Bump adf-schema - [`14592f727f369`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14592f727f369) - [EDITOR-1153] Patch bug with undenting blockTaskItems - [`016e787a561d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/016e787a561d9) - EDITOR-1149 Ensuring placeholder displays correctly for blockTaskItem - Updated dependencies ## 6.4.6 ### Patch Changes - [`3e32afb935a2e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e32afb935a2e) - [EDITOR-1433] Handle backspace from a paragraph after a blockTaskItem ## 6.4.5 ### Patch Changes - [`69ab2a06347c4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/69ab2a06347c4) - [EDITOR-1155] Handle shift-tab for blockTaskItems - Updated dependencies ## 6.4.4 ### Patch Changes - [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) - Sorted type and interface props to improve Atlaskit docs - Updated dependencies ## 6.4.3 ### Patch Changes - [`d2a535bed291e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d2a535bed291e) - [EDITOR-1153] Make sure that Tab works for range selections for `blockTaskItem` - Updated dependencies ## 6.4.2 ### Patch Changes - [`417545848d2bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/417545848d2bf) - [EDITOR-1153] Make sure that Tab works for range selections for `blockTaskItem` ## 6.4.1 ### Patch Changes - Updated dependencies ## 6.4.0 ### Minor Changes - [`8ce4178519d92`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8ce4178519d92) - Added ignore mutation for decision node view ## 6.3.3 ### Patch Changes - [`57b19274b9fdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57b19274b9fdd) - EDITOR-1373 Bump adf-schema version - Updated dependencies ## 6.3.2 ### Patch Changes - [`13c698778e3c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/13c698778e3c6) - [ux] Atlaspack version bump - Updated dependencies ## 6.3.1 ### Patch Changes - Updated dependencies ## 6.3.0 ### Minor Changes - [`f29ffcfb885c7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f29ffcfb885c7) - EDITOR-1338 Adds `allowBlockTaskItem` property to tasks and decisions plugin to enable blockTaskItem for Confluence TinyMCE migration flows ### Patch Changes - Updated dependencies ## 6.2.4 ### Patch Changes - [`af3ebe7fda754`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/af3ebe7fda754) - [EDITOR-1153] Handle when user presses "Tab" in a blockTaskItem ## 6.2.3 ### Patch Changes - [#201339](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/201339) [`b734e816f63ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b734e816f63ba) - [EDITOR-1150] Handle pressing Enter in blockTaskItems ## 6.2.2 ### Patch Changes - [#200845](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/200845) [`4e3985a5a347d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4e3985a5a347d) - EDITOR-1320 Ensure localID creation for blockTaskItem ## 6.2.1 ### Patch Changes - [#200663](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/200663) [`0899e8f2578b2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0899e8f2578b2) - [ux] EDITOR-1271 Modifies paste behaviour of editor-plugin-tasks-and-decisions to prevent blockTaskItems being created when pasting block content into taskItems - Updated dependencies ## 6.2.0 ### Minor Changes - [`13a1ad07bb39e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/13a1ad07bb39e) - [ux] EDITOR-1146 | EDITOR-1176 Introduce `blockTaskItem` node to Renderer and Editor `editor-plugin-tasks-and-decisions` which adopts the same code and functionality as the regular `taskItem` except that it allows block content such as extensions to be inserted. This is to facilitate TinyMCE migration which requires usage of the Legacy Content Extension. ### Patch Changes - Updated dependencies ## 6.1.3 ### 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 ## 6.1.2 ### Patch Changes - Updated dependencies ## 6.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 ## 6.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 ### Patch Changes - Updated dependencies ## 6.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 ## 6.0.1 ### Patch Changes - Updated dependencies ## 6.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 ## 5.1.21 ### Patch Changes - [#180357](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180357) [`4f4d1545d11af`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4f4d1545d11af) - Cleanup feature gates for vanilla dom experiment and decision nodes - Updated dependencies ## 5.1.20 ### Patch Changes - [#178362](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/178362) [`f5f0fd6ffefdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f5f0fd6ffefdd) - ENGHEALTH-29515 - fix editor task a11y label - Updated dependencies ## 5.1.19 ### Patch Changes - [#176023](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176023) [`d88b8886797ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d88b8886797ae) - clean up experiment platform_editor_vanilla_dom on task - Updated dependencies ## 5.1.18 ### Patch Changes - Updated dependencies ## 5.1.17 ### Patch Changes - Updated dependencies ## 5.1.16 ### Patch Changes - Updated dependencies ## 5.1.15 ### Patch Changes - Updated dependencies ## 5.1.14 ### Patch Changes - Updated dependencies ## 5.1.13 ### Patch Changes - Updated dependencies ## 5.1.12 ### Patch Changes - [#163378](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163378) [`8d7ed16b4071a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8d7ed16b4071a) - Cleanup of FG editor_request_to_edit_task - Updated dependencies ## 5.1.11 ### Patch Changes - Updated dependencies ## 5.1.10 ### Patch Changes - Updated dependencies ## 5.1.9 ### Patch Changes - Updated dependencies ## 5.1.8 ### Patch Changes - [#155371](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/155371) [`aa4cc4f8ecc24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa4cc4f8ecc24) - remove redundant placeholder update in task and decision node view's constructor ## 5.1.7 ### Patch Changes - [#155113](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/155113) [`ffa6a5dcea79b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ffa6a5dcea79b) - fix task placehoder on ssr - Updated dependencies ## 5.1.6 ### Patch Changes - Updated dependencies ## 5.1.5 ### Patch Changes - Updated dependencies ## 5.1.4 ### Patch Changes - Updated dependencies ## 5.1.3 ### Patch Changes - [#148210](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148210) [`10eb0681e9681`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/10eb0681e9681) - fix SSR issues ## 5.1.2 ### Patch Changes - [#146751](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/146751) [`ba4499469ce64`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ba4499469ce64) - fix vanilla task with collab session - Updated dependencies ## 5.1.1 ### Patch Changes - [#139777](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139777) [`cfdfe0077993d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cfdfe0077993d) - Fix bug where a refs were passed incorrectly, preventing task item focus from being set - Updated dependencies ## 5.1.0 ### Minor Changes - [#139139](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139139) [`7f6b665d778dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f6b665d778dd) - [https://product-fabric.atlassian.net/browse/ED-27499](ED-27499) - the new `@atlassian/confluence-presets` package with Confluence `full-page` preset is created ### Patch Changes - Updated dependencies ## 5.0.5 ### Patch Changes - [#135686](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/135686) [`fad3e236fffd3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fad3e236fffd3) - migrate decision item node to vanillajs - Updated dependencies ## 5.0.4 ### Patch Changes - Updated dependencies ## 5.0.3 ### Patch Changes - Updated dependencies ## 5.0.2 ### Patch Changes - Updated dependencies ## 5.0.1 ### Patch Changes - [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972) [`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) - Update `@compiled/react` dependency for improved type checking support. - Updated dependencies ## 5.0.0 ### Major Changes - [#126060](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/126060) [`fe137e1387076`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fe137e1387076) - Clean up Action Items experiment in Editor. Overriding the Quick Insert Action description and Task Item placeholder will now always take effect. ### Patch Changes - Updated dependencies ## 4.1.6 ### Patch Changes - Updated dependencies ## 4.1.5 ### Patch Changes - Updated dependencies ## 4.1.4 ### Patch Changes - Updated dependencies ## 4.1.3 ### Patch Changes - Updated dependencies ## 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) [`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 ## 4.0.4 ### Patch Changes - Updated dependencies ## 4.0.3 ### Patch Changes - Updated dependencies ## 4.0.2 ### Patch Changes - [#120533](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120533) [`f1bec731e278f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1bec731e278f) - Adds a `sideEffects` field to ensure this package does not have Compiled styles tree-shaken in the future to avoid an accidental regression. This is related to https://community.developer.atlassian.com/t/rfc-73-migrating-our-components-to-compiled-css-in-js/85953 ## 4.0.1 ### Patch Changes - [#119045](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119045) [`47b940a098a8c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/47b940a098a8c) - [ux] EDF-2511 - Iconography uplift - Updated dependencies ## 4.0.0 ### Major Changes - [#117947](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117947) [`2c672e958d395`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c672e958d395) - [ux] EDF-2346 - [MD] Remove emotion references ### Patch Changes - Updated dependencies ## 3.0.4 ### Patch Changes - Updated dependencies ## 3.0.3 ### Patch Changes - Updated dependencies ## 3.0.2 ### Patch Changes - Updated dependencies ## 3.0.1 ### Patch Changes - Updated dependencies ## 3.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 ## 2.14.14 ### Patch Changes - Updated dependencies ## 2.14.13 ### Patch Changes - Updated dependencies ## 2.14.12 ### Patch Changes - Updated dependencies ## 2.14.11 ### Patch Changes - Updated dependencies ## 2.14.10 ### Patch Changes - Updated dependencies ## 2.14.9 ### Patch Changes - Updated dependencies ## 2.14.8 ### Patch Changes - [#115686](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115686) [`3bc33ee6062f6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3bc33ee6062f6) - Removes unused categories and iconModern and maps items to new IA - Updated dependencies ## 2.14.7 ### Patch Changes - Updated dependencies ## 2.14.6 ### Patch Changes - Updated dependencies ## 2.14.5 ### Patch Changes - Updated dependencies ## 2.14.4 ### 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 ## 2.14.3 ### Patch Changes - Updated dependencies ## 2.14.2 ### Patch Changes - Updated dependencies ## 2.14.1 ### Patch Changes - [#112096](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112096) [`5d95afdd358ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d95afdd358ac) - [ux] Creates a package for new QuickInsert and Right Rail UI and adds it under a FF - Updated dependencies ## 2.14.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 ## 2.13.6 ### Patch Changes - Updated dependencies ## 2.13.5 ### Patch Changes - Updated dependencies ## 2.13.4 ### Patch Changes - Updated dependencies ## 2.13.3 ### Patch Changes - Updated dependencies ## 2.13.2 ### Patch Changes - Updated dependencies ## 2.13.1 ### Patch Changes - Updated dependencies ## 2.13.0 ### Minor Changes - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060) [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) - Update `React` from v16 to v18 ### Patch Changes - Updated dependencies ## 2.12.41 ### Patch Changes - Updated dependencies ## 2.12.40 ### Patch Changes - Updated dependencies ## 2.12.39 ### Patch Changes - [#104325](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104325) [`a29af260680fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a29af260680fd) - Allow changing of task item state while using pre-loaded version of task item. - Updated dependencies ## 2.12.38 ### Patch Changes - Updated dependencies ## 2.12.37 ### Patch Changes - Updated dependencies ## 2.12.36 ### Patch Changes - Updated dependencies ## 2.12.35 ### Patch Changes - Updated dependencies ## 2.12.34 ### Patch Changes - Updated dependencies ## 2.12.33 ### Patch Changes - Updated dependencies ## 2.12.32 ### Patch Changes - Updated dependencies ## 2.12.31 ### Patch Changes - Updated dependencies ## 2.12.30 ### Patch Changes - Updated dependencies ## 2.12.29 ### Patch Changes - Updated dependencies ## 2.12.28 ### Patch Changes - [#98511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98511) [`2b5853b737f5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2b5853b737f5a) - Improve performance of task and decision state subscriptions using plugin state selector. ## 2.12.27 ### Patch Changes - Updated dependencies ## 2.12.26 ### Patch Changes - Updated dependencies ## 2.12.25 ### Patch Changes - Updated dependencies ## 2.12.24 ### Patch Changes - Updated dependencies ## 2.12.23 ### Patch Changes - Updated dependencies ## 2.12.22 ### Patch Changes - Updated dependencies ## 2.12.21 ### Patch Changes - Updated dependencies ## 2.12.20 ### Patch Changes - Updated dependencies ## 2.12.19 ### Patch Changes - Updated dependencies ## 2.12.18 ### Patch Changes - Updated dependencies ## 2.12.17 ### Patch Changes - [#171551](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171551) [`702c918817e78`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/702c918817e78) - ED-25817: refactors plugins to meet folder standards - Updated dependencies ## 2.12.16 ### Patch Changes - Updated dependencies ## 2.12.15 ### Patch Changes - Updated dependencies ## 2.12.14 ### Patch Changes - Updated dependencies ## 2.12.13 ### Patch Changes - Updated dependencies ## 2.12.12 ### Patch Changes - Updated dependencies ## 2.12.11 ### 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 ## 2.12.10 ### Patch Changes - Updated dependencies ## 2.12.9 ### Patch Changes - Updated dependencies ## 2.12.8 ### 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 ## 2.12.7 ### Patch Changes - Updated dependencies ## 2.12.6 ### Patch Changes - Updated dependencies ## 2.12.5 ### Patch Changes - Updated dependencies ## 2.12.4 ### Patch Changes - Updated dependencies ## 2.12.3 ### Patch Changes - Updated dependencies ## 2.12.2 ### Patch Changes - Updated dependencies ## 2.12.1 ### Patch Changes - Updated dependencies ## 2.12.0 ### Minor Changes - [#163468](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/163468) [`dd36c12324efd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dd36c12324efd) - JIV-19284 Allow setting task placeholder and quick insert action description for Editor tasks and decisions plugin ### Patch Changes - Updated dependencies ## 2.11.17 ### Patch Changes - Updated dependencies ## 2.11.16 ### Patch Changes - Updated dependencies ## 2.11.15 ### Patch Changes - Updated dependencies ## 2.11.14 ### Patch Changes - Updated dependencies ## 2.11.13 ### Patch Changes - Updated dependencies ## 2.11.12 ### 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 - [#158708](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/158708) [`6a5dd592373c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6a5dd592373c2) - [ux] ED-25552 Assume has edit permission for tasks is true unless configured ## 2.11.11 ### Patch Changes - Updated dependencies ## 2.11.10 ### Patch Changes - Updated dependencies ## 2.11.9 ### Patch Changes - [#155735](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155735) [`1beeeda29023a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1beeeda29023a) - Upgrades editor packages to react 18 - Updated dependencies ## 2.11.8 ### Patch Changes - Updated dependencies ## 2.11.7 ### Patch Changes - Updated dependencies ## 2.11.6 ### 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 ## 2.11.5 ### Patch Changes - Updated dependencies ## 2.11.4 ### Patch Changes - Updated dependencies ## 2.11.3 ### Patch Changes - [#152480](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152480) [`831fe131ac081`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/831fe131ac081) - Remove FF platform_editor_td_provider_from_plugin_config - [#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 ## 2.11.2 ### Patch Changes - Updated dependencies ## 2.11.1 ### Patch Changes - Updated dependencies ## 2.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 ## 2.10.0 ### Minor Changes - [#150410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/150410) [`c2b1db731f035`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c2b1db731f035) - Remove UNSAFE\_ lifecycle methods from tasks & decisions ### Patch Changes - Updated dependencies ## 2.9.3 ### Patch Changes - Updated dependencies ## 2.9.2 ### Patch Changes - Updated dependencies ## 2.9.1 ### Patch Changes - Updated dependencies ## 2.9.0 ###