Skip to content

6.0.0-beta-4

Pre-release
Pre-release
Compare
Choose a tag to compare
@tinayuangao tinayuangao released this 06 Mar 00:18
44637f3

Highlights

  • New tree component! The base behavior lives in @angular/cdk with Material Design flavors in
    @angular/material.

Bug Fixes

  • button: hide overflow of buttons to prevent overflow of hover/ripple (#9424) (915a2b7)
  • avoid layout jumping on elements with ripples in RTL (#10026) (900716a)
  • chips: Update chips in chip list, and add margin to chip input (#8579) (67e710c)
  • datepicker: improve native adapter DST handling (#10068) (2fad732)
  • dialog: actions not being pulled down when trapping focus (#10007) (8a402d0), closes #9722
  • dialog: don't provide directionality if user injector has one already (#10004) (e3d7aec)
  • expansion-panel: entire body content being shown on animation start (#10138) (b4b76bd), closes #10134
  • grid-list: default to LTR when Directionality value is empty (#10111) (64ef3a8)
  • grid-list: invalid style declaration during server-side rendering (#10131) (a27d9df)
  • list: align avatar size in dense list with spec (#10028) (d4a4f61), closes #10019
  • list-key-manager: not ignoring vertical key events in horizontal-only mode (#10075) (ffbb425)
  • menu: detach lazily-rendered content when the menu is closed (#10005) (bb1803d), closes #9915
  • overlay: hide overlay container when there are no attached overlays (#10139) (4b528f6), closes #6882 #10033
  • paginator: first/last icons being thrown off on IE and Edge; simplify icon setup (#9776) (dd082cb)
  • select: animation jumping on IE11 (#10050) (a5909db)
  • selection-list: improve accessibility of selection list (#10137) (51fce51), closes #9995
  • selection-list: repeated preselected items not appearing as selected with OnPush parent (#10100) (cdd224a), closes #10090
  • tree: fix type error in tree (#10095) (6d94aec)

Features