Skip to content

Releases: ghiscoding/Angular-Slickgrid

Add Inline Editors and Click events

31 Oct 00:36
Compare
Choose a tag to compare
  • Add Inline Editors
  • Expose grid and dataview objects at the component level
    • exposing them gives access to all the SlickGrid events (like onClick, onCellChange which are useful for opening a modal window on clicking an edit icon)
  • moved some of the imports from SlickGrid (3rd party lib files) to the Angular-Slickgrid library which in terms simplifies the angular-cli.json file by a lot.
    • used a minor semver release to make sure that you update your angular-cli.json file with the simplified way, refer to the updated HOWTO

Tweaked GraphQL Service

25 Oct 19:45
Compare
Choose a tag to compare
  • renamed onBackendEventChanged to onBackendEventApi
  • add a new onInit property within the onBackendEventApi to initialize the grid with data on page load
  • fixed onSort and onPagination issues with Observable
  • fix styling issue, sort icon not showing when grid has no scroll

add new GraphQL Operator "Contains" and make it default when filter

25 Oct 03:18
Compare
Choose a tag to compare
  • Add a new GraphQL Operator "Contains" and make it default when filtering.
  • Also add more conversion check from Observable to Promise in filter.service.

GraphQL implementation

24 Oct 21:10
Compare
Choose a tag to compare
  • Release GraphQL implementation
  • Dropped 3 gridOptions definitions (onPaginationChanged, onSortChanged, onFilterChanged) in favor of 1 grouped definition (onBackendEventChanged)
    • Because of this last change, I pushed a Minor semver release (0.4.0)

Switched packaging from "angular-library-starter" to "ng-packagr"

17 Oct 23:00
Compare
Choose a tag to compare

This is a huge change and I was tempted to make it a Major release (semver) but ended up only doing a Minor release (0.3.x) instead. The only breaking change that I see is that there is no longer a dist folder in the NPM package which only affects the CSS/SCSS which isn't enough to make it a Major release.

The HOWTO Wiki got updated with the new paths for CSS/SCSS

new package with ng-packagr

17 Oct 21:29
Compare
Choose a tag to compare
beta

replace packaging library with ng-packagr

Initial release

06 Oct 17:55
Compare
Choose a tag to compare
v0.2.6

changed an export in index