Closed greenkeeper[bot] closed 6 years ago
Update to this version instead π
mat-icon
now uses HttpClient
from @angular/common/http
instead of Http
from@angular/http
. Any unit tests that faked icon responses should be changed to use anHttpInterceptor
.@angular/cdk/rxjs
has been removed in favor of RxJS 5.5's lettable operators.mat-toolbar
not wrapped in amat-toolbar-row
would be rendered inside of an implicitly created mat-toolbar-row
. As of rc0,mat-toolbar-row
will no longer apply. Users can re-add themat-toolbar-row
in their own templates to match the original output structure. Thisdisplay: flex
styles were difficult to use on mat-toolbar
.@angular/cdk/accordion
CdkAccordion
and associated classes live in @angular/cdk/accordion
AccordionChild
is renamed to CdkAccordionChild
CdkAccordion
no longer has displayMode and hideToggle @Inputs
CdkAccordionItem
is now a @Directive
when
property of matRowDef
and cdkRowDef
has been changed(rowData, index)
to (index, rowData)
in order to match trackBy
.fromIso8601
method on DateAdapter
removed in favor of deserialize
DateAdapter
will return an invalid date instead of throwing an erroruserSelection
@Output
of mat-calendar
has been made internal-onlyScrollDispatcher.getScrollContainers
has been renamed to getAncestorScrollContainers
toScrollDispatcher.scrollableReferences
property has been renamed to scrollContainers
.ScrollDispatcher.scrollableContainsElement
method has been removed.Scrollable
class has been renamed to CdkScrollable
for consistency.@angular/cdk/collections
UniqueSelectionDispatcher
, UniqueSelectionDispatcherListener
, andUNIQUE_SELECTION_DISPATCHER_PROVIDER
)MATERIAL_COMPATIBILITY_MODE
, CompatibilityModule
, NoConflictStyleCompatibilityMode
,MatPrefixRejector
, MdPrefixRejector
symbols have been removed.MAT_CONNECTED_OVERLAY_SCROLL_STRATEGY
is renamed to CDK_CONNECTED_OVERLAY_SCROLL_STRATEGY
OverlayOrigin
-> CdkOverlayOrigin
ConnectedOverlayDirective
-> CdkConnectedOverlay
PortalDirective
-> CdkPortal
PortalHostDirective
-> CdkPortalOutlet
ObserveContent
-> CdkObserveContent
@Output
names have been renamed. The old names are still available as deprecated:mat-select
onOpen
-> opened
onClose
-> closed
change
-> selectionChange
mat-sidenav
/ mat-drawer
open
-> opened
close
-> closed
mat-menu
close
-> closed
matMenuTriggerFor
onMenuOpen
-> menuOpened
onMenuClose
-> menuClosed
mat-chip
onSelectionChange
-> selectionChange
remove
-> removed
destroy
-> destroyed
mat-tab-group
selectChange
-> selectedTabChange
exportAs
name (#7554) (fa441bc)DateAdapter
authors to have more control oveβ¦ (#7346) (9fa075e)Update to this version instead π
top
instead of width
after removing Renderer use (#8602) (6e865b7)Update to this version instead π
"fullTemplateTypeCheck"
(#8889) (eec7c73)optionSelectionChanges
being accessed early (#8830) (c98321c)Update to this version instead π
Update to this version instead π
"fullTemplateTypeCheck"
(#8889) (50967b6)optionSelectionChanges
being accessed early (#8830) (97ebd76)
Version 2.0.0-beta.12 of @angular/material was just published.
The version 2.0.0-beta.12 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of @angular/material.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
marble-mustacheHighlights
mat-select
is now used insidemat-form-field
. This makes all of the existing form-field features available withmat-select
, including hints, errors, prefixes, and suffixes. This also ensures thatmat-select
andmatInput
have a consistent presentation.Breaking Changes
ScrollDispatcher.scrolled
subscription would react both on scroll events and on window resize events. Now it only reacts to scroll events. To react to resize events, subscribe to theViewportRuler.change()
stream.UniqueSelectionDispatcher
,UniqueSelectionDispatcherListener
andUNIQUE_SELECTION_DISPATCHER_PROVIDER
are no longeravailable from @angular/material and instead must be imported from @angular/cdk/collections
isFocusTrapEnabled
is now properly marked internal.OverlayRef.getState
method has been renamed toOverlayRef.getConfig
.defaultErrorStateMatcher
has been replaced byErrorStateMatcher
. For more info, see the input docs.Features
mat-tab-label-active
class to active nav tab labels (#7508) (00e9338)Bug Fixes
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: