Skip to content

chocolate-reality

Compare
Choose a tag to compare
@jelbourn jelbourn released this 14 May 22:39
· 10 commits to 6.0.x since this release
10cad5e

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