Releases: hjalmers/angular-generic-table
Releases · hjalmers/angular-generic-table
v1.0.0-rc.5
[1.0.0-rc.5] - 2016-11-18
Breaking changes
- Changed
component
togtRowComponent
and added typing for expanded row i.e. you must add type to your custom row component - Changed path for type declarations import using
import {GenericTableModule} from 'angular2-generic-table';
v1.0.0-rc.4
[1.0.0-rc.4] - 2016-11-14
Added
- Support for custom table classes
- Support for global table search
v1.0.0-rc.3
[1.0.0-rc.3] - 2016-11-02
Breaking changes
- Changed path for lib type declarations
Fixed
- Sorting of multiple columns
- Sorting null values
- Missing scss file
- Importing Common Module instead of Browser Module to support sub module linking
- Targeting es5
v1.0.0-rc.2
[1.0.0-rc.2] - 2016-10-26
Fixed
- Added sorting classes to table headers and settings object is now updated when sorting changes
Improved
- All pipes are now pure (for better performance)
v1.0.0-rc.1
[1.0.0-rc.1] - 2016-10-25
Added
- Documentation
- Examples