handsontable / ngHandsontable

Official AngularJS directive for Handsontable
http://handsontable.github.io/ngHandsontable/
MIT License
434 stars 159 forks source link

Bump handsontable from 0.28.4 to 7.3.0 #262

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps handsontable from 0.28.4 to 7.3.0.

Release notes

Sourced from handsontable's releases.

7.3.0

New features

  • Version 7.3.0 introduces a new option to the Context Menu plugin - uiContainer. It allows declaring a DOM container, where all the Context Menu's element will be placed. It may come espacially handy when using Handsontable inside of an iframe or some other content-trimming context. (#6283, #6417)
  • We also added a uiContainer option to the Copy/Paste plugin. It works in a similar way to the one described above, but is used to declare the container for the Copy/Paste plugin's DOM elements. (#6343)

Changes

  • Fixed a problem with table resizing on every scroll event on Firefox, when no table height was defined. (#6344)
  • Updated the puppeteer package in the devDependencies section to get rid of the npm audit security error. (#6393)
  • Removed the unneeded CNAME_ file from the repo. (#6389)
  • Fixed a problem, where pasting data from Excel caused Handsontable to throw an error. (#6217)
  • Fixed a bug, where data pasted from Excel would get improperly formatted in Handsontable. (#6258)
  • Fixed a bug, where the & < > ' " characters in the pasted data would be automatically changed to their equivalent HTML entities. (#1535)
  • Fixed a bug, where opening the system's context menu, hitting ESC and moving the cursor outside of the container would scroll the table. (#5846)
  • Fixed a problem, where right-clicking on a disabled entry in Handsontable's context menu would open the system's context menu. (#5846)
  • Fixed a bug, where right-clicking on an active entry in Handsontable's context menu would open another context menu. (#5846)
  • Fixed a test case for Context Menu's scrolling. (#6449)
  • Modified the container size in the the tests' DOM helper file. (#6446)

7.2.2

Changes

  • Rolled back backward-incompatible changes in the TypeScript definition file introduced in 7.2.0. (#6351)
  • Fixed a problem, where the Handsontable.helper.htmlToGridSettings threw an error on IE11, when the target table was a part of an iframe. (#6350)

7.2.1

Changes

  • Fix a problem caused by #6269, which made the move/resize handles hidden under the headers. (#6341)

7.2.0

Changes

  • Added cellProperties to the arguments of search's queryMethod so that it would be possible to tell what kind of data was being queried. (#4944)
  • Fixed a bug with a disappearing column header, when the height option is was set to auto. (#6302)
  • Fixed a problem with an error being thrown when trying the clear a column with the first cell set to readOnly. (#6246)
  • Fixed a bug where it was impossible to set data for a readOnly-typed cell, when any cell was selected. (#6214)
  • Fixed a problem with an error being thrown when pasting data to readOnly-typed cells. (#6209)
  • Fixed a problem with the Undo feature not working for columns defined as functions. (#6147)
  • Fixed a bug where this.TD was undefined in the editor's prepare method when fixedColumnsLeft and viewportColumnRenderingOffset were both set. (#6043)
  • Fixed a bug where the cell selection frame overlapped the bottom fixed rows. (#5947)
  • Fixed a problem with an error being thrown after initializing an empty table or removing all the data from the table and clicking the corner header. (#5126)
  • Fixed a problem with reloading data with a new set in the Nested Rows plugin. (#6339)
  • Rewrote some of the Walkontable methods to return correct information about the table. (#6191)
  • Made some improvements to the TypeScript definition file. (#6168, #6107, #6102, #6239, #6266)
  • Improved the documentation and definition files regarding the after- hooks for creating and removing rows/columns. (#6296)
  • Improved the documentation for the totalColumn option. (#6281)
  • Added a lint:fix script to be able to fix the lint errors from the CLI. (#6260)
  • Fixed all the tests for Windows and added run-script, walkontable.watch. (#6187)
  • Removed the unused check-es3-syntax-cli package to fix Github's security alert. (#6319)
... (truncated)
Commits
Maintainer changes

This version was pushed to npm by jansiegel, a new releaser for handsontable since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
AMBudnik commented 4 years ago

We usually investigate when it's the best time to update our dependencies so I'm closing the BOT's PRs.

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.