Skip to content

Releases: hjalmers/angularjs-generic-table

v1.5.1

21 Mar 18:24
Compare
Choose a tag to compare

[1.5.1] - 2017-03-21

Fixed

  • Bower.json

v1.5.0

21 Mar 18:15
Compare
Choose a tag to compare

[1.5.0] - 2017-03-21

Breaking changes

  • Changed package name from angular-generic-table to angularjs-generic-table to avoid conflict with version for angular 2+. In order to get everything to work you need to update references to generic-table source files in your code.

v1.4.4

16 Dec 14:21
Compare
Choose a tag to compare

[1.4.4] - 2016-12-16

  • Fixed build error

v1.4.3

16 Dec 12:21
Compare
Choose a tag to compare

[1.4.3] - 2016-12-16

Fixed

  • Improved chunk method used for pagination

v1.4.2

06 Sep 08:56
Compare
Choose a tag to compare

[1.4.2] - 2016-09-06

Fixed

  • error when exporting hidden columns to excel

v1.4.1

30 Aug 14:15
Compare
Choose a tag to compare

[1.4.1] - 2016-08-30

Fixed

  • null values in data were rendered as "null" in IE, now they're converted to empty string

v1.4.0

30 Aug 07:20
Compare
Choose a tag to compare

[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)

v1.3.3

19 Aug 15:29
Compare
Choose a tag to compare

[1.3.3] - 2016-08-19

Fixed

  • Compile error
  • Sorting will now be reset unless ctrl-key or meta-key (mac) is pressed while sorting

Added

  • Excel export will by default escape unsafe methods, use new setting exportEscapeString to override
  • Support for passing scope to compile function, can be used for two way binding of table data
  • Support for custom search function, this function is used to set column value when searching the table

v1.3.2

05 Aug 06:02
Compare
Choose a tag to compare

[1.3.2] - 2016-08-05

Fixed

  • Minor markup error

v1.3.1

14 Jul 14:39
Compare
Choose a tag to compare

[1.3.1] - 2016-07-14

Fixed

  • Typo in bower package name and removed some unnecessary dependencies