Skip to content

v1.0.0

Choose a tag to compare

@azhukaudev azhukaudev released this 29 Mar 16:24
· 104 commits to master since this release

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)