Releases: ghiscoding/aurelia-slickgrid
rebuild to fix CSS
- Some of the CSS seemed invalid for some reason, I just did a rebuilt and republish on NPM and it seem to be
fixed now. - Cleaned up the
.npmignore
to have a cleaner and smaller NPM download - Added a
doc
folder which will be use for creating the Github demo page
Complete rewrite
This is a complete rewrite (2 months in the work) and the dependency changed from Slickgrid-ES6 to the original Slickgrid (6pac fork). Read the README for more details.
There is a lot more documentation in this release, a good place to start is the Wiki - HOWTO Step by Step
If you want to know more about the complete rewrite and breaking change, see the README of the project.
Tweak aurelia-slickgrid plugin for new Aurelia-CLI sample to work
- Tweaked/refactored a few pieces of code to make Aurelia-CLI work
- Remove SlickWindowResizer & SlickPager from import, since they souldn't be invoked directly
- Move slick-pager.scss to be with slick-pager.js so that the require css doesn't fail in the bundle
- Since CLI doesn't support import of images in JS, we can use instead simple variables of their URL (update CLI and Webpack in consequence).
- Again CLI doesn't support import of CSS, I had to remove them from the Plugins (headermenu) and make the CSS available at all time in the global CSS.
- Delete all images from dist, since I don't really use them
Add examples, add missing Plugins & renamed `createDatagrid()` to `createGrid()`
- Breaking Change: renamed
createDatagrid()
to simplycreateGrid()
- Add missing
Plugins
directly inaurelia-slickgrid
untilslickgrid-es6
resolve it's own bundle issue with thePlugins
. - Add
Aurelia-Webpack
sample available inclient-wp
folder
official first working release
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
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
v0.1.1 changed import $ to jquery instead of bootstrap
Initial release
v0.1.0 typo