RunestoneComponents
RunestoneComponents copied to clipboard
Bump handsontable from 7.2.2 to 10.0.0
Bumps handsontable from 7.2.2 to 10.0.0.
Release notes
Sourced from handsontable's releases.
10.0.0
Changed
- Unified the naming and description of the fourth argument,
controller, for selection manipulation in thebeforeOnCellMouseDownandbeforeOnCellMouseOverhooks. #4996 (Breaking change)- Changed what the
beforeRenderandafterRenderhooks are, and when they are triggered. Added two new hooks:beforeViewRenderandafterViewRender. #6303 (Breaking change)- Changed the optional HyperFormula dependency from 0.6.2 to ^1.1.0, which introduces breaking changes for the
Formulasplugin users. #8502 (Breaking change)- Changed the default values for the
rowsLimitandcolumnsLimitoptions of theCopyPasteplugin. #8660 (Breaking change)- Added a default font family, size, weight and color. #8661 (Breaking change)
- Changed the
autoWrapRowandautoWrapColoptions` default values fromtruetofalse. #8662 (Breaking change)- Improved the performance of the
getCellMeta()method. #6303- Improved the documentation and TypeScript definition of the
selectOptionsoption. #8488- Improved the arguments forwarding in the hooks #8668
- Added a Github Actions workflow covering the testing of Handsontable and all of the wrappers. #8652
Fixed
- Fixed an issue of not resetting the date picker's configuration. #6636
- An error won't be thrown while inserting a new row for nested rows in a specific case. #7137
- Fixed a few problems with the
NestedRowsplugin, occurring with theFormulasplugin enabled. #8048- Fixed errors being thrown in the
Formulasplugin if a provided sheet name contained a dash character. #8057- Fixed multiple bugs related to undo/redo actions while using the
Formulasplugin. #8078- Fixed an issue where autofill was not able to be blocked/changed with the
beforeChangehook when theFormulasplugin was enabled #8107- Data stored by the
NestedRowsplugin won't be corrupted by some actions. #8180- Collapsed parents won't be expanded after inserting rows. #8181
- Fixed the cooperation of the dropdown menu and column sorting (menu closing on click). #8232
- Data won't be corrupted anymore when some alterations are performed. #8614
- Adjusted directories and files related to
dataMap, to prevent potential circular references. #8704- Improved the performance of the regular expression used to detect numeric values, and fixed major code smells. #8752
9.0.2
Fixed
- Fixed an issue with an error being thrown when lazy loading columns on a setup with Nested Headers + Hidden Columns. #7160
- Fixed column header sizes not being updated on
updateSettingscalls containingcolumns. #7689- Fixed functional keys' behavior, to prevent unexpected editing. #7838
- Fixed missing collapsible indicator on IE. #8028
- Fixed support for row and column headers in the
parseTableutility. #8041- Fixed a bug where not providing a data object with the
nestedRowsplugin enabled crashed the table. #8171- Vue: Fixed an issue where adding rows to a Handsontable instance wrapped for Vue resulted in additional rows being inserted at the end of the table. #8148
- Vue: Fixed a problem in the Vue wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
- React: Fixed a problem in the React wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
- Angular: Fixed a problem in the Angular wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
Added
- Added new documentation engine #7624
9.0.1
Fixed
- Fixed an issue where the validator function was called twice when the Formulas plugin was enabled. #8138
- Introduced a new CSS style for cells of the
checkboxtype to restore previous behaviour. #8196Removed
- Removed the redundant internal
jsonpatchlibrary from the source code. #8140
... (truncated)
Changelog
Sourced from handsontable's changelog.
[10.0.0] - 2021-09-29
Changed
- Unified the naming and description of the fourth argument,
controller, for selection manipulation in thebeforeOnCellMouseDownandbeforeOnCellMouseOverhooks. #4996 (Breaking change)- Changed what the
beforeRenderandafterRenderhooks are, and when they are triggered. Added two new hooks:beforeViewRenderandafterViewRender. #6303 (Breaking change)- Changed the optional HyperFormula dependency from 0.6.2 to ^1.1.0, which introduces breaking changes for the
Formulasplugin users. #8502 (Breaking change)- Changed the default values for the
rowsLimitandcolumnsLimitoptions of theCopyPasteplugin. #8660 (Breaking change)- Added a default font family, size, weight and color. #8661 (Breaking change)
- Changed the
autoWrapRowandautoWrapColoptions` default values fromtruetofalse. #8662 (Breaking change)- Improved the performance of the
getCellMeta()method. #6303- Improved the documentation and TypeScript definition of the
selectOptionsoption. #8488- Improved the arguments forwarding in the hooks #8668
- Added a Github Actions workflow covering the testing of Handsontable and all of the wrappers. #8652
Fixed
- Fixed an issue of not resetting the date picker's configuration. #6636
- An error won't be thrown while inserting a new row for nested rows in a specific case. #7137
- Fixed a few problems with the
NestedRowsplugin, occurring with theFormulasplugin enabled. #8048- Fixed errors being thrown in the
Formulasplugin if a provided sheet name contained a dash character. #8057- Fixed multiple bugs related to undo/redo actions while using the
Formulasplugin. #8078- Fixed an issue where autofill was not able to be blocked/changed with the
beforeChangehook when theFormulasplugin was enabled #8107- Data stored by the
NestedRowsplugin won't be corrupted by some actions. #8180- Collapsed parents won't be expanded after inserting rows. #8181
- Fixed the cooperation of the dropdown menu and column sorting (menu closing on click). #8232
- Data won't be corrupted anymore when some alterations are performed. #8614
- Adjusted directories and files related to
dataMap, to prevent potential circular references. #8704- Improved the performance of the regular expression used to detect numeric values, and fixed major code smells. #8752
[9.0.2] - 2021-07-28
Fixed
- Fixed an issue with an error being thrown when lazy loading columns on a setup with Nested Headers + Hidden Columns. #7160
- Fixed column header sizes not being updated on
updateSettingscalls containingcolumns. #7689- Fixed functional keys' behavior, to prevent unexpected editing. #7838
- Fixed missing collapsible indicator on IE. #8028
- Fixed support for row and column headers in the
parseTableutility. #8041- Fixed a bug where not providing a data object with the
nestedRowsplugin enabled crashed the table. #8171- Vue: Fixed an issue where adding rows to a Handsontable instance wrapped for Vue resulted in additional rows being inserted at the end of the table. #8148
- Vue: Fixed a problem in the Vue wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
- React: Fixed a problem in the React wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
- Angular: Fixed a problem in the Angular wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
Added
- Added new documentation engine #7624
[9.0.1] - 2021-06-17
Fixed
... (truncated)
Commits
1443e4eMerge branch 'release/10.0.0'ea6598f10.0.0272c1e0Generating the 10.0 docs8ad9e39Docs: Updating the release notes (#8766)fb6d3e5Docs: adding HoT 10.0.0 docs (#8745)31ce87aCorrect a typo in CHANGELOG.md.4e1e84fUpdate the CHANGELOG.md file for 10.0.0.1ddef0e10.0.0b310bd8Fix one file omitted in #8754.43e0a6fModify the audit GHA workflow to check only the production dependencies. (#8755)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.