Skip to content

4.0.1

Choose a tag to compare

@6pac 6pac released this 30 Jun 02:25
· 498 commits to master since this release

4.0.1 (2023-06-30)

Bug Fixes

  • getComputedStyle could throw when DOM element is invalid (#800) (2cecba1)
  • onBeforeAppendCell should only be used when it's a string (#802) (b367209)
  • allow for multiple css class names, fixes #795 (#797) (ab644b4)
  • demo: calling cancel or close button should close modal (#790) (6edfdd7)
  • demo: example with 3 plugins not sorting correctly (#788) (e749aa9)
  • Grid Menu is shown twice after changing frozen options (#793) (b458c23)
  • make sure DOM element is valid before calling method on it (#801) (b31a797)
  • remove invalid TS type and invalid this object (#786) (ca2393c)
  • replace some DOM Element functions not supported in Salesforce (#796) (e427bd2)

Features

  • exclude checkbox selection from col picker/grid menu (#787) (0b339e3)

Reverts