Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump handsontable from 13.1.0 to 14.6.0 in /mpcontribs-portal #1838

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps handsontable from 13.1.0 to 14.6.0.

Release notes

Sourced from handsontable's releases.

14.6.0

Added

  • Corrected aria-label, aria-checked, and menuitemcheckbox roles for the readOnly and alignment options in the context menu. #11091
  • Enhanced the beforeFilter hook by adding a second argument to support proper Undo/Redo functionality. #11170
  • Added even and odd class names to table row (TR) elements for easier styling. #11183
  • Introduced a new API to get the indexes of visible, partially visible, and rendered rows and columns. #11189

Changed

  • Improved focus visibility for cells with the select type. #11160

Removed

  • Removed the -ms CSS fix, as it's no longer needed. #11055

Fixed

  • Fixed an issue where copying values from cell comments didn’t work. #11103
  • Fixed submenu alignment issues after horizontal scrolling. #11106
  • Fixed row misalignment caused by cells with fractional heights. #11110
  • Fixed dropdown menu misalignment when opened via keyboard shortcuts. #11115
  • Fixed a bug where data was saved in the wrong cell after sorting a column with an open editor. #11129
  • Resolved copy/paste/cut issues when the outsideClickDeselects option was disabled. #11139
  • Fixed an issue where merged cells broke after adding a new row. #11145
  • Fixed the F2 keyboard shortcut for entering editing mode. #11151
  • Fixed context and dropdown menu column widths, ensuring they adapt to their content. #11156
  • Updated TypeScript typings for the selectCell method. #11161
  • Fixed an issue where deleting content from selections containing both checkbox and non-checkbox cells didn’t work properly. #11182
  • Fixed an issue where the context menu container size didn’t adjust to its content. #11190
  • Resolved an error that occurred with some keyboard shortcuts when no cell was selected. #11195

For more information on Handsontable 14.6.0, see:

14.5.0

Added

  • Added support for other keyboard layouts besides QWERTY (e.g. AZERTY). #11027
  • Added missing "this" typing for the ColumnSummary plugin. #11036
  • Added Undo/Redo logic for the ColumnSorting/ManualColumnSorting plugins. #11037
  • Added new option headerClassName, which allows adding custom CSS classes to the column headers. #11076

Changed

  • Improved the precision of calculating the height and width of columns and rows. #11049
  • Improved the rendering performance. #11069

Fixed

  • Fixed Context.getShortcuts type. #10910
  • Improved performance of cell merging. #10995
  • Fixed a problem where clicking and dragging on cells in window-controlled scrolled instances would result in unpredictable behavior. #10996
  • Fixed a bug that prevented column sorting of the checkbox cell types. #11004

... (truncated)

Changelog

Sourced from handsontable's changelog.

[14.6.0] - 2024-10-01

Added

  • Fix aria-label, aria-checked and menuitemcheckbox roles for the readOnly and alignment contextMenu items #11091
  • Extended the beforeFilter hook with a second argument to allow correct Undo/Redo functionality. #11170
  • Added even and odd class names to the TR elements. #11183
  • Added new API to retrieve visible, partially visible and rendered row and columns indexes. #11189

Changed

  • Make the focus visible for select cell type cells. #11160

Removed

  • Remove -ms fix from css #11055

Fixed

  • Fixed a bug that prevents copy valus from cell comments. #11103
  • Fixed submenu misalignment after horizontal scroll. #11106
  • Fixed rows misalign for cells that content produce heights with fractions. #11110
  • Fixed dropdown menu misalignment after opening with a keyboard shortcut. #11115
  • Fixed a bug where the data was saved in a wrong cell, when sorting a column with an open editor. #11129
  • Fixed copy/paste/cut issues when outsideClickDeselects was disabled #11139
  • Fixed merged cells that break after adding a new row. #11145
  • Fixed F2 keyboard shortcut (enter into editing mode). #11151
  • Fixed context/dropdown menu column width calculations depending on the content. #11156
  • Updated TS typings for selectCell method. #11161
  • Fixed a problem with deleting content from a selection when it contained both checkbox and non-checkbox-typed cells. #11182
  • Fixed a problem where the Context Menu container wasn't reflecting the size of its contents. #11190
  • Fixed an issue connected with throwing an error triggered by some keyboard shortcuts when there was no selection #11195

[14.5.0] - 2024-07-24

Added

  • Added support for other keyboard layouts besides QWERTY (e.g. AZERTY). #11027
  • Added missing "this" typing for the ColumnSummary plugin. #11036
  • Added Undo/Redo logic for the ColumnSorting/ManualColumnSorting plugins. #11037
  • Added new option headerClassName, which allows adding custom CSS classes to the column headers. #11076

Changed

  • Improved the precision of calculating the height and width of columns and rows. #11049
  • Improved the rendering performance. #11069

Fixed

  • Fixed Context.getShortcuts type. #10910
  • Improved performance of cell merging. #10995
  • Fixed a problem where clicking and dragging on cells in window-controlled scrolled instances would result in unpredictable behavior. #10996
  • Fixed a bug that prevented column sorting of the checkbox cell types. #11004
  • Fixed merged cells misalignment in overlays. #11007
  • Fixed selection expansion for merged cells. #11010
  • Fixed a problem where the table could go into an endless resize loop when one of the instance's parents was using dvh values for sizing, and the table was not given any size itself. #11021
  • Fixed a bug where the afterSetCellMeta was unnecessarily triggered after clicking on the comments textarea element. #11033

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [handsontable](https://github.com/handsontable/handsontable) from 13.1.0 to 14.6.0.
- [Release notes](https://github.com/handsontable/handsontable/releases)
- [Changelog](https://github.com/handsontable/handsontable/blob/develop/CHANGELOG.md)
- [Commits](handsontable/handsontable@13.1.0...14.6.0)

---
updated-dependencies:
- dependency-name: handsontable
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants