Skip to content

Releases: TonyGermaneri/canvas-datagrid

Experimental

02 Aug 08:26
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

Sample data was present in the master branch greatly increasing the size of the project. The sample data has now been removed.

Experimental

01 Aug 23:33
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release
v0.12.10

ticked version number

Experimental

01 Aug 21:08
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

now including build in ./dist

Experimental

31 Jul 08:37
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release
v0.12.8

fixed bug in child context menu placement.  added more samples.

Experimental

31 Jul 07:21
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

Completely reworked context menu. Now supports hierarchical structures. No longer will you need to close the context menu, but you will have to bind to the click event and e.stopPropagation() if you want to stop it from closing.

Experimental

26 Jul 09:48
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

attributes.showHeaders is now attributes.showColumnHeaders

Experimental

26 Jul 07:49
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release
v0.12.5

ticked version number

Experimental

26 Jul 07:20
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release
v0.12.4

ticked version numbers

Experimental

20 Jul 19:19
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

in this release, 4 style names have been changed to conform to the convention of active cell style naming.

e.g.:
headerCellActiveBackgroundColor

is now:
activeHeaderCellBackgroundColor

Below is a list of the 4 changed styles

            ['activeHeaderCellColor', 'rgba(0, 0, 0, 1)'],
            ['activeHeaderCellBackgroundColor', 'rgba(225, 225, 225, 1)'],
            ['activeRowHeaderCellColor', 'rgba(0, 0, 0, 1)'],
            ['activeRowHeaderCellBackgroundColor', 'rgba(225, 225, 225, 1)'],

Experimental

20 Jul 05:00
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release
v0.12.2

ticked version numbers