All Versions
79
Latest Version
Avg Release Cycle
38 days
Latest Release
353 days ago

Changelog History
Page 1

  • v3.0.0 Changes

    October 09, 2022

    ๐Ÿ› Bug Fixes

    • adjust the left/right canvas width properly when fullWidthRows is used (#664) (d3de81c)
    • ensure npm exits (otherwise need to ctrl-c to get back to command prompt) (6dd4649)
    • gitCurrentBranchName should return the branch name not a process result object (b25be57)
    • โšก๏ธ ignore untracked files in update script (f213d8b)
    • replace inquirer with direct keyboard input (7f12612)

    ๐Ÿ”‹ Features

    • โž• add npm scripts to create new version release & npm publish (#701) (017bc7f)
    • ๐Ÿ’ฅ BREAKING CHANGE - replace jQueryUI with SortableJS (#695) (386cd58)
  • v2.4.45

    July 27, 2022
  • v2.4.44 Changes

    December 06, 2021

    ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • โž• add extra caller property to onSelectedRowsChanged (#659) (e693a0c)
    • โž• add grid option to provide optional sanitizer function (#657) (416992e), closes #652
    • Auto scroll the viewport when dragging to make selection (#656) (c06e3a3)
  • v2.4.43 Changes

    October 23, 2021

    ๐Ÿ”‹ Features

    • โž• add basic html sanitizer w/regex to avoid xss scripting attack (#652) (ffc682b)
    • โž• add new Custom Tooltip plugin (#650) (07cad59)
    • ๐Ÿšš show a shadow element of the row being moved/dragged (#651) (c6cfe18)
  • v2.4.42 Changes

    September 28, 2021

    ๐Ÿ› Bug Fixes

  • v2.4.41

    September 26, 2021
  • v2.4.40 Changes

    September 09, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”Œ few minor fixes on plugin with menus (#636) (4d93f52)
    • grid with Grouping, Row Select All shouldn't include grouping rows (#635) (d634221)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ make onBeforePagingInfoChanged cancellable (#634) (5fa4d8c), closes #625
  • v2.4.39 Changes

    September 03, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ use Header Menu width (instead of minWidth) to align right (#624) (beef51f)
    • ๐Ÿ‘‰ use tooltip from header menu options is the correct location (#626) (44fe869)

    ๐Ÿ”‹ Features

    • โž• add command (execute/undo) to onCellChange event (#622) (dc9f2e1)
    • โž• add onBeforeSort to optionally cancel onSort (3a1202a)
    • โž• add previousSortColumns to onSort and onBeforeSort (#633) (115367f)
    • โž• add new event onBeforeSetColumns (#625) (9c3ce51)
  • v2.4.38 Changes

    June 25, 2021

    ๐Ÿ› Bug Fixes

    • Grid Menu grid options should be passed by reference (#619) (7c21d0f), closes #615
  • v2.4.37 Changes

    June 25, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ’ป broken UI when loading grid from hidden div/tab (#618) (2ba2007)
    • ๐Ÿ”Œ plugin: only check override if we can move row in first place (#613) (2ffccc6)

    ๐Ÿ”‹ Features