Releases: fredguile/ng2-md-datatable
code-cleanup
versions-update
Features:
Version 1.7.3 adds compatibility with latest Angular 5.x and Material 5.x
material5
angular5
nothing-nothing
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
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
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
Improvements:
- added pagination attributes by @AndreySyagrovskiy, many thanks! #48
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
select-electre
Fixes:
- Fixed
selectable
attribute not working with an expression - Fixed build pipeline given last updates
Known issues: