Skip to content

0.15.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jansiegel jansiegel released this 21 May 10:22
· 4267 commits to develop since this release

Major changes:

  • Table overlays (top, left, corner) will no longer render if they're not being used (#2439)
  • Implemented three-way sorting. Now it's possible to revert sorting to the initial state (#2396)
  • Removed the old, deprecated on- hooks. Please update your implementation to their current alternatives!
onBeforeChange -> beforeChange
onChange -> afterChange
onCreateRow -> afterCreateRow
onCreateCol -> afterCreateCol
onSelection -> afterSelection
onCopyLimit -> afterCopyLimit
onSelectionEnd -> afterSelectionEnd
onSelectionByProp -> afterSelectionByProp
onSelectionEndByProp -> afterSelectionEndByProp

Changes:

  • Removed the 1px misalignment in the first row, when it contains multi-line content (#2470)
  • Updated the iPad features to work smoother with the latest version of HOT (#2460)
  • Fixed problems with unnecessary scrollbars appearing in the overlays (usually with auto-hide-scrollbars option enabled on Mac) (#2435)
  • Fixed bug with copying and pasting a single column containing a quoted text in one of its cells (#2392)
  • Disabled the 'Remove column' context menu options, when it's impossible to remove them, due to certain HOT configuration (#1889)
  • Fixed problem with HOT overlays not updating smoothly while scrolling the page (#2422)
  • Fixed problem with column header heights not updating properly with all overlays (#1663)
  • Rearranged source file structure for better clarity