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.