This repository has been archived by the owner on Feb 2, 2019. It is now read-only.
v0.3.5
Bug Fixes
- fix ProgressCircular tests about diameter (9c6ae37)
- universal: workaround incomplete parse5 adapter (0cf5608)
Features
- revamp interaction between table and rows. Now it only works with EventEmitter (115ba65)
- updated material icon font (c313b2c)
- angular2: update to beta 14 (7afdd23)
- md-data-table: Add data-table style hooks (f1f3c68)
- universal: export node and browser compatible services (67e8054)
BREAKING CHANGES
- universal: Remove static
Media.hasMedia
method and utilityrAF
function. Inject theViewportHelper
service for rAF, and theMedia
service for hasMedia. This static method referred to the window directly.
The use of MATERIAL_PROVIDERS
has been deprecated. Please use either MATERIAL_NODE_PROVIDERS
or MATERIAL_BROWSER_PROVIDERS
as is appropriate for your platform.