Skip to content

Releases: angular/components

ferrous-photon

15 Jun 18:51
Compare
Choose a tag to compare
ferrous-photon Pre-release
Pre-release

material

bug fix datepicker: placeholder not behaving correctly in legacy form field (#19595) (ec7219d)
bug fix focus monitor-based styles not working in some cases inside shadow dom (#19422) (df981ee), closes #19414
feature mdc-list: add list-option template (#19327) (c865136)
feature menu: add input to add overlay pane classes (#19547) (5244a9f)
bug fix testing: unable to set the value of inputs that don't respond to typing (#18812) (7e5802a), closes #18790

youtube-player

bug fix binding some event listeners too late (#19429) (d85732c), closes #19408

cdk-experimental

feature menu: Add menu skeleton and build scripts (#19583) (c7cadc3)

material-experimental

bug fix strong focus indicator clipped in checkbox and radio button (#19423) (45492b6)
bug fix mdc-form-field: do not show focus overlay when disabled (6bf7f24)
bug fix mdc-form-field: show required asterisk for disabled fields (e3413ba), closes #19410
bug fix mdc-menu: missing padding after latest canary release (#19548) (b618a96)
bug fix slide-toggle: fix focus indicator position (#19551) (6c212b7)

paper-person

08 Jun 20:53
fb814bb
Compare
Choose a tag to compare
paper-person Pre-release
Pre-release

cdk

bug fix testing/testbed: set defined event properties as configurable (94571c5)
bug fix testing/testbed: synthetic DOM events cannot be prevented multiple times (bde3af8), closes #19440

material

bug fix checkbox: high contrast focus indication not working (#19488) (a95da92), closes #19443
bug fix checkbox: pass aria-describedby through to input (#19495) (e1d85d2), closes #19477
bug fix datepicker: compilation errors with ViewEngine (#19516) (00e2171)
bug fix Focus indicators are now positioned (#19345) (c05a07e)
bug fix slider: focus ring not matching theme color (#19519) (2a6a63c), closes #19507

google-maps

bug fix add exportAs to all directives (#19522) (6544de8), closes #19462

material-experimental

bug fix mdc-chips: removing chip on any key press (#19425) (ee63f63)
bug fix mdc-radio: avoid hard references to base material components (#19403) (fb9174a)

concrete-cobbler

01 Jun 22:29
8008218
Compare
Choose a tag to compare
concrete-cobbler Pre-release
Pre-release

No library changes from 10.0.0-next.2. Built with Angular 10.0.0-rc.2, which fixes an
issue where Angular decorators were not downleveled to properties, which caused
any use of @Inject() with forwardRef to cause a run-time error.

wool-wind

27 May 01:07
e7c7dce
Compare
Choose a tag to compare
wool-wind Pre-release
Pre-release

cdk

Breaking changes

  • CdkDropList.start has been removed.
  • CdkDropList.drop has been removed.
  • CdkDropList.enter has been removed.
  • CdkDropList.exit has been removed.
  • CdkDropList.getItemIndex has been removed.
  • CDK_DRAG_CONFIG_FACTORY has been removed.
  • CdkTable.setHeaderRowDef has been removed. Use CdkTable.addHeaderRowDef and CdkTable.removeHeaderRowDef instead.
  • CdkTable.setFooterRowDef has been removed. Use CdkTable.addFooterRowDef and CdkTable.removeFooterRowDef instead.
  • The _platformId parameter in the Platform constructor is now required.
  • The copied event from cdkCopyToClipboard has been renamed to cdkCopyToClipboardCopied.
  • The _ngZone parameter in the CdkCopyToClipboard constructor is now required.

material

Breaking changes

  • MAT_HAMMER_OPTIONS has been removed.
  • GestureConfig has been removed.
  • HammerInput has been removed.
  • HammerStatic has been removed.
  • Recognizer has been removed.
  • RecognizerStatic has been removed.
  • HammerInstance has been removed.
  • HammerManager has been removed.
  • HammerOptions has been removed.
  • MatButtonToggleGroupMultiple has been removed. Use MatButtonToggleGroup instead.
  • MatSlideToggleDefaultOptions.disableDragValue has been removed.
  • MatSlideToggle.dragChange has been removed.
  • The _ngZone and _dir parameters have been removed from the MatSlideToggle constructor.
  • The _viewportRuler parameter in the MatAutocompleteTrigger constructor is now required.
  • The _location and _errorHandler parameters in the MatIcon constructor are now required.
  • The _errorHandler parameter in the MatIconRegistry constructor is now required.
  • The _ngZone and _document parameters in the MatSlider constructor are now required.
  • The _focusMonitor and _elementRef parameters in the MatSortHeader constructor are now required.
  • The _hammerLoader parameter has been removed from the MatTooltip constructor.
bug fix dialog: focus recapturing not accounting for autoFocus option (#19356) (72b0219), closes #18826 #19350
bug fix drag-drop: error during device emulation on firefox (#19396) (d309ee2), closes #19385
bug fix drag-drop: error when item enters from the top and last has an intermediate child (#19361) (fbd6440), closes #19116 #19359
bug fix ng-add: ng add @angular/material fails in library projects (#19164) (822e3e0)
bug fix table: incorrectly sticking multiple footer rows (#19321) (95007e5), closes #19311
feature testing: add test harness for mat-tooltip (#19144) (44accd6), closes #16676

google-maps

bug fix allow different anchor objects for info window (#19378) (d0ab041)

youtube-player

Breaking changes

  • The platformId parameter of the YouTubePlayer constructor is now required.

material-experimental

bug fix mdc-slider: remove slider theme from all-theme (#19411) (d952a22)

thorium-temple

18 May 23:42
e72e9ae
Compare
Choose a tag to compare
thorium-temple Pre-release
Pre-release

10.0.0-next.1 "thorium-temple" (2020-05-18)

material

bug fix datepicker: set color on range separator (#19308) (2f8b271)
bug fix datepicker: strong focus indication in calendar always shown (#19304) (4eee81a)
bug fix expansion: disable header height transition if noop animations is set (#19373) (189d98e)
feature report warning if duplicate theme styles are generated (6095e29), closes #19141

google-maps

bug fix allow for ground overlay image to be changed (#19306) (485352e)

material-experimental

feature mdc-button: support density scaling (9500e75)
feature mdc-checkbox: support density scaling (84f2c1a)
feature mdc-chips: support for density scaling (ee1e181)
feature mdc-form-field: support density scaling (3bcdc5e)
feature mdc-radio: support for density scaling (c659664)
feature mdc-slide-toggle: support density scaling (feafb2b)
feature mdc-table: support for density scaling (e288558)
feature mdc-tabs: support for density scaling (90d294b)

aether-axiom

18 May 22:29
Compare
Choose a tag to compare

cdk

bug fix a11y: focus monitor not checking children if monitor is called multiple times with different parameters (#19237) (07711b4), closes /github.com/angular/components/pull/19135#discussion_r412471591 #19218
bug fix overlay: remove potentially leaky observable (#19146) (6f79527), closes #10573

material

bug fix autocomplete: incorrectly detecting shadow DOM when inserted through an embedded view (#19332) (8d79d73)
bug fix chips: chip list overriding chip disabled value (#19228) (49be570), closes #19213
bug fix dialog: focus trap not attached if autoFocus is disabled (#19251) (e61deb9), closes #18826 #19246
bug fix form-field: add missing material common module (#19093) (8e9e1fb)
bug fix icon: cancel in-flight icon requests if the icon changes (#19303) (bef4e80)
bug fix input: avoid repeat accesses to check if element is a textarea (#19115) (8688dd8)
bug fix list: selection list marked as touched when tabbing in (#19177) (2e7dc62), closes #18445 #19171
bug fix tabs: don't prevent default space/enter action if action tab doesn't change (#19207) (7a4128b), closes #19190
bug fix text-field: unable to undo/redo in autosized text field on firefox (#19238) (7e1fd89)

material-experimental

bug fix column-resize: Resize table as well as columns, improve handing … (#19264) (87b8edb)
bug fix form-field: add setLabelRequired adapter (#19284) (e43f4ac)
bug fix mdc-list: properly render leading and trailing icons on list items (#19201) (ce136a9)

plywood-heart

11 May 16:56
eb218e5
Compare
Choose a tag to compare
plywood-heart Pre-release
Pre-release

cdk

bug fix table: project colgroup and col elements (#18135) (5b23084)
feature tree: support optional trackBy in FlatTreeControl (#18708) (04d1588)

material

bug fix chips: chip list overriding chip disabled value (#19228) (9be5156), closes #19213
bug fix dialog: focus trap not attached if autoFocus is disabled (#19251) (5bb81e8), closes #18826 #19246
bug fix form-field: add missing material common module (#19093) (ba521d2)
bug fix input: avoid repeat accesses to check if element is a textarea (#19115) (f8d9c96)
bug fix list: selection list marked as touched when tabbing in (#19177) (7fde305), closes #18445 #19171
bug fix overlay: remove potentially leaky observable (#19146) (27a812b), closes #10573
bug fix tabs: don't prevent default space/enter action if action tab doesn't change (#19207) (b38c812), closes #19190
feature datepicker: add date range picker (#19125) (96efaad), closes #18090 #17363 #17497 #17766 #17363 #17942 #18159 #18213 #18247 #18278 #18292 #18369 #18404 #18531 #18630 #18660 #18753 #18819 #18874 #18884 #18943 #18936 #18980 #19031 #19098 #19088 #19111 #19174 #19088 #19179 #19176 #19187 #19211 #19219 #19239 #19170
feature datepicker: allow for the dropdown position to be customized (#16698) (9104a0b), closes #16550
feature focus-indicators: add config map to base focus indicators mixin, adjust default styles (#19206) (574345c)
feature icon: allow fetching icons with credentials (#18896) (77730e9), closes #18871
feature table: add the ability to show a data row when no data is available (#18041) (e512581)

google-maps

feature add ground overlay component (#19143) (eba622a)
feature expose the underlying Google Maps objects. (#18613) (3e00f4c)

material-experimental

bug fix form-field: add setLabelRequired adapter (#19284) (7b42c7e)
bug fix better server-side rendering support for progress bar (#19036) (5d25d1b)

chalk-hawk

08 May 15:30
ddf49a0
Compare
Choose a tag to compare

cdk

bug fix testing: Make harnesses click on the center of the element by default (#19212) (26f3f57)

material

bug fix datepicker: double role definition on calendar cell (#17297) (d270bf6), closes #17280

material-experimental

bug fix mdc-form-field: native select option blending in with background on dark themes (#19232) (7e63f4a)
feature mdc-form-field: expose MAT_FORM_FIELD injection token (#19277) (5e9ac1c)
feature mdc-list: add support for focus/hover states and ripples (#19168) (9f3bba3)

xenon-xenodochy

14 Apr 23:18
b0424a3
Compare
Choose a tag to compare

material

bug fix a11y: avoid errors when trying to add high contrast class (#18323) (142c55e)
bug fix a11y: focus monitor incorrectly detecting fake mousedown… (#15214) (ac565a2)
bug fix autocomplete: provide horizontal fallback positions (#18906) (3488dda), closes #18854
bug fix bottom-sheet: allow result to be passed when dismissing through service (#18831) (48e26b1)
bug fix core: ripple mutating global options when animations are… (#18983) (09f2872)
bug fix datepicker: add hover indication to navigation buttons (#18995) (94ab707), closes /github.com/angular/components/blob/master/src/material/button/button.scss#L13 #18958
bug fix datepicker: disable calendar hover styles on touch devices (#18876) (d752cdf)
bug fix datepicker: error in IE/Edge for static disabled binding (#18202) (80977f6)
bug fix dialog: recapture focus when clicking on backdrop when cl… (#18826) (c5ddfe8), closes #18799
bug fix drag-drop: allow preview z-index to be changed (#18914) (5c88e67), closes #18902
bug fix drag-drop: boundary not accounting for scrolling (#18612) (0401024), closes #18597
bug fix drag-drop: defer resolving scrollable parents until first drag (#18918) (ca263c3), closes #18737
bug fix drag-drop: handle custom preview/placeholder with multiple root nodes (#18829) (92aed70)
bug fix expansion: add strong focus indication (#18552) (6feff45)
bug fix mat-button-toggle: mat-button-toggle element should not h… (#18746) (709ac63)
bug fix slider: not stopping drag when released outside of viewport (#18905) (ca3c68f), closes #18888
bug fix tabs: tab nav bar not disabling pagination animation (#18886) (a6e5423)
performance drag-drop: avoid unnecessary change detection on pointer down events (#18821) (2f6e941), closes #18726
performance focus-monitor: optimize event registration (#18667) (174e4cd)
performance ripple: optimize event registration (#18633) (fca0c28)

google-maps

bug fix map circle error during server-side rendering (#18822) (7c6be0e)
bug fix not rendering until mapTypeId is set (#18967) (977c605), closes #18965

cdk-experimental

bug fix dialog: disableClose not working for tem… (#18968) (c0d19cb), closes #18964

material-experimental

bug fix mdc-card: not handling dark themes (#18938) (f1c0c09)
bug fix mdc-chips: align theming setup with… (#19000) (7957423)
bug fix mdc-chips: enter animation not disabled when using noop animations (#18653) (ea32d14), closes #18642
bug fix mdc-chips: support custom errorStat… (#18974) (58abf23)
bug fix mdc-radio: add strong focus indication (#18946) (897dee4)
bug fix mdc-radio: no focus indication in h… (#18969) (4d22936), closes #13280
bug fix popover-edit: hover content not showing up if content changes after init (#18937) (d7ff7cb), closes #18934
bug fix popover-edit: unable to close focus content using the keyboard (#18945) (e7a197a)
performance mdc-chips: avoid checking the DOM on each change detection (#18929) (29dda54)

metal-man

25 Mar 23:14
29e74eb
Compare
Choose a tag to compare

This release introduces support for TypeScript 3.8.

cdk

bug fix coercion: add the support for readonly array coercion (#18807) (cd96886), closes #18806

material

bug fix form-field: incorrectly calculating start gap in RTL in the presence of a prefix (#18867) (6275339), closes #18857
bug fix form-field: some input types taller than plain text input (#18825) (e311791), closes #18787
bug fix list: no selected indication in high contrast mode while in single selection (#18585) (76e8a38)
bug fix table: error when nesting tables (#18832) (32aec93), closes #18768

google-maps

feature support setting the map type (#18578) (2a6aae1), closes #18577

material-experimental

bug fix mdc-chips: add feature targeting to theme styles (#18830) (54bbb90)
bug fix radio: redefine theme variables (#18907) (cc9793f)
bug fix radio: remove input click handler (#18868) (7c75d6e)
bug fix slide-toggle: allow different densities (#18895) (4d7ffaa)
bug fix slide-toggle: redefine more variables (#18908) (1cca459)