No new feature, but there are quite some news in this release, and that's a major update:
First I refactored code for better readability using my now default stack namely ESLint + Prettier
Breaking change: If you've followed the latest Material 2 changes, you already know about the renaming of all Md prefixes to Mat. This lib follows these conventions as well, and all Md classes are now renamed to Mat. Note that I didn't change the selectors, so you won't have to change your templates!
Reworked the build process to deliver an official Angular 4+ library packaging:
as an ES2015 FESM package
as an ES5 FESM package
as a UMD package for System.JS (you would use this in Plunker)
We can expect smaller bundle sizes after this (more efficient tree-shaking).
Added a notice regarding the official Material 2 DataTable (yes you can still use this one if you'd like)
No new feature, but there are quite some news in this release, and that's a major update:
First I refactored code for better readability using my now default stack namely ESLint + Prettier
Breaking change: If you've followed the latest Material 2 changes, you already know about the renaming of all Md prefixes to Mat. This lib follows these conventions as well, and all Md classes are now renamed to Mat. Note that I didn't change the selectors, so you won't have to change your templates!
Reworked the build process to deliver an official Angular 4+ library packaging:
We can expect smaller bundle sizes after this (more efficient tree-shaking).