From d87231f2ff355fe28fdd77fc2a524ba87de66d2c Mon Sep 17 00:00:00 2001 From: nshahan Date: Mon, 2 Jul 2018 09:49:59 -0700 Subject: [PATCH] Add CHANGELOG notes for additional changes that got included in the open source release. PiperOrigin-RevId: 202966281 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc0d6f95..e60409c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,6 +89,12 @@ more details. * Update margin on dense theme. #### Material Date Picker +* Add dynamic Date Picker Comparison Options + * Allow user create their own comparison option. + * Provide default comparison options (previous period, previous year, custom). + * New interface `SupportedComparisonOptions` for + `MaterialDateRangePickerComponent`. + * New interface `Disabled` for `DateRangeInput`. * Use updated class names for `ShowHideDirective`. * Fix direction of dropdown arrows in RTL locales. * Allow error messages to be shown on range picker inputs. @@ -112,6 +118,7 @@ more details. * Remove `preserveWhitespace: false`. #### Material Expansion Panel +* Fix issue where header could extend beyond the max-width of its container. * Add a mixin for no borders. * Add a mixin to show header actions on the bottom instead of on the left. * Add mixin to set alignment in the header.