@atlaskit/editor-plugin-table
Version:
Table plugin for the @atlaskit/editor
11,027 lines • 366 kB
Markdown
# @atlaskit/editor-plugin-table
## 31.0.6
### Patch Changes
- Updated dependencies
## 31.0.5
### Patch Changes
- Updated dependencies
## 31.0.4
### Patch Changes
- [`3f8ea6c51b718`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f8ea6c51b718) -
Remove the rolled-out `editor_tinymce_full_width_mode` and
`confluence_max_width_content_appearance` experiments and make max-width content behavior
permanent.
- Updated dependencies
## 31.0.3
### Patch Changes
- Updated dependencies
## 31.0.2
### Patch Changes
- Updated dependencies
## 31.0.1
### Patch Changes
- [`8d37dc7e55d62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8d37dc7e55d62) -
Clean up shipped experiment `platform_editor_block_menu`
- Updated dependencies
## 31.0.0
### Patch Changes
- Updated dependencies
## 30.0.14
### Patch Changes
- [`51a89a2ad66b7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51a89a2ad66b7) -
Use the semantic selected border colour consistently across selected editor table cells and table
edges when `platform-dst-tokens-finesse` is enabled. Flag-off styling is unchanged.
- Updated dependencies
## 30.0.13
### Patch Changes
- Updated dependencies
## 30.0.12
### Patch Changes
- [`88fb7a8d4013a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88fb7a8d4013a) -
[ux] Add optional light and dark preview URLs to slash-command menu items and pass theme-aware
previews to supported commands when the `platform_editor_slash_command` experiment is enabled.
- Updated dependencies
## 30.0.11
### Patch Changes
- Updated dependencies
## 30.0.10
### Patch Changes
- Updated dependencies
## 30.0.9
### Patch Changes
- Updated dependencies
## 30.0.8
### Patch Changes
- Updated dependencies
## 30.0.7
### Patch Changes
- Updated dependencies
## 30.0.6
### Patch Changes
- Updated dependencies
## 30.0.5
### Patch Changes
- Updated dependencies
## 30.0.4
### Patch Changes
- Updated dependencies
## 30.0.3
### Patch Changes
- Updated dependencies
## 30.0.2
### Patch Changes
- Updated dependencies
## 30.0.1
### Patch Changes
- [`8c22b996302b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8c22b996302b5) -
Clean up the permanently enabled `platform_editor_table_fit_to_content_auto_convert` experiment
and keep table fit-to-content conversion enabled across the editor and renderer.
- [`c85599979620a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c85599979620a) -
Cleanup experiment `platform_editor_table_q4_patch_6`; optimized rounded-table edge detection is
now permanent.
- [`66b95ac437117`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/66b95ac437117) -
Clean up `platform_editor_table_menu_updates_patch_3` and always preserve the table cell's raw
background color when selecting a TableMenu palette color.
- [`8ed2cba592e7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8ed2cba592e7a) -
Clean up the retired table sticky-header experiment.
- Preserve the permanently enabled sticky-header drag-row positioning.
- Remove the retired experiment configuration. Consumers should remove any overrides and rely on
the permanently enabled behavior.
- Updated dependencies
## 30.0.0
### Patch Changes
- Updated dependencies
## 29.1.11
### Patch Changes
- Updated dependencies
## 29.1.10
### Patch Changes
- Updated dependencies
## 29.1.9
### Patch Changes
- Updated dependencies
## 29.1.8
### Patch Changes
- [`aca1f7aaf3fd6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aca1f7aaf3fd6) -
Remove the fully rolled-out `platform_editor_exp_lazy_node_views` experiment and call the block
card, embed card, extension, table, and task node views directly.
- Updated dependencies
## 29.1.7
### Patch Changes
- [`f4930ad3105bb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f4930ad3105bb) -
Fix column menu targeting for tables with merged final rows behind
`platform_editor_table_menu_updates_patch_5`.
- [`37382f7ca3e93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/37382f7ca3e93) -
Clean up feature gate `platform_editor_max_width_default_width`
- Updated dependencies
## 29.1.6
### Patch Changes
- Updated dependencies
## 29.1.5
### Patch Changes
- [`d92f804b3ec93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d92f804b3ec93) -
Permanently enable single-row native sticky header behavior and remove the fully rolled-out
`platform_editor_table_q4_patch_4` experiment.
- Updated dependencies
## 29.1.4
### Patch Changes
- Updated dependencies
## 29.1.3
### Patch Changes
- Updated dependencies
## 29.1.2
### Patch Changes
- [`d539514424fd9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d539514424fd9) -
Clean up experiment `platform_editor_fix_table_sort_with_mark`
- Updated dependencies
## 29.1.1
### Patch Changes
- Updated dependencies
## 29.1.0
### Minor Changes
- [`aec3fcfe13ff9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aec3fcfe13ff9) -
EDITOR-8303 Add runtime input-latency trigger for limited mode behind
platform_editor_dynamic_limited_mode. Limited mode can now latch mid-session when sustained slow
input or repeated browser freezes indicate the device is struggling, in addition to the existing
document-size decision. The latch is one-way. Nothing is constructed when the experiment is off.
How much evidence is needed is a single tunable, `requiredConfirmations`: that many qualifying
windows, each separated from the last by `confirmationGapMs`. The hardware no longer feeds into
the decision — `navigator.hardwareConcurrency` and `navigator.deviceMemory` are reported with the
`limitedModeLatched` event instead, so which devices latch can be answered from the data rather
than assumed up front.
`LimitedModePluginState` gains a derived `enabled` flag, which is now the single thing consumers
should branch on — the individual reasons (`documentSizeBreachesThreshold`, `latchPolicyBreached`)
no longer need to be combined at each call site, so a future reason needs no change outside this
plugin. `sharedState.enabled` reads from it.
Under the experiment the document decision is also evaluated on load and on document replacement
only, rather than on every transaction that changes the document. That check walks the whole
document, so it was a full-document scan per keystroke on exactly the pages least able to afford
one. The trade-off is that a document editing its way past the thresholds is not re-judged until
it next loads.
Consumers updated to react to a mid-session change: table sticky headers now subscribe instead of
reading once at construction, block-controls resets rather than freezes its state on entry, and
the expand, media and table nodeviews read the derived flag so they no longer miss a runtime
latch.
### Patch Changes
- Updated dependencies
## 29.0.0
### Patch Changes
- [`7c7646bee3e68`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c7646bee3e68) -
Clean up feature gate `platform_editor_table_height_analytics_event`
- Updated dependencies
## 28.1.15
### Patch Changes
- Updated dependencies
## 28.1.14
### Patch Changes
- [`e29faa16e0c66`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e29faa16e0c66) -
Migrate selected editor experiment reads and tooling from tmp-editor-statsig to
platform-feature-experiments, including static CSS, floating ToC, insert-menu AI, table overflow
shadows, and collapsible headings.
- Updated dependencies
## 28.1.13
### Patch Changes
- Updated dependencies
## 28.1.12
### Patch Changes
- Updated dependencies
## 28.1.11
### Patch Changes
- Updated dependencies
## 28.1.10
### Patch Changes
- Updated dependencies
## 28.1.9
### Patch Changes
- Updated dependencies
## 28.1.8
### Patch Changes
- [`3c8aad45af6a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c8aad45af6a2) -
Clean up the platform_editor_enable_table_scaling feature gate.
- Updated dependencies
## 28.1.7
### Patch Changes
- [`0927c3666c010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0927c3666c010) -
Upgrade `uuid` from `3.x` to `11.1.1` to remediate GHSA-w5hq-g745-h8pq / SNYK-JS-UUID-16133035.
`uuid@11` removed the deep subpath exports (`uuid/v4`, `uuid/v1`, `uuid/v5`) and the default
export, so all internal call sites were migrated to named imports:
```diff
-import uuid from 'uuid/v4';
+import { v4 as uuid } from 'uuid';
-import uuid from 'uuid';
+import { v4 as uuid } from 'uuid';
```
With the exception of `@atlassian/integrations` (below), this is an internal implementation change
only - no public API, export, or entrypoint changed. UUID generation behaviour is unchanged
(`uuid@3`'s default export was already `v4`).
`@atlassian/integrations` declares `uuid` as a peer dependency, so its declared range moved from
`^3.1.0` to `^11.1.1`. That is a peer dependency declaration change, hence `minor` rather than
`patch` for that package.
The following `platform/packages/ai-mate` packages were also touched, but are all `private: true`
and so are intentionally not listed in the frontmatter above:
- `@atlassian/csm-assistance-service` - bumped its explicit `uuid` dependency from `npm:^9.0.0` to
`npm:^11.1.1` (`9.0.1` is also within the advisory's affected range).
- `@atlassian/csm-guidance-config` - example helper only, migrated to the named `uuid` import.
- `@atlassian/csm-ui-components` - example helper only, migrated to the named `uuid` import.
- Updated dependencies
## 28.1.6
### Patch Changes
- Updated dependencies
## 28.1.5
### Patch Changes
- Updated dependencies
## 28.1.4
### Patch Changes
- Updated dependencies
## 28.1.3
### Patch Changes
- [`468a533e36283`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/468a533e36283) -
Clean up the shipped `platform_editor_table_a11y_eslint_fix` experiment and keep its enabled table
focus behavior.
- Updated dependencies
## 28.1.2
### Patch Changes
- Updated dependencies
## 28.1.1
### Patch Changes
- Updated dependencies
## 28.1.0
### Minor Changes
- [`bd2c5b0112185`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd2c5b0112185) -
Remove stale API report artifacts from published Platform packages.
### Patch Changes
- Updated dependencies
## 28.0.10
### Patch Changes
- Updated dependencies
## 28.0.9
### Patch Changes
- Updated dependencies
## 28.0.8
### Patch Changes
- [`c967639892512`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c967639892512) -
Cleanup experiment `platform_editor_table_q4_patch_5` and permanently restrict sticky table
headers to the first header row.
- Updated dependencies
## 28.0.7
### Patch Changes
- [`f34bb99565856`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f34bb99565856) -
Remove the `platform_editor_table_q4_patch_3` experiment and permanently retain interaction-aware
table cell highlighting.
- Updated dependencies
## 28.0.6
### Patch Changes
- Updated dependencies
## 28.0.5
### Patch Changes
- [`76a10b0cda613`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76a10b0cda613) -
Remove the `platform_editor_table_menu_updates_patch_2` experiment and permanently apply its
rolled-out table menu treatment.
- [`854ce1f630037`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/854ce1f630037) -
Cleanup experiment platform_editor_col_insert_patch_1 and retain the numbered sticky-table mask
adjustment.
- [`2bcdac2d8a382`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2bcdac2d8a382) -
[EDITOR-8301] Disable table width resizing while limited mode is active, behind the
platform_editor_table_limited_mode experiment (the same gate that disables table row and column
dragging). Tables render a static container instead of a TableResizer, so there is no table width
handle on the right edge. Column resizing is unaffected. Limited mode turning on or off at runtime
is picked up immediately.
- Updated dependencies
## 28.0.4
### Patch Changes
- [`d82ea790b5c1c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d82ea790b5c1c) -
Update registered slash-command menu icons, including the Jira datasource WorkItems icon, when the
`platform_editor_slash_command` experiment is enabled.
- Updated dependencies
## 28.0.3
### Patch Changes
- [`3c376dcc27b56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c376dcc27b56) -
Clean up experiment `platform_editor_table_ref_optimisation`
- Updated dependencies
## 28.0.2
### Patch Changes
- Updated dependencies
## 28.0.1
### Patch Changes
- Updated dependencies
## 28.0.0
### Patch Changes
- Updated dependencies
## 27.1.6
### Patch Changes
- Updated dependencies
## 27.1.5
### Patch Changes
- [`656801b9e097c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/656801b9e097c) -
VOLTC-331 - Migrate updated package usage in platform/editor: rewrite barrel imports of
voltCompliant provider packages to deep/subpath imports (consumer-side debarrel). No public API
changes.
- Updated dependencies
## 27.1.4
### Patch Changes
- Updated dependencies
## 27.1.3
### Patch Changes
- Updated dependencies
## 27.1.2
### Patch Changes
- [`b8080a4285efd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b8080a4285efd) -
Clean up feature gate platform_editor_enable_table_update_ref_atlas
- Updated dependencies
## 27.1.1
### Patch Changes
- [`de41cde76539d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/de41cde76539d) -
[ux] EDITOR-8647 fix sticky header mask for rounded table in panel
## 27.1.0
### Minor Changes
- [`d96f86ff344b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d96f86ff344b8) -
Use @atlaskit/platform-feature-experiments directly for
platform_editor_vc90_transition_expand_icon, platform_editor_add_image_editing,
platform_editor_ai_multi_format_streaming, platform_editor_default_toolbar_state,
platform_editor_early_exit_return_draft, platform_editor_fix_focus_MediaInsertPicker,
platform_editor_fix_table_move_shortcut, platform_editor_menu_radius_update,
platform_editor_react19_migration, and show_mentions_in_suggest_reply.
### Patch Changes
- Updated dependencies
## 27.0.14
### Patch Changes
- [`6cf283ca60155`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6cf283ca60155) -
Clean up experiment `platform_editor_table_col_insert`
- Updated dependencies
## 27.0.13
### Patch Changes
- Updated dependencies
## 27.0.12
### Patch Changes
- Updated dependencies
## 27.0.11
### Patch Changes
- Updated dependencies
## 27.0.10
### Patch Changes
- Updated dependencies
## 27.0.9
### Patch Changes
- Updated dependencies
## 27.0.8
### Patch Changes
- Updated dependencies
## 27.0.7
### Patch Changes
- [`b53c8a7c458af`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b53c8a7c458af) -
Disable dragging table rows and columns while limited mode is active, behind the
platform_editor_table_limited_mode experiment. The row and column drag handles are no longer
registered as draggable, so no drag can start from them. The handles themselves still render and
still select the row/column and open its menu on click. Responds to limited mode being toggled
during a session.
## 27.0.6
### Patch Changes
- Updated dependencies
## 27.0.5
### Patch Changes
- Updated dependencies
## 27.0.4
### Patch Changes
- Updated dependencies
## 27.0.3
### Patch Changes
- [`ce7484d621739`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ce7484d621739) -
Fix table controls after editor remounts by refreshing stale toolbar anchors and publishing the
selected table ref before the first interaction, behind the
`platform_editor_table_toolbar_position_fix` experiment.
## 27.0.2
### Patch Changes
- Updated dependencies
## 27.0.1
### Patch Changes
- [`945f7cef17713`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/945f7cef17713) -
Fix table menu selection and shortcut behavior behind
`platform_editor_table_menu_updates_patch_4`.
- Updated dependencies
## 27.0.0
### Patch Changes
- Updated dependencies
## 26.2.0
### Minor Changes
- [`da5eaf0bc37da`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/da5eaf0bc37da) -
Clean up the platform_editor_editor_ssr_streaming experiment. The SSR streaming code paths are now
permanent and the isSSRStreaming() utility has been removed from
@atlaskit/editor-common/core-utils.
### Patch Changes
- Updated dependencies
## 26.1.0
### Minor Changes
- [`2d23b40eed4f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2d23b40eed4f0) -
Add gated content-visibility:auto to tables, expands and media singles to improve editor rendering
performance on large documents. Applied only to nodes whose rendered size can be estimated closely
— structurally (row/child counts) for tables and expands, and from the media's own dimensions and
the renderer's width calculation for media singles. Behind the
cc_editor_limited_mode_perf_improvements experiment and only active when limited mode is enabled
for the document (shared large-document detection with the limited-mode plugin).
### Patch Changes
- Updated dependencies
## 26.0.10
### Patch Changes
- [`3abf1a11015f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3abf1a11015f2) -
Clean up feature gate `platform_editor_table_q4_patch_2`
- [`2f8a5739a1726`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f8a5739a1726) -
Clean up feature gate `platform_editor_table_nested_renderer_fix`
- Updated dependencies
## 26.0.9
### Patch Changes
- Updated dependencies
## 26.0.8
### Patch Changes
- [`3a4c286fdb8c1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a4c286fdb8c1) -
Add registry-backed Quick Insert search matching under the existing
`platform_editor_slash_command` experiment. Make native, provider, and extension registered Quick
Insert items searchable.
- Updated dependencies
## 26.0.7
### Patch Changes
- Updated dependencies
## 26.0.6
### Patch Changes
- [`7eef7404cacac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7eef7404cacac) -
Clean up feature gate `platform_editor_table_q4_patch_1`
- Updated dependencies
## 26.0.5
### Patch Changes
- Updated dependencies
## 26.0.4
### Patch Changes
- Updated dependencies
## 26.0.3
### Patch Changes
- [`2ed029496fab6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2ed029496fab6) -
[ux] [EDITOR-8491] Fix the table cell background colour palette so the current colour is shown as
selected.
- Updated dependencies
## 26.0.2
### Patch Changes
- Updated dependencies
## 26.0.1
### Patch Changes
- Updated dependencies
## 26.0.0
### Patch Changes
- Updated dependencies
## 25.1.3
### Patch Changes
- Updated dependencies
## 25.1.2
### Patch Changes
- Updated dependencies
## 25.1.1
### Patch Changes
- Updated dependencies
## 25.1.0
### Minor Changes
- [`b0682afb9fdf1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b0682afb9fdf1) -
Add lime, orange and magenta colours to the table cell background colour palette.
### Patch Changes
- Updated dependencies
## 25.0.6
### Patch Changes
- Updated dependencies
## 25.0.5
### Patch Changes
- Updated dependencies
## 25.0.4
### Patch Changes
- [`7087f393ec725`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7087f393ec725) -
Add the categorized registered Quick Insert browse experience with representative native elements
- Updated dependencies
## 25.0.3
### Patch Changes
- Updated dependencies
## 25.0.2
### Patch Changes
- [`7a8d5e478d5d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7a8d5e478d5d1) -
Clean up feature gate `platform_editor_table_fixed_column_width_prop`
- Updated dependencies
## 25.0.1
### Patch Changes
- [`ae5ca1873aef4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae5ca1873aef4) -
Clean up feature gate `platform_editor_nested_dnd_styles_changes`
- Updated dependencies
## 25.0.0
### Major Changes
- [`4cc8b22d77107`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4cc8b22d77107) -
Remove the legacy JavaScript shadow logic (observer, sentinel elements, and supporting styles)
which was no longer in use.
### What has changed
Removes the following public APIs, even though they no longer represented elements rendered by the
editor:
- `@atlaskit/editor-plugin-table` (also re-exported by `@atlaskit/editor-plugins`):
- `ShadowEvent`
- `TableCssClassName.TABLE_LEFT_SHADOW`
- `TableCssClassName.TABLE_RIGHT_SHADOW`
- `TableCssClassName.TABLE_SHADOW_SENTINEL_LEFT`
- `TableCssClassName.TABLE_SHADOW_SENTINEL_RIGHT`
- `TableCssClassName.TABLE_STICKY_SHADOW`
- `@atlaskit/editor-common`:
- `TableSharedCssClassName.TABLE_LEFT_SHADOW`
- `TableSharedCssClassName.TABLE_RIGHT_SHADOW`
- `TableSharedCssClassName.TABLE_SHADOW_SENTINEL_LEFT`
- `TableSharedCssClassName.TABLE_SHADOW_SENTINEL_RIGHT`
- `TableSharedCssClassName.TABLE_STICKY_SHADOW`
### Patch Changes
- [`d127dff1fb012`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d127dff1fb012) -
Optimize rounded table edge detection, caching, DOM writes, and update traversal behind Patch 6
- Updated dependencies
## 24.6.1
### Patch Changes
- Updated dependencies
## 24.6.0
### Minor Changes
- [`509b29022dde2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/509b29022dde2) -
cleanup platform_editor_table_display_mode_in_to_dom
### Patch Changes
- [`399ca50adb668`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/399ca50adb668) -
[ux] [EDITOR-8377] Fix the table cell background colour palette so the current colour is shown as
selected.
- Updated dependencies
## 24.5.7
### Patch Changes
- [`4bc741a70d678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4bc741a70d678) -
Add the first registry-backed Quick Insert slice with Table
- Updated dependencies
## 24.5.6
### Patch Changes
- Updated dependencies
## 24.5.5
### Patch Changes
- [`6e8461981e75d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e8461981e75d) -
Disable row and column move options when merged cells prevent reordering behind the
platform_editor_table_menu_updates_patch_2 experiment
- Updated dependencies
## 24.5.4
### Patch Changes
- Updated dependencies
## 24.5.3
### Patch Changes
- [`7cecf41634d18`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7cecf41634d18) -
Revert the lime, orange, and magenta table cell background color options.
- Updated dependencies
## 24.5.2
### Patch Changes
- [`109c3998554f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/109c3998554f2) -
Add SSR-safe, experiment-gated CSS overflow shadows for editor tables and keep renderer shadows
within table bounds when sticky scrollbars are present.
- Updated dependencies
## 24.5.1
### Patch Changes
- [`3b0816741523c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b0816741523c) -
Add lime, orange, and magenta colors to table cell background color palette
- Updated dependencies
## 24.5.0
### Minor Changes
- [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) -
Enable compatibility with React 19.2.0
### Patch Changes
- Updated dependencies
## 24.4.25
### Patch Changes
- Updated dependencies
## 24.4.24
### Patch Changes
- [`b91c14d4dbad7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b91c14d4dbad7) -
Editor; Ensure only the first table row can become a sticky header when the rounded table patch is
enabled
Renderer; Patch table body elements to have rounded corners when overridden by consumers
- Updated dependencies
## 24.4.23
### Patch Changes
- Updated dependencies
## 24.4.22
### Patch Changes
- Updated dependencies
## 24.4.21
### Patch Changes
- Updated dependencies
## 24.4.20
### Patch Changes
- [`6f1a6a07b4be1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f1a6a07b4be1) -
Fixes malfunctioning sticky header row when header columns are merged
- Updated dependencies
## 24.4.19
### Patch Changes
- [`f596f4ca80078`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f596f4ca80078) -
Clean up feature gate `platform_editor_table_auto_convert_fix`
- Updated dependencies
## 24.4.18
### Patch Changes
- [`08b7535d56701`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08b7535d56701) -
Disable sticky headers for single-row tables and delay sticky corner masks until the native header
is active behind the table Q4 patch 4 experiment
- [`b5f13b4e19c45`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5f13b4e19c45) -
HOT-304844 Fixed table flicker issue when table is inside layout and selection moves in/out of
table.
- Updated dependencies
## 24.4.17
### Patch Changes
- [`161922d5b8cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/161922d5b8cee) -
Fix editor tooltips affected by inline top-layer rendering. Table cell menu tooltips are no longer
constrained by the button background selector, and layout column drag handles now own their
wrapper layout without flattening the tooltip's visual surface.
- Updated dependencies
## 24.4.16
### Patch Changes
- [`6afed619aa443`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6afed619aa443) -
Clean up experiment `platform_editor_table_close_cell_menu_on_move_exp`
- Updated dependencies
## 24.4.15
### Patch Changes
- [`0a6b16efd7f45`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a6b16efd7f45) -
Clean up sticky header patch feature gates and experiments.
- Updated dependencies
## 24.4.14
### Patch Changes
- Updated dependencies
## 24.4.13
### Patch Changes
- Updated dependencies
## 24.4.12
### Patch Changes
- Updated dependencies
## 24.4.11
### Patch Changes
- [`8bdbc5ba79617`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8bdbc5ba79617) -
[ux] Gate the table active cell decoration behind `platform_editor_table_q4_patch_3` so it is not
calculated or rendered until the editor has had its first interaction. Fix row control
mis-alignment issues.
- Updated dependencies
## 24.4.10
### Patch Changes
- Updated dependencies
## 24.4.9
### Patch Changes
- Updated dependencies
## 24.4.8
### Patch Changes
- Updated dependencies
## 24.4.7
### Patch Changes
- Updated dependencies
## 24.4.6
### Patch Changes
- [`d86bd1324d82b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d86bd1324d82b) -
Fix table cell selection when moving a table with the keyboard shortcut behind the
`platform_editor_fix_table_move_shortcut` experiment.
- Updated dependencies
## 24.4.5
### Patch Changes
- [`22f3858872f99`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22f3858872f99) -
Clean up experiment `platform_editor_table_toolbar_perf_fix`
- Updated dependencies
## 24.4.4
### Patch Changes
- [`7fd637a1c5c47`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7fd637a1c5c47) -
Add a fix for sort buttons misbehaving when the headings have marks.
- Updated dependencies
## 24.4.3
### Patch Changes
- Updated dependencies
## 24.4.2
### Patch Changes
- Updated dependencies
## 24.4.1
### Patch Changes
- [`0e797fd81675f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0e797fd81675f) -
Cleaning up interactivity monitoring experiment
- Updated dependencies
## 24.4.0
### Minor Changes
- [`af0307ac8c91b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/af0307ac8c91b) -
Fix nested tables rendering as non-nested during SSR streaming (guarded by isSSRStreaming; no
change to CSR)
### Patch Changes
- [`5fa08ff6d295a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5fa08ff6d295a) -
Re-add missing cell menu items behind the `platform_editor_table_cell_menu_update`.
- [`075b6ae004392`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/075b6ae004392) -
[ux] fix toolbar table insertion for markdown syntax mode
- [`e162cd8ab6b15`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e162cd8ab6b15) -
Fix malformed nested-table column width in SSR output: the min-width branch emitted `width: 48px)`
(stray parenthesis) instead of a valid `width: 48px`.
- Updated dependencies
## 24.3.14
### Patch Changes
- Updated dependencies
## 24.3.13
### Patch Changes
- Updated dependencies
## 24.3.12
### Patch Changes
- [`df00c17a7cb79`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/df00c17a7cb79) -
Improve nested table sizing inside fit-to-content tables and snapshot the rendered table layout
during auto-conversion so the persisted parent table width matches the page-load view.
## 24.3.11
### Patch Changes
- Updated dependencies
## 24.3.10
### Patch Changes
- Updated dependencies
## 24.3.9
### Patch Changes
- Updated dependencies
## 24.3.8
### Patch Changes
- [`46ee61dd53e91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46ee61dd53e91) -
Remove stale experiment confluence_compact_text_format (FFCLEANUP-85812): inline final values
(flag enabled), simplify conditions, remove experiment config entries.
- Updated dependencies
## 24.3.7
### Patch Changes
- Updated dependencies
## 24.3.6
### Patch Changes
- Updated dependencies
## 24.3.5
### Patch Changes
- Updated dependencies
## 24.3.4
### Patch Changes
- [`cc7e55c918e23`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cc7e55c918e23) -
[ux] Adds info icon next to visually disabled table column sort buttons with a tooltip explaining
that sort won't work when merged cells present.
- Updated dependencies
## 24.3.3
### Patch Changes
- [`e79324e600259`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e79324e600259) -
[ED] Add gated testid (pm-table-contextual-menu-button) to the table cell options button to anchor
the Post Office changeboarding spotlight (cc-editor-table-cell-menu-changes), gated behind the
platform_editor_table_menu_updates experiment
- Updated dependencies
## 24.3.2
### Patch Changes
- [`e2d2174c6df03`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2d2174c6df03) -
[ED] Fix several numbered-column table mask rendering issues.
- Behind `platform_editor_col_insert_patch_1`: shift the sticky header row-insert mask left by the
numbered column width so it sits to the left of the numbered column instead of overlapping its
first cell.
- Behind `platform_editor_table_q4_patch_2`: anchor the numbered-column corner mask with an
explicit `top` so vertical alignment on the first header cell no longer shifts it, and recolour
the mask's borders/fill in the hover-to-delete state so the corner is not left transparent.
- Updated dependencies
## 24.3.1
### Patch Changes
- Updated dependencies
## 24.3.0
### Minor Changes
- [`d461a7ef54404`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d461a7ef54404) -
Add analytics for table cell vertical alignment changes
### Patch Changes
- [`66d869b3fdc74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/66d869b3fdc74) -
[ux] Style changes to fix tables with rounded corners.
- Updated dependencies
## 24.2.10
### Patch Changes
- Updated dependencies
## 24.2.9
### Patch Changes
- Updated dependencies
## 24.2.8
### Patch Changes
- [`78424bc9d614f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/78424bc9d614f) -
Improve rounded table selected-node and Remix block highlight styling behind a feature gate
## 24.2.7
### Patch Changes
- Updated dependencies
## 24.2.6
### Patch Changes
- [`5aa3054549632`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5aa3054549632) -
Fix cell menu to drag handle interaction by ensuring a menu always appears
- Updated dependencies
## 24.2.5
### Patch Changes
- [`6ad6ef706e851`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6ad6ef706e851) -
Clean up experiment `platform_editor_table_update_table_ref`
- Updated dependencies
## 24.2.4
### Patch Changes
- [`2a5949df6125f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2a5949df6125f) -
Under platform_editor_table_menu_updates, keep the selection toolbar suppressed after the
row/column drag menu closes while that drag-handle selection persists; any other selection
re-enables the toolbar.
- Updated dependencies
## 24.2.3
### Patch Changes
- [`bd776b48c8623`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd776b48c8623) -
[ux] Fix table drag-handle menu edge cases for merged cells in the first row/column behind the
`platform_editor_table_menu_updates` experiment.
- [`e850980f5a66f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e850980f5a66f) -
[EDITOR-6790] Block-controls drag-handle wrapper's background is removed and instead set
on`::before` on `.pm-table-container.pm-table-sticky` to keep masking the row insert dots when
legacy sticky header is activated while also not overlapping the column insert button.
- Updated dependencies
## 24.2.2
### Patch Changes
- [`4930e7d0d97c1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4930e7d0d97c1) -
Adjust inactive native sticky table header z-index
- Updated dependencies
## 24.2.1
### Patch Changes
- [`bb257b58a707a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb257b58a707a) -
Clean up feature gate `platform_editor_table_fit_to_content_smart_adjust`
- Updated dependencies
## 24.2.0
### Minor Changes
- [`298f9a506cb5f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/298f9a506cb5f) -
[EDITOR-6790] Allow inserting a column to the left of the first column, behind the
platform_editor_table_col_insert experiment
### Patch Changes
- Updated dependencies
## 24.1.0
### Minor Changes
- [`377a4234587d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/377a4234587d1) -
Promote `tableCell` and `tableHeader` `valign` attribute from stage-0 to the full ADF schema, and
remove the now-redundant stage-0 node-spec selection in the table plugin.
### Patch Changes
- Updated dependencies
## 24.0.4
### Patch Changes
- Updated dependencies
## 24.0.3
### Patch Changes
- [`bafa7b1c23370`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bafa7b1c23370) -
Clean up experiment `platform_editor_fix_editor_unhandled_type_errors`
- [`1e2c964dbe54e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1e2c964dbe54e) -
Clean up feature gate `platform_editor_update_table_ref_fix`
- [`137ce6a6d525e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/137ce6a6d525e) -
Prevent automatic table fit-to-content conversion from rewriting resized tables
- Updated dependencies
## 24.0.2
### Patch Changes
- Updated dependencies
## 24.0.1
### Patch Changes
- [`52a892635e9a0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/52a892635e9a0) -
Update border-radius for cell menu button to 4px
- [`11006329a22d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/11006329a22d1) -
Clean up experiment `platform_editor_lovability_distribute_column_fix`
- Updated dependencies
## 24.0.0
### Major Changes
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
```diff
- "typesVersions": {
- ">=4.5 <4.9": {
- "*": [
- "dist/types-ts4.5/*",
- "dist/types-ts4.5/index.d.ts"
- ]
- }
- },
```
### Patch Changes
- [`a0d08d30a116b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0d08d30a116b) -
Fix number column issues with sticky header, refactor table nodeview logic
- Updated dependencies
## 23.4.3
### Patch Changes
- [`f9b309b6576a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f9b309b6576a5) -
Remove legacy table controls which are not in use
- Updated dependencies
## 23.4.2
### Patch Changes
- Updated dependencies
## 23.4.1
### Patch Changes
- Updated dependencies
## 23.4.0
### Minor Changes
- [`26cdaa58ad1b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/26cdaa58ad1b5) -
Cleaned up stale feature gate platform_editor_table_sticky_header_patch_2. Merged sticky header
mask styles and removed gate from tablePlugin plugin registration.
### Patch Changes
- [`c70fd1e57edcf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c70fd1e57edcf) -
Cleaned up stale feature flag `platform_editor_lovability_select_all_shortcut`
- [`edeed2f3314cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/edeed2f3314cd) -
Fix rounded table edge interaction overlays
- Updated dependencies
## 23.3.12
### Patch Changes
- Updated dependencies
## 23.3.11
### Patch Changes
- Updated dependencies
## 23.3.10
### Patch Changes
- Updated dependencies
## 23.3.9
### Patch Changes
- Updated dependencies
## 23.3.8
### Patch Changes
- Updated dependencies
## 23.3.7
### Patch Changes
- [`1df102e80b904`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1df102e80b904) -
Add parentNode field in insert table events to track panel_c1 -> table
- Updated dependencies
## 23.3.6
### Patch Changes
- Updated dependencies
## 23.3.5
### Patch Changes
- [`473e6619e9af8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/473e6619e9af8) -
Fix shift selection + state update in table menu
## 23.3.4
### Patch Changes
- [`a4f97c853dccf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a4f97c853dccf) -
Extend `no-module-level-eval` lint rule to cover editor experiment APIs (`expValEquals`, `expVal`,
`editorExperiment`, `expValEqualsNoExposure`) imported from `@atlaskit/tmp-editor-statsig`
subpaths. Module-level evaluation of these functions causes flakiness because experiment values
may not be resolved yet at import time.
Fix existing violations in `editor-plugin-block-controls` (`global-styles.tsx`) and
`editor-plugin-table` (`ContextualMenu.tsx`) by converting module-level experiment evaluations to
lazy function calls.
Clean up fully-launched experiment `platform_editor_unify_native_dnd_selectors` — replace
conditional selector logic with the winning `dragHandlerAnchorSelectorWithTaskExclusion` value and
remove the experiment from `experiments-config.ts`.
- Updated dependencies
## 23.3.3
### Patch Changes
- Updated dependencies
## 23.3.2
### Patch Changes
- Updated dependencies
## 23.3.1
### Patch Changes
- [`f7faa21a01fc7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7faa21a01fc7) -
Cleanup stale feature gates and experiments now that they have shipped. The following
gates/experiments have been removed and their enabled paths kept as the permanent behaviour:
platform_editor_fix_scrolling_popup_position, platform_editor_table_resize_chromeless,
platform_editor_chromeless_akeditor_class, create_work_item_modernization_exp.
- Updated dependencies
## 23.3.0
### Minor Changes
- [`dc18b82540c1e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dc18b82540c1e) -
[EDITOR-7606](https://hello.jira.atlassian.cloud/browse/EDITOR-7606) - fix SSR streaming tables
borders by adopting changes from `platform_editor_vc90_transition_table_border` experiment
### Patch Changes
- Updated dependencies
## 23.2.0
### Minor Changes
- [`237c62eb113fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/237c62eb113fd) -
[EDITOR-6188](https://hello.jira.atlassian.cloud/browse/EDITOR-6188) - fix nested tables in SSR
streaming mode
### Patch Changes
- Updated dependencies
## 23.1.2
### Patch Changes
- [`cac6bd11a2e56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cac6bd11a2e56) -
CCI-16976 Fixed position out of range error coming from table behind feature gate
platform_editor_ai_table_ai_streaming_pos_fix
## 23.1.1
### Patch Changes
- [`ae8f78f39a5d2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae8f78f39a5d2) -
Fix white masking wrapper (from sticky headers) visible when tables are nested inside coloured
panels
- Updated dependencies
## 23.1.0
### Minor Changes
- [`6e3b4e2317b34`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e3b4e2317b34) -
[EDITOR-7476](https://hello.jira.atlassian.cloud/browse/EDITOR-7476) - centralize SSR streaming
checks behind `isSSRStreaming()` so SSR eligibility is checked before emitting exposure for the
`platform_editor_editor_ssr_streaming` experiment.
### Patch Changes
- Updated dependencies
## 23.0.3
### Patch Changes
- Updated dependencies
## 23.0.2
### Patch Changes
- [`84066f0a13142`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/84066f0a13142) -
Update table sort icons
- Updated dependencies
## 23.0.1
### Patch Changes
- [`f53b4391ccd54`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f53b4391ccd54) -
Fix table menu popup placement near viewport edges
Add new editor experiment platform_editor_table_close_cell_menu_on_move_exp to fix legacy menu
staying open when changing cells.
- Updated dependencies
## 23.0.0
### Patch Changes
- Updated dependencies
## 22.4.23
### Patch Changes
- Updated dependencies
## 22.4.22
### Patch Changes
- Updated dependencies
## 22.4.21
### Patch Changes
- Updated dependencies
## 22.4.20
### Patch Changes
- Updated dependencies
## 22.4.19
### Patch Changes
- [`304fee6127fd5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/304fee6127fd5) -
Add valign to table cell menu, support renderer.
- Updated dependencies
## 22.4.18
### Patch Changes
- Updated dependencies
## 22.4.17
### Patch Changes
- Updated dependencies
## 22.4.16
### Patch Changes
- [`6291bc0777dc2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6291bc0777dc2) -
Converge updated table menu state behind the table menu experiment
Make table cell menu items interactive
## 22.4.15
### Patch Changes
- [`122438a5ab2b7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/122438a5ab2b7) -
Improve fit to content table column width distribution
- Updated dependencies
## 22.4.14
### Patch Changes
- [`1c77cce42b15b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c77cce42b15b) -
Updated sync blocks to support ssr streaming
- Updated dependencies
## 22.4.13
### Patch Changes
- [`3e9a48e106cc7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e9a48e106cc7) -
Wire up column menu actions in the updated table menu
- Updated dependencies
## 22.4.12
### Patch Changes
- [`cae3f93f31a3f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cae3f93f31a3f) -
Wire up actions with row menu refactor, add focus, blue, mouseenter and mouseleave events to
ToolbarDropdownItem
- Updated dependencies
## 22.4.11
### Patch Changes
- Updated dependencies
## 22.4.10
### Patch Changes
- Updated dependencies
## 22.4.9
### Patch Changes
- [`0091cbd21d8f7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0091cbd21d8f7) -
[ux] Add conditional visibility to row, column, and cell handle menu items behind the
`platform_editor_table_menu_updates` experiment, so menu surfaces only show options that apply to
the current selection.
- Updated dependencies
## 22.4.8
### Patch Changes
- [`98ee7ca379f42`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/98ee7ca379f42) -
Add experiment-gated table menu updates for cell menu
- Updated dependencies
## 22.4.7
### Patch Changes
- [`46f34d2400d1c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46f34d2400d1c) -
Fixes malfunctioning sticky header when header columns are merged so that headers don't
stack/overlap.
- Updated dependencies
## 22.4.6
### Patch Changes
- Updated dependencies
## 22.4.5
### Patch Changes
- [`593f5ee15ac0d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/593f5ee15ac0d) -
Add experiment-gated column handle menu surface and expose column menu icons through
editor-toolbar.
- Updated dependencies
## 22.4.4
### Patch Changes
- [`4c459a2718b67`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c459a2718b67) -
Clean up synced block feature gates
- Updated dependencies
## 22.4.3
### Patch Changes
- [`3a69722c61c6a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a69722c61c6a) -
Add rounded corners to table node in editor. This works by hiding the actual table border and
adding a pseudo element with rounded corners.
- Updated dependencies
## 22.4.2
### Patch Changes
- Updated dependencies
## 22.4.1
### Patch Changes
- [`538b9b5a2201c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/538b9b5a2201c) -
Remove platform_editor_enable_table_dnd feature gate refs - fully rolled out (EDITOR-6295)
- Updated dependencies
## 22.4.0
### Minor Changes
- [`ebab8f80bfc40`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ebab8f80bfc40) -
Autofix: add explicit package exports (barrel removal)
### Patch Changes
- Updated dependencies
## 22.3.2
### Patch Changes
- Updated dependencies
## 22.3.1
### Patch Changes
- [`6403e27aa3327`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6403e27aa3327) -
Add the experimental table row menu structure, keyboard shortcut hints, and shared table menu
items. Expose table row menu icons through editor-toolbar. Ensure the UI control registry is
available before table row menu items are registered.
- Updated dependencies
## 22.3.0
### Minor Changes
- [`edd5d6d4c23ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/edd5d6d4c23ec) -
Add SSR streaming supporting to Editor starmt cards and extensions
### Patch Changes
- Updated dependencies
## 22.2.24
### Patch Changes
- Updated dependencies
## 22.2.23
### Patch Changes
- Updated dependencies
## 22.2.22
### Patch Changes
- [`dac35f970c524`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dac35f970c524) -
EDITOR-6293: Remove isDragAndDropEnabled from table plugin state and shared state types
- Updated dependencies
## 22.2.21
### Patch Changes
- [`967cff1c14097`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/967cff1c14097) -
Add isolatedDeclarations: true to tsconfig.app.json and tsconfig.dev.json
- Updated dependencies
## 22.2.20
### Patch Changes
- Updated dependencies
## 22.2.19
### Patch Changes
- Updated dependencies
## 22.2.18
### Patch Changes
- [`34d7b445ae298`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/34d7b445ae298) -
[ux] EDITOR-6294 Removing tableDragAndDrop from plugin presets and cleaning up unused table code
for menus
- Updated dependencies
## 22.2.17
### Patch Changes
- Updated dependencies
## 22.2.16
### Patch Changes
- Updated dependencies
## 22.2.15
### Patch Changes
- [`d3badff484206`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3badff484206) -
Remove isDragAndDropEnabled dead code from nodeviews and floating controls UI (EDITOR-6296)
- Updated dependencies
## 22.2.14
### Patch Changes
- Updated dependencies
## 22.2.13
### Patch Changes
- Updated dependencies
## 22.2.12
### Patch Changes
- [`7f1df88caac2a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f1df88caac2a) -
Add active cell highlight to table cells - highlights the current table cell when cursor is inside
it
- Updated dependencies
## 22.2.11
### Patch Changes
- Updated dependencies
## 22.2.10
### Patch Changes
- [`0281a1c2161a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0281a1c2161a9) -
[ux] cleanup platform_editor_table_remove_last_cell_decoration
- Updated dependencies
## 22.2.9
### Patch Changes
- Updated dependencies
## 22.2.8
### Patch Changes
- [`bc415f8eb86a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc415f8eb86a9) -
Add OR check with create_work_item_modernization_exp experiment to
platform_editor_fix_scrolling_popup_position, platform_editor_table_resize_chromeless, and
platform_editor_chromeless_akeditor_class usages
- Updated dependencies
## 22.2.7
### Patch Changes
- [`aaa61a61efb94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aaa61a61efb94) -
Add support for table resize in chromeless editor, behind platform_editor_table_resize_chromeless
experiment
- Updated dependencies
## 22.2.6
### Patch Changes
- Updated dependencies
## 22.2.5
### Patch Changes
- Updated dependencies
## 22.2.4
### Patch Changes
- Updated dependencies
## 22.2.3
### Patch Changes
- Updated dependencies
## 22.2.2
### Patch Changes
- Updated dependencies
## 22.2.1
### Patch Changes
- Updated dependencies
## 22.2.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
- [`d2c265eaaf495`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d2c265eaaf495) -
Remove isDragAndDropEnabled dead code from pm-plugins - always true (EDITOR-6290)
- Updated dependencies
## 22.1.4
### Patch Changes
- [`af869bf30a1e1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/af869bf30a1e1) -
Fix table-layout: auto inline style persisting after fit-to-content measurement
## 22.1.3
### Patch Changes
- Updated dependencies
## 22.1.2
### Patch Changes
- [`3304011dd30e7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3304011dd30e7) -
Editor-6446: Fix reload page cause table inside the synced block to rescale when page is full
width
## 22.1.1
### Patch Changes
- Updated dependencies
## 22.1.0
### Minor Changes
- [`3394e81c10e6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3394e81c10e6e) -
Fix table flicker on focus: defer data-initial-width-mode removal to after colgroup update.
Consolidate isTableInContentMode and hasTableBeenResized into editor-common/table.
### Patch Changes
- Updated dependencies
## 22.0.0
### Major Changes
- [`b47ee185c5ac4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b47ee185c5ac4) -
Remove deprecated dragAndDropEnabled plugin option Drag and drop table rows/ columns and advanced
table controls used to be toggled with dragAndDropEnabled table plugin option however we're
deprecating this prop to make this the default behaviour.
```
// Before - to turn on drag and drop:
const createPreset = () =>
createDefaultPreset({ featureFlags: {}, paste: {} })
.add([tablePlugin, {tableOptions: {}, dragAndDropEnabled: true}])
const { preset } = usePreset(createPreset);
// Now - drag and drop enabled even without prop
const createPreset = () =>
createDefaultPreset({ featureFlags: {}, paste: {} })
.add([tablePlugin, {tableOptions: {}}])
const { preset } = usePreset(createPreset);
```
The `dragAndDropEnabled` property has also been removed from the `TablePluginOptions` TypeScript
interface.
**Note:** If you previously set `dragAndDropEnabled: false` to explicitly disable drag and drop,
this is no longer supported — drag and drop is now always enabled and cannot be turned off via
this option.
If issues occur when bumping editor package, please check if dragAndDropEnabled is still present
in editor integration.
### Patch Changes
- Updated dependencies
## 21.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
## 20.0.0
### Patch Changes
- [`b10c935ca9497`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b10c935ca9497) -
Removed deprecated `browser` singleton from editor-common. This has been replaced with a
`getBrowserInfo` function that returns the same information. This change was made to avoid issues
with module loading order and to provide a more consistent API for accessing browser information.
Please update any imports of `browser` to use `getBrowserInfo` instead. For example, the following
imports have been removed:
```javascript
import { browser } from '@atlaskit/editor-common/utils';
import { browser } from '@atlaskit/editor-common/browser';
```
Instead, please use:
```javascript
import { getBrowserInfo } from '@atlaskit/editor-common/browser';
```
If you were previously using `browser.ie_version`, you would now use
`getBrowserInfo().ie_version`.
- Updated dependencies
## 19.0.1
### Patch Changes
- [`ed96586aa0e43`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ed96586aa0e43) -
Cleanup experiment platform_editor_table_resizer_extended_zone: ship treatment
(needExtendedResizeZone always true)
- Updated dependencies
## 19.0.0
### Major Changes
- [`2df767cd2e0e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2df767cd2e0e9) -
Remove deprecated dragAndDropEnabled plugin option - table drag and drop is now always
enabled(EDITOR-6287)
## 18.1.34
### Patch Changes
- Updated dependencies
## 18.1.33
### Patch Changes
- [`73b2fc243f544`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73b2fc243f544) -
Cleaning up getBrowserInfo which was behind experiment platform_editor_hydratable_ui and is now
rolled out
- Updated dependencies
## 18.1.32
### Patch Changes
- [`0ad738e8f896e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0ad738e8f896e) -
Remove `support_table_in_comment` and `support_table_in_comment_jira` experiment references. Both
experiments are fully rolled out — table resizing, alignment, scaling, and distribute columns are
now enabled unconditionally in comment editors.
- Updated dependencies
## 18.1.31
### Patch Changes
- Updated dependencies
## 18.1.30
### Patch Changes
- Updated dependencies
## 18.1.29
### Patch Changes
- Updated dependencies
## 18.1.28
### Patch Changes
- [`9ff7d1c1aa288`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ff7d1c1aa288) -
Update README.md and 0-intro.tsx
- Updated dependencies
## 18.1.27
### Patch Changes
- Updated dependencies
## 18.1.26
### Patch Changes
- Updated dependencies
## 18.1.25
### Patch Changes
- Updated dependencies
## 18.1.24
### Patch Changes
- Updated dependencies
## 18.1.23
### Patch Changes
- [`bd6a75f50c1e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd6a75f50c1e9) -
[ux] [EDITOR-6267] add support to SelectAll table keymap to first select the active table cell
behind experiment `platform_editor_lovability_select_all_shortcut`
- Updated dependencies
## 18.1.22
### Patch Changes
- Updated dependencies
## 18.1.21
### Patch Changes
- Updated dependencies
## 18.1.20
### Patch Changes
- [`91f722df43475`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/91f722df43475) -
[ux] [EDITOR-5815] the fix adds a check for column width changes so that we update the table on
click of 'distribute columns' button. this is gated behind the
`platform_editor_lovability_distribute_column_fix` experiment.
- Updated dependencies
## 18.1.19
### Patch Changes
- Updated dependencies
## 18.1.18
### Patch Changes
- Updated dependencies
## 18.1.17
### Patch Changes
- [`f65fa1ea7c0e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f65fa1ea7c0e5) -
Cleaned up stale feature flag `platform_editor_fix_button_name_violation_in_table`. The flag has
been fully rolled out, so the button name fix in table floating insert button is now always
applied.
- Updated dependencies
## 18.1.16
### Patch Changes
- Updated dependencies
## 18.1.15
### Patch Changes
- [`12e112a137d5f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/12e112a137d5f) -
Clean up platform_editor_table_fw_numcol_overflow_fix feature flag
- Updated dependencies
## 18.1.14
### Patch Changes
- Updated dependencies
## 18.1.13
### Patch Changes
- Updated dependencies
## 18.1.12
### Patch Changes
- Updated dependencies
## 18.1.11
### Patch Changes
- Updated dependencies
## 18.1.10
### Patch Changes
- [`5221db0d676ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5221db0d676ef) -
Mechanical type-import autofix for tables, collab, and synchrony packages.
- Updated dependencies
## 18.1.9
### Patch Changes
- Updated dependencies
## 18.1.8
### Patch Changes
- Updated dependencies
## 18.1.7
### Patch Changes
- Updated dependencies
## 18.1.6
### Patch Changes
- [`d43c8a96e6740`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d43c8a96e6740) -
Gate table ref update dispatch behind tableActive check to avoid unnecessary transactions firing
for every table on the page
- [`737087ff3afe7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/737087ff3afe7) -
Cleanup experiment platform_editor_change_table_nesting_check
- Updated dependencies
## 18.1.5
### 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
## 18.1.4
### Patch Changes
- Updated dependencies
## 18.1.3
### 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
## 18.1.2
### Patch Changes
- [`0d04e250bdf4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d04e250bdf4b) -
[ux] Making submenus for media (color/size) and table (background color) consistent with ADS and
fixing incorrect gate mocking in editor-plugin-ai-tests
- Updated dependencies
## 18.1.1
### Patch Changes
- Updated dependencies
## 18.1.0
### Minor Changes
- [`ea21f2748d986`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ea21f2748d986) -
feat: set display-mode in table toDOM from node attributes
### Patch Changes
- Updated dependencies
## 18.0.8
### Patch Changes
- Updated dependencies
## 18.0.7
### Patch Changes
- Updated dependencies
## 18.0.6
### Patch Changes
- Updated dependencies
## 18.0.5
### Patch Changes
- Updated dependencies
## 18.0.4
### Patch Changes
- Updated dependencies
## 18.0.3
### Patch Changes
- Updated dependencies
## 18.0.2
### Patch Changes
- Updated dependencies
## 18.0.1
### Patch Changes
- Updated dependencies
## 18.0.0
### Patch Changes
- Updated dependencies
## 17.7.3
### Patch Changes
- [`477d48a3021a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/477d48a3021a5) -
EDITOR-5818 fix to not send dispatch during render or in ref callback
- Updated dependencies
## 17.7.2
### Patch Changes
- [`1fd2b267eb592`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1fd2b267eb592) -
Cleanup `platform_editor_ai_aifc_patch_ga` flag
- [`ac4a428022f83`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ac4a428022f83) -
[EDITOR-5480] Removes data-borders-ready fix from table and adds border to prosemirror toDOM
instead
- Updated dependencies
## 17.7.1
### Patch Changes
- [`94dbc76370522`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/94dbc76370522) -
[ux] remove unnecessary decoration for last cell element in table
- [`1d6c1d6ba61dc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d6c1d6ba61dc) -
FFCLEANUP-79953 clean up stale experiment platform_editor_editor_width_analytics
- Updated dependencies
## 17.7.0
### Minor Changes
- [`557de2bd28f21`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/557de2bd28f21) -
[EDITOR-5773](https://hello.jira.atlassian.cloud/browse/EDITOR-5773) - clean up
platform_editor_disable_query_command_supported experiment
### Patch Changes
- Updated dependencies
## 17.6.1
### Patch Changes
- Updated dependencies
## 17.6.0
### Minor Changes
- [`17119fb95e0a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/17119fb95e0a4) -
[EDITOR-3747](https://hello.jira.atlassian.cloud/browse/EDITOR-3747) - clean up
platform_editor_ssr_renderer experiment
### Patch Changes
- Updated dependencies
## 17.5.0
### Minor Changes
- [`4225fbfc03770`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4225fbfc03770) -
[EDITOR-5765](https://hello.jira.atlassian.cloud/browse/EDITOR-5765) - clean up
platform_editor_rename_numbered_rows_label feature flag
### Patch Changes
- Updated dependencies
## 17.4.5
### Patch Changes
- Updated dependencies
## 17.4.4
### Patch Changes
- [`2ba512be34b34`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2ba512be34b34) -
[ux] always enable table resizer extended zone
- Updated dependencies
## 17.4.3
### Patch Changes
- [`0f91061590da3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0f91061590da3) -
Split platform_editor_vc90_transition_fixes_batch_1 into
platform_editor_vc90_transition_table_border, platform_editor_vc90_transition_expand_icon,
platform_editor_vc90_transition_mentions, platform_editor_vc90_transition_panel_icon
- Updated dependencies
## 17.4.2
### Patch Changes
- [`7c93170d2ea8a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c93170d2ea8a) -
[ux] Set full width for table if in Editor max width mode and table has no width attribute set
- Updated dependencies
## 17.4.1
### Patch Changes
- Updated dependencies
## 17.4.0
### Minor Changes
- [`050e73fa93cfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/050e73fa93cfe) -
[FFCLEANUP-87580] clean up feature gate platform_editor_nested_tables_sticky_header_bug
### Patch Changes
- Updated dependencies
## 17.3.32
### Patch Changes
- Updated dependencies
## 17.3.31
### Patch Changes
- [`715d7c4db3977`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/715d7c4db3977) -
[EDITOR-4953] clean up platform_editor_table_cell_colour_change experiment
- Updated dependencies
## 17.3.30
### Patch Changes
- Updated dependencies
## 17.3.29
### Patch Changes
- Updated dependencies
## 17.3.28
### Patch Changes
- Updated dependencies
## 17.3.27
### Patch Changes
- Updated dependencies
## 17.3.26
### Patch Changes
- Updated dependencies
## 17.3.25
### Patch Changes
- [`4af588e6196fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4af588e6196fe) -
batch experiment for page transition
- Updated dependencies
## 17.3.24
### Patch Changes
- Updated dependencies
## 17.3.23
### Patch Changes
- Updated dependencies
## 17.3.22
### Patch Changes
- [`a040c03082274`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a040c03082274) -
[ux] EDITOR-507 Clean up main nested tables experiment `platform_editor_nested_tables`
- Updated dependencies
## 17.3.21
### Patch Changes
- [`dece098c3ab1f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dece098c3ab1f) -
[ux] ENGHEALTH-46818 Add focus and blur handlers to table buttons to fix a11y
- Updated dependencies
## 17.3.20
### Patch Changes
- [`81937b9af604e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81937b9af604e) -
[ux] fix table border late render issue
- Updated dependencies
## 17.3.19
### Patch Changes
- [`7ef3027df8198`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ef3027df8198) -
remove platform_editor_lovability_user_intent experiment
- Updated dependencies
## 17.3.18
### Patch Changes
- Updated dependencies
## 17.3.17
### Patch Changes
- [`369400c30a0cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/369400c30a0cc) -
Cleanup FG platform_editor_change_table_nesting_check
- [`34c3a60cb9325`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/34c3a60cb9325) -
Cleanup FG platform_editor_fix_confirm_table_removal
## 17.3.16
### Patch Changes
- [`b4422f96787ee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b4422f96787ee) -
[ux] Fix contextual menu showing on load before editor being focussed or interactions
- Updated dependencies
## 17.3.15
### Patch Changes
- Updated dependencies
## 17.3.14
### Patch Changes
- Updated dependencies
## 17.3.13
### Patch Changes
- Updated dependencies
## 17.3.12
### Patch Changes
- Updated dependencies
## 17.3.11
### Patch Changes
- [`ad8f50e8000f5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad8f50e8000f5) -
[EDITOR-4662] Cleans up FG platform_editor_number_column_sticky_header_bug
## 17.3.10
### Patch Changes
- [`d1ee0512f85f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1ee0512f85f4) -
[EDITOR-4531] Cleans up FG platform_editor_table_numbered_table_border
- Updated dependencies
## 17.3.9
### Patch Changes
- [`95a9857d9f007`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/95a9857d9f007) -
Replaced keymaps for moving table columns/rows in the Editor behind experiment
- Updated dependencies
## 17.3.8
### Patch Changes
- Updated dependencies
## 17.3.7
### Patch Changes
- Updated dependencies
## 17.3.6
### Patch Changes
- [`d3b00bd311c9d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3b00bd311c9d) -
Improves an edge case where users may face unexpected cursor jumps collaboratively
- Updated dependencies
## 17.3.5
### Patch Changes
- [`7f6ca0d7b6afc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f6ca0d7b6afc) -
Updated the table drag menu to fire a track analytic event when the menu is opened
- Updated dependencies
## 17.3.4
### Patch Changes
- Updated dependencies
## 17.3.3
### Patch Changes
- Updated dependencies
## 17.3.2
### Patch Changes
- [`e910a57bdc437`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e910a57bdc437) -
[ux] EDITOR-4880 Fix cell option menu showing in view mode
- Updated dependencies
## 17.3.1
### Patch Changes
- [`afb6165b36773`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/afb6165b36773) -
[ux] Add new gate for missing cell option menu fix for atlas"
## 17.3.0
### Minor Changes
- [`fe3cbbba3c6d6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fe3cbbba3c6d6) -
[EDITOR-4877](https://hello.jira.atlassian.cloud/browse/EDITOR-4877) - remove
queryCommandSupported from TableComponent
### Patch Changes
- Updated dependencies
## 17.2.0
### Minor Changes
- [`5dfede89f8ccc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5dfede89f8ccc) -
[EDITOR-4601](https://hello.jira.atlassian.cloud/browse/EDITOR-4601) - rename table Numbered rows
label
### Patch Changes
- Updated dependencies
## 17.1.2
### Patch Changes
- Updated dependencies
## 17.1.1
### Patch Changes
- Updated dependencies
## 17.1.0
### Minor Changes
- [`a218bead9e6a7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a218bead9e6a7) -
EDITOR-4542 Make isTableWithFixedColumnWidthsOptionEnabled an editor prop instead of using FG
value
## 17.0.1
### Patch Changes
- [`2bd7dcf49bbf2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2bd7dcf49bbf2) -
[ux] [EDITOR-4452] remove the selection change after setting the background color on multiple
table cells behind platform_editor_table_cell_colour_change
- Updated dependencies
## 17.0.0
### Major Changes
- [`c774e8b6231c2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c774e8b6231c2) -
EDITOR-4549 Removing allowCellOptionsInFloatingToolbar as a prop as the functionality has been
removed and changing this prop doesn't do anything
## 16.4.4
### Patch Changes
- Updated dependencies
## 16.4.3
### Patch Changes
- [`b68e8044e4394`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b68e8044e4394) -
[ux] EDITOR-4416 Set tableRef to fix drop targets not appearing when editor is not focused
- Updated dependencies
## 16.4.2
### Patch Changes
- [`0a5d4198cf008`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a5d4198cf008) -
[ux] Fix numbered column selection style when multiple nodes are selected
## 16.4.1
### Patch Changes
- [`265980d7959cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265980d7959cf) -
[ux] recursive node decoration and 'selected danger' classname
- Updated dependencies
## 16.4.0
### Minor Changes
- [`f2606056e2aa9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2606056e2aa9) -
[ux] EDITOR-4516 Deprecate isTableScaling to enable it by default
### Patch Changes
- [`111f223aff3d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/111f223aff3d1) -
Clean up platform_editor_table_less_padding_fix
- Updated dependencies
## 16.3.4
### Patch Changes
- [`275fdae298e95`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/275fdae298e95) -
[ux] EDITOR-4412 Show/hide header column/row and numbered column toggles in drag controls based on
editor props
- Updated dependencies
## 16.3.3
### Patch Changes
- [`e225fb5074e28`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e225fb5074e28) -
[ux] Update logic for enabling drag and drop in tables
- Updated dependencies
## 16.3.2
### Patch Changes
- Updated dependencies
## 16.3.1
### Patch Changes
- [`d668a11849163`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d668a11849163) -
[ux] EDITOR-4411 Enable sorting by default in column drag menu
## 16.3.0
### Minor Changes
- [`814909b91111b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/814909b91111b) -
[ux] EDITOR-4459 Set dragAndDropEnabled by default in tablesPlugin
### Patch Changes
- Updated dependencies
## 16.2.0
### Minor Changes
- [`9ee3f2262dfcf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ee3f2262dfcf) -
improve performance of table floating toolbar when determine the disabled state of distribute
column button
### Patch Changes
- Updated dependencies
## 16.1.9
### Patch Changes
- [`0095cf9cd3e6f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0095cf9cd3e6f) -
NOISSUE Clean up feature gate cc_editor_limited_mode_table_align_bttn
Remove the feature gate `cc_editor_limited_mode_table_align_bttn` and assume it's always enabled.
The performance optimization for table column distribution in limited mode is now always active
when limited mode is enabled.
- Updated dependencies
## 16.1.8
### Patch Changes
- [`7b37ece9ebb50`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b37ece9ebb50) -
EDITOR-4199: Fix table border issues when tables rendered under mobile breakpoint.
- Updated dependencies
## 16.1.7
### Patch Changes
- [`acd81a73a9a20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/acd81a73a9a20) -
[ux] EDITOR-4259 Set table ref when table is rendered
- Updated dependencies
## 16.1.6
### Patch Changes
- [`8c24728c97456`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8c24728c97456) -
EDITOR-3638 Exclude zero intersection entries when scroll is detected
- Updated dependencies
## 16.1.5
### Patch Changes
- [`38de936c97015`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38de936c97015) -
EDITOR-3707 Fire UI event when native/ legacy sticky headers are enabled
- Updated dependencies
## 16.1.4
### Patch Changes
- [`c4a774ad462fb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4a774ad462fb) -
EDITOR-2477 Clean up remaining usages of `platform_editor_use_nested_table_pm_nodes` which are no
longer needed now that `isNestedTablesSupported` is fully rolled out.
- Updated dependencies
## 16.1.3
### Patch Changes
- [`cd1f8017b3bc0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd1f8017b3bc0) -
[ux] Tweak table psudoelement borders
## 16.1.2
### Patch Changes
- [`66dcfa397e97d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/66dcfa397e97d) -
[ux] EDITOR-4197 Fix cell option menu for table header cells in table header column
- Updated dependencies
## 16.1.1
### Patch Changes
- [`30607f97eadae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/30607f97eadae) -
Update table tests after sticky header changes
- Updated dependencies
## 16.1.0
### Minor Changes
- [`00e69e0b7c839`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00e69e0b7c839) -
Clean up and removal of the `platform-visual-refresh-icons` feature flag.
### Patch Changes
- [`a3bc4ac27ae8e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3bc4ac27ae8e) -
[ux] EDITOR-4134 Fix firefox nightly for anchor fallback solution
- Updated dependencies
## 16.0.3
### Patch Changes
- [`b429c01ce6af9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b429c01ce6af9) -
icon migration entry point update
- Updated dependencies
## 16.0.2
### Patch Changes
- [`1112caa726b84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1112caa726b84) -
Clean up platform_editor_enghealth_table_plugin_lable_rule experiment - Add accessibility labels
to table drag handles and toggles by default
- Updated dependencies
## 16.0.1
### Patch Changes
- [`e96899177b5f8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e96899177b5f8) -
[ux] EDITOR-4111 Fix masked cell alignment when table is selected
- Updated dependencies
## 16.0.0
### Patch Changes
- Updated dependencies
## 15.6.9
### Patch Changes
- [`f41ee46c84bb1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f41ee46c84bb1) -
[EDITOR-3881] Fix table styling to work with SSR renderer
- Updated dependencies
## 15.6.8
### Patch Changes
- [`b1ea4fa4e8e56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b1ea4fa4e8e56) -
Remove static scroll listener
## 15.6.7
### Patch Changes
- [`fe7b3f29093a6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fe7b3f29093a6) -
[ux] EDITOR-2990 Disable native sticky header for tables with headers greater than 50% viewport
height
- [`b4a854535b851`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b4a854535b851) -
[ux] EDITOR-2625 Add missing left border when table controls are showing and header is sticking in
table with numbered columns
- Updated dependencies
## 15.6.6
### Patch Changes
- [`8e7168f651cc2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8e7168f651cc2) -
Only set native sticky header classes if a scroll event has occurred
- Updated dependencies
## 15.6.5
### Patch Changes
- Updated dependencies
## 15.6.4
### Patch Changes
- [`20fb93093ca02`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20fb93093ca02) -
Remove data attribute for sticky state instead of setting false
- Updated dependencies
## 15.6.3
### Patch Changes
- [`dbe5bb7c0221c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbe5bb7c0221c) -
Only set native sticky header classes if a scroll event has occurred
- [`dbe5bb7c0221c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbe5bb7c0221c) -
Remove top margin change when native table sticky headers are enabled
- Updated dependencies
## 15.6.2
### Patch Changes
- Updated dependencies
## 15.6.1
### Patch Changes
- [`53aef9589ca55`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/53aef9589ca55) -
[EDITOR-3786] Make sure that for any check of `cc_editor_ai_content_mode` &&
`platform_editor_content_mode_button_mvp` in the code we are also checking
`confluence_compact_text_format`
- [`dab46476d6a9c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dab46476d6a9c) -
Remove top margin change when native table sticky headers are enabled
- Updated dependencies
## 15.6.0
### Minor Changes
- [`762b79e21f96a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/762b79e21f96a) -
Migrated and cleaned up legacy iconography usage.
### Patch Changes
- [`7e1f5e6e54c20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7e1f5e6e54c20) -
[EDITOR-3962] Update check for if a table is nested so it covers all cases
- Updated dependencies
## 15.5.6
### Patch Changes
- [`90abe9b926a6f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/90abe9b926a6f) -
Icon entrypoint migration
- Updated dependencies
## 15.5.5
### Patch Changes
- [`f5fb826bac3cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f5fb826bac3cd) -
fix eslint disable in editor table plugin get cell position
- Updated dependencies
## 15.5.4
### Patch Changes
- [`1d64ffdaa96fa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d64ffdaa96fa) -
[ux] Fix sticky header mask overlapping adjacent node borders
- [`1d64ffdaa96fa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d64ffdaa96fa) -
Add fallback for table row/header anchor names
## 15.5.3
### Patch Changes
- [`a4ac43fb6ff37`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a4ac43fb6ff37) -
Add fallback for table row/header anchor names
- Updated dependencies
## 15.5.2
### Patch Changes
- [`c72c25a7b8822`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c72c25a7b8822) -
[ux] EDITOR-3741 Add pseudo border classes for sticky header cells
- Updated dependencies
## 15.5.1
### Patch Changes
- Updated dependencies
## 15.5.0
### Minor Changes
- [`8677e7b660127`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8677e7b660127) -
EDITOR-3792 Rollup max width changes previously gated with editor_tinymce_full_width_mode into
combined frontend/backend flag confluence_max_width_content_appearance
### Patch Changes
- [`0882d69646f51`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0882d69646f51) -
tidy up fg platform_editor_table_width_refactor
- Updated dependencies
## 15.4.24
### Patch Changes
- [`e51da6f828fe9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e51da6f828fe9) -
Exclude Safari due to contenteditable in sticky positioned table header bug
- Updated dependencies
## 15.4.23
### Patch Changes
- [`21089bb0ca0d2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/21089bb0ca0d2) -
Only enable new table sticky header if drag and drop flag enabled
## 15.4.22
### Patch Changes
- [`d94330c37d126`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d94330c37d126) -
tidy up ff platform_editor_disable_table_overflow_shadows
- [`1a0e740f0e18a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a0e740f0e18a) -
[ux] EDITOR-2818 Fix sticky header column controls and masked cell styles
- Updated dependencies
## 15.4.21
### Patch Changes
- [`5935652291a5f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5935652291a5f) -
Remove platform_editor_table_drag_handle_hover experiment and enable hover behavior permanently
- Updated dependencies
## 15.4.20
### Patch Changes
- Updated dependencies
## 15.4.19
### Patch Changes
- [`edbc1458b100c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/edbc1458b100c) -
Add native anchor experiment as guard for native sticky headers
- Updated dependencies
## 15.4.18
### Patch Changes
- [`a2fa645318b72`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2fa645318b72) -
EDITOR-3822 Update anchor styles to fix cell option manu alignment in safari
- Updated dependencies
## 15.4.17
### Patch Changes
- [`193738561b24f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/193738561b24f) -
[ux] Fix bug where contextual table cell button not rendered when overflowing
## 15.4.16
### Patch Changes
- [`e8d3ca0f12af5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e8d3ca0f12af5) -
[ux] EDITOR-3743 Add selected and danger styles to masked cell when numbered column and header row
is present
## 15.4.15
### Patch Changes
- [`0d2bf469b7c66`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d2bf469b7c66) -
[ux] EDITOR-3742 Fix table sticker header styles when numbered column is enabled
## 15.4.14
### Patch Changes
- [`ac6e5ca03207b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ac6e5ca03207b) -
fix numbered table border issue
- [`ac6e5ca03207b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ac6e5ca03207b) -
fix numbered table border issue
- Updated dependencies
## 15.4.13
### Patch Changes
- [`6ce7f7d7b4940`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6ce7f7d7b4940) -
[ux] Fix missing cell controls when native sticky
- Updated dependencies
## 15.4.12
### Patch Changes
- [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) -
EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema
- [`a3a20e1d45d82`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3a20e1d45d82) -
Fix table col control positioning for new dnd anchor experiment
- [`7eedf0747e9e2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7eedf0747e9e2) -
Fix table sticky header detection
- Updated dependencies
## 15.4.11
### Patch Changes
- [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) -
tsignores added for help-center local consumpton removed
- Updated dependencies
## 15.4.10
### Patch Changes
- [`5a25eff5f9f2d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a25eff5f9f2d) -
[ux] Correctly disable legacy sticky table header when no overflow
- Updated dependencies
## 15.4.9
### Patch Changes
- [`9fa355db69f2c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9fa355db69f2c) -
[ux] Cleans up FG platform_editor_fix_table_menus_jira
- Updated dependencies
## 15.4.8
### Patch Changes
- [`7bcc5b67de741`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7bcc5b67de741) -
[ux] Add drop shadow to table col control mask when sticky positioned header
- Updated dependencies
## 15.4.7
### Patch Changes
- [`ccac90cc6d089`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ccac90cc6d089) -
[ux] Only show row control on table sticky header when header not in stuck state
- Updated dependencies
## 15.4.6
### Patch Changes
- Updated dependencies
## 15.4.5
### Patch Changes
- [`d4b8a7cf9ea37`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d4b8a7cf9ea37) -
fix unsafe experiment usage for platform_editor_lovability_user_intent
## 15.4.4
### 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
## 15.4.3
### Patch Changes
- Updated dependencies
## 15.4.2
### Patch Changes
- [`0e07e981de8c7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0e07e981de8c7) -
Fix mask for above sticky positioned table header to cover nested table controls
- Updated dependencies
## 15.4.1
### Patch Changes
- [`3e9ac3a2226fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e9ac3a2226fd) -
Detect 'stuck' state for sticky positioned table header and toggle drop shadow
## 15.4.0
### Minor Changes
- [`8f759171c089b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f759171c089b) -
[EDITOR-3322] Make sure that tables are able to handle the new max-width
## 15.3.23
### Patch Changes
- [`a05464ea42678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a05464ea42678) -
EDITOR-2791 bump adf-schema
- Updated dependencies
## 15.3.22
### Patch Changes
- [`a4b46d14da1ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a4b46d14da1ad) -
[ux] Add mask to table sticky header and col controls when sticky positioned
- [`7a405ff491f5e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7a405ff491f5e) -
[ux] Add gap between viewport and table header when sticky positioned
- Updated dependencies
## 15.3.21
### Patch Changes
- Updated dependencies
## 15.3.20
### Patch Changes
- [`cf07075f295f9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cf07075f295f9) -
Remove casting to HTMLElement in TableRowNativeStickyWithFallback
- Updated dependencies
## 15.3.19
### Patch Changes
- [`1432eb6affaee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1432eb6affaee) -
[ux] Fix column control alignment when table header is using sticky positioning
- Updated dependencies
## 15.3.18
### Patch Changes
- Updated dependencies
## 15.3.17
### Patch Changes
- [`cdde660f1ee48`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cdde660f1ee48) -
Refresh sticky header when native sticky positioning is removed
- Updated dependencies
## 15.3.16
### Patch Changes
- [`855e2a1085226`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/855e2a1085226) -
[ux] Scaffolding for native sticky headers
- Updated dependencies
## 15.3.15
### Patch Changes
- [`fd0c8ec823f49`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fd0c8ec823f49) -
NOISSUE - Add limited mode check for expensive getTableScalingPercent calls for the table floating
toolbar alignment button.
- Updated dependencies
## 15.3.14
### Patch Changes
- [`21ffffe31e25a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/21ffffe31e25a) -
Cleaned platform_editor_fix_table_resizing_undo FG.
- Updated dependencies
## 15.3.13
### Patch Changes
- [`ca454ed251e1e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ca454ed251e1e) -
Add table height analytics
- Updated dependencies
## 15.3.12
### Patch Changes
- [`c094becfaeeaa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c094becfaeeaa) -
EDITOR-2476 Introduce new utility method to check if nested tables is supported in the schema to
facilitate removal of gate `platform_editor_use_nested_table_pm_nodes`
- Updated dependencies
## 15.3.11
### Patch Changes
- [`e3336879840a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3336879840a4) -
[ux] EDITOR-2620 Toggle contextual menu when drag menu is opened
- [`8b2c7333efccd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8b2c7333efccd) -
fix table width css used for table scaling
- Updated dependencies
## 15.3.10
### Patch Changes
- [`b31ba91cf1c16`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b31ba91cf1c16) -
Remove platform_editor_table_paste_in_dark_mode feature gate and enable dark mode table paste fix
permanently
## 15.3.9
### Patch Changes
- [`b504b21832b1f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b504b21832b1f) -
Removed feature gate platform_editor_table_overflow_in_full_width_fix
- Updated dependencies
## 15.3.8
### Patch Changes
- [`ca5c3cd4d655b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ca5c3cd4d655b) -
Clean up FG platform_editor_table_column_selected_state_fix
- Updated dependencies
## 15.3.7
### Patch Changes
- [`28ba94dae8f9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/28ba94dae8f9a) -
[ux] EDITOR-2458 Replace usage of \_\_suppressAllToolbars with userIntentPlugin
- Updated dependencies
## 15.3.6
### Patch Changes
- Updated dependencies
## 15.3.5
### Patch Changes
- Updated dependencies
## 15.3.4
### Patch Changes
- [`135fb050129cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/135fb050129cb) -
[ux] [ED-25852] Fixes table menus rendering outside their container in Jira
## 15.3.3
### Patch Changes
- [`21fe79119fe74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/21fe79119fe74) -
EDITOR-2447 Bump adf-schema to 51.3.2
- Updated dependencies
## 15.3.2
### Patch Changes
- Updated dependencies
## 15.3.1
### Patch Changes
- [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) -
EDITOR-2447 Bump adf-schema to 51.3.1
- Updated dependencies
## 15.3.0
### Minor Changes
- [`0ec7ab64eb92d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0ec7ab64eb92d) -
Remove remaining usages of `platform_editor_use_nested_table_pm_nodes` which are safe to remove.
Additional usages will be replaced with a helper function in followup releases
### Patch Changes
- Updated dependencies
## 15.2.3
### Patch Changes
- [`14a03e6be917d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14a03e6be917d) -
upgrade use of browser util
- Updated dependencies
## 15.2.2
### Patch Changes
- [`5f70b8e74f5f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f70b8e74f5f3) -
tidy up feature flag platform_editor_tables_scaling_css
- Updated dependencies
## 15.2.1
### Patch Changes
- [`668649eea2f53`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/668649eea2f53) -
[ux] EDITOR-2261 Toggles number column numbering sizing to match editor contentMode
- Updated dependencies
## 15.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
- [`fbecd9bc5082c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fbecd9bc5082c) -
fix a bug that caused column not resized in non-resizable table
- Updated dependencies
## 15.1.4
### Patch Changes
- Updated dependencies
## 15.1.3
### Patch Changes
- [`544fe6cd169ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/544fe6cd169ad) -
minor improvement on the fake table outer border when overflow
- Updated dependencies
## 15.1.2
### Patch Changes
- [`7c61ac7c9ef3d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c61ac7c9ef3d) -
Clean up platform_editor_table_drag_menu_flickers_fix
## 15.1.1
### Patch Changes
- [`1ad50530f4fdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1ad50530f4fdd) -
fix wrong experiment for table toDOM relates to table overflow shadow
- Updated dependencies
## 15.1.0
### Minor Changes
- [`18f1ab6ba31b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/18f1ab6ba31b0) -
improve table overshadow under experiment with variants including variant1: complete remove table
overflow shadowing, variant2: complete remove table overflow shadowing but have border in table
outer wrapper, variant3: use css-only driven table overflow shadowing.
### Patch Changes
- Updated dependencies
## 15.0.12
### Patch Changes
- [`c0ef0bedb49c0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c0ef0bedb49c0) -
EDITOR-1391 only send table width information events if there are tables, add enums and boolean
values for table width, editor width and scrollbar existence for ingestion in signalfx
- Updated dependencies
## 15.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
## 15.0.10
### Patch Changes
- Updated dependencies
## 15.0.9
### Patch Changes
- [`8f55eb73e7b77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f55eb73e7b77) -
Cleanup platform_editor_live_page_prevent_table_recreation
## 15.0.8
### Patch Changes
- [`925eb6478e9a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/925eb6478e9a5) -
Remove overflowY on tables to prevent Y axis scroll bar showing on Windows.
- Updated dependencies
## 15.0.7
### Patch Changes
- [`02d5fa5dcc791`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02d5fa5dcc791) -
Cleanup cc_editor_ufo_hold_table_till_resize_complete
- Updated dependencies
## 15.0.6
### Patch Changes
- [`4141e6d6c0258`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4141e6d6c0258) -
[ux] ED-29125 Add danger styles for media group, tables with numbered columns and nested panels
- Updated dependencies
## 15.0.5
### Patch Changes
- [`a3254a75cdfb7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3254a75cdfb7) -
[ED-29448] clean up experiment platform_editor_toolbar_aifc_patch_2
- Updated dependencies
## 15.0.4
### Patch Changes
- [`5292689cffab1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5292689cffab1) -
fix/ignore minor eslint issues ahead of bug fix for confirming the removal of tables
- Updated dependencies
## 15.0.3
### Patch Changes
- Updated dependencies
## 15.0.2
### Patch Changes
- [`d9c862034d9c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d9c862034d9c9) -
[ux] EDITOR-1681 fix pasting tables background colors in dark mode
- Updated dependencies
## 15.0.1
### Patch Changes
- [`199b1024b2b0e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/199b1024b2b0e) -
Remove hover decoration on table unmount, to fix issues of delete decorations persisting
- [`99d1f21e15dcc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/99d1f21e15dcc) -
clean up platform_editor_nodevisibility_resize_sync
- Updated dependencies
## 15.0.0
### Patch Changes
- Updated dependencies
## 14.3.0
### Minor Changes
- [`f3461c712ac67`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3461c712ac67) -
Remove platform_editor_table_use_shared_state_hook_fg FG, add
platform_editor_table_drag_handle_hover experiments
- [`687c1b8fa7801`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/687c1b8fa7801) -
EDITOR-1566 bump adf-schema + update validator
### Patch Changes
- Updated dependencies
## 14.2.7
### Patch Changes
- Updated dependencies
## 14.2.6
### Patch Changes
- Updated dependencies
## 14.2.5
### Patch Changes
- [`6b6eca9cee16d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b6eca9cee16d) -
Switch to use editorExperiment to use productKey for responsive preview panel changes.
- [`07c4ed52fa008`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/07c4ed52fa008) -
Hydration fixes for table plugin
- Updated dependencies
## 14.2.4
### Patch Changes
- [`6759639cbc48a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6759639cbc48a) -
Optimized table resizing in full page mode by bundling layout calculations and clean up old
expensive layout calculations
## 14.2.3
### Patch Changes
- Updated dependencies
## 14.2.2
### Patch Changes
- [`c1ef6524373ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c1ef6524373ae) -
Add insm feature tracking for tableColumnResize
## 14.2.1
### Patch Changes
- [`8b18612863ea6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8b18612863ea6) -
Add insm feature tracking for tableResize
- [`39f3b00f65aa0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39f3b00f65aa0) -
NOISSUE: Patches emotion CSS exports in various editor packages
- Updated dependencies
## 14.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
## 14.1.1
### Patch Changes
- [`99f67e6caf2b2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/99f67e6caf2b2) -
Add aria-label to table floating insert buttons to address button-name A11Y violation
- Updated dependencies
## 14.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
## 14.0.2
### Patch Changes
- [`33f34d6fd24f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/33f34d6fd24f3) -
NO-ISSUE Prevent tableLocalId plugin running if platform_editor_adf_with_localid is true
- Updated dependencies
## 14.0.1
### Patch Changes
- [`c0656bad0f992`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c0656bad0f992) -
EDITOR-1389 fix table container width behind platform_editor_table_container_width_fix
- [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) -
Internal changes to how borders are applied.
- Updated dependencies
## 14.0.0
### Patch Changes
- Updated dependencies
## 13.1.0
### Minor Changes
- [`c0113eeccb2df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c0113eeccb2df) -
[ux] ED-29120 add a new config option for default editor preset
(`toolbar.enableNewToolbarExperience`) which allows the new toolbar to be disabled. This is needed
for editors that can't be excluded at the experiment level.
### Patch Changes
- Updated dependencies
## 13.0.8
### Patch Changes
- [`a8630c1107c3d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a8630c1107c3d) -
[ED-28781] Hide inline text toolbar when other popups are open
- Updated dependencies
## 13.0.7
### Patch Changes
- [`5be5ab89fb72d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5be5ab89fb72d) -
Add tableDragAndDrop insm feature tracking
- [`790dacebab86f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/790dacebab86f) -
fix table resize issue when table scailing experiment is on
- Updated dependencies
## 13.0.6
### Patch Changes
- [`f3ccf5a62c62f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3ccf5a62c62f) -
PR to cleanup platform_editor_usesharedpluginstatewithselector for table
## 13.0.5
### Patch Changes
- [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) -
Internal changes to how border radius is applied.
- Updated dependencies
## 13.0.4
### Patch Changes
- [`bb5564f5dadab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb5564f5dadab) -
fix table local id type error
- Updated dependencies
## 13.0.3
### Patch Changes
- Updated dependencies
## 13.0.2
### Patch Changes
- [`2d07e62ac587d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2d07e62ac587d) -
fix table data-ssr-placeholder value
- Updated dependencies
## 13.0.1
### Patch Changes
- [`bab1313bbea71`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bab1313bbea71) -
Cleaned up feature flag for batch update
- Updated dependencies
## 13.0.0
### Patch Changes
- Updated dependencies
## 12.3.8
### Patch Changes
- Updated dependencies
## 12.3.7
### Patch Changes
- Updated dependencies
## 12.3.6
### Patch Changes
- [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) -
EDITOR-1442 Bump adf-schema
- Updated dependencies
## 12.3.5
### Patch Changes
- [`6e72157c89221`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e72157c89221) -
Improve streaming queue reliability
- Updated dependencies
## 12.3.4
### Patch Changes
- Updated dependencies
## 12.3.3
### Patch Changes
- [`85ac0fa76770e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85ac0fa76770e) -
Cleaned up feature gate
- Updated dependencies
## 12.3.2
### Patch Changes
- [`dd62fd4cc8e91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dd62fd4cc8e91) -
mark table elements for better TTVC tracking
- Updated dependencies
## 12.3.1
### Patch Changes
- [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) -
Sorted type and interface props to improve Atlaskit docs
- Updated dependencies
## 12.3.0
### Minor Changes
- [`2a4fd9178e46c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2a4fd9178e46c) -
Debounced sort button on table
### Patch Changes
- Updated dependencies
## 12.2.7
### Patch Changes
- [`098cfbb01dc36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/098cfbb01dc36) -
Add missing npmignore files to remove unnecessary files from published package
- Updated dependencies
## 12.2.6
### Patch Changes
- [`83a86aaf799cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/83a86aaf799cc) -
hide numbered column on SSR
## 12.2.5
### Patch Changes
- Updated dependencies
## 12.2.4
### Patch Changes
- [`57b19274b9fdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57b19274b9fdd) -
EDITOR-1373 Bump adf-schema version
- Updated dependencies
## 12.2.3
### Patch Changes
- [`32ac245da116d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/32ac245da116d) -
exclude sticky header from TTVC calculation
- Updated dependencies
## 12.2.2
### Patch Changes
- [`20d3223b57972`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20d3223b57972) -
Opted out of debounced portal provider
- Updated dependencies
## 12.2.1
### Patch Changes
- Updated dependencies
## 12.2.0
### Minor Changes
- [`021fd485e1f83`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/021fd485e1f83) -
fix table flicking issue on page load by improving table scailing and table resizer with css
instead of js
### Patch Changes
- Updated dependencies
## 12.1.15
### Patch Changes
- [#199851](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/199851)
[`a37fa5c2adf4a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a37fa5c2adf4a) -
[ux] EDITOR-346 Clean up nested tables feature gate
`platform_editor_nested_tables_number_column_fixes`
- [#200948](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/200948)
[`8dd9a944113d5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8dd9a944113d5) -
Opt out of throttling rendering
- Updated dependencies
## 12.1.14
### Patch Changes
- Updated dependencies
## 12.1.13
### Patch Changes
- [`88b2a10575ae6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88b2a10575ae6) -
fix a bug that incorrectly calculate col width with nested tables
- Updated dependencies
## 12.1.12
### Patch Changes
- [#195989](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195989)
[`4132618fc5097`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4132618fc5097) -
EDITOR-1146 Remove usage of FG `platform_editor_sort_decoration_fix_on_live_page`
- Updated dependencies
## 12.1.11
### Patch Changes
- [#195804](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195804)
[`c60fbe1e74541`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c60fbe1e74541) -
ED-28804: Cleanup FG platform_editor_r18_fix_selection_resync
- Updated dependencies
## 12.1.10
### 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
## 12.1.9
### Patch Changes
- Updated dependencies
## 12.1.8
### Patch Changes
- [#193870](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/193870)
[`703c443a064fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/703c443a064fe) -
[ux] EDITOR-342 clean up nested table feature gate platform_editor_nested_table_drag_controls
## 12.1.7
### 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
## 12.1.6
### Patch Changes
- Updated dependencies
## 12.1.5
### Patch Changes
- [#190588](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/190588)
[`b22e308cfd320`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b22e308cfd320) -
Replace experiment key platform_editor_useSharedPluginStateSelector with
platform_editor_useSharedPluginStateWithSelector
- Updated dependencies
## 12.1.4
### Patch Changes
- [#190680](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/190680)
[`c27708467595b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c27708467595b) -
[ux] ENGHEALTH-32145 A11y violation detected for rule "label" for "@af/editor-plugin-table-tests"
from "Editor: Jenga"
- Updated dependencies
## 12.1.3
### Patch Changes
- [#189903](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189903)
[`f5ccd32e607db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f5ccd32e607db) -
[ED-28567] Add/remove missing/extra separators in media, table and panel toolbars shown in Jira
- Updated dependencies
## 12.1.2
### Patch Changes
- [#190422](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/190422)
[`232f2b56060b1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/232f2b56060b1) -
[ENGHEALTH-27833] Make table's with overflow scrolling a labelled focusable region that users can
tab to so keyboard users can navigate the scrollable region
- Updated dependencies
## 12.1.1
### Patch Changes
- Updated dependencies
## 12.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
## 12.0.1
### Patch Changes
- [#188597](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188597)
[`4de5a96f3e24c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4de5a96f3e24c) -
[ED-28523] Enable new editor element toolbars UI for Jira
- Updated dependencies
## 12.0.0
### Major Changes
- [#188604](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188604)
[`2447351dcf766`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2447351dcf766) - ##
What? Remove entry-points to table plugin:
- `@atlaskit/editor-plugin-table/commands`
- `@atlaskit/editor-plugin-table/plugin-key`
- `@atlaskit/editor-plugin-table/ui/consts`
- `@atlaskit/editor-plugins/table/ui/consts`
- `@atlaskit/editor-plugins/table/plugin-key`
- `@atlaskit/editor-plugins/table/commands`
## Why?
These entry-points allow for dangerous practices by directly manipulating internal prosemirror
state.
This change should not affect most consumers as these should not be used.
## How to update
Table state can be read and changed via the public plugin interface which is safe and well tested.
Example:
```ts
// Table actions
editorApi?.table.actions.insertTable(...);
// Read the table state
const tableState = useSharedPluginStateWithSelector(editorApi, ['table'], ({ tableState }) => {
return { ... };
})
```
### Patch Changes
- Updated dependencies
## 11.1.5
### Patch Changes
- [#185723](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185723)
[`751aeb4580469`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/751aeb4580469) -
ED-28315 clean up fg platform_editor_controls_patch_13
- Updated dependencies
## 11.1.4
### Patch Changes
- [#185940](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185940)
[`456bee393c4d3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/456bee393c4d3) -
[ux] When editor-area is less than 768px wide, we reduce editor gutters to 24px in Full-page
editor.
- Updated dependencies
## 11.1.3
### 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
## 11.1.2
### Patch Changes
- Updated dependencies
## 11.1.1
### Patch Changes
- [#185075](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185075)
[`0ffa67091b61f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0ffa67091b61f) -
Adds resiliency for consumers that end up with multiple table plugins
- Updated dependencies
## 11.1.0
### Minor Changes
- [#184563](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/184563)
[`d5b7a19b7e9ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d5b7a19b7e9ad) -
Adds UFO holds to the table component on load
### Patch Changes
- [#183428](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/183428)
[`acba3dd7b2daa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/acba3dd7b2daa) -
Migrate table to useSharedPluginStateWithSelector
- 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
### 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
## 10.13.3
### Patch Changes
- [#181594](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/181594)
[`f7fa55cd505ce`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7fa55cd505ce) -
Avoid using tables commands directly in floating toolbar plugin.
## 10.13.2
### Patch Changes
- Updated dependencies
## 10.13.1
### Patch Changes
- Updated dependencies
## 10.13.0
### Minor Changes
- [#178354](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/178354)
[`8768b869f9245`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8768b869f9245) -
Cleanup platform_editor_stable_editorview_classname experiment
### Patch Changes
- Updated dependencies
## 10.12.12
### Patch Changes
- [#177647](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/177647)
[`422759e00f33d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/422759e00f33d) -
ED-28282 Clean up platform_editor_fix_table_width_inline_comment
- Updated dependencies
## 10.12.11
### Patch Changes
- [#175471](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175471)
[`302b93e537e73`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/302b93e537e73) -
ff cleanup for platform_editor_scroll_table_flickering_fix (FD-91488)
- Updated dependencies
## 10.12.10
### Patch Changes
- [#176058](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176058)
[`38c6611bdd480`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38c6611bdd480) -
ED-28085 Clean up platform_editor_hide_expand_selection_states
## 10.12.9
### Patch Changes
- [#175949](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175949)
[`142db856d66fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/142db856d66fe) -
ED-27516: Remove feature gate – platform_editor_table_initial_load_fix. This is the second
attempt, as this previously merged with broken unit tests that somehow passed CI.
- Updated dependencies
## 10.12.8
### Patch Changes
- Updated dependencies
## 10.12.7
### Patch Changes
- Updated dependencies
## 10.12.6
### Patch Changes
- Updated dependencies
## 10.12.5
### Patch Changes
- [#172640](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/172640)
[`903534ec3c2df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/903534ec3c2df) -
Clean up platform_editor_controls_table_picker
- [#172583](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/172583)
[`40f387a0c0962`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/40f387a0c0962) -
Clean up platform_editor_controls_patch_2
- Updated dependencies
## 10.12.4
### Patch Changes
- Updated dependencies
## 10.12.3
### Patch Changes
- Updated dependencies
## 10.12.2
### Patch Changes
- [#170385](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/170385)
[`f7c9e4e0133f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7c9e4e0133f0) -
[ux] ED-27236: Added separator in the table overflow dropdown
## 10.12.1
### Patch Changes
- Updated dependencies
## 10.12.0
### Minor Changes
- [#167123](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/167123)
[`8baa50249f460`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8baa50249f460) -
fix: stable class name for EditorView.dom
### Patch Changes
- Updated dependencies
## 10.11.10
### Patch Changes
- [#165779](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/165779)
[`3d472e56bc200`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d472e56bc200) -
[ux] ED-27698: Fixed table width issue in inline comment table
- Updated dependencies
## 10.11.9
### Patch Changes
- [#166548](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/166548)
[`3cddb74253008`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3cddb74253008) -
EDITOR-877 Cleanup of nested tables feature gate platform_editor_nested_tables_view_mode_sort
- Updated dependencies
## 10.11.8
### Patch Changes
- Updated dependencies
## 10.11.7
### Patch Changes
- [#164047](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/164047)
[`823d00b1d1429`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/823d00b1d1429) -
ED-27604: Fixed table drag menu flickers when hover background color menu
- Updated dependencies
## 10.11.6
### Patch Changes
- [#162726](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/162726)
[`05c3aa3d6cd0c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/05c3aa3d6cd0c) -
NOISSUE - Remove lazy node view for tables. Includes cleaning up the feature gates:
platform_editor_disable_table_lnv & platform_editor_enable_table_lnv.
## 10.11.5
### Patch Changes
- Updated dependencies
## 10.11.4
### Patch Changes
- Updated dependencies
## 10.11.3
### Patch Changes
- Updated dependencies
## 10.11.2
### Patch Changes
- [#161309](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161309)
[`ec4edba1f5f2d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ec4edba1f5f2d) -
Fix selection colour bug after deleting a column or row
- Updated dependencies
## 10.11.1
### Patch Changes
- [#159070](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/159070)
[`9857b771c1da1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9857b771c1da1) -
[ux] [ED-27778] Fix selection state hiding for tables, breakout buttons and layout
- Updated dependencies
## 10.11.0
### Minor Changes
- [#156919](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/156919)
[`379f5c27f4939`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/379f5c27f4939) -
delay table sticky headers until table is in viewport
### Patch Changes
- Updated dependencies
## 10.10.7
### Patch Changes
- [#160596](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160596)
[`82f60cca2f17b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82f60cca2f17b) -
EDITOR-338 Clean up nested table feature gate `nested_table_control_padding_with_css`
- Updated dependencies
## 10.10.6
### Patch Changes
- [#160340](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160340)
[`4abcfffdd3620`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4abcfffdd3620) -
Re-render TableComponentWithSharedState when `targetCellPosition` changes so that table controls
re-renders
- Updated dependencies
## 10.10.5
### Patch Changes
- [#158239](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/158239)
[`c2caa0af876e0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c2caa0af876e0) -
[ux] ED-28028 add breakout mark to expands, codeblocks and layouts for new resizing experience
behind the platform_editor_breakout_resizing experiment
- Updated dependencies
## 10.10.4
### Patch Changes
- Updated dependencies
## 10.10.3
### Patch Changes
- Updated dependencies
## 10.10.2
### Patch Changes
- [#158294](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/158294)
[`c017b7dd6fc06`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c017b7dd6fc06) -
NOISSUE - Add platform_editor_enable_table_lnv feature flag to re-enable lazy node view for
tables.
- Updated dependencies
## 10.10.1
### Patch Changes
- Updated dependencies
## 10.10.0
### Minor Changes
- [#149822](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149822)
[`f9ab0e846ae21`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f9ab0e846ae21) -
Updated to support `size` prop for new icons from `@atlaskit/icon`.
### Patch Changes
- Updated dependencies
## 10.9.26
### Patch Changes
- Updated dependencies
## 10.9.25
### Patch Changes
- Updated dependencies
## 10.9.24
### Patch Changes
- [#154343](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154343)
[`65a57af636614`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/65a57af636614) -
[ux] ED-27894: add platform_editor_table_fw_numcol_overflow_fix to stop first-paint flash and
overflow on full-width numbered-column tables when refreshing page
## 10.9.23
### Patch Changes
- Updated dependencies
## 10.9.22
### Patch Changes
- [#154546](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154546)
[`11d9e46f3caaa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/11d9e46f3caaa) -
Fix tables insertion when platform_editor_usesharedpluginstateselector experiment is enabled
- [#154340](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154340)
[`982623fd6523f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/982623fd6523f) -
[ux] [EDITOR-325] Clean up nested tables feature gate
`platform_editor_nested_tables_bodied_extension_fix`
## 10.9.21
### Patch Changes
- [#153302](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153302)
[`9fc2b48677873`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9fc2b48677873) -
Refactor to use sharedPluginStateHookMigratorFactory
- Updated dependencies
## 10.9.20
### Patch Changes
- [#153256](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153256)
[`3644fbe36073d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3644fbe36073d) -
[ux] When ViewAll dropdown closes via ESC key press or submenus close via ESC or Enter, the focus
is set on ViewAll button.
- Updated dependencies
## 10.9.19
### Patch Changes
- [#149969](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149969)
[`42c3f35e57188`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/42c3f35e57188) -
ED-27882: Get rid of parent offset check in \_handleRef in the react node view. Add metadata to
these calls in the \_handleRef and \_handleTableRef.
- Updated dependencies
## 10.9.18
### Patch Changes
- Updated dependencies
## 10.9.17
### Patch Changes
- [#150219](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150219)
[`8f6e3a7613db0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f6e3a7613db0) -
Fixes invalid css comments in template literal styles
- Updated dependencies
## 10.9.16
### Patch Changes
- [#149482](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149482)
[`1f1f73876c3c8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1f1f73876c3c8) -
ED-27860 Add analytics for copy and delete button in floating toolbars
- Updated dependencies
## 10.9.15
### Patch Changes
- Updated dependencies
## 10.9.14
### Patch Changes
- Updated dependencies
## 10.9.13
### Patch Changes
- Updated dependencies
## 10.9.12
### Patch Changes
- [#148537](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148537)
[`3df3e55411ffd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3df3e55411ffd) -
EDITOR-328 Clean up nested table bugfix feature gate
`platform_editor_nested_tables_bottom_sentinel`
- Updated dependencies
## 10.9.11
### Patch Changes
- [#146949](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/146949)
[`e3ec002371c78`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3ec002371c78) -
[ux] Fixes Chrome specific issue when column drag handle doesn't open the drag menu after the last
column was selected by dragging across its columns from top to bottom.
## 10.9.10
### Patch Changes
- Updated dependencies
## 10.9.9
### Patch Changes
- [#144658](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144658)
[`e59e7f0ae0803`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e59e7f0ae0803) -
Change to use getDomRefFromSelection utility from editor-common
- Updated dependencies
## 10.9.8
### Patch Changes
- [#146228](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/146228)
[`70d0e911d08ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70d0e911d08ec) -
Extract useInternalTablePluginStateSelector into a utility file
- Updated dependencies
## 10.9.7
### Patch Changes
- [#146244](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/146244)
[`a87bc29b0ab36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a87bc29b0ab36) -
[ED-27681] Fix a bug where resize table column and then resize table cannot be undone
## 10.9.6
### Patch Changes
- [#145707](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/145707)
[`efae19bca16cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/efae19bca16cb) -
Enable useSharedPluginStateSelector in Table
## 10.9.5
### Patch Changes
- [#145710](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/145710)
[`0cccd72c0228f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0cccd72c0228f) -
ED-27559 Enable useSharedPluginStateSelector in Table
## 10.9.4
### Patch Changes
- [#145762](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/145762)
[`e6f1c6c538e39`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e6f1c6c538e39) -
Enable useSharedPluginStateSelector in Table
## 10.9.3
### Patch Changes
- Updated dependencies
## 10.9.2
### Patch Changes
- [#144209](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144209)
[`7110eac24db43`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7110eac24db43) -
ED-26373: Remove parentOffset logic from \_handleTableRef. This was preventing the users cursor
selection from being the first cell in the table upon table creation.
- Updated dependencies
## 10.9.1
### Patch Changes
- [#145186](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/145186)
[`6a555b119bc46`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a555b119bc46) -
ED-27719: Add checks to \_handleTableRef so this.dom is not used if it is undefined. This was
causing sentry errors.
- [#144194](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144194)
[`542b82e03416e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/542b82e03416e) -
[ux] Remove separators within group in Editor floating toolbar
- Updated dependencies
## 10.9.0
### Minor Changes
- [#142156](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142156)
[`9e2d56551d2cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e2d56551d2cc) -
Remove WithPluginState from Table via platform_editor_usesharedpluginstateselector
### Patch Changes
- Updated dependencies
## 10.8.3
### Patch Changes
- Updated dependencies
## 10.8.2
### Patch Changes
- [#142852](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142852)
[`ca0f841e860ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ca0f841e860ab) -
[ux] [ED-27466] When table option in quick insert typeahead is selected, shows table size picker
allow user selecting the table size before inserting
- Updated dependencies
## 10.8.1
### Patch Changes
- [#140847](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/140847)
[`edf99b41dbfcb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/edf99b41dbfcb) -
ED-27529: The fix introduced to resolve tables flashing unstyled on init when R18 concurrent mode
was enabled resulted in sticky headers being broken for tables. In short, the logic for sticky
headers was not set up to handle initial prosemirror table structure being replaced with the
rendered react table node. This meant the sentinels for sticky headers were only setup on the
initial prosemirror table structure, which is removed once react is ready.
## 10.8.0
### Minor Changes
- [#137973](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/137973)
[`5cc195689bfb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5cc195689bfb2) -
ED-27400 add resize layout to single column layout
### Patch Changes
- Updated dependencies
## 10.7.2
### Patch Changes
- [#139729](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139729)
[`3a23a5ad84d94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a23a5ad84d94) -
ED-27404 remove platform_editor_react18_stickyheaders_fix feature gate.
- Updated dependencies
## 10.7.1
### Patch Changes
- [#139216](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139216)
[`e8f596d2b1910`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e8f596d2b1910) -
[ux] Cleaned up platform_editor_controls_patch_1 FG
- Updated dependencies
## 10.7.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
## 10.6.11
### Patch Changes
- Updated dependencies
## 10.6.10
### Patch Changes
- [#134965](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134965)
[`6c2982045451c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6c2982045451c) -
ED-26568: Remove custom toDOM implementation as it was causing flickering of an unstyled table
node when loading the table with React18 concurrent mode. Add logic to temporarily ignore all
non-selection DOM mutations during table initialisation in order to prevent unstyled table
flashing. Restore mutation handler after react has finished applying the style and structure.
## 10.6.9
### Patch Changes
- [#139053](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139053)
[`c1c6278a78c4a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c1c6278a78c4a) -
[ux] Adds a new temporary floating toolbar's config option to hide any toolbars when any table's
menu is opend.
- Updated dependencies
## 10.6.8
### Patch Changes
- [#138977](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/138977)
[`3d812d3a14c39`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d812d3a14c39) -
[ux] Revert "Adds a new temporary floating toolbar's config option to hide any toolbars when any
table's menu is opened."
- Updated dependencies
## 10.6.7
### Patch Changes
- [#137753](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/137753)
[`fe189a7e249e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fe189a7e249e9) -
EDITOR-317 Cleans up feature gate `platform_editor_nested_tables_resizing`
- Updated dependencies
## 10.6.6
### Patch Changes
- [#138280](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/138280)
[`f2eac0d6772c2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2eac0d6772c2) -
[ux] Adds a new temporary floating toolbar's config option to hide any toolbars when any table's
menu is opened.
- Updated dependencies
## 10.6.5
### Patch Changes
- [#133802](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133802)
[`f523489c8b68a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f523489c8b68a) -
[ux] ED-27217 Clean up experiment platform_editor_element_drag_and_drop_nested
- Updated dependencies
## 10.6.4
### Patch Changes
- [#136999](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/136999)
[`4b7b510701d4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4b7b510701d4b) -
[ux] ED-27426 Numbered column sticky header is broken in view mode live page
## 10.6.3
### Patch Changes
- Updated dependencies
## 10.6.2
### Patch Changes
- [#136562](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/136562)
[`5d68129d8e4e0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d68129d8e4e0) -
ED-26726 Cleaned up platform_editor_nested_tables_resize_border_fix
## 10.6.1
### Patch Changes
- Updated dependencies
## 10.6.0
### Minor Changes
- [#134914](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134914)
[`4395d5ae9ba96`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4395d5ae9ba96) -
ED-27326 Add distribute columns to cell controls
### Patch Changes
- Updated dependencies
## 10.5.12
### Patch Changes
- Updated dependencies
## 10.5.11
### Patch Changes
- Updated dependencies
## 10.5.10
### Patch Changes
- [#133495](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133495)
[`6e3c24aeec2b7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e3c24aeec2b7) -
ED-25981 Clean up feature flag platform_editor_set_alignment_when_resized
- [#134378](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134378)
[`210a48c778086`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/210a48c778086) -
EDITOR-546 Cleaned up platform_editor_cmd_a_progressively_select_nodes to revert to control
behaviour.
- Updated dependencies
## 10.5.9
### Patch Changes
- Updated dependencies
## 10.5.8
### Patch Changes
- [#134468](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134468)
[`e312ec529d05a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e312ec529d05a) -
[ux] Apply hover decoration when hovering on copy/delete button on overflow menu
- Updated dependencies
## 10.5.7
### Patch Changes
- Updated dependencies
## 10.5.6
### Patch Changes
- [#133110](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133110)
[`fe61757a1a76f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fe61757a1a76f) -
[ux] ED-27309 Fix numbered column is misaligned in live page viewing mode
## 10.5.5
### Patch Changes
- Updated dependencies
## 10.5.4
### Patch Changes
- Updated dependencies
## 10.5.3
### Patch Changes
- Updated dependencies
## 10.5.2
### Patch Changes
- [#130115](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130115)
[`e60f1c02e9715`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e60f1c02e9715) -
Clean up feature flag platform_editor_table_drag_menu_mount_point_fix
- Updated dependencies
## 10.5.1
### Patch Changes
- [#130002](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130002)
[`e273880dffa90`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e273880dffa90) -
Clean up feature flag platform_editor_nested_table_in_nested_parent_fix
## 10.5.0
### Minor Changes
- [#128788](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128788)
[`83a4d1ba203b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/83a4d1ba203b0) -
[ux] update icons
## 10.4.7
### Patch Changes
- Updated dependencies
## 10.4.6
### Patch Changes
- [#124950](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/124950)
[`45961c4f4a9a3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45961c4f4a9a3) -
[ux] ED-25485 Fixes issue where up/down arrow keys would move to the wrong cell in a table if
there was a node selection inside the table.
## 10.4.5
### Patch Changes
- [#127253](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127253)
[`a2593d5c73ccb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2593d5c73ccb) -
[ux] Table overflow menu on floating toolbar
- Updated dependencies
## 10.4.4
### Patch Changes
- [#128159](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128159)
[`fa48f40aa6143`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fa48f40aa6143) -
ED-26887 Fix flickering in create issue modal when scrolling slowly and there is table inside it
- Updated dependencies
## 10.4.3
### Patch Changes
- [#126154](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/126154)
[`be67d47906a7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be67d47906a7f) -
[ED-27099]
# Improvements
Feature Flag: `platform_editor_table_layout_shift_fix`
- Make all Editor block nodes a proper inline container
Feature Flag: `platform_editor_render_table_fallback_to_dom_on_ssr`
- Always render the Table.toDOM when on SSR
# Clean up
`platform_editor_exp_lazy_node_views`
- Make the `tableNodeSpecWithFixedToDOM` the default `Table.toDOM`
`platform_editor_table_layout_shift_fix`
- Fix the typo `px` typo
## 10.4.2
### Patch Changes
- Updated dependencies
## 10.4.1
### Patch Changes
- Updated dependencies
## 10.4.0
### Minor Changes
- [#124688](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/124688)
[`9b1137bda6f87`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b1137bda6f87) -
[ux] ED-25486 Updates cmd+a behaviour to progressively select nodes behind
platform_editor_cmd_a_progressively_select_nodes experiment.
### Patch Changes
- Updated dependencies
## 10.3.3
### Patch Changes
- [#123345](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123345)
[`31b02e82858e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31b02e82858e5) -
NO-ISSUE: Update usages of selection utils
- Updated dependencies
## 10.3.2
### Patch Changes
- [#122372](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/122372)
[`888a32882ccad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/888a32882ccad) -
[ED-26327] Disable corner control on live page view mode
- Updated dependencies
## 10.3.1
### Patch Changes
- Updated dependencies
## 10.3.0
### Minor Changes
- [#120472](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120472)
[`73c800ab5f2fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73c800ab5f2fc) -
ED-26766 update adf-schema from 47.2.1 to 47.6.0 and adf-schema-json from 1.27.0 to 1.31.0
### Patch Changes
- Updated dependencies
## 10.2.1
### 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
## 10.2.0
### Minor Changes
- [#119765](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119765)
[`5a27b842be965`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a27b842be965) -
Add deprecated label to `forceStaticToolbar` in floating toolbar property and remove its usage
across plugins
### Patch Changes
- Updated dependencies
## 10.1.4
### Patch Changes
- [#115629](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/115629)
[`4c512c4a6282c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c512c4a6282c) -
[ux] [ED-26544] Fix issue where sorting decorations were not being removed on edit mode on live
pages. Also ensured sorting decorations are reapplied in view mode. Added live page option to
integration testing page.
## 10.1.3
### Patch Changes
- [#119903](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119903)
[`f943d17e6a5ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f943d17e6a5ef) -
[ux] [ED-26799] This change fixes a bug that was causing nested tables with numbered columns to
break when the parent table is scrolled and has a sticky header.
## 10.1.2
### Patch Changes
- [#119754](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119754)
[`dd36ff28f174a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dd36ff28f174a) -
[ux] ED-26740 Bugfix to prevent a table with numbered column and a nested table with numbered
column from highlighting the nested table's rows when a parent table's row is selected
- Updated dependencies
## 10.1.1
### Patch Changes
- [#117485](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117485)
[`e9a8d9ba26963`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e9a8d9ba26963) -
Reorder icons, and remove some based on new editor controls. Changes under
`editor_plugin_controls` experiment.
- [#118754](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/118754)
[`6a2c861c64366`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a2c861c64366) -
[ux] [ED-26739] This change fixes the table drag & drop controls for nested tables so that it no
longer jumps into the sticky header of the parent table when the parent table is scrolled.
- Updated dependencies
## 10.1.0
### Minor Changes
- [#116320](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116320)
[`53a3a2613a2ea`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53a3a2613a2ea) -
ED-26488 disable table dnd in live pages
### Patch Changes
- [#117960](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117960)
[`0e8738357b54c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0e8738357b54c) -
[ux] ED-26725 Bugfix to bring back the blue highlighted border when resizing columns in nested
tables
- Updated dependencies
## 10.0.0
### Major Changes
- [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
[`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
status of only supporting React 18 going forward. No explicit breaking change to React support has
been made in this release, but this is to signify going forward, breaking changes for React 16 or
React 17 may come via non-major semver releases.
Please refer this community post for more details:
https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
### Patch Changes
- Updated dependencies
## 9.5.10
### Patch Changes
- [#116555](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116555)
[`ee0cb1bc42e39`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ee0cb1bc42e39) -
[ux] ED-26663 Bugfix for a regression introduced by nested tables - when nested table nodes are
enabled but the nested table experiment is disabled, copying table content inside a bodied
extension and pasting it in the table results in the content being pasted under the table and
wrapped in a table
## 9.5.9
### Patch Changes
- [#115089](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115089)
[`cebfa87c2825a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cebfa87c2825a) -
[ux] [ED-26564] This change fixes the table sort functionality for tables containing nested
tables, and fixes the styling for the table sort button when selected (is active).
## 9.5.8
### Patch Changes
- [#115259](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115259)
[`a3150808f308a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3150808f308a) -
Add new forceStaticToolbar config option to floating toolbar and add it to panel and table. Add
new contextual toolbar plugin which controls expand and collapse logic for toolbar options.
- Updated dependencies
## 9.5.7
### Patch Changes
- [#115194](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115194)
[`094a16cdc37f5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/094a16cdc37f5) -
[ux] [ED-26390] Apply padding to all nested tables
## 9.5.6
### Patch Changes
- [#115520](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115520)
[`328b6f9fa248b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/328b6f9fa248b) -
[ux] ED-25438 Clean up usage of `platform_editor_use_nested_table_pm_nodes` when used for toggling
ProseMirror schema nodes to reduce risk of content loss in case of a Statsig outage. Schema
changes are non-reversible so we need to prevent it from being mistakenly disabled.
## 9.5.5
### Patch Changes
- [#115474](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115474)
[`c8ac38a0ef001`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c8ac38a0ef001) -
Temporarily disable lazy node views on tables
- Updated dependencies
## 9.5.4
### Patch Changes
- Updated dependencies
## 9.5.3
### Patch Changes
- [#115241](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115241)
[`06d29aec8ec04`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/06d29aec8ec04) -
ED-26562: fixes sticky headers under r18 concurrent mode
## 9.5.2
### Patch Changes
- [#114572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114572)
[`b9aeb291b4352`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9aeb291b4352) -
[ux] ED-26502 Fix bottom sentinel calculation when table has nested table
## 9.5.1
### Patch Changes
- [#113779](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113779)
[`0a73059d25e59`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0a73059d25e59) -
[ux] ED-25147 Resolve bug previously introduced to transformSliceToRemoveOpenTable which prevented
nested lists in table cells from being copy/pasted
- [#114360](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114360)
[`4c32f3d14f4f1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c32f3d14f4f1) -
[ux] [ED-26541] This change is fixing a bug where nested tables had overlapping sorting buttons in
view mode.
- Updated dependencies
## 9.5.0
### Minor Changes
- [#112673](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112673)
[`df389f09ee177`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df389f09ee177) -
ED-25870 disable table sticky header inside layout for Safari
## 9.4.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
- Updated dependencies
## 9.4.0
### Minor Changes
- [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
[`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
Bumped editor-prosemirror version to 7.0.0
### Patch Changes
- Updated dependencies
## 9.3.6
### Patch Changes
- Updated dependencies
## 9.3.5
### Patch Changes
- [#108813](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108813)
[`123953f8b2006`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/123953f8b2006) -
[ux] ED-26075 Unwrap content from nested table text block slices on paste
## 9.3.4
### Patch Changes
- [#110015](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110015)
[`92048a44fc3f6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/92048a44fc3f6) -
fix table layout shift issue
- Updated dependencies
## 9.3.3
### Patch Changes
- Updated dependencies
## 9.3.2
### Patch Changes
- [#108797](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108797)
[`9a3f165bc940b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9a3f165bc940b) -
tidy up feature flag confluence_frontend_editor_custom_presets
- Updated dependencies
## 9.3.1
### Patch Changes
- Updated dependencies
## 9.3.0
### Minor Changes
- [#101327](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101327)
[`0e185d4a53811`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0e185d4a53811) -
[ED-25901] Added prop to tables plugin to control use of nested tables
## 9.2.1
### Patch Changes
- [#107340](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107340)
[`d4a5bbf7b730d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d4a5bbf7b730d) -
[ux] ED-26057 Prevent the `unwrapContentFromTable` method in editor-plugin-table from incorrectly
attempting to unwrap nested tables, resulting in duplicate content in some circumstances when
copy/pasting nested table content
## 9.2.0
### Minor Changes
- [#103042](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103042)
[`a3bcf71666e0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3bcf71666e0d) -
Replace platform_editor_table_use_shared_state_hook with FG and fix remaining selection bugs
caused by lack of re-renders
### Patch Changes
- Updated dependencies
## 9.1.3
### Patch Changes
- [#102547](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102547)
[`b76cc60ba170b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76cc60ba170b) -
Internal changes to remove deprecated typography imports.
## 9.1.2
### Patch Changes
- [#102168](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102168)
[`d3ab19c1849b7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d3ab19c1849b7) -
[ED-26179] clean up platform_editor_ed_25642
## 9.1.1
### Patch Changes
- Updated dependencies
## 9.1.0
### Minor Changes
- [#101452](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101452)
[`e9f0bba750826`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e9f0bba750826) -
[ED-25901] Update the editor-plugin-table plugin type to have allowNestedTables as a prop
## 9.0.1
### Patch Changes
- [#98104](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98104)
[`7c7c2dc094742`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7c7c2dc094742) -
[ux] [ED-25529] This change adds padding to nested tables when active, to allow space for the row
and column controls. It also prevents the Insert Row/ Insert Column buttons from being hidden too
early.
## 9.0.0
### Major Changes
- [#98966](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98966)
[`5c8e4c2ce26bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c8e4c2ce26bf) -
Remove platform_editor_table_new_column_resizing experiment, remove options and all logic inside
editor-plugin-table and remove it from feature flag plugin config.
### Patch Changes
- Updated dependencies
## 8.4.14
### Patch Changes
- [#98668](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98668)
[`4fbd1c099af60`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4fbd1c099af60) -
Removed internal re-exports
- Updated dependencies
## 8.4.13
### Patch Changes
- [#98157](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98157)
[`402532942b383`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/402532942b383) -
[ux] [ED-25644] This change restores the left border for nested tables with numbered columns
enabled. Previously, we were removing it by accident while removing the left border for the parent
table.
- Updated dependencies
## 8.4.12
### Patch Changes
- Updated dependencies
## 8.4.11
### Patch Changes
- [#181547](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/181547)
[`40f89a75c9468`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40f89a75c9468) -
make guideline plugin optional to media and table plugins
## 8.4.10
### Patch Changes
- [#179922](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/179922)
[`3fac1d870e06c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3fac1d870e06c) -
[ux] ED-25985 Table pasting logic for nested tables - prevents pasted tables from exceeding
nesting depth of 1 by either flattening deeply nested tables or moving the paste location to under
the destination table
## 8.4.9
### Patch Changes
- [#180006](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/180006)
[`c9b58fd324e47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c9b58fd324e47) -
Cleanup feature gate which cell backgrounds in dark mode.
- Updated dependencies
## 8.4.8
### Patch Changes
- [#178631](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/178631)
[`2848916284e6e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2848916284e6e) -
[ux] [ED-25641] This change disables resizing and alignment options for tables nested inside of
tables.
## 8.4.7
### Patch Changes
- Updated dependencies
## 8.4.6
### Patch Changes
- [#176217](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176217)
[`38f5a9c8db167`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/38f5a9c8db167) -
ED-25953 Fix table overflow when page changes from full page to full width
## 8.4.5
### Patch Changes
- Updated dependencies
## 8.4.4
### Patch Changes
- [#173211](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/173211)
[`d4cb284c5f049`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d4cb284c5f049) -
Fix distribute cols steps to resolve collab issue
- Updated dependencies
## 8.4.3
### Patch Changes
- [#173154](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/173154)
[`944d3dd95a50c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/944d3dd95a50c) -
ED-25111: refactors table plugin to meet folder standards
- Updated dependencies
## 8.4.2
### Patch Changes
- [#172333](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/172333)
[`e5c206f3f7783`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e5c206f3f7783) -
[ux] ED-25533 Set default size of nested tables to 2x2
## 8.4.1
### Patch Changes
- [#168321](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168321)
[`01cada6d7a4d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/01cada6d7a4d7) -
Fix bug where new icon types had an additional prop isFacadeDisabled that was not used
- Updated dependencies
## 8.4.0
### Minor Changes
- [#168172](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168172)
[`fa404ae4155f2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fa404ae4155f2) -
[ux] [ED-25523] This change is adding experiment based gating to the drag and drop logic for
nested tables. We only allow nesting tables one level deep via drag and drop if the experiment is
active. Else, you cannot drag and drop a table into another table.
### Patch Changes
- Updated dependencies
## 8.3.0
### Minor Changes
- [#170735](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/170735)
[`147418939b2eb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/147418939b2eb) -
[ux] ED-25880 Use consistent table insertion logic for primary toolbar button, primary toolbar
size selector dropdown and table insert keyboard shortcut which handles node nesting support
### Patch Changes
- [#170839](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/170839)
[`90284312a1050`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/90284312a1050) -
Internal change to account for a dependency change.
- [#171994](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171994)
[`be58e4bb2e387`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/be58e4bb2e387) -
Migrating usages of UNSAFE types and entrypoints that have been renamed in `@atlaskit/icon` and
`@atlaskit/icon-lab`.
- Updated dependencies
## 8.2.2
### Patch Changes
- [#170442](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/170442)
[`14b1ff1b28958`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/14b1ff1b28958) -
ED-25803 Update to not pass mountPoint into dropdown menu popup so that dropdown menu will be
nested inside DragMenu pop up
## 8.2.1
### Patch Changes
- [#169304](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/169304)
[`305b55f6ac586`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/305b55f6ac586) -
Set alignment to center for tables during resizing, this fixes issues with tables in comment
editor where the width attribute defaults to inherit even if a table has been resized
## 8.2.0
### Minor Changes
- [#169553](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/169553)
[`4232aaa0d75e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4232aaa0d75e4) -
Fix type on resize handle for drag and drop table class name
### Patch Changes
- Updated dependencies
## 8.1.1
### Patch Changes
- [#165765](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165765)
[`3f441f30e6507`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3f441f30e6507) -
Bump adf-schema to 46.0.0
- Updated dependencies
## 8.1.0
### Minor Changes
- [#166753](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166753)
[`41dc866b96d84`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/41dc866b96d84) -
Use drag and drop classname for column resizing line when enabled, this avoids passing in feature
flag props to styles
### Patch Changes
- Updated dependencies
## 8.0.0
### Major Changes
- [#162935](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/162935)
[`48011dc10467a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/48011dc10467a) -
Removed `tablesPlugin` property and its child properties of `tableResizingEnabled` and
`isTableAlignmentEnabled` from `InitialPluginConfiguration`, and added these options as part of
tablePlugin.tableOptions configuration instead. The new options for each are allowTableResizing
and allowTableAlignment respectively and can be configured on the Editor component via
`allowTables` or via preset configurations.
**Warning**: Both these features require ADF storage to persist these changes.
### WHY?
To make these table features available for consumers who have no adopted composable editor and
want to enable table resizing and table alignment features
### WHAT changed?
**Removed** `InitialPluginConfiguration` type: Removed `tablePlugin` and child properties -
`isTableAlignmentEnabled`, `tableResizingEnabled`
**Added** `TableOptions` type: Added `allowTableResizing` and `allowTableAlignment`
### HOW to resolve?
Move the options from `initialPluginConfiguration` to `tableOptions`
Example:
Before
```ts
const universalPreset = useUniversalPreset([
tablePlugin,
{ tableResizingEnabled: true, isTableAlignmentEnabled: true, tableOptions: {} },
]);
```
After
```ts
const universalPreset = useUniversalPreset([
tablePlugin,
{ tableOptions: { allowTableResizing: true, allowTableAlignment: true } },
]);
```
Before
```ts
return (
<Editor
allowTables={{advanced: true}}
initialPluginConfiguration={{
tablesPlugin: {
tableResizingEnabled: true, isTableAlignmentEnabled: true,
}
}}
/>
)
```
After
```ts
return (
<Editor
allowTables={{advanced: true, allowTableResizing: enabled, allowTableAlignment: true}}
/>
)
```
### Patch Changes
- [#166172](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166172)
[`00bf95ef0cc72`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/00bf95ef0cc72) -
[ux] [ED-25535] Fix for issue where resize handler decorations added/removed in view mode affected
selection range.
## 7.31.3
### Patch Changes
- [#165001](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165001)
[`d77bdbfe892ed`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d77bdbfe892ed) -
tidy table duplicate cell color experiment
- Updated dependencies
## 7.31.2
### Patch Changes
- [#164992](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/164992)
[`16878c96150af`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/16878c96150af) -
tidy table sort order experiment
## 7.31.1
### Patch Changes
- [#165078](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165078)
[`770231c1e2f01`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/770231c1e2f01) -
ED-25611: migrates table plugin from reactdom to portalprovider
- Updated dependencies
## 7.31.0
### Minor Changes
- [#161296](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/161296)
[`9a6292ab637fa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9a6292ab637fa) -
[ED-25521] Add experiment based gating to the insertion logic for nested tables, so we only allow
nesting tables one level deep when the experiment is active
### Patch Changes
- [#163855](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/163855)
[`893dd8380fd30`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/893dd8380fd30) -
[ux] Cleaned up FF platform.confluence.frontend.narrow-full-page-editor-toolbar
- Updated dependencies
## 7.30.2
### Patch Changes
- [#160630](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/160630)
[`1f1fd28e743e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1f1fd28e743e8) -
[ux] Show drop targets when drag and drop feature is enabled in Jira via FF.
## 7.30.1
### Patch Changes
- [#160688](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/160688)
[`7988fbc63aa4b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7988fbc63aa4b) -
[ux] Fix numbered column position when new tables in Jira FF is enabled.
- Updated dependencies
## 7.30.0
### Minor Changes
- [#159340](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159340)
[`aa03078fd0c80`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa03078fd0c80) -
[ux] [ED-25398] This change is enabling nested tables behind a feature gate.
### Patch Changes
- [`9546839a5b527`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9546839a5b527) -
[ux] Fix comically wide table columns widths when table nested inside a nested node.
- Updated dependencies
## 7.29.10
### 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
- Updated dependencies
## 7.29.9
### Patch Changes
- Updated dependencies
## 7.29.8
### Patch Changes
- [#157905](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157905)
[`f02486a915690`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f02486a915690) -
NO-ISSUE Cleanup unused props and components
- Updated dependencies
## 7.29.7
### Patch Changes
- [#152968](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152968)
[`501e975100eab`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/501e975100eab) -
[ED-24137] feature flag clean up for the Cell Options menu a11y work
## 7.29.6
### Patch Changes
- [#155668](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155668)
[`f948f63ced742`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f948f63ced742) -
We are testing replacing findDOMNode with an explicit ref behind a feature flag. If this fix is
successful it will be available in a later release.
- Updated dependencies
## 7.29.5
### Patch Changes
- Updated dependencies
## 7.29.4
### 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
## 7.29.3
### Patch Changes
- Updated dependencies
## 7.29.2
### Patch Changes
- [#152399](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152399)
[`fbd7217f0cb51`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fbd7217f0cb51) -
[ux] ED-25092: Migrated table toolbar icons
- [#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
## 7.29.1
### Patch Changes
- [#151938](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151938)
[`91b5768ef0c7c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/91b5768ef0c7c) -
[ux] ED-25203 refactor image previewer outside of floating toolbar
- Updated dependencies
## 7.29.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
- [`275ff635a350f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/275ff635a350f) -
[ux] Disable drag corner controls /w selection when nested dnd enabled
- Updated dependencies
## 7.28.11
### Patch Changes
- [#151050](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151050)
[`1081477a1c33d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1081477a1c33d) -
[ED-24446] This change cleans up the feature gate for the table cell options hotkeys announcement
fix.
## 7.28.10
### Patch Changes
- [#150710](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/150710)
[`199790376ed8a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/199790376ed8a) -
[ux] ED-25094: Migrate icons for table drag menu and cell menu
## 7.28.9
### Patch Changes
- [#150125](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/150125)
[`c9d8f549c024a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c9d8f549c024a) -
[ux] ED-24539 Fix live view toggle and column sorting in live view pages
## 7.28.8
### Patch Changes
- [#150410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/150410)
[`aabd4874bd3a0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aabd4874bd3a0) -
set correct min-width value in table lazy load view
## 7.28.7
### Patch Changes
- Updated dependencies
## 7.28.6
### Patch Changes
- [#147660](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147660)
[`eeb74f2c973d9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eeb74f2c973d9) -
Clean up FF platform_editor_tables_sticky_scrollbar
- Updated dependencies
## 7.28.5
### Patch Changes
- Updated dependencies
## 7.28.4
### Patch Changes
- [#146656](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146656)
[`2c23467e86c29`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2c23467e86c29) -
[ux] No-issue: Set isFacadeDisabled to true for table cell dropdown
- [#146417](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146417)
[`4302239b19be5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4302239b19be5) -
Migrate table useSharedStateHook FF from LD to Statsig experiment.
## 7.28.3
### Patch Changes
- [#145959](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/145959)
[`ea00ae7d7d94f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ea00ae7d7d94f) -
[ED-25130] Fix sticky header numbered column when using the new breakout css logic
(container-type)
- Updated dependencies
## 7.28.2
### Patch Changes
- Updated dependencies
## 7.28.1
### Patch Changes
- Updated dependencies
## 7.28.0
### Minor Changes
- [#144162](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144162)
[`2b2233eed311a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2b2233eed311a) -
ED-24858: fixes layout shifts for tables under SSR
## 7.27.2
### Patch Changes
- Updated dependencies
## 7.27.1
### Patch Changes
- Updated dependencies
## 7.27.0
### Minor Changes
- [#142155](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142155)
[`9749eb9ba2987`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9749eb9ba2987) -
Remove platform.editor.table.use-increased-scaling-percent feature flag
## 7.26.0
### Minor Changes
- [#141652](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141652)
[`1cbce9d217a8e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1cbce9d217a8e) -
[ux] EDF-1549 AI button added in floating toolbar of panel, table, layout and expand behind
experiment.
## 7.25.27
### Patch Changes
- Updated dependencies
## 7.25.26
### Patch Changes
- [#137474](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137474)
[`53c1e842c98c7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53c1e842c98c7) -
ED-24840: Fix for pasting default table in comment losing width
- [#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.
- Updated dependencies
## 7.25.25
### Patch Changes
- Updated dependencies
## 7.25.24
### Patch Changes
- [#139034](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139034)
[`517cdc0f7ea1a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/517cdc0f7ea1a) -
Used experiment for lazy node view
## 7.25.23
### Patch Changes
- [#139279](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139279)
[`70db87daa2f22`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/70db87daa2f22) -
[ux] Fix for column resizing for table that were resized to full-width in comment editor.
## 7.25.22
### Patch Changes
- [#138699](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138699)
[`aa5140e59db5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa5140e59db5a) -
Cleanup feature flag moving styles from editor-core to tables plugin.
- Updated dependencies
## 7.25.21
### Patch Changes
- [#137821](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137821)
[`4d2173e85f8a6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d2173e85f8a6) -
[ux] Fix full-width detection in Comment editor
- [#137928](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137928)
[`8b30e4c176e08`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b30e4c176e08) -
ED-24841: Fixed number column table shows a scroll in comment editor
- [#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
## 7.25.20
### Patch Changes
- [#137344](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137344)
[`00c81bdf34c46`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/00c81bdf34c46) -
[ux] Fixes an issue where tables that existed before "Support Table in Comment" are displayed as
centered 760px width tables when FF for Support Table in Comment is enabled.
## 7.25.19
### Patch Changes
- [#136485](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136485)
[`96d4b8a73c2ea`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/96d4b8a73c2ea) -
Refactored table styles so that it is inside the tables plugin and not in the editors critical
path.
## 7.25.18
### Patch Changes
- [#136348](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136348)
[`fb4fb56f1da7c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb4fb56f1da7c) -
Use optimised entry-points on editor-common for browser.
- Updated dependencies
## 7.25.17
### Patch Changes
- Updated dependencies
## 7.25.16
### Patch Changes
- [#135342](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/135342)
[`7310995594ece`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7310995594ece) -
[ED-24636] Group Table Resizing Steps into a single custom step
## 7.25.15
### Patch Changes
- [`be687d5675114`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/be687d5675114) -
[ux] Fixes a bug where scaled table viewed on a narrow screen loses scaling.
- Updated dependencies
## 7.25.14
### Patch Changes
- [#134066](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134066)
[`43a1d7aed352b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/43a1d7aed352b) -
ED-24576: UNSTABLE_allowTableResizing in renderer added
## 7.25.13
### 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
## 7.25.12
### Patch Changes
- [#133347](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/133347)
[`cb1658fdac261`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cb1658fdac261) -
Create a new tr, instead of letting previous one in append transaction for analytics
- Updated dependencies
## 7.25.11
### Patch Changes
- [`638f18de80136`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/638f18de80136) -
Remove unused exports
- [`638f18de80136`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/638f18de80136) -
Remove unused code and imports
- [`638f18de80136`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/638f18de80136) -
Remove unused imports and code
- [#133717](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/133717)
[`a51c7a76fc031`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a51c7a76fc031) -
[ux] When isTableScaling is enabled in commment editor and table doesn't have width, use editor
width and apply infinite scaling instead of standard PTW40.
## 7.25.10
### Patch Changes
- [#133080](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/133080)
[`ad996e0558acc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ad996e0558acc) -
EO2024-19: Fixed table insert row dot finickiness"
- Updated dependencies
## 7.25.9
### Patch Changes
- [#131697](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131697)
[`b62fbe67743eb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b62fbe67743eb) -
Clean up React 18 feature flags
## 7.25.8
### Patch Changes
- [#131711](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131711)
[`e5f5f9807ef27`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e5f5f9807ef27) -
[ED-24636] Prop drilling the EditorAPI into the scaleTable and resizeColumn commands (not usage at
this point)
## 7.25.7
### Patch Changes
- [`ccee8f7d5cdfe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ccee8f7d5cdfe) -
ED-24623 Added alignment logic to fallback DOM
## 7.25.6
### Patch Changes
- [#130414](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/130414)
[`eceafead51291`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eceafead51291) -
ED-24568 Adjusted table lazy loading DOM to match node view
- [#130331](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/130331)
[`8408c22cc75ef`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8408c22cc75ef) -
clean up live view sort table ff
- Updated dependencies
## 7.25.5
### Patch Changes
- Updated dependencies
## 7.25.4
### Patch Changes
- [#129411](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/129411)
[`080325d254926`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/080325d254926) -
Added PTW 40% scale to comment editor and renderer in confluence
- [`79a3024b0907a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/79a3024b0907a) -
ED-24535 Reverted ignoreMutation changes for table as we will use a blanket approach
- Updated dependencies
## 7.25.3
### Patch Changes
- [`46b889c01d03e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/46b889c01d03e) -
[ux] Clean up Reaact 18 Feature Flags
## 7.25.2
### Patch Changes
- [#128275](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128275)
[`aa76c0502c05d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa76c0502c05d) -
Fixes an issue where the cursor doesn't appear within a table upon insertion in react 18
## 7.25.1
### Patch Changes
- [#128458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128458)
[`26e17a7d801e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/26e17a7d801e4) -
ED-24514 Added ignore mutation for lazy node view
- [#128458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128458)
[`f372e089c10cf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f372e089c10cf) -
Fix an issue where hovering over the column divider does not show the blue hover decoration in
React 18
- Updated dependencies
## 7.25.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
## 7.24.8
### Patch Changes
- [#127766](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127766)
[`8a9803d7d9555`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a9803d7d9555) -
ED-24425: Fixed the drag handle show hover state when hover delete column on the next column/row
## 7.24.7
### Patch Changes
- [#127699](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127699)
[`7fa3a110dc3b6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7fa3a110dc3b6) -
Add analytics to track usage of dark mode header cell fix.
- Updated dependencies
## 7.24.6
### Patch Changes
- [#127242](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127242)
[`508ee8b4dcbc8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/508ee8b4dcbc8) -
[ED-23944] Improve toDOM helper test
- Updated dependencies
## 7.24.5
### Patch Changes
- [#126781](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126781)
[`a399030079377`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a399030079377) -
ED-24476 Clean up table controls feature flag
## 7.24.4
### Patch Changes
- [`af28106c0d62b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/af28106c0d62b) -
ED-24420: Fixed shadow position when dnd is enabled in chromeless editor
- [#125830](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/125830)
[`0886d04fff5e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0886d04fff5e6) -
[ux] Fix bug in dark mode for table header pasted from light mode.
- [#126024](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126024)
[`2412502549b2b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2412502549b2b) -
[ux] When table alignment changed, table should keep its width in Comment Editor.
- Updated dependencies
## 7.24.3
### Patch Changes
- [#125536](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/125536)
[`bf49379d856ff`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bf49379d856ff) -
hide element drag handle during column resize
## 7.24.2
### Patch Changes
- [#124709](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124709)
[`a52d9a09ddd5c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a52d9a09ddd5c) -
[ux] When table resized to full-width in comment editor, it inherits the width of the editor.
## 7.24.1
### Patch Changes
- [#124890](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124890)
[`04951dd1969d5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/04951dd1969d5) -
[ux] ED-24278: Turned on table dnd in chromeless editor
- Updated dependencies
## 7.24.0
### Minor Changes
- [#124519](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124519)
[`fbd519a29db88`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fbd519a29db88) -
Don't add merge cell and split cell options to floating toolbar if allowMergedCell is disabled or
undefined
- [#124475](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124475)
[`f1beea7ed5546`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f1beea7ed5546) -
[ux] [ED-24078] This change is adding aria-labels to the Table Cell Options menu so that the
screenreader will announce the keyboard shortcuts to keyboard-only users. The change is feature
flagged behind 'platform_editor_announce_cell_options_hotkeys'.
### Patch Changes
- [#124231](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124231)
[`48ae65e0f36e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/48ae65e0f36e8) -
Removed FF platform.editor.transform-slice-for-nested-expand
- [#124519](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124519)
[`0d1225bff51ff`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0d1225bff51ff) -
Use scaled amounts for new column resizing, and update logic to cater for more scenarios
- Updated dependencies
## 7.23.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
- [#122783](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122783)
[`c64ead15aa9d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c64ead15aa9d7) -
[ux] Enabled table alignment in comment editor
- Updated dependencies
## 7.22.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
- [#123596](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123596)
[`db5f9a8d10a86`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db5f9a8d10a86) -
Remove width overrides for table when num col is enabled
- Updated dependencies
## 7.21.6
### Patch Changes
- [#123311](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123311)
[`ea5eb60bfc2f9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ea5eb60bfc2f9) -
[ux] Displays full-width tooltip when table resized to the width of the Comment editor when table
resizing is enabled.
## 7.21.5
### Patch Changes
- [#122514](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122514)
[`91276c81ef8a8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/91276c81ef8a8) -
[ED-24019] This change is cleaning up the feature flag
'platform.editor.a11y-help-dialog-shortcut-keys-position_aghfg' which was introduced for new
keyboard shortcuts for inserting columns and rows to a table.
- [#122054](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122054)
[`2ead5fa12242d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2ead5fa12242d) -
Use scaled amounts for new column resizing, and update logic to cater for more scenarios
- Updated dependencies
## 7.21.4
### Patch Changes
- [#122264](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122264)
[`257d7e96264e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/257d7e96264e0) -
[ux] Fix table column delete decorations showing when expected in React 18.
## 7.21.3
### Patch Changes
- [`3b20c735bc9ee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3b20c735bc9ee) -
[ux] Insert full-width table in comment editor when table resizing is enabled.
## 7.21.2
### Patch Changes
- Updated dependencies
## 7.21.1
### Patch Changes
- [#121046](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/121046)
[`828e8f6bec2b3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/828e8f6bec2b3) -
[ux] ED-17789 Fixing last column resizing to right fast
- Updated dependencies
## 7.21.0
### Minor Changes
- [#120893](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120893)
[`67a22e5eb05a2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67a22e5eb05a2) -
[ux] [ECA11Y-113] This change adds the keyboard shortcut (Shift+F10) to the Cell Options Tooltip
and to the Editor Help dialog. This change is behind the `platform_editor_a11y_table_context_menu`
feature flag.
### Patch Changes
- [#120665](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120665)
[`a4ee6908e0e2c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a4ee6908e0e2c) -
[ED-23943] Milestone: Initial LazyNodeViewLoading implementation for Table
- Updated dependencies
## 7.20.2
### Patch Changes
- Updated dependencies
## 7.20.1
### Patch Changes
- [#120417](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120417)
[`26e76bb38b63f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/26e76bb38b63f) -
[ux] ECA11Y-175: This changes improves the floating toolbar a11y by making the image border
options menu accessible for keyboard-only users, and is behind the feature gate
`platform-editor-a11y-image-border-options-dropdown`.
- [#120475](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120475)
[`f1755b740ebba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f1755b740ebba) -
[ux] When narrow Main Toolber is enabled, remove margin top from sticky table header.
- Updated dependencies
## 7.20.0
### Minor Changes
- [#119966](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119966)
[`596ad24e38929`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/596ad24e38929) -
Clean up typescript references to LegacyPortalProviderAPI
### Patch Changes
- Updated dependencies
## 7.19.12
### Patch Changes
- [#119559](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119559)
[`7c1b0299f4fba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7c1b0299f4fba) -
ED-22510:Screen reader support for column/row selection and up/down movements
- [#119748](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119748)
[`643da12b73454`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/643da12b73454) -
[ED-24041] When element drag and drop is enabled, allow table corner control with selection for
nested nodes
- [#119589](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119589)
[`f1c2a87bd1e67`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f1c2a87bd1e67) -
[ux] Left alignment option should be disabled for default tables in fixed-width editor.
- Updated dependencies
## 7.19.11
### Patch Changes
- Updated dependencies
## 7.19.10
### Patch Changes
- [#118104](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/118104)
[`700333187f53a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/700333187f53a) -
Remove feature flag where cmd+A selects the table rather than the document.
## 7.19.9
### Patch Changes
- [#117916](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117916)
[`49fc126d779b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49fc126d779b0) -
ECA11Y-111: A11y table resizing feature flag removal
- Updated dependencies
## 7.19.8
### Patch Changes
- [`7c716627bd4f4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7c716627bd4f4) -
Table Drag move column/row logic FF cleanup
- Updated dependencies
## 7.19.7
### Patch Changes
- [`d9b562bd66f8e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d9b562bd66f8e) -
[ux] [ED-23947] restoring the original order of the typeahead menu so that actions, media,
mentions and emojis are above the fold (in the top 5 results). this change is a major because it
removes the `getEditorFeatureFlags prop` for plugins. if any consumers who have adopted these
changes to the public API, they should remove them on their side too.
- Updated dependencies
## 7.19.6
### Patch Changes
- [#113441](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113441)
[`8b819018560ea`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b819018560ea) -
[ux] Fixed a bug where when cell background color is updated via floating toolbar, the calor is
set on a wrong cell.
- [#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
## 7.19.5
### Patch Changes
- [#116281](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116281)
[`62fb11ef85308`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/62fb11ef85308) -
Cleanup table LD FF insert-last-column-btn-stays-in-place
## 7.19.4
### Patch Changes
- Updated dependencies
## 7.19.3
### Patch Changes
- [#114530](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114530)
[`3b9fcf5e7a8bd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3b9fcf5e7a8bd) -
[ux] Fix increased scaling percent check
## 7.19.2
### Patch Changes
- [#115086](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115086)
[`e22c1261d6b17`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e22c1261d6b17) -
Add a tint to table transactions that are not created by users to avoid issues for view only live
pages
- Updated dependencies
## 7.19.1
### Patch Changes
- [`0c728cec893a0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c728cec893a0) -
ED-23730: Change table to align center when column resizing makes table width wider than
linelength
## 7.19.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
## 7.18.4
### Patch Changes
- [#113338](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113338)
[`6b5439f51eab4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b5439f51eab4) -
ECA11Y-5 remove FF from codebase
## 7.18.3
### Patch Changes
- [#115110](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115110)
[`c6f8e2be84f70`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6f8e2be84f70) -
ECA11Y-20/ECA11Y-59 Make table cell options menu accessible for keyboard only users
## 7.18.2
### Patch Changes
- Updated dependencies
## 7.18.1
### Patch Changes
- Updated dependencies
## 7.18.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
## 7.17.10
### Patch Changes
- Updated dependencies
## 7.17.9
### Patch Changes
- [#110582](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110582)
[`8846a40609a0e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8846a40609a0e) -
remove platform.editor.a11y-table-floating-toolbar-dropdown-menu_zkb33 ff
- Updated dependencies
## 7.17.8
### Patch Changes
- Updated dependencies
## 7.17.7
### Patch Changes
- Updated dependencies
## 7.17.6
### Patch Changes
- [#111968](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111968)
[`c01dd34bc8e6c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c01dd34bc8e6c) -
Fixes 2px difference issue for internal column resizing
## 7.17.5
### Patch Changes
- [#111382](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111382)
[`5ce3f135c6211`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ce3f135c6211) -
Cleanup feature flag to protect for explicit HTML element check in some places.
- Updated dependencies
## 7.17.4
### Patch Changes
- [#111851](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111851)
[`4aefbe38ee8e2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4aefbe38ee8e2) -
ED-23129: Updated experiment ID and corresponding editor FF
## 7.17.3
### Patch Changes
- [#111381](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111381)
[`5ec7ab3d39035`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ec7ab3d39035) -
Replace the LD flag controlling new column resizing experience with statsig experiment
## 7.17.2
### Patch Changes
- [#110390](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110390)
[`bead123202369`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bead123202369) -
[ux] [ED-23642] Reordering the typeahead so that date, status, code block & info panel are above
the fold (in the top 5 results)
- [#111045](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111045)
[`2f693993423ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f693993423ec) -
improve input latency of drag and drop experience and hide drag handle during resizing
- [#111428](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111428)
[`5679a3e527073`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5679a3e527073) -
ED-23129: Disabled internal column resizing for nested tables
- [#111254](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111254)
[`c76f505dccf41`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c76f505dccf41) -
[ux] Fixed resizeAmount for left-aligned tables when internal column resizing is enabled.
- Updated dependencies
## 7.17.1
### Patch Changes
- [#109812](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109812)
[`b066a2c5e63b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b066a2c5e63b2) -
ED-23599: Move sort column to top of drag menu when FF is on
- Updated dependencies
## 7.17.0
### Minor Changes
- [#108458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108458)
[`66522b500303c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/66522b500303c) -
[ED-23469] Add featureFlag plugin as optional plugin dependency and switch to read
platform_editor_element_drag_and_drop gate value
### Patch Changes
- Updated dependencies
## 7.16.19
### Patch Changes
- [#109033](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109033)
[`046555d9a96ea`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/046555d9a96ea) -
Converts LD flag to an experiment for Preserve Table Widths part two feature.
## 7.16.18
### Patch Changes
- [#109178](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109178)
[`c01aae3d5755d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c01aae3d5755d) -
Change akEditorPadding in table resizing node to use dynamic version to support editor drag and
drop
- [#109165](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109165)
[`0fd6be97334bc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fd6be97334bc) -
Use scaled table width to calculate if left alignment should be disabled
- Updated dependencies
## 7.16.17
### Patch Changes
- [#106586](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/106586)
[`f3486a7d141c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f3486a7d141c) -
Update usage of akEditorGutterPadding to its dynamic version which can increase padding to support
editor drag and drop. Breakout logic is also updated to accommodate extra padding.
- [#107920](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107920)
[`f918580d1700`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f918580d1700) -
[ux] Removes Table Lock button and addes a new menu item 'Fixed column widths' in the table's
floating toolbar menu instead of the button.
- [#107415](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107415)
[`f7f135cdedb8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f7f135cdedb8) -
ED-23441: Added analytics for table aligment changes caused by resizing or appearance changes"
- [#100714](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100714)
[`81849acfe13c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/81849acfe13c) -
ECA11Y-228: Added new shortcuts for insert column and row and added correct formatting for help
modal dialog
- Updated dependencies
## 7.16.16
### Patch Changes
- [#107213](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107213)
[`afae0e144fb2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/afae0e144fb2) -
[ux] Hide table selection control when blocks plugin enabled
## 7.16.15
### Patch Changes
- [#105930](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105930)
[`939b873db211`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/939b873db211) -
[ux] Sets increased table scaling percent when FF is enabled.
## 7.16.14
### Patch Changes
- [#107290](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107290)
[`9b3d2881e8d5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9b3d2881e8d5) -
Set table width when alignment changes if not set, as layout attribute can be used to determine
width
## 7.16.13
### Patch Changes
- [#104756](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104756)
[`bf2f24fa1ffa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bf2f24fa1ffa) -
[ux] Fix table container position on resize in full-width editor on smaller screens.
## 7.16.12
### Patch Changes
- [#105716](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105716)
[`f25ac7b36499`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f25ac7b36499) -
[ux] Table - Change alignment from left to center when page changes from full-width to fixed
## 7.16.11
### Patch Changes
- [#104676](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104676)
[`c87c6138e5ff`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c87c6138e5ff) -
Remove style that removed 1px of table width when num col enabled, this fixes an issue with col
resizing calculations being incorrect
## 7.16.10
### Patch Changes
- [#103716](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103716)
[`d691deb86b01`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d691deb86b01) -
Exclude breakout guides for full width appearance for tables
## 7.16.9
### Patch Changes
- [#103852](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103852)
[`a2972bca7951`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a2972bca7951) -
[ux] Table - Disable left align button when table's width is larger than line length
## 7.16.8
### Patch Changes
- [#103615](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103615)
[`fd239f714374`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fd239f714374) -
[ux] When table with left alignmnent is resized to be wider than line length, alignment
automatically changes to center.
## 7.16.7
### Patch Changes
- [#103100](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103100)
[`07d25a4f1dd9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/07d25a4f1dd9) -
Add new parameter to remove inner guidelines, enabled when table alignment is enabled
- Updated dependencies
## 7.16.6
### 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
## 7.16.5
### Patch Changes
- [#102210](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102210)
[`fe0d7aa7668a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fe0d7aa7668a) -
Set layout attribute for tables to align-left when inserted in full width editor
## 7.16.4
### Patch Changes
- [#102667](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102667)
[`ab69107b7352`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab69107b7352) -
Force placeholder drag handle to be positioned in first column to avoid overflow
## 7.16.3
### Patch Changes
- [#102385](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102385)
[`501e08d95a31`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/501e08d95a31) -
[ux] Resize ratio depends on table alignment option. Fixed resize ratio for the cases when table
alignment is not 'center'.
## 7.16.2
### Patch Changes
- [#101820](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101820)
[`d6a194ef42d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6a194ef42d7) -
Add new left alignment to table container in editor, based on layout node attribute
- Updated dependencies
## 7.16.1
### Patch Changes
- [#101355](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101355)
[`040f4ffe7af0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/040f4ffe7af0) -
Add analytic event to table alignment command
- [#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
## 7.16.0
### Minor Changes
- [#100692](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100692)
[`76587b8092dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/76587b8092dc) -
[ux] ED-22924 Table - Created and hooked command to alignment toolbar buttons
### Patch Changes
- Updated dependencies
## 7.15.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
## 7.14.1
### Patch Changes
- Updated dependencies
## 7.14.0
### Minor Changes
- [#99771](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99771)
[`3cd9b2d8ae80`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3cd9b2d8ae80) -
[ux] ED-22923 Tables - Added alignment toolbat button
### Patch Changes
- Updated dependencies
## 7.13.4
### Patch Changes
- [#98080](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98080)
[`23c03580e38c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/23c03580e38c) -
[ux] [ED-23247] Allow floating toolbar copy buttons in live pages view mode.
## 7.13.3
### Patch Changes
- [#99050](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99050)
[`d280c1f18875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d280c1f18875) -
Enforce table container width when live pages view mode is enabled
- Updated dependencies
## 7.13.2
### Patch Changes
- [#97570](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97570)
[`d53d6981c3ce`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d53d6981c3ce) -
Clean up resizing logic and stop growing table container when overflowed
## 7.13.1
### Patch Changes
- [#94829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94829)
[`815fda434fe7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/815fda434fe7) -
[ED-22849] Align add column and row behaviour behind
platform_editor_table_duplicate_cell_colouring flag so that adding a column will copy cell
background from the left and adding a row will copy background colour from row above
## 7.13.0
### Minor Changes
- [#98696](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98696)
[`08cf50e592b6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/08cf50e592b6) -
Added Table Alignment Feature Flag
### 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
## 7.12.6
### Patch Changes
- [#98646](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98646)
[`b96ae2cfbd99`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b96ae2cfbd99) -
[ux] Fixes an issue where when the table is in overflow and is scaled due to a narrow screen size
and a column is inserted or deleted the oveflow is lost.
- Updated dependencies
## 7.12.5
### Patch Changes
- [#96056](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96056)
[`5ee939049a08`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ee939049a08) -
Add analytics for lock columns button in floating toolbar.
## 7.12.4
### Patch Changes
- [#98128](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98128)
[`befad90f2a13`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/befad90f2a13) -
Visually scale table when number column is enabled
- Updated dependencies
## 7.12.3
### Patch Changes
- [#97034](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97034)
[`96595e52fb33`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/96595e52fb33) -
ED-22627: Fixed full-width label no show when selection outside table
## 7.12.2
### Patch Changes
- [#96641](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96641)
[`8a6aa9754ed4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a6aa9754ed4) -
[ux] Lock button is not shown on the floating toolbar when the table is nested.
- [#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
- Updated dependencies
## 7.12.1
### Patch Changes
- Updated dependencies
## 7.12.0
### Minor Changes
- [#95168](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95168)
[`2091e194a817`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2091e194a817) -
Introduced new PortalProviderAPI behind a FF
### Patch Changes
- Updated dependencies
## 7.11.7
### 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
## 7.11.6
### Patch Changes
- [#94875](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94875)
[`df9008092ea1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df9008092ea1) -
remove ff for color picker position fix in table
## 7.11.5
### Patch Changes
- [#96014](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96014)
[`a24dcb2018ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a24dcb2018ae) -
Ensure tables in fixed mode always have explicit width set
## 7.11.4
### Patch Changes
- [#95704](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95704)
[`0b8589c9d035`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0b8589c9d035) -
Update Table view mode sorting logic to match Renderer
- [#95264](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95264)
[`a5aec1e6bf14`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a5aec1e6bf14) -
Cleanup feature flag for new table column styling.
- [#94579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94579)
[`e4ea35d25662`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e4ea35d25662) -
[ux] Toggles scaling logic based on displayMode attribute value.
- Updated dependencies
## 7.11.3
### Patch Changes
- Updated dependencies
## 7.11.2
### Patch Changes
- [#95258](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95258)
[`f40514ef08e3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f40514ef08e3) -
Cleanup feature flag to allow grouping with editor dropdown menu.
- Updated dependencies
## 7.11.1
### Patch Changes
- [#95351](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95351)
[`23a6facb3598`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/23a6facb3598) -
Remove feature flag for shift arrow up selection in a table.
- [#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
## 7.11.0
### Minor Changes
- [#90188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90188)
[`ac66ba300996`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ac66ba300996) -
Add plugin to allow sorting tables in Live View mode
### Patch Changes
- Updated dependencies
## 7.10.2
### Patch Changes
- [#95062](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95062)
[`06171107f90c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/06171107f90c) -
Cleanup analytics moved event feature flag.
## 7.10.1
### Patch Changes
- [#92552](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92552)
[`7cd874b858c8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7cd874b858c8) -
Check target elements are actually HTMLElement rather than typecasting.
## 7.10.0
### Minor Changes
- [#85498](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85498)
[`ae3b8e85ce49`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae3b8e85ce49) -
[ux] [ECA11Y-17] Added screen reader announcement for insertion and removal of table columns and
rows
## 7.9.0
### Minor Changes
- [#91653](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91653)
[`57a3511f76c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57a3511f76c1) -
ECA11Y-203: Added cursor back to the cell, after changing cell background
### Patch Changes
- Updated dependencies
## 7.8.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
## 7.8.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
- [#93082](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93082)
[`fb0cc922f8e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb0cc922f8e4) -
fix resizing offset not match when extend to overflow in handle and mouse
- Updated dependencies
## 7.7.4
### 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
- [#90659](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90659)
[`fc633861cff4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fc633861cff4) -
[ux] Adds lock button on table's floating toolbar.
- Updated dependencies
## 7.7.3
### Patch Changes
- [#92977](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92977)
[`402557920a06`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/402557920a06) -
Use the start position during col resize to update table width
## 7.7.2
### Patch Changes
- [#92335](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92335)
[`8bdb6ebbad6c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8bdb6ebbad6c) -
fix column resize issue when table preserve width enabled.
- Updated dependencies
## 7.7.1
### Patch Changes
- [#90896](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90896)
[`ee5dc6f04816`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ee5dc6f04816) -
Add new column resize functionality behind LD ff platform.editor.table.colum-resizing-improvements
- [#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
## 7.7.0
### Minor Changes
- [#86368](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86368)
[`d07ec8d13230`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d07ec8d13230) -
[ux] Remove the custom table width platform flag and remove Layout/Breakout button
## 7.6.14
### Patch Changes
- [#89135](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89135)
[`134b3db4945d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/134b3db4945d) -
fix drag menu flicker issue
## 7.6.13
### Patch Changes
- [#88770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88770)
[`c86d9e7941f1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c86d9e7941f1) -
[ux] fixing the numbered columns blue insert line indicator with correct length
## 7.6.12
### Patch Changes
- [#88299](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88299)
[`5a05e6793651`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5a05e6793651) -
[ux] fix clickable zone issue
- [#88007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88007)
[`966ef2d91a91`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/966ef2d91a91) -
Disable table resizing in live view mode
- Updated dependencies
## 7.6.11
### Patch Changes
- [#80728](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80728)
[`aac7ad9bb32d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aac7ad9bb32d) -
[ux] The table's floating toolbar dropdown menu a11y annnouncement.
## 7.6.10
### Patch Changes
- [#88096](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88096)
[`38f5046368e5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/38f5046368e5) -
fix preserve table width undo / redo issue and show full width guide on small screens
## 7.6.9
### Patch Changes
- [#87069](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87069)
[`3c2cb323593e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c2cb323593e) -
remove feature flag in-danger-hover-merged-cells-fix
## 7.6.8
### Patch Changes
- [#84955](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84955)
[`f5eded0ecb9d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f5eded0ecb9d) -
ECA11Y-192: Fix table resize screen reader announcement for NVDA Windows
## 7.6.7
### Patch Changes
- [#86408](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86408)
[`6bff86c31d81`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6bff86c31d81) -
Clean up feature flag for increasing visibility of table scroll shadows
## 7.6.6
### Patch Changes
- [#86633](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86633)
[`d9780cd1adb8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d9780cd1adb8) -
ED-22713: Fixed table resizing not working with keyboard shortcuts
- [#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
- Updated dependencies
## 7.6.5
### Patch Changes
- [#85342](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85342)
[`9a6a1786bc65`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9a6a1786bc65) -
[ux] Migrates table styles to space tokens
## 7.6.4
### Patch Changes
- [#84595](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84595)
[`412b82018310`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/412b82018310) -
ED-22555: Added isFullWidth to GuidelineConfig and use it as a signal
- Updated dependencies
## 7.6.3
### Patch Changes
- [#82198](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82198)
[`fb41831c5371`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb41831c5371) -
Remove WithPluginState behind a feature flag and introduce basic gemini tests
## 7.6.2
### Patch Changes
- [#83121](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83121)
[`97ee7097d940`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/97ee7097d940) -
[ux] Prevents contenteditable on table shadows and table drag column handles.
## 7.6.1
### Patch Changes
- [#83158](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83158)
[`5a0749bf19ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5a0749bf19ec) -
Fix incorrect full width guideline snapping
## 7.6.0
### Minor Changes
- [#83612](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83612)
[`25b32cbfbb7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/25b32cbfbb7e) -
[ux] Added new clone row/column behaviour to tables drag N drop. When the user holds the alt
modifier during the operation the row/column will be duplicated rather then moved.
### Patch Changes
- Updated dependencies
## 7.5.16
### Patch Changes
- [#83148](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83148)
[`c7e46e32cf2d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c7e46e32cf2d) -
[ux] add label in floating toolbar when table resize to widest guideline
## 7.5.15
### Patch Changes
- [#83567](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83567)
[`755de34e0656`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/755de34e0656) -
fix preserve table width copy paste and resizing to full width behaviour
- Updated dependencies
## 7.5.14
### 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
- Updated dependencies
## 7.5.13
### 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`
- Updated dependencies
## 7.5.12
### Patch Changes
- [#82347](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82347)
[`1290405f274b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1290405f274b) -
[ux] Updates move util used by move shortcuts and drag menu to cater for new merged cells logic.
- Updated dependencies
## 7.5.11
### Patch Changes
- [#82119](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82119)
[`0358b8d41041`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0358b8d41041) -
insert table at full width via shortcut in full width page
- Updated dependencies
## 7.5.10
### Patch Changes
- [#81527](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81527)
[`f54438c79095`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f54438c79095) -
prevent nested tables from scaling
## 7.5.9
### Patch Changes
- [#81302](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81302)
[`969e899b8844`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/969e899b8844) -
Update column resize logic to match mouse movement
- [#81427](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81427)
[`8adea3fa8973`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8adea3fa8973) -
[ux] When number column toggled and preserve table widths ff enabled, the table oveflow state
should align with current behaviour.
## 7.5.8
### 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
- Updated dependencies
## 7.5.7
### Patch Changes
- [#80086](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80086)
[`c30ac781b469`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c30ac781b469) -
Add keyboard support Cmd-A to select whole table
- [#81017](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81017)
[`df5a993963d9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df5a993963d9) -
prevent scaled table columns being resized below min width
## 7.5.6
### Patch Changes
- [#72764](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72764)
[`1a23abba80b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1a23abba80b0) -
Minor performance improvements to reduce reflows and re-renders
## 7.5.5
### Patch Changes
- [#79509](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79509)
[`111e580bb58a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/111e580bb58a) -
update preserve table width changes to only appear on full width pages
- Updated dependencies
## 7.5.4
### Patch Changes
- [#80391](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80391)
[`bf741c7ef44c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bf741c7ef44c) -
Make @atlaskit/editor-plugin-table, @atlaskit/date, @atlaskit/editor-plugin-date React 18
compatible.
- [#79483](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79483)
[`b2a75ed4502b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b2a75ed4502b) -
add dynamic widest guideline for table resize
## 7.5.3
### Patch Changes
- [#78924](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78924)
[`76ebbfb53b83`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/76ebbfb53b83) -
Add analytics event when table column is resized
## 7.5.2
### Patch Changes
- [#79502](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79502)
[`be5350055f7a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/be5350055f7a) -
[ux] Fix switch focused table cause a crash
## 7.5.1
### Patch Changes
- [#75947](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75947)
[`43549c3789b1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/43549c3789b1) -
Migrate @atlaskit/editor-core to use declarative entry points
## 7.5.0
### Minor Changes
- [#77531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77531)
[`18e5d61eaec6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/18e5d61eaec6) -
add preserve table width logic
## 7.4.9
### Patch Changes
- [#78202](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78202)
[`287432cbca17`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/287432cbca17) -
[ux] ED-22099: Fixed drag menu position when close to edge of view port.
## 7.4.8
### Patch Changes
- [#77796](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77796)
[`eab996d08513`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eab996d08513) -
Add new statsig experiement for preserve table width, add support for passing through width to
create table. Allow tables to be inserted at full width
## 7.4.7
### 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
## 7.4.6
### Patch Changes
- Updated dependencies
## 7.4.5
### Patch Changes
- [#77616](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77616)
[`fbf65d3a22d9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fbf65d3a22d9) -
clean up work for merged cell.
- Updated dependencies
## 7.4.4
### Patch Changes
- [#75436](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75436)
[`bfcf32bb4fa3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfcf32bb4fa3) -
[ux] ED-21941 Disable resize/layout options for table, media and extension when added to MBE.
Table rendering fixed for Confluence editor
## 7.4.3
### Patch Changes
- [#72037](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72037)
[`e59f0b7a9115`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e59f0b7a9115) -
[ux] add flexiable to make merged cells detection allow to detect edge merged cells
## 7.4.2
### Patch Changes
- [#76112](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76112)
[`1cd6cd3382d9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1cd6cd3382d9) -
remove table performance experiment
## 7.4.1
### Patch Changes
- Updated dependencies
## 7.4.0
### Minor Changes
- [#75678](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75678)
[`fdcbedeb3cab`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fdcbedeb3cab) -
[ux] Fix cell solour menu button to display selected state colour
## 7.3.11
### Patch Changes
- [#76016](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76016)
[`a93d86a19f91`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a93d86a19f91) -
improve drag and drop cursor active and disabled states
- [#76115](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76115)
[`3e3eb7cf04e1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3e3eb7cf04e1) -
ED-21718 Transform slice to remove nestedExpand from slice before pasting
- Updated dependencies
## 7.3.10
### Patch Changes
- [#75205](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75205)
[`add1e7b7f424`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/add1e7b7f424) -
Reduce NCS spam when holding the move column/row keyboard shortcut
## 7.3.9
### Patch Changes
- [#70616](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70616)
[`76068b6be8dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/76068b6be8dc) -
Upgrading to Pragmatic drag and drop 1.0
- Updated dependencies
## 7.3.8
### Patch Changes
- [#73364](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73364)
[`1c4d3e31c0e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c4d3e31c0e8) -
fix last insert row button hard to select issue
- [#73853](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73853)
[`34a4ba976c08`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/34a4ba976c08) -
[ux] When insert column button clicked on the last column, it stays in place allowing to insert
more columns without moving the mouse.
## 7.3.7
### Patch Changes
- [#70116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70116)
[`31f1fa8d4ba3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/31f1fa8d4ba3) -
Removed Feature Flag for platform.editor.table.alternative-sticky-header-logic
- Updated dependencies
## 7.3.6
### Patch Changes
- Updated dependencies
## 7.3.5
### Patch Changes
- [#72850](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72850)
[`5099580a0330`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5099580a0330) -
Adds analytics for sort options in table's Drag handle menu
- Updated dependencies
## 7.3.4
### Patch Changes
- Updated dependencies
## 7.3.3
### Patch Changes
- [#70829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70829)
[`18955263bc9a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/18955263bc9a) -
ED-17638: Marked permittedLayouts as deprecated
## 7.3.2
### Patch Changes
- [#72081](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72081)
[`4487160917d2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4487160917d2) -
[ux] ED-22052: adds button type attribute to non atlaskit button instances
## 7.3.1
### Patch Changes
- [#69911](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69911)
[`50161fb5966e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/50161fb5966e) -
[ux] Added keyboard shortcut to drag handle and keyboard navigation for drag menu
- Updated dependencies
## 7.3.0
### Minor Changes
- [#63203](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63203)
[`2bf8f7ffabfd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2bf8f7ffabfd) -
ECA11Y-194: Stop keyboard column resizing when table updated or lost focus
## 7.2.3
### 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
- [#70707](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70707)
[`01c10b920070`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/01c10b920070) -
[ux] Move options in drag menu now have disabled state when target has merged cells.
- Updated dependencies
## 7.2.2
### Patch Changes
- [#70342](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70342)
[`6862cba17f31`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6862cba17f31) -
Fix drop functionality when dragging in overflown table
## 7.2.1
### Patch Changes
- [#70802](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70802)
[`ee58189e1b0e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ee58189e1b0e) -
ED-21911 Adding custom paste handling for content copied from MBE frames.
## 7.2.0
### Minor Changes
- [#70702](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70702)
[`de0d7031a536`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/de0d7031a536) -
remove drag and drop nodesize limit
### 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
- Updated dependencies
## 7.1.4
### Patch Changes
- [#70084](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70084)
[`4d651eb93ab5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d651eb93ab5) -
Add editor-plugin-annotation pr and create shared utils for it in editor-test-helpers
- Updated dependencies
## 7.1.3
### Patch Changes
- [#70368](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70368)
[`77021a60ef37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/77021a60ef37) -
Add button background css reset to drag handle button to fix issue on safari where the background
can be seen through the svg graphic
## 7.1.2
### Patch Changes
- [#70109](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70109)
[`ecf39362df41`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ecf39362df41) -
The drag preview size will now match the same size of the selection row/col region when a drag is
started.
## 7.1.1
### Patch Changes
- [#69625](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69625)
[`67d7971c6ddf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67d7971c6ddf) -
[ux] Tables DnD now supports dragging multiple rows/columns in a single drag using multi-select
- [#69338](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69338)
[`da642bc0799f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da642bc0799f) -
Fix unable to drop when table sticky header shows
- [#69050](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69050)
[`9affe9831bd2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9affe9831bd2) -
[ux] Adds a clickable zone around drag handles to allow columns/rows to be selected outside of
small drag handle button.
- [#69226](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69226)
[`eb9cd91f1bdb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eb9cd91f1bdb) -
ED-21807: Replace Dnd LD feature flag with Statsig experiment
- Updated dependencies
## 7.1.0
### Minor Changes
- [#69232](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69232)
[`93c8f231aa82`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93c8f231aa82) -
Optimized the table move column logic to perform individual insert/deletes per row
- [#68790](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68790)
[`c6d8affc52d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d8affc52d1) -
Support maybeAdd plugins in usePreset. Add typing support for universal preset.
Now when using the editor API with the universal preset
### Patch Changes
- [#68693](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68693)
[`f664d35cc135`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f664d35cc135) -
Fix incorrect drag handle position after deleting row in table
- [#68011](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68011)
[`f19b64a46694`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f19b64a46694) -
Remove check for header for column insert keyboard shortcut
- [#68926](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68926)
[`fceb32f94798`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fceb32f94798) -
[ux] update drag menu's insert row's icons
- Updated dependencies
## 7.0.3
### Patch Changes
- [#68585](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68585)
[`453395005d42`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/453395005d42) -
[ux] Fixed a bug where a table nested in expand has showdows after clicking breakout button.
## 7.0.2
### Patch Changes
- [#67831](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67831)
[`6027f6646d15`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6027f6646d15) -
Fix table scroll when pressing CMD+A to select all
## 7.0.1
### Patch Changes
- [#67948](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67948)
[`28fcdf6793a4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/28fcdf6793a4) -
Expand/collapse for panel and table color pickers
## 7.0.0
### Major Changes
- [#67703](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67703)
[`d5303cb0f0cb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d5303cb0f0cb) -
When a table is inserted via the table selector popup, an analytics event should be sent with the
totalRowCount and totalColumnCount and the input method picker. Removed ASCII and TYPEAHEAD
inputMethod from table selector command.
## 6.1.1
### Patch Changes
- Updated dependencies
## 6.1.0
### Minor Changes
- [#67400](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67400)
[`191436e36f93`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/191436e36f93) -
Optimised the table move row logic to perform insert/delete steps rather than an entire table
replacement
### Patch Changes
- Updated dependencies
## 6.0.0
### Major Changes
- [#67764](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67764)
[`392964912fad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/392964912fad) -
Fixed incorrectly imported dependencies from src in the editor-plugin-table
### Patch Changes
- [#67255](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67255)
[`f73d19be272d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f73d19be272d) -
Set pointer events to none on column controls while dragging. Fixes issue where column controls
prevent drop targets from showing.
## 5.8.6
### Patch Changes
- [#67239](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67239)
[`4b543688dfcb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4b543688dfcb) -
[ux] ED-21242: Fixed some menu item not full visible on drag menu"
- Updated dependencies
## 5.8.5
### 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
## 5.8.4
### Patch Changes
- [#67113](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67113)
[`7160ae19d9e5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7160ae19d9e5) -
[ux] Adds localisation for table drag handle menu options
- [#66456](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66456)
[`f67ea3106bb9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f67ea3106bb9) -
Add support for i18n for drag handles
## 5.8.3
### Patch Changes
- [#66462](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66462)
[`241abc835673`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/241abc835673) -
Add autoscroll to editor page to fix table drag and drop
## 5.8.2
### Patch Changes
- [#66678](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66678)
[`dcfaed76166a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dcfaed76166a) -
Update insert row / column plus icon for table
## 5.8.1
### Patch Changes
- Updated dependencies
## 5.8.0
### Minor Changes
- [#57215](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57215)
[`73841c209537`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73841c209537) -
[ux] ECA11Y-107: Add basic keyboard navigation for resize sliders
### Patch Changes
- [#66092](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66092)
[`b436457c489f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b436457c489f) -
[ux] ED-21241: Add new menu items to the drag handle menus
- Updated dependencies
## 5.7.10
### Patch Changes
- [#66128](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66128)
[`a276b9ce0b8f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a276b9ce0b8f) -
Add data test ids to elements, introduce table tests
- [#66453](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66453)
[`a43a37f6b703`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a43a37f6b703) -
[ux] Updates color of insert line when drop target has merged cells.
- Updated dependencies
## 5.7.9
### Patch Changes
- [#65636](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65636)
[`de5fd6bce7c5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/de5fd6bce7c5) -
[ux] update offset so multiple lines row drag preview could be looks properly
## 5.7.8
### Patch Changes
- [#65572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65572)
[`a13e13b8eb7d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a13e13b8eb7d) -
[ux] Increases drag menu width by 10px to ensure "Move column right" option fits on one line.
- [#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
## 5.7.7
### Patch Changes
- [#64359](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64359)
[`e728a3537d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e728a3537d3b) -
[ux] Adds table shortcust to move row or column and to delete row or column when drag and drop
enabled
## 5.7.6
### Patch Changes
- [#64679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64679)
[`0d0b1219b1b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0d0b1219b1b9) -
Fix insert column button and line above toolbar popups
- Updated dependencies
## 5.7.5
### Patch Changes
- [#64179](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64179)
[`3754cce9321d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3754cce9321d) -
setup table resizing performance experiment
- [#63857](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63857)
[`9f15ea30d592`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f15ea30d592) -
[ux] fix zindex for sticky scrollbar
- Updated dependencies
## 5.7.4
### Patch Changes
- [#63287](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63287)
[`8b58c452f126`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b58c452f126) -
ED-20334 Cleaned reference for feature flag
'platform.editor.table-update-colwidths-after-column-is-deleted'and refactored code for it.
## 5.7.3
### Patch Changes
- [#63290](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63290)
[`52ea8e908f57`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/52ea8e908f57) -
ED-19613: Cleaned references for feature flag:
platform.editor.table-remove-update-resize-handles_djvab.
- [#63606](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63606)
[`196f99e732d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/196f99e732d6) -
[ux] Add support for drag handle for sticky header in table
- [#61531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61531)
[`4f1e82618f55`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4f1e82618f55) -
[ux] fix in danger selection been re-calcuate with merged cells
- Updated dependencies
## 5.7.2
### Patch Changes
- [#63416](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63416)
[`cfa23683ae92`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cfa23683ae92) -
update floating tool bar button
- [#63569](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63569)
[`bf5ed730bc99`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bf5ed730bc99) -
Use start position to calculate insert column buttons to cater for merged cells
## 5.7.1
### Patch Changes
- [#63516](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63516)
[`8fdf2e7a3737`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8fdf2e7a3737) -
[ux] Added an adjustment value to the guidelines visible filtering method to exclude guidelines
which may be visible but are not snapable.
- Updated dependencies
## 5.7.0
### Minor Changes
- [#62416](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62416)
[`9f3c36680d89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f3c36680d89) -
[ux] Updated table context menu styling.
## 5.6.7
### Patch Changes
- [#61923](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61923)
[`04e38cfe9e90`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/04e38cfe9e90) -
Remove legacy theming logic from all Editor plugin packages. Theming is still available via the
@atlaskit/tokens package.
- Updated dependencies
## 5.6.6
### 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
- Updated dependencies
## 5.6.5
### Patch Changes
- [#58893](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58893)
[`ed82b25d516b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ed82b25d516b) -
[ux] [ECA11Y-110] Selecting table columns and rows via shortcuts
## 5.6.4
### Patch Changes
- [#61812](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61812)
[`1d1776f9f6bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1d1776f9f6bf) -
Fix issue where inserting column via drag menu introduces a scroll
## 5.6.3
### Patch 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.
## 5.6.2
### Patch Changes
- [#61138](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61138)
[`d3a57afcd62b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d3a57afcd62b) -
Cleaned references for feature flag: platform.editor.table.update-table-resizer-styles
## 5.6.1
### Patch Changes
- [#61294](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61294)
[`70b236bfd951`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/70b236bfd951) -
remove raf from sticky scrollbar handler to fix jittery behaviour
## 5.6.0
### Minor Changes
- [#60937](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60937)
[`fd6ea5aa5a6e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fd6ea5aa5a6e) -
Added new table analytics to cover moving row/column scenarios
### Patch Changes
- Updated dependencies
## 5.5.13
### Patch Changes
- [#60425](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60425)
[`0caaaa7105f9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0caaaa7105f9) -
[ux] Fix drag menu position and anchor element
## 5.5.12
### Patch Changes
- [#60612](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60612)
[`7edc766361a2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7edc766361a2) -
Created an EditorCommad on table plugin to insert a table of custom size
## 5.5.11
### Patch Changes
- [#60830](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60830)
[`5472a318103f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5472a318103f) -
force colgroup to update after column drop to ensure the correct column width is shown
- [#60767](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60767)
[`737f3666a35d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/737f3666a35d) -
Ensure the target that is being pasted is a table
- [#60717](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60717)
[`15f7bd8c548a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15f7bd8c548a) -
disable sort in drag menu when there is merged cell in table
## 5.5.10
### 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
- Updated dependencies
## 5.5.9
### Patch Changes
- [#60800](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60800)
[`ec9a5b53bdc0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ec9a5b53bdc0) -
only show white overflay on numbered columns when sticky headers is active
- [#60696](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60696)
[`edd1af912ca8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/edd1af912ca8) -
remove column controls when sticky header is active
## 5.5.8
### Patch Changes
- [#60644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60644)
[`513c52530ec8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/513c52530ec8) -
add distribute column logic to drag menu
- Updated dependencies
## 5.5.7
### Patch Changes
- [#60463](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60463)
[`fc3ba048ce0b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fc3ba048ce0b) - -
increase drag handle z-index to prevent overlap from column resize decoration
- update drag corner button to match updated designs
## 5.5.6
### 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
- Updated dependencies
## 5.5.5
### Patch Changes
- [#59951](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59951)
[`a42a17e8af1b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a42a17e8af1b) -
ED-21106: Remove nonPrivacySafeAttributes from editor operational events
- [#59453](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59453)
[`e23de3e96559`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e23de3e96559) -
Fix drop table row/column next to merged cells
## 5.5.4
### Patch Changes
- [#60278](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60278)
[`bc2785a02329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc2785a02329) -
Selection of multiple rows / column should remain when clicking the drag handle
- [#60323](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60323)
[`e0c900d97140`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e0c900d97140) -
Fix undo of drag and drop using keyboard
## 5.5.3
### Patch Changes
- [#59569](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59569)
[`dffa156814cd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dffa156814cd) -
[ux] re-implement feature with fixed handle when drag menu off and fix issue when numbered column
enabled.
- [#60153](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60153)
[`5764d44cc93b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5764d44cc93b) -
Cleaned references for feature flag: platform.editor.table.overflow-state-analytics
## 5.5.2
### Patch Changes
- [#60256](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60256)
[`e5e06beb51e1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e5e06beb51e1) -
Fixed a regression in the drag handles where they would reset to the previous position after the
user drops a row from the top to bottom of the table.
## 5.5.1
### Patch Changes
- [#59829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59829)
[`3120b36a9f2c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3120b36a9f2c) -
Converted spacing values to the corresponding space tokens
## 5.5.0
### Minor Changes
- [#56823](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56823)
[`d2fbdf3b6822`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d2fbdf3b6822) -
[ux] ECA11Y-111: Keyboard accessibility of table resizer
## 5.4.25
### Patch Changes
- [#58565](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58565)
[`1f112c9375db`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1f112c9375db) -
replace table sticky scrollbar platform feature flag with an editorFeatureFlag
## 5.4.24
### Patch Changes
- Updated dependencies
## 5.4.23
### Patch Changes
- [#59370](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59370)
[`eb7463620368`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eb7463620368) -
[ux] ED-21355:When table drag and drop enable not show cell options on table toolbar.
## 5.4.22
### Patch Changes
- Updated dependencies
## 5.4.21
### Patch Changes
- [#59392](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59392)
[`d0da8be30b97`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d0da8be30b97) -
Reduce width of drag handle to ensure it doesn't overlap editable space
## 5.4.20
### Patch Changes
- [#59135](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59135)
[`0f0de3fcf207`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0f0de3fcf207) -
Drag and drop inside tables will now be disabled if the table nodeSize exceeds 20000
## 5.4.19
### Patch Changes
- [#59403](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59403)
[`4edf50cbdc01`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4edf50cbdc01) -
Fixed DnD preview bug which was impacting safari when the preview snapshot was taken, other html
elements below the preview zone would be included.
## 5.4.18
### Patch Changes
- [#59374](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59374)
[`7c5ff172f275`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7c5ff172f275) -
Fix firefox issue with dragging when child element has pointer elements blocked
- [#59400](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59400)
[`92bff40b42a1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/92bff40b42a1) -
revert changes to make drag handle visible when menu is open
## 5.4.17
### Patch Changes
- [#59009](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59009)
[`f7e9d874ff37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f7e9d874ff37) -
Fix table expand selection when `platform.editor.table-shift-click-selection-backward` FF is
enabled
- [#58768](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58768)
[`a300aa54a8e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a300aa54a8e9) -
[ux] Fixes resize handle state when column is in danger
## 5.4.16
### Patch Changes
- [#58843](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58843)
[`630177f9bf2e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/630177f9bf2e) -
[ux] add selected handle and also keep hover handle
## 5.4.15
### 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).
- [#59075](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59075)
[`f149e1b3253c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f149e1b3253c) -
Fixed the apperance of a globe icon which occurs when dragging a column which generates a preview
with 0px area. The preview width and height are now calculate when needed, rather then using the
cached hovered cell value.
- [#58846](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58846)
[`99f05f5ee5b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/99f05f5ee5b5) -
normalise cell positions as table maps are offsets for rowOrColumMoved event
- [#58451](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58451)
[`174737fc3054`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/174737fc3054) -
The table drag handles will now correctly display after dropping a row/column when previously the
handle would disappear
- Updated dependencies
## 5.4.14
### Patch Changes
- [#58816](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58816)
[`ce6fd55ca7ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ce6fd55ca7ec) -
Disable pointer events for SVG file in drag handle which fixes an issue where the selection would
move outside of table
## 5.4.13
### Patch Changes
- [#58379](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58379)
[`985c068738e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/985c068738e8) -
[ux] Add a util to convert cell index into actula colIndex to fix column drag handle position.
- Updated dependencies
## 5.4.12
### Patch Changes
- [#58717](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58717)
[`d65ee171dc89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d65ee171dc89) -
Return focus to editor when a mouse up event on drag handle is called - this allows copying of
table selection to still work
- [#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
- Updated dependencies
## 5.4.11
### Patch Changes
- [#58433](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58433)
[`4d8e164d7760`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d8e164d7760) -
fix shift + click to expand column / row selection bug when `platform.editor.table.drag-and-drop`
is enabled
## 5.4.10
### Patch Changes
- [#58174](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58174)
[`b409282ab2b8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b409282ab2b8) -
Check pasted slice is a table element before trying to access table map
## 5.4.9
### Patch Changes
- [#58068](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58068)
[`3f88811fe28a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3f88811fe28a) -
Disable move commands in floating menu when there are merged cells
## 5.4.8
### Patch Changes
- [#57815](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57815)
[`5cd97624a19d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5cd97624a19d) -
Replace getBooleanFF calls inside stylesheets and replace with isDragAndDrop table option - fixes
column controls not rendering in comments
## 5.4.7
### Patch Changes
- [#56725](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56725)
[`4401801c484b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4401801c484b) -
Add new rowOrColumnMoved event to table plugin, behind a feature flag
## 5.4.6
### Patch Changes
- Updated dependencies
## 5.4.5
### Patch Changes
- [#56956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56956)
[`5fc2be1d6859`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fc2be1d6859) - fix
hover to other column and rows handle icon not show minimised when drag menu open
- [#56619](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56619)
[`12b429f6bd9b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12b429f6bd9b) - remove
blue border highlight in table when hover over row and column handle in drag and drop FF on
## 5.4.4
### 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
- Updated dependencies
## 5.4.3
### Patch Changes
- [#43839](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43839)
[`55860bbc9f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55860bbc9f5) -
ED-20974:Fixed the cursor not easy to move to before table when drag handle is visible.
## 5.4.2
### Patch Changes
- [#43514](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43514)
[`a420cd85815`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a420cd85815) - add
minimised handle and add drag handle icon
- [#43838](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43838)
[`b0a7c5c4669`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0a7c5c4669) - [ux]
Adds a mousemove handle to ensure that a column drag handle is shown when we hover over cells in
the first row.
## 5.4.1
### Patch Changes
- [#43829](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43829)
[`40e78202328`](https://bitbucket.org/atlassian/atlassian-frontend/commits/40e78202328) - The
table autoscroller has been updated to fix a bug which occured when rows were dragged to the
bottom of the table, it would jump up.
## 5.4.0
### Minor Changes
- [#43732](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43732)
[`d6f43e8a9d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f43e8a9d1) - Added
alternative sticky header logic which is much simplier and can be toggled using
platform.editor.table.alternative-sticky-header-logic
### Patch Changes
- [#43802](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43802)
[`e5c615c29fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5c615c29fd) - Changed
the row drop targets to be sticky to avoid insertion line flashing
- [#43582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43582)
[`ac1084d92a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac1084d92a6) - [ux]
ED-20911: Updated the styles for corner table select button.
- Updated dependencies
## 5.3.39
### Patch Changes
- [#43553](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43553)
[`827197275fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/827197275fc) - [ux]
Fixes position of table overflow shadows when drag and drop enabled.
## 5.3.38
### 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.
- Updated dependencies
## 5.3.37
### Patch Changes
- [#42221](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42221)
[`7fd1f8bb312`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fd1f8bb312) - revert
pr 42221
- [#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
- Updated dependencies
## 5.3.36
### Patch Changes
- [#42221](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42221)
[`1f49a73a590`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f49a73a590) - [ux]
[ECA11Y-110] Selecting table columns, rows, whole table via shortcuts
## 5.3.35
### Patch Changes
- [#43255](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43255)
[`404fa3bc44e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/404fa3bc44e) - Add
requestAnimationFrame around move row/column command to fix an issue where selection would be lost
- Updated dependencies
## 5.3.34
### Patch Changes
- [#43176](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43176)
[`08ef3d55edb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08ef3d55edb) - [ux]
Increases size of insert row/column button for drag and drop
## 5.3.33
### Patch Changes
- Updated dependencies
## 5.3.32
### 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
## 5.3.31
### Patch Changes
- [#43131](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43131)
[`31f8285fa54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31f8285fa54) - Fix
hover other table in same page will also update cell position issue in selected table.
## 5.3.30
### Patch Changes
- [#42908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42908)
[`f1df173bd21`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f1df173bd21) - Add new
drop targets to table node, add new pragmatic drag and drop autoscroller
## 5.3.29
### Patch Changes
- Updated dependencies
## 5.3.28
### Patch Changes
- [#43155](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43155)
[`9c7cabf1b12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c7cabf1b12) -
ED-20671:Fixed drag handle not visible when drag menu is open
## 5.3.27
### Patch Changes
- [#42960](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42960)
[`93a67d55fd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a67d55fd9) - disable
drag and drop handler when has merged cell in current column or row
- Updated dependencies
## 5.3.26
### Patch Changes
- [#42815](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42815)
[`7fac5fb48e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fac5fb48e7) -
ED-20673: Fixed drag menu is not open when clicking on different drag handles consecutively.
- Updated dependencies
## 5.3.25
### Patch Changes
- [#42925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42925)
[`8ea16423505`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ea16423505) - Removes
FF platform.editor.update-table-cell-width-via-step
## 5.3.24
### Patch Changes
- Updated dependencies
## 5.3.23
### Patch Changes
- [#42746](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42746)
[`ea352517252`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea352517252) - Update
editor dropdown menu component to support section behind platform.editor.menu.group-items FF
## 5.3.22
### Patch Changes
- [#42762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42762)
[`424cc9c0c25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/424cc9c0c25) -
[ED-20613] Removing duplicate webdriver tests that already have migrated tests to Libra
## 5.3.21
### Patch Changes
- [#42754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42754)
[`3e156c0e632`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e156c0e632) - move
guideline/selection/width editor plugin packages from devDependencies to depenedencies
## 5.3.20
### Patch Changes
- Updated dependencies
## 5.3.19
### Patch Changes
- Updated dependencies
## 5.3.18
### Patch Changes
- [#42287](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42287)
[`02bc2130172`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02bc2130172) - [ux]
Moves intl messages from edito-plugin-table to editor-common to fix table plugin translations
## 5.3.17
### Patch Changes
- Updated dependencies
## 5.3.16
### Patch Changes
- [#42211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42211)
[`feef33e6e7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/feef33e6e7e) - Add new
corner button for tables to support drag and drop
- [#42213](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42213)
[`1daf5ff634c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1daf5ff634c) - Fixed
and issue where a drag could occur with the menu open. When a drag starts if a menu is open then
it wil be closed.
- Updated dependencies
## 5.3.15
### Patch Changes
- [#42203](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42203)
[`7eb9439a045`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7eb9439a045) -
Implement drag menu options
## 5.3.14
### Patch Changes
- [#42038](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42038)
[`071533736a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/071533736a8) - Fixed an
bug in the tables where the onBlur was causing the editor has focus flag to be reset to false.
This would result in the drag handle disappearing due to the table not being active anymore.
- [#42188](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42188)
[`5b8b565940b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b8b565940b) - Killed
the outline for the drag handle button which appears only in firfox when the button has focus
- [#42186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42186)
[`20b5f464a2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20b5f464a2b) - [ux]
Integrate drag menu with column control
- [#42148](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42148)
[`fb0c3a2c035`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb0c3a2c035) - Add row
and column select functionality for table drag controls
- [#42182](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42182)
[`1053f5745d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1053f5745d3) - Added
autoscroller functionality to the table DnD plugin. When dragging rows/cols the table will auto
scroll into view when the drag approaches the borders of the table
## 5.3.13
### Patch Changes
- [#41846](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41846)
[`7fe6ab0832b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fe6ab0832b) - [ux] Add
utility function to create drag menu content and integrate with row control behind
platform.editor.table.drag-and-drop FF
- [#42137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42137)
[`88058fc0fcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88058fc0fcb) - ED-20197
moved editor preset and other prod code out of labs
- Updated dependencies
## 5.3.12
### Patch Changes
- [#42109](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42109)
[`d25ae495fed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d25ae495fed) - [ux]
Adds a fix to keep selection on a dropped row or column.
## 5.3.11
### Patch Changes
- [#41823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41823)
[`60dab8657e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60dab8657e1) - Add row
and column select functionality for table drag controls
## 5.3.10
### Patch Changes
- [#42000](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42000)
[`62e03b45cf6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62e03b45cf6) - Updated
the column drag handle to display the drag preview correctly
## 5.3.9
### Patch Changes
- [#41924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41924)
[`71cb328c202`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71cb328c202) - Fixed
the column controls drag and drop targets. The monitor was not responding to the targets due to
there layering and pointer value. The targets are now added/removed on demand when the user
starts/stop dragging
## 5.3.8
### Patch Changes
- [#41909](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41909)
[`b122e4659bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b122e4659bc) - Use
floating column control buttons insetead of column controls implemented as decorations
## 5.3.7
### Patch Changes
- [#41918](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41918)
[`a82ee707d1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a82ee707d1d) - [ux]
ED-20495: Added table row drag preview
## 5.3.6
### Patch Changes
- [#41863](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41863)
[`fe134b9566c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe134b9566c) - Add a
new custom icon for table drag and drop
## 5.3.5
### Patch Changes
- [#41864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41864)
[`34e85d7299e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34e85d7299e) - The
table row nodeview needs to fetch the current live index and id when the canDrop and getData DnD
methods are called. This is due to the fact that prosemirror reorders the tr elements efficently
which causes the target indexes to be reordered and never updated.
## 5.3.4
### Patch Changes
- [#41793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41793)
[`7e48d39f900`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e48d39f900) -
Connected the Pragmatic DnD monitor to the new drop target insert line decorations
## 5.3.3
### Patch Changes
- [#41701](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41701)
[`168e0da8a1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/168e0da8a1c) - [ux]
ED-20425: Added DragPreview and DragInMotionIcon
## 5.3.2
### Patch Changes
- [#41446](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41446)
[`ff8add18e61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff8add18e61) - Add drag
handle controls to table behind a feature flag
## 5.3.1
### Patch Changes
- [#41703](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41703)
[`3631a9d9750`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3631a9d9750) - [ux]
Added a command to show insert line decoration/ drop target when dragging a table column or a row.
- [#41640](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41640)
[`c387b1bfcdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c387b1bfcdd) - Added a
Pragmatic Drag and Drop montior to the DnD table plugin. This is responsible for triggering the
row/column move when a drop operation occurs.
## 5.3.0
### Minor Changes
- [#41577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41577)
[`3d9daab8d32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d9daab8d32) - [ux]
Added a new floating column control region to the table. This region now also contains Pragmatic
DnD Drop targets so we can identify where draggable elements are dropped
## 5.2.2
### Patch Changes
- [#41510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41510)
[`12e9528f975`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12e9528f975) - [ux]
Adds a command for shift+arrowUp when pressed inside table to select the whole table when we reach
top row.
- Updated dependencies
## 5.2.1
### Patch Changes
- [#41471](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41471)
[`94c3351cece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94c3351cece) - Table
row nodeviews will now be set as drop targets when the DnD FF is enabled
## 5.2.0
### Minor Changes
- [#41423](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41423)
[`d0acefc12f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0acefc12f6) - The
nodeviews are now all located in a single space rather then being spread out amounst other
sub-plugins. Only the main pm-plugin should add one nodeview per node.
## 5.1.0
### Minor Changes
- [#41273](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41273)
[`322add4eb2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/322add4eb2a) - Created
table drag N drop plugin
## 5.0.0
### Major Changes
- [#40750](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40750)
[`fc19a7b9edd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc19a7b9edd) -
[ED-19875] Extraction of Editor Core's Selection Plugin into independent package
'@atlaskit/editor-plugin-selection'.
### Patch Changes
- Updated dependencies
## 4.2.1
### Patch Changes
- [#40795](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40795)
[`fec7aa5c761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fec7aa5c761) - [ux] Fix
distribute column resize will not been override when undefined
## 4.2.0
### Minor Changes
- [#40780](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40780)
[`981ad6038e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/981ad6038e9) - Fixes a
bug when deleting a table column will cause column resizing to become unresponsive and lag. Delete
columns operation will now update the table column widths to avoid this, under a new feature flag.
## 4.1.1
### Patch Changes
- [#41220](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41220)
[`9e66f4b0610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e66f4b0610) - Add a
new feature flag (platform.editor.table.update-table-resizer-styles) that uses display: flex; to
center resizable tables in full page editor. This replaces the current method which uses margin to
calculate an offset
- Updated dependencies
## 4.1.0
### Minor Changes
- [#41224](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41224)
[`6818e578fd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6818e578fd6) - Added
new Tables toggle option for enabling Drag and Drop
## 4.0.3
### Patch Changes
- [#41163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41163)
[`298256e6c4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/298256e6c4f) - [ux]
Updates table column controls decorations styles to fix table horizontal scroll on page zoom.
## 4.0.2
### Patch Changes
- [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
[`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect
yarn changeset to packages, upgrade adf-schema
- Updated dependencies
## 4.0.1
### Patch Changes
- [#40684](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40684)
[`9aa958ee692`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9aa958ee692) - [ux]
Makes sticky scrollbar visible in Safari and Firefox by setting height.
## 4.0.0
### Major Changes
- [#39205](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39205)
[`151b0d45db4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/151b0d45db4) - Changed
Resizer API. Removed handleComponent, innerPadding & handleMarginTop. Also renamed
HandleHeightSizeType to HandleSize. The resizer should be opionated and control the handle
component itself. innerPadding & handleMarginTop can also be controlled via the handleStyles
override property.
### Patch Changes
- Updated dependencies
## 3.2.1
### Patch Changes
- [#40294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40294)
[`b1a93f61747`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1a93f61747) -
[ED-20091] add logic to refire intersection observers and prevent detached table sticky headers
## 3.2.0
### Minor Changes
- [#39366](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39366)
[`3aaff60be08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aaff60be08) - [ux]
ED-18988 Adds table sticky scrollbar
### Patch Changes
- Updated dependencies
## 3.1.3
### Patch Changes
- [#40416](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40416)
[`5b783c0f957`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b783c0f957) - Clean up
resizing plugin state for table when deleted
## 3.1.2
### Patch Changes
- [#40494](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40494)
[`866a47baae3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/866a47baae3) - Moved
the cache FF variables from global to plugin state, to avoid other editor instances from
overriding them
## 3.1.1
### Patch Changes
- [#40231](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40231)
[`05b9c2db1dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05b9c2db1dc) - [ux]
Increase visibility of table scroll shadows
## 3.1.0
### Minor Changes
- [#39755](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39755)
[`20d1964ba9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20d1964ba9d) - Adds a
new table-analytics plugin to collect payload information and dispatch a new tableOverflowChanged
event
### Patch Changes
- Updated dependencies
## 3.0.5
### Patch Changes
- [#40407](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40407)
[`45f669fac0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45f669fac0c) - Reduce
the width of the last column resizer handle to 5px, this was previously 10px and would interfer
with the table cell menu button and other nodes that that also had resize handles
- Updated dependencies
## 3.0.4
### Patch Changes
- [#40346](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40346)
[`9e36c4aec5c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e36c4aec5c) - Fixed a
bug in the local id plugin where it was deferred dispatching a transaction created from and old
state causing the "Applying a mismatched transaction" runtime error to occur.
## 3.0.3
### Patch Changes
- [#40236](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40236)
[`65b155b2787`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65b155b2787) - [ux]
ED-19172: Updated tableHeaderCellBackgroundColor to use non-transparent token."
- [#39948](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39948)
[`cd06919038d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd06919038d) - [ux] Fix
Firefox scrolling stuck in some certain height when scroll up from bottom
- [`0b1f816e4fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b1f816e4fa) - [ux]
Added akEditorTableHeaderCellBackground to store fallback.
- Updated dependencies
## 3.0.2
### Patch Changes
- [#39984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39984)
[`37c62369dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37c62369dae) - NO-ISSUE
Import doc builder types from editor-common
## 3.0.1
### Patch Changes
- Updated dependencies
## 3.0.0
### Major Changes
- [#40043](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40043)
[`18e8e6cc9c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18e8e6cc9c8) -
ED-19782: Clean up feature flag types from table optimisation related feature flags.
## 2.14.1
### Patch Changes
- [#39570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39570)
[`b6525ba4703`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6525ba4703) - [ux]
Reimplement inline height for table when resizing
## 2.14.0
### Minor Changes
- [#38828](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38828)
[`6ccd72d2fe0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ccd72d2fe0) -
ED-18264: Clean up useSomewhatSemanticTextColorNames - default behaviour will be same as when FF
was on.
### Patch Changes
- [#39940](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39940)
[`69857bbbff0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69857bbbff0) -
[ED-20004] Capture errors in getPos due to prosemirror-view bump
## 2.13.3
### Patch Changes
- [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481)
[`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete
adf-schema from AFE and rely on npm package for adf-schema
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete
adf-schema, use published version
## 2.13.2
### Patch Changes
- [#39742](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39742)
[`ddb171ba2d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ddb171ba2d5) - Fix the
table alignment issue with guideline snapping when numbered columnis enabled
## 2.13.1
### Patch Changes
- [#39202](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39202)
[`dca155209d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dca155209d9) - ED-15094
Feature flag clean up for copy button
## 2.13.0
### Minor Changes
- [#39694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39694)
[`a5f5786f39b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5f5786f39b) - Use
selection plugin to hide gap cursor when table is resized
### Patch Changes
- Updated dependencies
## 2.12.6
### Patch Changes
- [#39533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39533)
[`1f6e908f2bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f6e908f2bd) -
Workaround invalid getPos error occuring for TableComponent
## 2.12.5
### Patch Changes
- [#39402](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39402)
[`1da71810c5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1da71810c5d) -
[Regression] Fix Invalid getPos issue happening for Table nodeviews
## 2.12.4
### Patch Changes
- [#39411](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39411)
[`74cf8d56408`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74cf8d56408) -
ED-19748: dispatch analytics when a table is selected.
## 2.12.3
### Patch Changes
- [#39381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39381)
[`35242fb367a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35242fb367a) - Add
custom-table-width feature flag and add width to table node when inserted
## 2.12.2
### Patch Changes
- [#39304](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39304)
[`6acf9830b36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6acf9830b36) - Update
feature flags plugin (@atlaskit/editor-plugin-feature-flags) to use a named export rather than
default export to match other plugins.
```ts
// Before
import featureFlagsPlugin from '@atlaskit/editor-plugin-feature-flags';
// After
import { featureFlagsPlugin } from '@atlaskit/editor-plugin-feature-flags';
```
## 2.12.1
### Patch Changes
- [#39342](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39342)
[`58f6154cd7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58f6154cd7c) - Use
color.icon.danger colour token for resizer danger state, rename the danger className to avoid
collisions and ensure danger state is only applied to tables when the table is selected
## 2.12.0
### Minor Changes
- [#39325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39325)
[`ad3c5c21079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad3c5c21079) - Updating
all plugins with minor version to correct issue with semver.
### Patch Changes
- Updated dependencies
## 2.11.0
### Minor Changes
- [#39045](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39045)
[`b08849ad727`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b08849ad727) - [ux]
Added tooltip to table column resize handles, also added a tooltip to the custom table width table
resizer handle
### Patch Changes
- [#39145](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39145)
[`8b78535f8bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b78535f8bd) - Fix
sticky header not resize with table
- Updated dependencies
## 2.10.8
### Patch Changes
- [#39010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39010)
[`8467bdcdf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8467bdcdf4f) - Removing
`dependencies` prop from PluginInjectionAPI and changing signature of `NextEditorPlugin`.
Previously a `NextEditorPlugin` would be consumed as so:
```ts
const plugin: NextEditorPlugin< ... > = (config, api) => {
// Can use api like so:
api.dependencies.core.actions.execute( ... )
return { ... }
}
```
Now these have become named parameters like so and the `pluginInjectionAPI` is used without the
`dependencies` prop:
```ts
const plugin: NextEditorPlugin< ... > = ({ config, api }) => {
// Can use api like so:
api.core.actions.execute( ... )
return { ... }
}
```
- Updated dependencies
## 2.10.7
### Patch Changes
- [#39177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39177)
[`24e27147cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24e27147cbd) - Added
atlaskit docs to all existing plugins.
- Updated dependencies
## 2.10.6
### Patch Changes
- [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976)
[`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change
adf-schema to fixed versioning
- Updated dependencies
## 2.10.5
### Patch Changes
- [#39072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39072)
[`e813382ff78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e813382ff78) - Revert
ED-19511 due to incorrect height calculations when sticky headers are enabled for tables
## 2.10.4
### Patch Changes
- [#38814](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38814)
[`eefbc3c6065`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eefbc3c6065) -
[ED-19510] Applies performance tweaks for table
## 2.10.3
### Patch Changes
- [#38729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38729)
[`d6e4badd8c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6e4badd8c4) - Add
explicit height to table when resizing width to increase performance
## 2.10.2
### Patch Changes
- [#38429](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38429)
[`31031f52f80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31031f52f80) - Fix
table shift when two users resize the same table in collab mode
- Updated dependencies
## 2.10.1
### Patch Changes
- [#38739](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38739)
[`30d49e87f62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d49e87f62) - Added
danger apperance to ReszierNext component and toggled it when the delete icon in the table
floating toolbar is rolled over
- Updated dependencies
## 2.10.0
### Minor Changes
- [#37656](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37656)
[`0f3026deda5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f3026deda5) - ED-12027
cleaned up table optimisation feature flags, made optimised code run by default.
### Patch Changes
- Updated dependencies
## 2.9.1
### Patch Changes
- [#38661](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38661)
[`84cf99bc0f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84cf99bc0f0) -
ED-19153:Update table container width to be consistent with table resizer.
## 2.9.0
### Minor Changes
- [#37787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37787)
[`4cb3deef759`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cb3deef759) - Improved
table container/wrapper styles to better support custom table widths
- Remove padding on table wrapper so table overflow is restricted correctly, so it doesn't spew
out
- Update shadows to match these new styles
- Move floating add column dot by 1px to avoid scroll
- Ensure the colgroup is always one pixel less than overall table container, done in a few places
### Patch Changes
- Updated dependencies
## 2.8.6
### Patch Changes
- [#38679](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38679)
[`5365e42ef97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5365e42ef97) - cleaned
up more of the \* as keymaps imports to enable better tree-shaking
## 2.8.5
### Patch Changes
- [#38636](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38636)
[`58fa188ef48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58fa188ef48) - [ux]
[ED-19461] Reduce draggable zone of adjacent resize handle.
## 2.8.4
### Patch Changes
- [#38588](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38588)
[`e73d62af335`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e73d62af335) - [ux]
Adjusted the guidelines to be 1 pixel smaller then the snapping widths due to the fact that the
tbody is 1 pixel smaller then the table. The table snaps to the snap widths and the guidelines
align to the tbody cell borders
## 2.8.3
### Patch Changes
- [#38540](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38540)
[`77b74847baa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77b74847baa) - ED-19152
Cancels scheduled resize to avoid handleResize being called after handleResizeStop.
## 2.8.2
### Patch Changes
- Updated dependencies
## 2.8.1
### Patch Changes
- [#38257](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38257)
[`800c927efd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/800c927efd1) - [ux]
ED-19317: fix numbered column shift up issue with custom table FF on
## 2.8.0
### Minor Changes
- [#38232](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38232)
[`7472b6ab3b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7472b6ab3b4) -
[ED-19329] Add analytics event for table resize framerate
### Patch Changes
- Updated dependencies
## 2.7.2
### Patch Changes
- [#38287](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38287)
[`8b104cb7575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b104cb7575) -
[ED-14769] Remove tableCellOptionsinFloatingToolbar feature flag & make it default behaviour
## 2.7.1
### Patch Changes
- [#38344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38344)
[`39099193642`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39099193642) - Cleanup
breakout styling when table has fragment mark ff
## 2.7.0
### Minor Changes
- [#38268](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38268)
[`960a2b478c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/960a2b478c8) - [ux]
[ED-19167] Add blue shadow to resizer handle on hover
### Patch Changes
- Updated dependencies
## 2.6.13
### Patch Changes
- [#38134](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38134)
[`8fe864e4f7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8fe864e4f7a) - [ux]
ED-19336: Fixed insert column button not visible when sticky header is enabled."
## 2.6.12
### Patch Changes
- [#38303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38303)
[`08bae0f0926`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08bae0f0926) - [ux]
When there's only one row in a table the top & bottom sentinels become inverted. This creates some
nasty visiblity toggling side-effects because the intersection observers gets confused and ends up
toggling the sticky header on when it should be off and vice-versa.
This is due to their positioning using css relative top & bottom respectively. A row is only ~44px
height and the bottom sentinel is positioned ~67px off the bottom, and the top sentinel is ~25px
off the top (which aligns to the top of the row). So when only 1 row exist the bottom sentinel
ends up being ~23px above the top sentinel. Which means the logic for toggling becomes inverted
and when the sentinels are scrolled off the screen the top on is now last and ends up displaying
the sticky header, where previously the bottom sentinel would hide it.
- Updated dependencies
## 2.6.11
### Patch Changes
- Updated dependencies
## 2.6.10
### Patch Changes
- [#38223](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38223)
[`79dc812733f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79dc812733f) - [ux]
[ED-19293] Updates table's guideline used for wide layout. The value is aligned with other nodes
that use breakouts and are set to wide.
- Updated dependencies
## 2.6.9
### Patch Changes
- Updated dependencies
## 2.6.8
### Patch Changes
- [#37990](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37990)
[`d432ad14798`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d432ad14798) - [ux]
Added standard page guidelines when custom table width enabled and is resizing table.
## 2.6.7
### Patch Changes
- [#37973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37973)
[`56f4b88f7c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56f4b88f7c2) - [ux]
ED-19317: fix numbered column shifted up issue when sticky header
## 2.6.6
### Patch Changes
- [#37954](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37954)
[`fb2597b2dc3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb2597b2dc3) - Check
analytic plugin exists before accessing attach function
## 2.6.5
### Patch Changes
- [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785)
[`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) -
[ED-19233] Import prosemirror libraries from internal facade package
- Updated dependencies
## 2.6.4
### Patch Changes
- [#37709](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37709)
[`467515ad237`](https://bitbucket.org/atlassian/atlassian-frontend/commits/467515ad237) - [ux]
ED-17628 Maximum table width is calculated using table node to make adding columns behabiour
similar to current behaviuor when custom table widths is enabled.
## 2.6.3
### Patch Changes
- [#37567](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37567)
[`b0277c41c33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0277c41c33) -
ED-19064: Fixed border issue when selecting and deleting header column, and fixed border issue of
the column control decoration."
## 2.6.2
### Patch Changes
- [#37588](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37588)
[`bc9f806f84a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc9f806f84a) - Toggle
handle visibility of resizer if current table is selected
- Updated dependencies
## 2.6.1
### Patch Changes
- [#37460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37460)
[`84516fbd72d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84516fbd72d) - [ux]
ED-19068: fix numbered columns scroll bar issue
## 2.6.0
### Minor Changes
- [#37467](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37467)
[`0ae6f70038a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae6f70038a) -
[ED-17635] Add analytics event for table width resizing
### Patch Changes
- Updated dependencies
## 2.5.5
### Patch Changes
- [#37390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37390)
[`d55db921de3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d55db921de3) - improve
performance when adding a new column in table
## 2.5.4
### Patch Changes
- [#37270](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37270)
[`b6758f1ecff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6758f1ecff) - [ux]
Fixes positioning of popups inside table cell
- Updated dependencies
## 2.5.3
### Patch Changes
- [#37348](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37348)
[`e8885f55db6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8885f55db6) - Fixed
type issue
## 2.5.2
### Patch Changes
- [#37218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37218)
[`8b77d484c89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b77d484c89) - Change
snap gap for tables guideline to 9px
## 2.5.1
### Patch Changes
- [#36845](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36845)
[`e64541c6fda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e64541c6fda) - [ux]
[ED-18759] Updated table border, handlebar controls, blanket, icon, icon background and table cell
options button colour tokens on light and dark theme for table selection and table deletion.
Borders for Table Floating Contextual Button & Floating toolbar color palette button on dark &
light theme are also updated.
## 2.5.0
### Minor Changes
- [#37063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37063)
[`22a59977bb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22a59977bb3) - [ux]
Updated ResizerNext to allow handle style overrides. Updated the table resizer to space and align
the resizer handle according the the design specifications
### Patch Changes
- Updated dependencies
## 2.4.0
### Minor Changes
- [#36960](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36960)
[`e7ed90bad7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ed90bad7c) - Remove
platform feature flag calls to editor-core and pass through a new option instead for custom table
widths project, allowing for simpler clean up and reference
## 2.3.1
### Patch Changes
- [#37128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37128)
[`a9c98fc8503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9c98fc8503) -
[ED-19028] Remove less-padding class when using table width resizer
## 2.3.0
### Minor Changes
- [#36797](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36797)
[`464c9736dff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/464c9736dff) - [ux]
[ED-17626] Remove table controls during table width resizing
### Patch Changes
- Updated dependencies
## 2.2.0
### Minor Changes
- [#36772](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36772)
[`464745a92e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/464745a92e6) - [ux]
Updated the Editor Table plugin to use the new guidelines plugin when custom-table-widths FF is
enabled
### Patch Changes
- Updated dependencies
## 2.1.7
### Patch Changes
- [#36852](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36852)
[`018b27d3392`](https://bitbucket.org/atlassian/atlassian-frontend/commits/018b27d3392) - [ux]
Makes new table resize handle sticky and of variable height based on the table height.
## 2.1.6
### Patch Changes
- [#36863](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36863)
[`32ca42e82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32ca42e82c3) -
Extracted internal editor card plugin to new package `editor-plugin-card`.
## 2.1.5
### Patch Changes
- [#36916](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36916)
[`c133c710360`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c133c710360) - Fix
typing errors
## 2.1.4
### Patch Changes
- [#36631](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36631)
[`8b891bf3590`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b891bf3590) - This
change introduces `editor-plugin-hyperlink` which separates the hyperlink plugin from
`editor-core`. In order to enable this change there are now new entry points on `editor-common`
(such as `/link`, `/quick-insert`) in order to separate common code. Further
`prosemirror-input-rules` now has new exports of `createPlugin` and `createRule` which are used in
many plugins in `editor-core`.
- Updated dependencies
## 2.1.3
### Patch Changes
- [#36777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36777)
[`caa8dc8e5f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/caa8dc8e5f5) -
ED-18758:Making the box-shadow used in table with sticky headers consistent in light theme to
original
## 2.1.2
### Patch Changes
- [#36477](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36477)
[`b8d84a1ffcd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8d84a1ffcd) - [ux]
ED-17632 disable table resizer when nested
## 2.1.1
### Patch Changes
- Updated dependencies
## 2.1.0
### Minor Changes
- [#36588](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36588)
[`48ebe1fa732`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48ebe1fa732) -
[ED-18895] Moved table integration tests to dedicated editor plugin test package to avoid circular
dependencies
## 2.0.1
### Patch Changes
- [#35851](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35851)
[`802453ec412`](https://bitbucket.org/atlassian/atlassian-frontend/commits/802453ec412) - [ux]
update how table respond to external width changes under `platform.editor.custom-table-width`
feature flag
- Updated dependencies
## 2.0.0
### Major Changes
- [#36423](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36423)
[`bdb840c6eaa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdb840c6eaa) - Remove
EditorAnalyticsAPI parameter from tables plugin as it now gets this from
`editor-plugin-analytics`. This parameter is unused and the action is just to remove it.
Fix issue where internal analytics plugin was not being called correctly.
## 1.7.3
### Patch Changes
- [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241)
[`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) -
[ED-13910] Fix prosemirror types
- Updated dependencies
## 1.7.2
### Patch Changes
- Updated dependencies
## 1.7.1
### Patch Changes
- [#35848](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35848)
[`7a720ec3e8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a720ec3e8e) - ED-18796
Use setAttrsStep to update colwidth attribute when scaling the table
## 1.7.0
### Minor Changes
- [#35767](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35767)
[`cb69e6847ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb69e6847ec) - [ux] The
table colgroup will always set the width to the min width when the custom-table-width flag is
enabled
### Patch Changes
- Updated dependencies
## 1.6.9
### Patch Changes
- [#35749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35749)
[`6e54d9fbeea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e54d9fbeea) - Added
tableAddWidthPlugin
## 1.6.8
### Patch Changes
- [#35233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35233)
[`a9350cf3831`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9350cf3831) - Check
existence of window and document variable for confluence SSR to work
## 1.6.7
### Patch Changes
- [#35788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35788)
[`18344c31ea3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18344c31ea3) -
[ED-13910] Fix EditorView getPos type
## 1.6.6
### Patch Changes
- [#35782](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35782)
[`73b5128036b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73b5128036b) -
[ED-17082] Mark package as a singleton one
- Updated dependencies
## 1.6.5
### Patch Changes
- [#35506](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35506)
[`dcb378acc03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcb378acc03) - [ux]
ED-17625: add restriction of resizing table
## 1.6.4
### Patch Changes
- [#35353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35353)
[`5e01082b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e01082b600) -
Extracting SelectionBasedNodeView to editor-common.
- Updated dependencies
## 1.6.3
### Patch Changes
- [#35009](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35009)
[`1202f6f0a82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1202f6f0a82) -
ED-16692: add logic to position FloatingContextualButton correctly when sticky and scrolling
## 1.6.2
### Patch Changes
- Updated dependencies
## 1.6.1
### Patch Changes
- [#35227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35227)
[`b48d0a5f88f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b48d0a5f88f) - Create
new placeholder for the floating toolbar plugin and use a new action to replace the
forceFocusSelector action.
## 1.6.0
### Minor Changes
- [#34954](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34954)
[`89989e06f43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89989e06f43) - [ux]
Adding initial Resizer to table plugin behind a platform feature flag, allowing tables to resize
to a custom width. This change also includes the following refactors:- change calcTableWidth
function to return number instead of px- allowing tables to use breakout values when
allowColumnResize is disabled
### Patch Changes
- Updated dependencies
## 1.5.5
### Patch Changes
- Updated dependencies
## 1.5.4
### Patch Changes
- [#35131](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35131)
[`00d7488cf36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00d7488cf36) - [ux] The
table shadow sentinels when rendered out of view would sometimes return a 0 root bounds object in
the intersection observer. This became an issue because we ignore intersection entities with 0
root bounds. This fixes the right shadow not appear on tablessimply by removing the root bounds
check from the observer
## 1.5.3
### Patch Changes
- [#35053](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35053)
[`b38a0fcd924`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b38a0fcd924) - Use
NextEditorPlugin API for width plugin in tables.
## 1.5.2
### Patch Changes
- Updated dependencies
## 1.5.1
### Patch Changes
- [#34644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34644)
[`26d9c8cb4b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26d9c8cb4b1) - Extract
decorations plugin from editor-core to its own package.
- [`077e086c53f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/077e086c53f) - [ux]
ED-17971 Changes the color token used for table borders and background of table controls and
numbered column.
- [`8f98e952174`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f98e952174) -
[ED-17881] Fix performance issue when table has not been resized and distribute columns feature is
turned on
- [`741b3acd455`](https://bitbucket.org/atlassian/atlassian-frontend/commits/741b3acd455) - This
major change includes:
- `EditorMigrationComponent` being renamed to `Editor`. This includes making component methods
which should never be used private (which should never be used in normal operation and have been
deprecated for several releases).
- `EditorMigrationComponent` is now removed
- Removing `useEditorNext` feature flag
This change was made as part of our strategy to move to a new architecture with
`EditorMigrationComponent`, now that the component has served its purpose it is no longer
required.
Any references to this component can be updated like so:
Before:
```ts
import { EditorMigrationComponent } from '@atlaskit/editor-core';
```
After:
```ts
import { Editor } from '@atlaskit/editor-core';
```
- Updated dependencies
## 1.5.0
### Minor Changes
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192)
[`20809d41658`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20809d41658) - Added
feature flag `platform.editor.custom-table-width` which toggles the new table experience
### Patch Changes
- [`1549c2e6dda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1549c2e6dda) - Extract
width plugin from `editor-core` to separate `editor-plugin-width` package.
- Updated dependencies
## 1.4.1
### Patch Changes
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
legacy types are published for TS 4.5-4.8
- Updated dependencies
## 1.4.0
### Minor Changes
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771)
[`8a391616ecc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a391616ecc) - Moving
insert node API to a new editor plugin to allow it to be more extensible. Also exposing a new
editor plugin action for tables to allow for consistent insertion.
### Patch Changes
- [`5cc449dac8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cc449dac8d) - Decouple
card plugin so that it uses new NextEditorPlugin for any injected dependencies.
- [`b804d3ad561`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b804d3ad561) - Remove
unused code related to GASv2 table analytics from editor-plugin table, editor-core and
editor-common
- [`6550d08f5af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6550d08f5af) - [ux]
Color picker button should not be focused after selecting color.
- [`f621ae6490a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f621ae6490a) - Adding
type dependency on analytics plugin to tables plugin.
- [`a142ba1aa28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a142ba1aa28) -
[ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed work-arounds
for fixed issues
- Updated dependencies
## 1.3.1
### Patch Changes
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
Typescript from `4.5.5` to `4.9.5`
- Updated dependencies
## 1.3.0
### Minor Changes
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
minor dependency bump
### Patch Changes
- Updated dependencies
## 1.2.7
### Patch Changes
- [#33213](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33213)
[`55b4a026119`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55b4a026119) - [ux]
ED-17710 Cellbackground button in context menu is tokenised.
## 1.2.6
### Patch Changes
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
[`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert
"[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed
issues"
- [`888cd482b98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/888cd482b98) - Fix
logic of generated new duplicated localIds when pasting a copied node above the copied node
- Updated dependencies
## 1.2.5
### Patch Changes
- [#33045](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33045)
[`115a119a42c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/115a119a42c) - [ux]
ED-17710 Color palette in table context menu is tokenised.
## 1.2.4
### Patch Changes
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
remove before merging to master; dupe adf-schema via adf-utils
- [`d9a8fe191f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9a8fe191f2) -
[ED-17295] Update feature flag usage for media plugin
- Updated dependencies
## 1.2.3
### Patch Changes
- [#31852](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31852)
[`9f9b4b1cf60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f9b4b1cf60) - [ux]
[HOT-103036] Fix table width styling when broken out with fragment mark
## 1.2.2
### Patch Changes
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891)
[`ef830fdabfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef830fdabfa) -
[ED-17294] Enable type checking for Preset plugins on unit tests
- [`b7f9b82ecd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7f9b82ecd8) -
[ED-16109] Fix deleting rows with row above and below having merged cells
- [`7946da1848a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7946da1848a) - [ux]
[ED-16668] Update table shadow intersection table to observe new shadow sentinels instead of first
and last cell
- Updated dependencies
## 1.2.1
### Patch Changes
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
[`f07824eeccc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f07824eeccc) - ED-15647
fix undo when pasting table with resized column in expand
- [`924e8493f96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/924e8493f96) - [ux]
[ED-16418] Fixed issue where on resize the topPosEditorElement top position which determines the
height of the sticky header would not update on window resize or other actions that may affect its
height
- [`2f7fff7239d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f7fff7239d) - [ux]
[ED-17271] Sticky headers now listen for width changes in the parent scroll container
- [`2367ba14aa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2367ba14aa0) - [ux]
ED-16758 Added support for theme tokens in table cell background color.
- [`1f10173bdad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f10173bdad) - [ux]
[ED-15686] Added sticky to floating contextual menu dropdown
- [`a5d7c8d0f1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5d7c8d0f1e) - [ux] Fix
of the regression caused due to https://product-fabric.atlassian.net/browse/DTR-1313
- [`deef98920f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/deef98920f4) - [ux]
ED-16718 Table scroll troll - refactor nested expand logic back into editor-common
- [`1720ddc8076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1720ddc8076) - [ux]
ED-16725 Added support for semantic tooltip names for background color palette.
- [`454e652b2ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/454e652b2ed) - [ux]
This change (TSLA-488) addresses a bug that occurs when changing the browser window size causes
the table margin to not be immediately updated for tables with active sticky headers. This change
adds an event listener for window resizing that updates the table margins.
- Updated dependencies
## 1.2.0
### Minor Changes
- [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248)
[`1d11b24f17e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d11b24f17e) - [ux]
ED-15549 Implemented keyboard navigation in color palette
### Patch Changes
- [`a3b5b5b28d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3b5b5b28d4) - [ux]
Fixed issue where first row control dot was off by 10px when on narrow screens, the issue was
caused by updated padding on smaller screens which adjusted the "total width" of the element,
which then offset the control dot
- [`ac424e40c77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac424e40c77) -
[ED-16817] Removed isObserved flag from table sentinels after intersection observer has been
disconnected
- [`6a031b9b2da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a031b9b2da) -
[ED-16334] Merge NextEditorPlugin interface with NextEditorPluginWithDependencies
- [`e907b6924cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e907b6924cc) - [ux]
ED-16505 Update confirmation dialog message shown when data source element is about to removed
- [`19c1c5e554a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19c1c5e554a) - [ux]
TSLA-487 Fixes horizontal scroll shadow and places the scroll bar on the last row instead of below
the table. See expected behavior on TSLA-27
- Updated dependencies
## 1.1.5
### Patch Changes
- [#30196](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30196)
[`2cde23fc462`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cde23fc462) - This
changeset exists because a PR touches these packages in a way that doesn't require a release
## 1.1.4
### Patch Changes
- [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470)
[`3efca940231`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3efca940231) - [ux]
ED-16417 fix cell background menu item becomes blue when clicking on color palette from table
contextual menu
- Updated dependencies
## 1.1.3
### Patch Changes
- [#29183](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29183)
[`2fe7d1a47ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fe7d1a47ab) - [ux]
ED-16512: Table should not scroll on large screens after column resizing
- [`20f8e0400ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20f8e0400ae) - [ux]
ED-16251: Added logic to respect minimum column width when adding columns to table.
- [`3820895a26d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3820895a26d) - [ux] Fix
column resizing when single column is selected
- [`a2d2aedc1c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2d2aedc1c6) - [ux]
ED-16212: Fix 1px table overflow issue
- [`06f78e978d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06f78e978d3) - [ux]
ED-15640: Added layoutChanged check before setting scaleTable meta data to true in scaleTable
function.
- [`3c3e9524f33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c3e9524f33) - [ux]
ED-16213: Prevented scroll bar when column is resized and new column is inserted in tables
- [`ad2df7a6b46`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad2df7a6b46) - [ux]
ED-16214: fix issue where last table column cannot be resized to remove scroll when inside and
expand
## 1.1.2
### Patch Changes
- Updated dependencies
## 1.1.1
### Patch Changes
- [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
[`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects`
when loading the page.
## 1.1.0
### Minor Changes
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
[`a0a35fe7fb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0a35fe7fb1) - Renaming
contentComponent event subject to contentComponentv2. Move errorStack attribute to
nonPrivacySafeAttributes
### Patch Changes
- [`cb6dc027c6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb6dc027c6d) - [ux]
Disable content editable on a table number column to prevent selection on the number column.
- Updated dependencies
## 1.0.3
### Patch Changes
- [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374)
[`20117f2de5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20117f2de5a) - [ux]
ED-16204 Fix table cell options floating toolbar context menu closes after clicking on disabled
options
- [`c6c0cab10e0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6c0cab10e0) - [ux]
ED-16205 - Fix missing yellow highlight on merged table cells when hover sort column options on
table floating toolbar
- [`e3b699e5069`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3b699e5069) -
ED-15794 - Fix merged cells in table not highlighting on delete hover when in bottom right corner
- [`746d7339a88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/746d7339a88) - [ux]
ED-15823 - Table cells on the second column would change their color upon unchecking "Header
Column" table option when the selection cursor was placed in the 3rd column. This was caused by a
view update not identifying the cells to update correctly. This was causing table data cells to be
changed to table header cells.
- Updated dependencies
## 1.0.2
### Patch Changes
- [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
[`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
for this package now pass through a tokens babel plugin, removing runtime invocations of the
tokens() function and improving performance.
## 1.0.1
### Patch Changes
- [#28297](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28297)
[`04f178ea323`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04f178ea323) - [ux]
ED-15823 - Table cells on the second column would change their color upon unchecking "Header
Column" table option when the selection cursor was placed in the 3rd column. This was caused by a
view update not identifying the cells to update correctly. This was causing table data cells to be
changed to table header cells.
## 1.0.0
### Major Changes
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
[`5d317ed8aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d317ed8aa3) - [ux]
ED-15882: Implement custom starting numbers for orderedList nodes in adf-schema, editor, renderer,
transformers behind restartNumberedLists feature flag. Users will be able to set a custom starting
number when typing to create a numbered list in the Editor and this will be persisted across
Renderer and other format transformations.
Note: restartNumberedLists will be off by default. To enable it, consumers will need to set
<Editor featureFlags={{ restartNumberedLists: true }}> or <Renderer
featureFlags={{ restartNumberedLists: true }}>
### Minor Changes
- [`8820442c2b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8820442c2b2) - [ux]
ED-15709: add feature for delete element if it is `isReferencedSource` is `true`
- add checkbox confirmation dialog when then config have `isReferentiality.`
- add referentiality helper functions.
- update confirmDialog config to a handler to reduce traverse times.
- user can now tick checkbox to delete descendent nodes or only selected node when user click the
delete icon in floating toolbar.
### Patch Changes
- [`f0901dad354`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0901dad354) -
ED-16218 - Patch to fix editor.table.colorPicker id
- [`bd809217772`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd809217772) - [ux]
Table plugin will now re-read the selection or re-parse the range around the mutation for
'selection' mutations
- [`ed617ce197c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed617ce197c) - [ux]
DSP-4451 - Adds design tokens to table overflow shadows. Fixes visual bug with table overflow
shadow size and placement.
- [`38a9332eed9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38a9332eed9) - [ux]
Fixed sticky header related table render issues when header row is toggled
- [`7a123e47141`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a123e47141) - [ux]
Make sure sticky header is only applied to first row
- [`233e03b2d92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/233e03b2d92) - ED-16007
To highlight the table rows and columns when the 'Delete Row' and 'Delete Column' options are
highlighted in the 'cell options' menu of floating toolbar
- [`f788287d932`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f788287d932) - [ux] Fix
table sticky header becoming unsticky when cursor moves below table
- [`60068f7fcbe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60068f7fcbe) -
[ED-16007] Changes made to enable the keyboard accessibility to the table's floating toolbar
1. Use Alt+F10 to access the table's floating toolbar
2. Use 'Esc' to return to table
3. If any of the options accessed in dropdown of floating toolbar the focus should be retained on
editor's current selection.
- Updated dependencies
## 0.2.6
### Patch Changes
- Updated dependencies
## 0.2.5
### Patch Changes
- Updated dependencies
## 0.2.4
### Patch Changes
- [#27999](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27999)
[`49588ece345`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49588ece345) - Fixed
regression where resize line would not show up for selected cell
## 0.2.3
### Patch Changes
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
[`c472a1eed2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c472a1eed2f) - DSP-3443
Updates tokens used for floating buttons; updated appearances only visible in applications
configured to use the new Tokens API (currently in alpha).
- [`47f1f76cb80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f1f76cb80) - Fix
table delete button hover bug
- [`8a11811caca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a11811caca) - ED-15298
clean up table cell optimisation
- [`2c992c530da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c992c530da) -
DSP-5929 - Adds design tokens to table column and row button background color. Updated appearances
only visible in applications configured to use the new Tokens API (currently in alpha).
- [`dc699dd58ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc699dd58ce) -
DSP-4461 - Updates the selected, hover and danger state colors for table row and column buttons to
subtler color versions. Updated appearances only visible in applications configured to use the new
Tokens API (currently in alpha).
- [`0a781873466`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a781873466) -
ED-15702: Add check on distribute columns option when table resizing
- [`7bf4281949a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bf4281949a) -
ED-15704 - Fix missing hover inducators on Delete column and Delete row under table floating
toolbar context menu
- [`de571f84591`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de571f84591) - [ux]
ED-15705: added tooltip for sorting back in when table contains merged cell
- [`28e25520771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28e25520771) -
[ED-16264] changes made to fix a regression caused in ED-15483 and ED-15497 , The arrow key
navigation in 'Edit Link' 'Alt Text' popup and 'cell options' popup of table is hijacked
incorrectly. post this fix the arrow key navigation behaviour should be deafult in these two
popups
- [`359c6e79403`](https://bitbucket.org/atlassian/atlassian-frontend/commits/359c6e79403) - [ux]
Fixed regression where last column of a table was unable to be resized to recover from an overflow
state.
- [`47dfcc04652`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47dfcc04652) -
ED-15703 - Minor change on floating toolbar to allow z-index value to be passed as parameter
- [`92547defc70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92547defc70) - [ux]
ED-15795 Fixed an issue where table cells would retain table header design after a split
operation. This occurs when tableCellOptimization and stickyHeaders are enabled on for tables
- [`66783618ce5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66783618ce5) -
DSP-7200 - Adds design tokens to background color for non-custom color cell. Updated appearances
only visible in applications configured to use the new Tokens API (currently in alpha).
- [`95c94af3911`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95c94af3911) - [ux] Fix
table danger styles persisting when table in not in selection
- Updated dependencies
## 0.2.2
### Patch Changes
- [#27931](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27931)
[`b68f5ae3b64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b68f5ae3b64) -
[ED-16384] Add sideEffects false
## 0.2.1
### Patch Changes
- [#26320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26320)
[`9ae762b0920`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ae762b0920) - removing
unused prop 'stickToolbarToBottom'
- [`f240c3eb761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f240c3eb761) - [ux]
Prevent cursor selection from being reset when delete button is clicked
The fix ensures that when removing a row or column via the delete button, the cursor will stay
within the table.
Reference https://discuss.prosemirror.net/t/setting-selection-to-newly-inserted-text-node/3615/6
- [`0708f3901cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0708f3901cd) - [ux]
This change fixes a bug where the shadows at the bottom left and right of the table extend too far
when horizontal scroll and sticky header are active.
- [`aa502f7cc6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa502f7cc6f) - [ux] Fix
misalignment between active sticky header and the rest of the table when user has scrolled
horizontally
- [`3c75d643fb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c75d643fb2) - [ux]
This change addresses a bug that occurs when the sticky header is active and there is misalignment
between the row height for the leftmost grey column and the rest of the table. This change
contains CSS changes that change the top margin of the table when sticky header is active, the
white space of the table, and the top border of the table.
## 0.2.0
### Minor Changes
- [#27112](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27112)
[`efac742b6c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efac742b6c3) - Removed
extra column resize handlers
## 0.1.2
### Patch Changes
- Updated dependencies
## 0.1.1
### Patch Changes
- [#27262](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27262)
[`2ce5df13885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ce5df13885) - [ux]
Prevent cursor selection from being reset when delete button is clicked The fix ensures that when
removing a row or column via the delete button, the cursor will stay within the table. Reference
https://discuss.prosemirror.net/t/setting-selection-to-newly-inserted-text-node/3615/6
## 0.1.0
### Minor Changes
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
[`90c44a68da2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90c44a68da2) - Removed
editor-core table plugin and replaced with new `editor-plugin-table` package. This change required
adding copying new table changes from editor-core to the new table package, moving IconTable to
shared package, and creating new entry-points from editor-plugin-table. `getPluginState` from
`packages/editor/editor-plugin-table/src/plugins/table/pm-plugins/table-resizing` was also
exported.
[ED-15674][ed15739] [ED-15633]
- [`1e1ac6d1d15`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e1ac6d1d15) -
[ED-15501] Removal of coupled table-resizing code in `editor-core` media and card plugin. This
makes entry-point `/table-resizing` from `editor-plugin-table` unused so removed the entry-point.
### Patch Changes
- [`29d7f84c649`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29d7f84c649) - Removed
styled-components peerDependency
- [`30e8425f7d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30e8425f7d6) - [ux]
ED-15706 Reenable copy button on editor-plugin-table. Added property copyButton to
floatingToolbarConfig.
- [`e9168851af4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9168851af4) - This
changes addresses a bug that occurs when a user is resizing tables and receives a TypeError (found
on Sentry). This change adds a null check on columns existing in the growColumn and shrinkColumn
functions so that we do not try to access a column that doesn't exist.
- [`ac8b10d645e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac8b10d645e) - This
change addresses a RangeError on `getRelativeDomCellWidths` found on Sentry. It sets the check for
`colspan` to be strict equals to one as the value comes from the first table row's colspan DOM
attribute and cannot be negative.
Reference: https://sentry.io/organizations/atlassian-2y/issues/3434914334/?project=5988900
- [`46703fdde00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46703fdde00) - This
change addresses a bug that occurs when a user is clicking into an element inside the table and
receives a RangeError (found on Sentry). This change adds bounds, NaN, and type checks when
reading a cellIndex from tableMap so that we don't pass NaN or undefined to the call to nodeAt.
- [`edb93baa953`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edb93baa953) - Moved
sendLogs to editor-common. Re-exported in editor-core and import sendLogs from editor-common in
editor-plugin-table package.
- Updated dependencies
## 0.0.10
### Patch Changes
- [#25922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25922)
[`b519be31909`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b519be31909) - Improve
FloatingDeleteButton accessibility and update tests
## 0.0.9
### Patch Changes
- [#25924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25924)
[`30d47a9f80d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d47a9f80d) - This
change adds data-testid to the top and bottom sticky sentinels in TableComponent and updates tests
to access the sentinels by the testId.
## 0.0.8
### Patch Changes
- [#25757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25757)
[`e5b0deecf68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5b0deecf68) - Add
ability to localize for nodeview and add aria labels to RowControl and CornerControl
## 0.0.7
### Patch Changes
- [#25747](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25747)
[`3b93848ef7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b93848ef7e) - This
changes addresses a bug that occurs when a user is resizing tables and receives a TypeError (found
on Sentry). This change adds a null check on columns existing in the growColumn and shrinkColumn
functions so that we do not try to access a column that doesn't exist.
- [`a1b80e72418`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b80e72418) - This
change addresses a RangeError on `getRelativeDomCellWidths` found on Sentry. It sets the check for
`colspan` to be strict equals to one as the value comes from the first table row's colspan DOM
attribute and cannot be negative.
Reference: https://sentry.io/organizations/atlassian-2y/issues/3434914334/?project=5988900
- [`b63aa34e1fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b63aa34e1fe) - This
change addresses a bug that occurs when a user is clicking into an element inside the table and
receives a RangeError (found on Sentry). This change adds bounds, NaN, and type checks when
reading a cellIndex from tableMap so that we don't pass NaN or undefined to the call to nodeAt.
## 0.0.6
### Patch Changes
- Updated dependencies
## 0.0.5
### Patch Changes
- [#25637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25637)
[`75afc133d94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75afc133d94) -
[ED-15625] Fix media full screen on table
## 0.0.4
### Patch Changes
- [#25390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25390)
[`06ae7af103f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06ae7af103f) -
[ux][ed-15739] Bring back the table icon to the typeahead menu by moving IconTable component to
shared package
- Updated dependencies
## 0.0.3
### Patch Changes
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
Typescript from `4.3.5` to `4.5.5`
## 0.0.2
### Patch Changes
- [#25355](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25355)
[`b18bb5420cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b18bb5420cb) -
[ED-15731] Replace the GetEditorContainerWidth API with a workaround to grab with plugin state
data
## 0.0.1
### Patch Changes
- [#24607](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24607)
[`e2fa17aaee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2fa17aaee6) -
[ED-15587] Fix types added when the copy was made
- [`36b3ba5a140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b3ba5a140) -
[ED-15618] Remove dead code with cross-reference to list plugin
- [`d459e83ce52`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d459e83ce52) -
[ED-15616] Replace the unnecessary cross-reference feature editorDisabledPluginKey to use the
native editor way
- [`7487d066e92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7487d066e92) -
[ED-15551] Copy ReactNodeView and dependencies into editor-common
- [`5b156047608`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b156047608) - empty
- [`a4a59914b7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4a59914b7c) -
[ED-15634] Upgrade table package with last table core styles
- [`949bba4aaf4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/949bba4aaf4) -
[ED-15556] Initial Editor Analytic API for Table extraction
- [`d43ae395cb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43ae395cb1) -
[ED-15619] Remove cross-reference with inline card plugin
- [`7d7d541b5b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d7d541b5b4) -
[ED-15553] Remove copy button stub from next editor table
- [`1691708e13b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1691708e13b) -
[ED-15555] Export getParentNodeWidth to editor-common
- Updated dependencies