Skip to content

Releases: TonyGermaneri/canvas-datagrid

Experimental

10 Aug 23:06
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

fixed issue #156

Experimental

23 Jul 19:35
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release
v0.21.2

fixed issue #147

Experimental

16 Jul 21:06
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

Fixes #140 and #138.

Experimental

13 Jul 06:30
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

added wrapping cell text feature #134. This feature changes the way text behaves generally and may break existing implementations although this isn't expected.

Experimental

11 Jun 08:04
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

Fixed bug in findColumnScrollLeft introduced in v0.20, caused bad tabbing commands on small grids.

Experimental

11 Jun 05:11
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

Added cursor style. Fixed bug where scroll bar gets "stuck" (Issue #120) thanks to @sameeraroshan.

Experimental

11 Jun 03:57
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

This release fixes a bug in column freezing. It also fixes a bug in column reordering that caused the scroll left behavior to jump around depending on the difference between reordered column widths. This bug was introduced in v0.20 as part of a O(1) data access refactoring.

Experimental

20 Apr 06:38
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release
v0.20.15

added offset params to gotoCell function ref #114

Experimental

04 Apr 23:20
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release
v0.20.14

ticked version numbers

Experimental

22 Mar 08:36
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release
v0.20.13

fixed bug where scrolling didnt reach last row