Skip to content

Releases: 6pac/SlickGrid

3.0.4

16 Feb 04:55
6225f46
Compare
Choose a tag to compare

3.0.4 (2023-02-15)

Features

3.0.3

04 Feb 23:53
Compare
Choose a tag to compare

3.0.3 (2023-02-04)

Bug Fixes

  • cell selection in Firefox not working, fixes #714 (#715) (3583ffc)
  • horizontal scrolling can cause screen flickering (#722) (0d4d943)

Features

  • dataView: add option to apply row selection to all pages (#716) (6e4e83a), closes #689

3.0.2

14 Nov 23:29
Compare
Choose a tag to compare

3.0.2 (2022-11-14)

3.0.1

14 Nov 00:24
e26eeaf
Compare
Choose a tag to compare

3.0.1 (2022-11-14)

Bug Fixes

  • adjust the left/right canvas width properly when fullWidthRows is used (#664) (d3de81c)
  • auto-scroll should work even without jQueryUI (#703) (afca1a2)
  • auto-scroll should work even without jQueryUI (#703) (4e5397d)
  • editors: allow input editing with Flatpickr editor (#704) (2d64e47)
  • ensure H scrollbar is aways detected in resizeCanvas(). Fixes #709 (71bfd9a)
  • revert #674 and disable v scrolling only where options.autoHeight is (b156cfb), closes #711

Features

  • tooltip: add new "center" and invert left/right align (#712) (e26eeaf)

3.0.0 - dropping jQueryUI requirement

12 Oct 03:29
Compare
Choose a tag to compare

⚠️ Breaking Change - version 3.0.0 🎉

We just landed our major version 3.0.0 which drops jQueryUI requirement (please note that you can still use jQueryUI but it is now optional), we replaced all of the jQueryUI code with SortableJS and this one becomes the new required dependency. For the full context and info regarding this new version and the reasoning behind the jQueryUI removal, please read the Announcement & Migration to 3.0.0 Wiki

Changelog

We are now also following the Conventional Commits which will automatically update our CHANGELOG.md file when releasing a new version, so if you feel like contributing to the project in the future, then please make sure to follow the Conventional Commits guidelines when creating a new Pull Request so that your contribution(s) appear correctly in our changelog and release (as shown below). Thank you

in short, just prefix your commit description with a type (feat, fix, chore, ...), for example: fix: some grid fixes

Read our Announcement & Migration to 3.0.0

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)

2.4.44

07 Dec 00:01
Compare
Choose a tag to compare
release v2.4.44

2.4.42

28 Sep 14:02
Compare
Choose a tag to compare
release v2.4.42

2.4.41

26 Sep 23:48
Compare
Choose a tag to compare
release v2.4.41

Release 2.4.40

22 Sep 22:29
Compare
Choose a tag to compare
release v2.4.40

Slickgrid 2.4.3

10 Feb 04:04
Compare
Choose a tag to compare

Fix a number of scrolling issues with frozen pane mode.