
Adds new beforeFilter and afterFilter parameter to say what kind of operation is performed on the column.
Features
- Added beforeContextMenuShow hook, triggered within the Context Menu plugin.
- Modified the look of the fill handle.
- Added a Russian translation.
- Updated the pull request templates.
- Added helpers for console.log, console.warn etc due to IE compatibility.
- Added an additional hook, beforeDropdownMenuShow for the Dropdown Menu plugin.
- Added undo/redo test cases for the dropdown menu plugin.
- Added new beforeFilter and afterFilter parameter to say what kind of operation is performed on the column.
Fixes
- Fixed problems with disappearing selection handles on mobile devices.
- Fixed a problem where clicking on links inside cells was not possible on mobile devices.
- Fixed a bug where sorting didn't work when filtering was applied.
- Fixed a problem with selecting entire columns when multiple column header levels are declared. Mostly visible with Handsontable Pro's Nested Headers plugin.
- Fixed a problem where the Context Menu was too narrow for its contents.
- Fixed a bug where pressing ENTER multiple times on a merged cell at the bottom of the table was not working properly.
- Fixed a problem with highlighting headers when selecting entire columns.
- Fixed a bug where removing the first row of a merged cell sometimes caused an error.
- Fixed a bug with handsontable editor headers overlapped the table cells.
- Fixed a problem where the afterRowMove hook returned improper parameters.
- Fixed a bug where the afterCreateCol hook returned a wrong amount parameter.
- Fixed problems with alignment and the undo/redo functionality.
- Fixed a problem where selecting and entire merged cell with non-contiguous selections did not highlight that merged cell.
- Fixed a problem with the jsfiddle link in the issue templates.
- Fixed a problem where scrolling the table on Chrome on a retina display created empty spaces.
- Fixed a problem with the Context Menu being to narrow for its contents.
- Fixed a problem where the size of the buttons in the dropdown menu wasn't dynamically updated.
- Fixed a problem with the jsfiddle link in the issue template.