Skip to content

v1.4.0

Compare
Choose a tag to compare
@hjalmers hjalmers released this 30 Aug 07:20
· 19 commits to master since this release

[1.4.0] - 2016-08-30

Breaking changes

  • Expand property in field settings is no longer used to define which directive to use when expanding/opening a row, just pass true if clicking column should expand row. Use gtExpand attribute to pass and object containing which directive to use and optionally, if multiple rows should be allowed, add that property as well like this:
    expandConfig:{ directive:'<my-custom-directive></my-custom-directive>', multiple:true // false by default }

Added

  • Support for responsive layout using stacked columns
  • Support for custom sort function
  • Support for only having one row expanded/opened at a time

Fixed

  • Sorting of null vales

Improved

  • Removed some unnecessary two-way-bindings and watches
  • Scopes created using $compile are now removed along with their watches (if any)