Skip to content

Releases: aurelia-ui-toolkits/aurelia-v-grid

0.2.6

06 Oct 14:42
Compare
Choose a tag to compare

Fix for gulp watch in demo.

Note:
To use the grid without installing in es2016 skeleton you will now need to un comment the plugin.js file code

0.2.5

13 Sep 18:03
Compare
Choose a tag to compare

Removed "important!" from the row css.

0.2.4

01 Sep 19:05
Compare
Choose a tag to compare

Scrollbar fix when resizing window

0.2.3

28 Jul 15:38
Compare
Choose a tag to compare

Fix to the config-builder.js

0.2.2

28 Jul 15:01
Compare
Choose a tag to compare

Fix for Aurelia CLI

0.2.1

28 Jul 13:30
Compare
Choose a tag to compare

Updated dependencies (Aurelia version 1.0)

0.2.0

22 Jul 10:12
Compare
Choose a tag to compare

Breaking change:
Utility functions to take and return just a array, and setColumns also now sets internal column count

New feature:
<v-grid> attribute:

  • v-only-custom : settingthis to true stops grid to add the custom attributes like v-key-move, v-image-fix, v-resize-col, v-drag-drop-col, v-observe-field when in simple or column setup so you have more control when using these
  • v-attribute-observe : setting observer on current entity attributes for updates to current row

this.myGrid.ctx Utility functions:

  • orderBy(sortArray): for multisort by code
  • reGenerateColumns(resetScrollToTop) : call when you have set new column by code, and grid will rebuild the columns with new setup

0.1.0

04 Jul 12:57
Compare
Choose a tag to compare

First release of Aurelia v-grid plugin