Skip to content

Releases: akveo/ng2-smart-table

v1.0.3

05 Apr 13:02
Compare
Choose a tag to compare

Bug fixes

v1.0.2

04 Apr 08:53
Compare
Choose a tag to compare

Bug fixes

  • build: move ng2-completer and lodash from peerDependencies to dependencies

v1.0.1

29 Mar 16:29
Compare
Choose a tag to compare

Bug fixes

  • build: fix package.json

v1.0.0

29 Mar 16:24
Compare
Choose a tag to compare

Features

  • table: update to angular 4.0.0
  • demo: @angular/cli integration
  • table: add a row hover event (68b73ee), (1ceca0d), (#253), (#262)
  • table: add a deselect row (2ab02b4), (#94)
  • table: add a getFilteredAndSorted function (df3f343), (#249)

Bug fixes

  • table: ng2-completer failed with empty value (b0e1797), closes (#164)
  • table: add a check for existing filters (8daa70f), (#40)
  • table: fix the actions column positioning (ebfbd54), (#245)

Code Refactoring

  • table: move the components to the modules
  • demo: move some examples to new /examples route (#213)

v0.6.0-0

02 Mar 15:51
Compare
Choose a tag to compare

Features

  • core: configuring column filters (#185)
  • core: custom cell view component (#193)
  • core: update to angular 2.4.9

Bug Fixes

Code Refactoring

  • core: grouping components by section (#172)