Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Latest commit

 

History

History
112 lines (60 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

112 lines (60 loc) · 2.03 KB

Changelog

0.7.3 (2018-10-04)

Changes:

- Security updates in dependencies.

0.7.2 (2018-10-03)

Changes:

- Updated examples dependencies. (Thanks to @PascalHonegger)

0.7.1 (2018-10-03)

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)

0.7.0 (2018-03-15)

Changes:

- First commit of forked project (@cmglez10/ng-datatable)
- Updated to Angular 5

0.6.0 (2017-03-27)

Fixes:

- fix AOT incompatibility, changing @angular dependencies to peerDependencies, thanks to @trevex (#91)

0.5.2 (2016-11-13)

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

0.5.1 (2016-10-25)

Changes:

- changed the old "typings" system to the new "@types" system
- added support for AOT compilation

Bugfixes:

- sorting by child properties (#41)

0.5.0 (2016-10-09)

Breaking changes:

- update angular library to 2.0.0

Bugfixes:

- sort case insensitive
- fixed pagination, fix #29, #33

#Changelog

0.4.2 (2016-05-11)

Breaking changes:

- update angular library to 2.0.0-rc.0

0.3.0 (2016-05-08)

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

0.2.5 (2016-04-19)

Bugfixes:

- fix not visible paginator

0.2.4 (2016-04-19)

Bugfixes:

- add import for lodash in file `DataTable.ts`

0.2.3 (2016-03-21)

Bugfixes:

- remove `href` attribute from DefaultSorter
- add style `cursor: pointer` to links in DefaultSorter and BootstrapPaginator

0.2.2 (2016-03-21)

Bugfixes:

- remove `href` attribute from BootstrapPaginator template