Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@justindujardin justindujardin released this 12 Jun 22:57
· 21 commits to master since this release

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 and grunt 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.