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

Releases: justindujardin/ng2-material

Component Removal Party

18 Oct 17:00
Compare
Choose a tag to compare

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

BREAKING CHANGES

v0.6.1

07 Aug 21:45
Compare
Choose a tag to compare

Bug Fixes

v0.6.0

07 Aug 21:44
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • The automated builds will no longer execute tests against IE9 and IE10 browsers. IE11 will be tested.

v0.5.0

12 Jun 22:57
Compare
Choose a tag to compare

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.

Angular2 RC and Material2

15 May 21:32
Compare
Choose a tag to compare
Pre-release

Preview build published as beta tag for using latest Angular2 RC build and Material2 components.

v0.3.7

24 Apr 17:58
Compare
Choose a tag to compare

0.3.7 (2016-04-24)

Bug Fixes

  • input: issue when typing rapidly into an input (4386d56)

v0.3.6

17 Apr 20:59
Compare
Choose a tag to compare

0.3.6 (2016-04-17)

Bug Fixes

  • update messages when form validation status changes (99df994)

Features

  • make visibility input available for sidenav (#173) (b735650)
  • JetBrains: free OS licenses of WebStorm for major contributors (195ee4c)

v0.3.5

10 Apr 21:14
Compare
Choose a tag to compare

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 utility rAF function. Inject the ViewportHelper service for rAF, and the Media 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.

v0.3.0

27 Mar 20:08
Compare
Choose a tag to compare

0.3.0 (2016-03-27)

Features

  • Data table component with selectable rows (9e8f0ac)
  • angular2: update to beta 12 (887042e)

v0.2.13

27 Mar 20:07
Compare
Choose a tag to compare

0.2.13 (2016-03-27)

Bug Fixes

  • issue with compiling scss
  • package.json to run tests and serve the app (799c8d1)
  • rxjs-dependency version needs to be frozen for the moment. (53d3bf9)