Skip to content

Releases: 6pac/SlickGrid

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.

SlickGrid 2.4.1

23 Dec 23:08
Compare
Choose a tag to compare
  • update because 2.4.0 was accidentally allocated on NPM 12 month ago due to a wrong release version

SlickGrid 2.4.0

23 Dec 10:48
Compare
Choose a tag to compare

Introducing: Pinned Rows and Columns

  • this was integrated from X-Slickgrid by @ghiscoding
  • it integrates a large amount of new code so please post any issues you may encounter
  • there are new example pages for pinned rows and columns here

SlickGrid 2.3.16

04 Mar 13:38
Compare
Choose a tag to compare
  • remove header scroll handling as it is interfering with the horizontal scroll of the grid
  • reverse the recent change to the multicolumn sort indicator span location in the DOM
  • add getHeader() and getHeaderColumn() functions. Add these to public interface. Change getHeaderRowColumn and getFooterRowColumn so that they accept either a column id (text) or a column index (number) as a parameter
  • Detail view update (#202)
  • Fix various issues with tristate and multicolumn sorting, including #211, #212
  • in measureScrollbars(), use $viewport variable instead of looking it up in the DOM