Skip to content

bamboo-shampoo

Compare
Choose a tag to compare
@mmalerba mmalerba released this 29 May 19:52
b26b58c

Highlights

  • An initial implementation of virtual scrolling is now available in @angular/cdk-experimental.
    Please note that, since these components are still experimental, they may have bugs and the API
    is subject to change.

Bug Fixes

  • autosize: textarea receiving focus on init (#11460) (7d447c2), closes #11451 #11308
  • button: disable all animations when using the NoopAnimationsModule (#11477) (1a75152), closes #10590
  • checkbox, radio: remove webkit tap highlights (#11349) (4b2cc1a)
  • form-field: disable all animations when using NoopAnimationsModule (#11371) (9062640), closes #10590
  • form-field: infinite loop when using outline appearance and element isn't in the DOM (#11406) (e592615), closes #11329
  • menu: lazy-rendered content being duplicated when toggling quickly (#11348) (fb5cdb2), closes #11331
  • nav-schematics: update isHandset$ type and fix template expression (#11448) (b9041e3), closes #11445 #11441
  • overlay: incorrect position when using flexible positioning and rtl on the body (#11393) (acc24c4), closes #11387
  • accordion, expansion: prevent nested expansion panels from registering to the same accordion (#11342) (9bf720a)
  • select: panel content blurry in some browsers (#11434) (3dc3fcd)
  • slide-toggle: disable animations when using NoopAnimationsModule (#11414) (1d96d5a), closes #10590
  • slider: disable animations when using NoopAnimationsModule (#11422) (cf17ef7), closes #10590
  • table: data source not unsubscribing from render changes subscription (#11394) (9313f18), closes #11382

Features

  • a11y: add cdkAriaLive directive (#11352) (64a70ad)
  • expansion: allow expansion indicator positioning (#8199) (51d859f)
  • overlay: allow for Directionality instance to be passed in (#11411) (be577b1)
  • progress-spinner: add injection token for configuring the diameter and stroke globally (#11493) (c3899cf), closes #11490
  • collections: add ArrayDataSource, a DataSource wrapper for Array and Observable (#11354) (f59658d)

Performance Improvements

  • overlay: only compute and emit position changes if there are subscribers (#11431) (c68ccc9)