diff --git a/CHANGELOG.md b/CHANGELOG.md index 5776adbd53b..d6de7829221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,91 @@ + +### 1.0.0-rc3 (2015-11-06) + + +#### Features + +* **datepicker:** predicate function to allow fine-grained control over pickable dates ([9522148b](https://github.com/angular/material/commit/9522148b), closes [#4538](https://github.com/angular/material/issues/4538), [#5475](https://github.com/angular/material/issues/5475)) +* **ripple:** ink-ripple is now getting an interpolated value ([fbcc3acc](https://github.com/angular/material/commit/fbcc3acc), closes [#5438](https://github.com/angular/material/issues/5438), [#5580](https://github.com/angular/material/issues/5580)) + + +#### Breaking Changes + +* Buttons with undefined `type` will have type="button" assigned, so forms may not submit as previously expected. + +Before: +```html +