Skip to content

Releases: ghiscoding/aurelia-slickgrid

Add examples, add missing Plugins & renamed `createDatagrid()` to `createGrid()`

19 Jan 05:31
Compare
Choose a tag to compare
  • Breaking Change: renamed createDatagrid() to simply createGrid()
  • Add missing Plugins directly in aurelia-slickgrid until slickgrid-es6 resolve it's own bundle issue with the Plugins.
  • Add Aurelia-Webpack sample available in client-wp folder

official first working release

11 Jan 01:45
Compare
Choose a tag to compare

This release is the first official working release.
The first few objects you can import are:
import {SlickPager, SlickWindowResizer, SlickService} from 'aurelia-slickgrid';

Examples will come very soon but not today.

Only make slickPager as a globalResources

10 Jan 04:24
Compare
Choose a tag to compare

Trying to make the Aurelia-Slickgrid plugin to work. I think that only the slickPager should be a globalResources since that is the only piece with View/ViewModel (html/js)

Changed $ reference to jquery instead of bootstrap

09 Jan 14:05
Compare
Choose a tag to compare
v0.1.1

changed import $ to jquery instead of bootstrap

Initial release

08 Jan 22:49
Compare
Choose a tag to compare
v0.1.0

typo