Skip to content

Releases: fredguile/ng2-md-datatable

code-cleanup

27 Feb 14:45
Compare
Choose a tag to compare

Minor code cleanup, no change in functionalities

versions-update

26 Feb 12:29
Compare
Choose a tag to compare

Features:

Version 1.7.3 adds compatibility with latest Angular 5.x and Material 5.x

material5

29 Dec 18:15
f8ba1f5
Compare
Choose a tag to compare

Features:

Version 1.7.x adds compatibility for Angular 5.x and Material 5.0.0 final.

angular5

12 Nov 23:29
Compare
Choose a tag to compare

Features:

Version 1.6.x adds compatibility for Angular 5.x, Material 5.0.0-rc and RxJS 5.5.x. I managed to slighty reduce the size of the UMD bundle by using Rx's lettable operators.

nothing-nothing

07 Nov 11:16
Compare
Choose a tag to compare

Just a small version bump: I did publish another version to correctly update npmjs.com homepage with the latest revision of my README. No fix or feature whatsoever. Have fun!

interface-warning-fix

23 Oct 16:27
Compare
Choose a tag to compare

Fixed / Breaking change:

Replaced these 3 interfaces by classes:

  • IDatatablePaginationEvent => DatatablePaginationEvent
  • IDatatableSelectionEvent => DatatableSelectionEvent
  • IDatatableSortEvent => DatatableSortEvent

This to avoid an unsolvable warning when using them as type decorators.

You can read more here about this issue:
angular/angular-cli#2034 (comment)

fesm-in-the-attic

10 Oct 16:27
Compare
Choose a tag to compare

Improvements:

  • refactored code structure for better readability, using my now default beautifiers ESLint + Prettier
  • reworked the build process to deliver an official Angular 4+ library including:
    • a tree-shakable ES2015 FESM package
    • a tree-shakable ES5 FESM package
    • an UMD package for System.JS (you would use this in Plunker)
    • expect smaller file sizes (when using Webpack or Angular-CLI) and faster building times
  • added a notice regarding the official Material 2 DataTable (yes you can still use this one if you'd like)

Breaking changes:

The library is now enabled for the latest material-2.0.0-beta.12. If you've followed the latest Material 2 changes, you already know about the renaming & deprecation of all Md prefixes to Mat prefixes.

This lib follows these conventions as well, and all Md classes are now renamed to Mat. Please update your code accordingly.

Note that I didn't change the selectors, so you normally won't have to change your templates.

Feel free to open issues regarding feedback on this release.

added-pagination-api

13 Jun 13:01
Compare
Choose a tag to compare

Improvements:

Fixes:

  • fixed a RxJS dependency error
  • fixed documentation & demo-app regarding the selectable attribute. Please make sure in your code that you always pass a boolean value to it, true|false|expression. Thanks for not using it without attribute value.

hotfix-it

08 Jun 11:26
Compare
Choose a tag to compare

Hotfix for #47

select-electre

07 Jun 08:40
Compare
Choose a tag to compare

Fixes:

  • Fixed selectable attribute not working with an expression
  • Fixed build pipeline given last updates

Known issues: