Releases: akveo/ng2-smart-table
Releases · akveo/ng2-smart-table
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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)