Releases: angular/components
Releases · angular/components
v14.1.0-next.2
14.1.0-next.2 "tin-box" (2022-06-23)
material
Commit |
Description |
 |
button-toggle: selected state not visible in high contrast mode (#25114) |
 |
datepicker: actions not re-rendering if swapped out while calendar is open (#25123) |
cdk
Commit |
Description |
 |
scrolling: content jumping in appendOnly mode (#25097) |
Special Thanks
Kristiyan Kostadinov, Paul Gschwendtner and renovate[bot]
v14.0.3
14.0.3 "diamond-orb" (2022-06-23)
material
Commit |
Description |
 |
button-toggle: selected state not visible in high contrast mode (#25114) |
 |
datepicker: actions not re-rendering if swapped out while calendar is open (#25123) |
cdk
Commit |
Description |
 |
scrolling: content jumping in appendOnly mode (#25097) |
Special Thanks
Kristiyan Kostadinov, Paul Gschwendtner and renovate[bot]
v14.0.1
14.0.1 "titanium-night" (2022-06-07)
material-experimental
Commit |
Description |
 |
mdc-radio: fix ripple color (#24986) |
Special Thanks
Kristiyan Kostadinov, Miles Malerba and renovate[bot]
v14.0.0
14.0.0 "cotton-peanut" (2022-06-02)
Breaking Changes
material
MatChipInputEvent.chipInput
is now a required property.
- Previously the
mixinErrorState
mixin function defined
a class member for stateChanges
. This is no longer the case, and consumers
need to provide the stateChanges
class member themselves.
-
mat-list-item-avatar
CSS class has been renamed to mat-list-item-with-avatar
.
MatSelectionListChange.option
has been removed. Use MatSelectionListChange.options
instead.
MatSelectionList.tabIndex
input has been removed.
tabIndex
parameter of the MatSelectionList
constructor has been removed.
_focusMonitor
parameter of the MatSelectionList
constructor is now required.
getHarnessLoaderForContent
has been removed from the various test item harnesses. Use getChildLoader(MatListItemSection.CONTENT)
instead.
-
CdkStepper._orientation
has been removed. Use CdkStepper.orientation
instead.
- The
_document
parameter from the CdkStepper
constructor has been removed.
- The
_document
parameter from the MatStepper
constructor has been removed.
MatVerticalStepper
has been removed. Use MatStepper
instead.
MatHorizontalStepper
has been removed. Use MatStepper
instead.
cdk
- The deprecated
angular/cdk/testing/protractor
entry-point has been removed.
Deprecations
material
mat.define-dark-theme
no longer accepts $primary
, $accent
and $warn
.
Pass a single config map instead.
mat.define-light-theme
no longer accepts $primary
, $accent
and $warn
.
Pass a single config map instead.
- Custom Material themes should no longer access
primary
, accent
, warn
,
is-dark
, foreground
and background
from the theme map, but instead use the actual color
configuration (mat.get-color-config($theme)
).
- Passing a color configuration directly to a
-theme
mixin
is not supported. Pass the theme container object instead or use the dedicated
-color
mixins.
material-experimental
Commit |
Description |
 |
mdc-dialog: switch to new theming api (#23620) |
 |
mdc-dialog: switch to new theming api (#23620) (#24521) |
 |
mdc-list: add support for marking the act… (#24433) |
 |
mdc-tabs: default to stretched tabs (#23406) |
 |
mdc-core: avoid style conflicts between MDC list and MDC option |
 |
mdc-dialog: expose dialog-legacy-padding mixin |
 |
mdc-dialog: implement delayFocusTrap option (#24727) |
 |
mdc-dialog: reduce amount of generated CSS |
 |
mdc-form-field: incorrect alignment with border-box alignment (#24222) |
 |
mdc-list: avoid style conflicts with MDC list |
 |
mdc-tabs: CSS applied to wrong element when preserveContent is enabled (#24346) |
cdk-experimental
Commit |
Description |
 |
combobox: glue together combobox and listbox with DI instead of a panel directive (#24637) |
 |
menu: allow configuration of typeahead and menu position (#24600) |
 |
menu: Use DI instead of CdkMenuPanel to connect menus (#24558) |
 |
menu: API, code, and docs cleanup pass (#24745) |
 |
menu: close standalone menu when focus leaves |
 |
menu: don't steal focus on hover |
 |
menu: fix issue where left/right on standalone menu closes it (#24696) |
 |
menu: move shared menu logic to base class (#24645) |
 |
menu: refocus trigger after closeAll |
 |
menu: simplify radio and checkbox item APIs (#24720) |
 |
menu: stop inline menu triggers capturing focus |
google-maps
Commit |
Description |
 |
error when minified through closure (#24897) |
material
Commit |
Description |
 |
autocomplete: add clear method to test harness (#24752) |
 |
autocomplete: add the ability to auto-select the active option while navigating (#20699) |
 |
autocomplete: test harness should throw when options are requested but panel is closed (#24494) |
 |
chips: update chip-list describedby to match input (#24292) |
 |
dialog: add support for explicit injector (#24580) |
 |
dialog: add the ability to control the animation duration (#13466) |
 |
form-field: add color to default options (#24438) (#24440) |
 |
icon: add default options (#23638) |
 |
icon: allow multiple classes in setDefaultFontSetClass (#10484) |
 |
menu: allow for menu to be conditionally removed from trigger (#24437) |
 |
paginator: Add `isNextPageEnabl... |
Read more
v13.3.9
13.3.9 "metal-plumber" (2022-06-02)
material
Commit |
Description |
 |
datepicker: page scrolling for fast keyboard repeat (#24991) |
Special Thanks
Kristiyan Kostadinov