From 66b36ca3d6de0ee632ef359438fc93fa21e7356a Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Thu, 19 May 2016 10:38:59 -0700 Subject: [PATCH] release: version 1.0.9 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c60f5312b0a..152e40cbeec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +### 1.0.9 (2016-05-19) + + +#### Features + +* **demos:** add global classes support ([6726ca6c](https://github.com/angular/material/commit/6726ca6c), closes [#8400](https://github.com/angular/material/issues/8400), [#8406](https://github.com/angular/material/issues/8406)) +* **panel:** + * New `$mdPanel` service! + + +#### Bug Fixes + +* **build:** Fix failing tests with Angular 1.6. ([af1e2269](https://github.com/angular/material/commit/af1e2269), closes [#8404](https://github.com/angular/material/issues/8404)) + + ### 1.0.8 (2016-04-28) diff --git a/package.json b/package.json index b0ef3643dd7..3f12bcf7c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-material-source", - "version": "1.0.8", + "version": "1.0.9", "description": "The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible UI components based on the Material Design system. Similar to the Polymer project's Paper elements collection, Angular Material is supported internally at Google by the Angular.js, Material Design UX and other product teams.", "keywords": "client-side, browser, material, material-design, design, angular, css, components, google", "homepage": "https://material.angularjs.org",