This repository has been archived by the owner on Feb 2, 2019. It is now read-only.
Releases: justindujardin/ng2-material
Releases · justindujardin/ng2-material
Component Removal Party
Add support for Angular 2.x final, and remove many components in favor of @angular/material implementations. 🎂 🎈
Bug Fixes
- theme: allow overriding theme colors when using scss (fed603c)
- typings: remove in favor of npm @types (#312) (6e819db)
Features
- angular2: update to 2.0.x and latest @angular/material (6b5fc52)
- router: upgrade to 3.0.0 (81116f4)
- yarn: build in travis using yarn (#313) (a15a334)
BREAKING CHANGES
- remove md-card component in favor of: https://github.com/angular/material2/tree/master/src/lib/card
- remove md-button component in favor of: https://github.com/angular/material2/tree/master/src/lib/button
- remove md-icon component in favor of: https://github.com/angular/material2/tree/master/src/lib/icon
- remove md-ink directive in favor of: https://github.com/angular/material2/tree/master/src/lib/core/ripple
- remove md-list component in favor of: https://github.com/angular/material2/tree/master/src/lib/list
- remove md-switch component in favor of: https://github.com/angular/material2/tree/master/src/lib/slide-toggle
- remove .md-whiteframe styles in favor of: https://github.com/angular/material2/blob/master/src/lib/core/style/_elevation.scss
- remove md-message/md-messages components in favor of: https://angular.io/docs/ts/latest/guide/forms.html
v0.6.1
Bug Fixes
- revert to @angular2-material alpha6 (2a26bee)
- for more information: angular/components#954
v0.6.0
v0.5.0
0.5.0 (2016-06-12)
Bug Fixes
- import path in example page (0cbec43), closes #239
- data-table: unsubscribe from observables when destroyed (ab3a326)
Features
- material2: update to alpha 5-2
- tabs: deprecate tabs in favor of material2 and update examples
- build: install typings as postinstall step (772fab4)
- Add Paging component (a6061f6)
- develop: Add
npm tdd
andgrunt tdd
tasks (1b6ba0c) - develop: make npm scripts Windows friendly (c5d63cd)
- examples: add webpack example with ng2-material and material2 (fe58d90), closes #175
BREAKING CHANGES
<md-tabs>
component has been removed. To use tabs, install the material2 tab component: npm install --save @angular2-material/tabs
then check out the examples on the site for usage reference.
Angular2 RC and Material2
Preview build published as beta tag for using latest Angular2 RC build and Material2 components.
v0.3.7
v0.3.6
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.