Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @angular/material to the latest version 🚀 #305

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 30, 2018

Version 5.1.1 of @angular/material was just published.

Dependency @angular/material
Current Version 2.0.0-beta.10
Type dependency

The version 5.1.1 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of @angular/material.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


greenkeeper[bot] seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

greenkeeper bot added a commit that referenced this pull request Feb 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 5, 2018

Version 5.2.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 12, 2018

Version 5.2.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 21, 2018

Version 5.2.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2018

Version 5.2.3 just got published.

Update to this version instead 🚀

Release Notes diamond-silhouette

Bug Fixes

  • cdk-dialog: decorate dialog as an injectable (#10052) (07b4250)
  • datepicker: improve native adapter DST handling (#10068) (2837196)
  • avoid layout jumping on elements with ripples in RTL (#10026) (c93103b)
  • dialog: actions not being pulled down when trapping focus (#10007) (9a39e24), closes #9722
  • dialog: don't provide directionality if user injector has one already (#10004) (6ec0af1)
  • grid-list: default to LTR when Directionality value is empty (#10111) (65810bc)
  • grid-list: invalid style declaration during server-side rendering (#10131) (1576a99)
  • list: align avatar size in dense list with spec (#10028) (7d81b6f), closes #10019
  • list-key-manager: not ignoring vertical key events in horizontal-only mode (#10075) (f31a2f1)
  • selection-list: repeated preselected items not appearing as selected with OnPush parent (#10100) (f93d0f4), closes #10090
  • stepper: require users to visit non-optional steps (#10048) (d26aa6e)

greenkeeper bot added a commit that referenced this pull request Mar 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2018

Version 5.2.4 just got published.

Update to this version instead 🚀

Release Notes ash-submarine

Bug Fixes

  • chips: Update chips in chip list, and add margin to chip input (#8579) (3074b45)
  • expansion-panel: entire body content being shown on animation start (#10138) (35b66f9), closes #10134
  • menu: detach lazily-rendered content when the menu is closed (#10005) (37b1a09), closes #9915
  • menu: Fix #10005 lint error (c8ca770)
  • overlay: hide overlay container when there are no attached overlays (#10139) (d0bc91d), closes #6882 #10033
  • paginator: first/last icons being thrown off on IE and Edge; simplify icon setup (#9776) (85f9491)
  • selection-list: improve accessibility of selection list (#10137) (cbe11d4), closes #9995

greenkeeper bot added a commit that referenced this pull request Apr 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 18, 2018

Version 5.2.5 just got published.

Update to this version instead 🚀

Release Notes cardboard-kangaroo

Highlights

  • Tweak peer deps to avoid warnings when updating Angular to 6.0

greenkeeper bot added a commit that referenced this pull request May 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 7, 2018

Version 6.0.1 just got published.

Update to this version instead 🚀

Release Notes glass-spaceship

6.0.1 glass-spaceship (2018-05-07)

Bug Fixes

  • chips: stacked chips overflowing chip list (#11143) (70ba46e)
  • datepicker: don't autofocus calendar cell if used outside of overlay (#11049) (2a02ce2)
  • focus-monitor: don't null-out focus until after event is finished with capture & bubble (#10721) (71ac0ae)
  • focus-monitor: reenter ngzone before emitting (#10549) (8be7d4e)
  • form-field: error on IE11 when using outline appearance (#11108) (3f87309)
  • icon: log full error message when icon set fails to load (#10915) (f6af40c)
  • ng-add: install added packages (#11163) (bf9d5bb)
  • radio: update set disabled directly on MatRadioButton to trigger change detection (#11056) (a4597c9)

greenkeeper bot added a commit that referenced this pull request May 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2018

Version 6.0.2 just got published.

Update to this version instead 🚀

Release Notes chocolate-reality

Bug Fixes

  • autocomplete: panel blending in with background in high contrast mode (#11190) (23fca28)
  • autosize: error thrown by IE in some cases when component is destroyed (#11109) (408134f)
  • button: ripples not being clipped by button border radius (#11181) (a1d98a9), closes #11160
  • checkbox: update MatCheckbox disabled setter to trigger change detection (#11098) (22baefc)
  • datepicker: dateInput event being fired if the value hasn't changed (#10952) (f3d436d)
  • dialog: min-height and max-height not having an effect on dialog container (#11235) (7ea3900)
  • icon: remove duplicate icon registry provider (#11214) (c66d6a5)
  • add custom theme using string ref in angular.json (#11189) (f0b1529), closes #11188
  • ripple: disable ripple animations when using NoopAnimationsModule (#11205) (29d7330)
  • sidenav: disable all sidenav animations when using NoopAnimationsModule (#11180) (0c7998c)
  • stepper: error being thrown if selected step is accessed too early (#11186) (834c6f7), closes #11158
  • stepper: handle keyboard interactions if direction changes after init (#11067) (b15b8be)
  • table: add missing constructors (#11252) (f02bb05)
  • tabs: handle long tab labels in mat-tab-nav-bar (#10903) (f5eda86)

Performance Improvements

  • sidenav: avoid hitting zone continuously when using autosize option (#11231) (2764ea6), closes #11215

greenkeeper bot added a commit that referenced this pull request May 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 21, 2018

Version 6.1.0 just got published.

Update to this version instead 🚀

Release Notes plaster-parliament

6.1.0 plaster-parliament (2018-05-21)

Features

  • autocomplete: add the ability to set a different panel connection element (#11284) (efe37f5), closes #11269
  • autocomplete: allow autocomplete panel to be disabled (#11142) (e8bc0e9)
  • button: add isIconButton and isRoundButton properties (#11226) (318d699)
  • cdk-input: change autosize to be bindable (#9884) (#11167) (2d227b7)
  • elevation: add $opacity argument to elevation mixins (#10877) (fbf5648)
  • observe-content: refactor so logic can be used without directive (#11170) (ba57852)
  • overlay: add support for automatically setting the transform-origin based on the current position (#10868) (d26735c)
  • overlay: expose flexible overlay features through CdkConnectedOverlay (#11069) (ef0229c)
  • table: allow multiple header/footer rows (#11245) (641edc3)
  • table: enable multiple data rows (#11116) (c15e307)
  • tree: Add support for trackBy (#11267) (ff34dac)

Bug Fixes

  • animations: prevent animations when in a noopanimations module (#10881) (81b6a78)
  • autocomplete: panel blending in with background in high contrast mode (#11190) (9e9daf8)
  • autocomplete: return consistent output from panelClosingActions (#8533) (2815607), closes #7553
  • autosize: error thrown by IE in some cases when component is destroyed (#11109) (af09c8f)
  • button: ripples not being clipped by button border radius (#11181) (6e026d7), closes #11160
  • button-toggle: fix button toggle with 0 value not checked (#11292) (9a8cd4d)
  • checkbox: disable animations when using NoopAnimationsModule (#11249) (93b5892), closes #11205
  • checkbox: update MatCheckbox disabled setter to trigger change detection (#11098) (ce1b517)
  • chips: stacked chips overflowing chip list (#11143) (d3c8cc5)
  • datepicker: dateInput event being fired if the value hasn't changed (#10952) (a62cdb6)
  • datepicker: don't autofocus calendar cell if used outside of overlay (#11049) (2897797)
  • dialog: min-height and max-height not having an effect on dialog container (#11235) (a20dfd3)
  • dialog,bottom-sheet: don't provide directionality if no direction is set (#11285) (cd37a54), closes #11262
  • expansion-panel: inconsistent margin for nested panels (#11305) (1bf5c41), closes #11254
  • focus-monitor: don't null-out focus until after event is finished with capture & bubble (#10721) (0b7572b)
  • focus-monitor: reenter ngzone before emitting (#10549) (37193d8)
  • form-field: error on IE11 when using outline appearance (#11108) (c9bd05c)
  • icon: log full error message when icon set fails to load (#10915) (fbf06bb)
  • icon: remove duplicate icon registry provider (#11214) (67a6aa1)
  • nav-schematics: Subscribe to breakpoint observable (#11310) (d52acc9)
  • ng-add: install added packages (#11163) (be08eb9)
  • overlay: injection errors for scroll strategy providers in lazy-loaded modules (#11213) (0cda47c), closes #10820
  • radio: disable animations when using NoopAnimationsModule (#11296) (af78b97)
  • radio: update set disabled directly on MatRadioButton to trigger change detection (#11056) (860ce13)
  • ripple: disable ripple animations when using NoopAnimationsModule (#11205) (9715928)
  • sidenav: disable all sidenav animations when using NoopAnimationsModule (#11180) (03e749a)
  • sidenav-demo: trigger event opened (#11225) (853b04c)
  • snack-bar: snack bar not animating in if no positions are passed in (#11230) (f5377dd), closes #11197
  • stepper: error being thrown if selected step is accessed too early (#11186) (4638833), closes #11158
  • stepper: handle keyboard interactions if direction changes after init (#11067) (116ee60)
  • table: add missing constructors (#11252) (8e7dd80)
  • tabs: handle long tab labels in mat-tab-nav-bar (#10903) (61dd937)
  • tooltip: not handling direction changes after the first open (#11324) (abc3d38)
  • add custom theme using string ref in angular.json (#11189) (33b5df4), closes #11188

Performance Improvements

  • sidenav: avoid hitting zone continuously when using autosize option (#11231) (c936bc9), closes #11215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant