Skip to content

Releases: angular/components

tanzanite-cable

02 Nov 23:00
1d863f3
Compare
Choose a tag to compare

11.0.0-rc.1 "tanzanite-cable" (2020-11-02)

material

bug fix icon: not updating svg icon assigned through setter (#20509) (9f73933), closes #20470
bug fix list: exclude icons from harness getText result (#20845) (aec12b6), closes #20812

google-maps

bug fix maintain subscriptions across event targets (#20897) (ca04bce), closes #20873 #20873
bug fix rendering blank if custom options with no zoom are provided (#20882) (0b9160b)

material-experimental

bug fix mdc-checkbox: fix broken dark theme (#20940) (f76578d)
bug fix mdc-snack-bar: add missing exports (#20928) (6add7fe)

carnelian mountain

02 Nov 23:10
7226f21
Compare
Choose a tag to compare

10.2.7 "carnelian mountain" (2020-11-02)

material

bug fix icon: not updating svg icon assigned through setter (#20509) (6b13154), closes #20470
bug fix list: exclude icons from harness getText result (#20845) (8638456), closes #20812

google-maps

bug fix maintain subscriptions across event targets (#20897) (38dc511), closes #20873 #20873
bug fix rendering blank if custom options with no zoom are provided (#20882) (c9700df)

material-experimental

bug fix mdc-checkbox: fix broken dark theme (#20940) (15e4802)
bug fix mdc-snack-bar: add missing exports (#20928) (308dd24)

aluminum-mums

27 Oct 20:05
0ccaef9
Compare
Choose a tag to compare

cdk

bug fix drag-drop: error if dragging starts from active sibling container (#20704) (f85facf), closes #20623
bug fix drag-drop: error when cloning file input with value (#20793) (ff5d09f), closes #20783
bug fix drag-drop: references to SVG not working inside preview (#20742) (b371b51), closes #20720
feature scrolling: update CdkVirtualForOf to work with sets. (#20594) (9ea3d01), closes #20210

material

bug fix button: add more prominent focus indication in high contrast mode (#20821) (1c39b72), closes #20820
bug fix menu: getLabel not working if text is inside indirect descendant node (#20705) (37bf838), closes #20200
bug fix slider: some screen readers announcing long decimal values (#20760) (2226577), closes #20719

material-experimental

bug fix mdc-slide-toggle: align focus behavior with standard version (#20772) (77358cc)

cashmere-cup

15 Oct 19:59
e03a4d6
Compare
Choose a tag to compare
cashmere-cup Pre-release
Pre-release

cdk

bug fix testing: avoid using dotted property access for dispatchEven… (#20754) (7d99c35)
feature overlay: connected-overlay directive should have input for disabling escape close (#20585) (57c7b6a)
feature testing: add the ability to dispatch arbitrary events (#20714) (b7cfe67)
feature testing: support right clicking on a TestElement (#20400) (b1be164), closes #20385

material

bug fix datepicker: add close button for screen readers (#20666) (407398f), closes #14379
bug fix datepicker: don't handle escape key presses with modifier (#20713) (54f36a3)
bug fix select: make VoiceOver read options for selects in dialogs (#20695) (33a43f7), closes #20694
feature select: add a global option to specify overlay panel class (#20702) (17a9ad0)
feature tabs: allow for dynamicHeight to be configured through MAT_TABS_CONFIG (#19677) (d6e6f44), closes #19662
feature tree: add getTreeStructure for tree harness (#20568) (483c3e2)

material-experimental

bug fix mdc-form-field: implement new methods added to text field adapter (#20739) (c3aa76e)
bug fix mdc-form-field: test harness referring to non-MDC harnesses (#20762) (02d334c)

ink-peony

15 Oct 01:40
8ad4003
Compare
Choose a tag to compare

material

bug fix autocomplete: don't prevent escape key actions with modifiers (#20706) (9332230), closes #16202
bug fix datepicker: lifecycle hooks not being called (#20700) (6318389)
bug fix form-field: dynamic hint end alignment not working (#20657) (95cc020), closes #20629
bug fix list: emit selectionChange event when selecting with ctrl + a (#20667) (d10a20f), closes #15696
bug fix slider: some screen readers announcing long decimal values (#20721) (ad17eb9), closes #20719
bug fix tabs: some bugs with docs and coercion (#20356) (f9547dd)
bug fix tooltip: convert message to string (#20685) (214bc7b), closes #20684

zirconium-czar

05 Oct 22:17
1c83423
Compare
Choose a tag to compare
zirconium-czar Pre-release
Pre-release

cdk

bug fix a11y: cdkAriaLive default to polite (#20672) (1ac653f), closes #11618
bug fix a11y: error if FocusMonitor is used on non-element nodes (#20640) (9edab81), closes #20632
bug fix drag-drop: throw if drop list or handle are set on a non-element node (#20668) (d4b505a), closes #13540
bug fix testing: fix behavior in fakeAsync tests (#20638) (40fa9ff)
bug fix tree: fix level for nested tree nodes (#20226) (f951bf4)
feature coercion: add coercion for string arrays (#20652) (a14eeb4)
feature table: add API for registering no data row (#20658) (58341a7), closes #20560
feature table: fixed table layouts (#20258) (58e0c48)
feature testing: add getNativeElement to harness environments (#20538) (1328420)
feature testing: add the ability to select options inside a native select (6de8ca3)
feature testing: allow disabling & batching of change detection (#20464) (5562788)
feature testing: make MatButtonHarness extend ContentContainerComponentHarness (#20653) (8cacf64)
performance testing: Improve performance of clicking in unit tests. (#20441) (5b725d6)

material

Breaking changes:

  • snack-bar: matSnackBarHarness.getRole() replaced with .getAriaLive() due to using aria-live
    rather than the alert and status roles.
  • Deprecated month constants from @angular/material/core have been
    removed. These have been accidentally published in the past while they
    were only intended for internal consumption in tests.
bug fix core: incorrectly formatting dates in the years 0 to 99 (#20612) (dd49fa6), closes #20418
bug fix datepicker: fix handling of short years (#20709) (b3f1fb3)
bug fix menu: open animation not working on repeat opens (#20382) (ea628c9), closes #20379
bug fix select: option active styling not removed when value is changed programmatically (#20649) (c4078aa), closes #19970 #19970
bug fix snack-bar: flaky screen reader announcements for NVDA/JAWS (#20487) (cf8e8ee)
feature autocomplete: add panelClass default option (#20429) (3c2334c)
feature datepicker: add viewChanged output to calendar (#13759) (#20468) (dfdf5cf)
feature drag-drop: add predicate function for whether an item can be sorted into an index (#20389) (d14d986), closes #19436
feature stepper: add theming support (#20424) (e545b56), closes #20416
feature tree: add test harness for MatTree (#20323) (5916800)
refactor remove month constants from core (#18111) (98d4799)

youtube-player

bug fix YT.Player is not a constructor (#20616) (b0d0388), closes #20598 angular#20598

cdk-experimental

bug fix combobox: not cleaning up overlay on destroy (#20407) (6d1a259)
feature menu: add ability to open menus from a standalone trigger (#20363) (de98466)
feature menu: add smart aim functionality to the menu (#20442) (fb8721a)

material-experimental

bug fix mdc-button: align public API with material/button (#20679) (55b74e3)
bug fix mdc-core: active option not visible in high contrast mode (#20396) (23b4c88)
bug fix mdc-core: expose same symbols as material/core (#20664) (4f77679)
bug fix mdc-core: option text not centered on IE11 (#20626) (4b37b98)
bug fix mdc-dialog: blending in with background in high contrast mode (#20387) (1219b1e)
bug fix mdc-form-field: not adding mat-primary theme class (#20605) (d8def8b)
bug fix mdc-snack-bar: button pushed outside container (#20696) (50d3f29), closes #20690
bug fix mdc-snack-bar: not aligned correctly on IE11 (#20690) (c9fcbef)
feature mdc-paginator: add test harness (#20686) (49a57bc)
feature mdc-paginator: implement MDC-based paginator (#20607) (d87ae3c)
feature mdc-select: add test harness (#20603) (29e1f26)
feature mdc-select: implement MDC-based mat-select (#20502) (7f08922)

input

feature testing: add test harnesses for native select and option (ca464bd)

thorium-thunder

05 Oct 20:49
c5fd80e
Compare
Choose a tag to compare

cdk

bug fix a11y: cdkAriaLive default to polite (#20672) (f514ae5), closes #11618
bug fix a11y: error if FocusMonitor is used on non-element nodes (#20640) (92c29c8), closes #20632

material

bug fix core: incorrectly formatting dates in the years 0 to 99 (#20612) (9a0c4c0), closes #20418
bug fix datepicker: fix handling of short years (#20709) (8b4ce73)

youtube-player

bug fix YT.Player is not a constructor (#20616) (3393ec7), closes #20598 angular#20598

material-experimental

bug fix mdc-button: align public API with material/button (#20679) (3a34ab0)
bug fix mdc-snack-bar: button pushed outside container (#20696) (c5fd98a), closes #20690
bug fix mdc-snack-bar: not aligned correctly on IE11 (#20690) (e1ea7df)

polyester-pancake

28 Sep 22:01
275a7af
Compare
Choose a tag to compare

10.2.3 "polyester-pancake" (2020-09-28)

cdk

bug fix table: add fallback code if view repeater isn't provided (#20604) (bfb7e57), closes #20601

cement-flower

21 Sep 22:04
b8f624e
Compare
Choose a tag to compare

10.2.2 "cement-flower" (2020-09-21)

cdk

bug fix tree: remove FocusMonitor from CdkTreeModule providers (#20493) (7ec2ee5)

material

bug fix button-toggle: don't use divs inside button template (#20390) (95e48bb), closes #20376
bug fix datepicker: remove red shadow from invalid range inputs in Firefox (#20489) (bdc5aa3), closes #20483
bug fix list/testing: avoid element selectors that could conflict with the MDC version (#20528) (989463f)
bug fix radio: take default tabindex value from attribute (#20453) (1f4d598)
bug fix tabs: always defaulting focusIndex to 0 on initialization (#20384) (60a3527), closes #20374
performance drag-drop: bind fewer touchmove listeners (#20404) (f7e0f31)

chips

bug fix testing: exclude icons from getText result (#20508) (16f9f83), closes #20503

wooden-cowboy

14 Sep 20:41
Compare
Choose a tag to compare

10.2.1 "wooden-cowboy" (2020-09-14)

cdk

bug fix table: resolve breaking constructor changes (#20425) (fdd87b9), closes #19964 #19750 #20422
bug fix tree: remove CdkTreeNodeDef from CdkTreeModules providers (#20491) (1887f80)

material

bug fix datepicker: don't revalidate if new date object for same date is passed through input (#20362) (5dca925), closes #19907

material-experimental

feature bump peer dependency to MDC v8.0.0 canary (#20527) (1dd6edb)