Changes:
- Security updates in dependencies.
Changes:
- Updated examples dependencies. (Thanks to @PascalHonegger)
Changes:
- Angular and RxJS get updated to version 6 (see package.json). The only code changes include changes to systemjs.config and two import statements.
(Pull Request #3. Thanks to @PascalHonegger)
Changes:
- First commit of forked project (@cmglez10/ng-datatable)
- Updated to Angular 5
Fixes:
- fix AOT incompatibility, changing @angular dependencies to peerDependencies, thanks to @trevex (#91)
Changes:
- added inputs/outputs for sorting (#14)
Bugfixes:
- detect changes in inputData array (#10)
- fixed detecting changes in mfRowsOnPage (#32)
- fixed support for AOT compilation
Changes:
- changed the old "typings" system to the new "@types" system
- added support for AOT compilation
Bugfixes:
- sorting by child properties (#41)
Breaking changes:
- update angular library to 2.0.0
Bugfixes:
- sort case insensitive
- fixed pagination, fix #29, #33
#Changelog
Breaking changes:
- update angular library to 2.0.0-rc.0
Breaking changes:
- move `rowsOnPage` and `activePage` input from BootstrapPaginator to DataTable directive
Bugfixes:
- fix error when mfData input is undefined
- add src so map files should have correct paths
Bugfixes:
- fix not visible paginator
Bugfixes:
- add import for lodash in file `DataTable.ts`
Bugfixes:
- remove `href` attribute from DefaultSorter
- add style `cursor: pointer` to links in DefaultSorter and BootstrapPaginator
Bugfixes:
- remove `href` attribute from BootstrapPaginator template