Closed greenkeeper[bot] closed 5 years ago
Update to this version instead ๐
Update to this version instead ๐
Update to this version instead ๐
Update to this version instead ๐
Update to this version instead ๐
-webkit-text-fill-color
is used (#12076) (cc5dfb8), closes #12074Update to this version instead ๐
CDK_DROP_CONTAINER
public (#12214) (b9cece4)Update to this version instead ๐
Update to this version instead ๐
Update to this version instead ๐
Update to this version instead ๐
Update to this version instead ๐
changed
naming (#8286) (4b30539)dependency
@angular/material was updated from 5.2.5
to 7.0.0
.dependency
@angular/cdk was updated from 5.2.5
to 7.0.0
.Update to these versions instead ๐
@angular/cdk/drag-drop
.@angular/cdk/scrolling
.<select>
element in <mat-form-field>
.<mat-action-list>
, a list where each item is a <button>
.ng add
to assist in setting up HammerJS support, application theming and animations.Using the Angular CLI, you can use the ng update
command to automatically migrate to the new APIs in for Material and CDK.
ng update @angular/material
NOTE: If you are using only the CDK you can automatically migrate using ng update @angular/cdk
instead.
[matRippleSpeedFactor]
and baseSpeedFactor
for the ripples have been removed. Use the new animation config instead.flexibleDiemsions
property on CdkConnectedOverlay
has been renamed to flexibleDimensions
MatDrawerContent
and MatSidenavContent
has changed.mat-elevation
usages have been moved out of component stylesheets, users who haveelevation
property willAdditionally, users who want to use themed elevations in their custom components can create
their own shorthand mixin:
@import '~@angular/material/theming';
$myTheme: ...
@mixin my-elevation($zValue) {
@include mat-theme-elevation($zValue, $myTheme);
}
and then invoke angular-material-theme
with the $myTheme
variable.
A number of items throughout the library have been deprecated and are expected to be removed in v8.
Collections
SelectionModel.onChange
has been deprecated, use SelectionModel.changed
instead.Scrolling
ScrollDispatchModule
has been deprecated, use ScrollingModule
instead.Table
CdkTable.setFooterRowDef
has been deprecated, use CdkTable.addFooterRowDef
and CdkTable.removeFooterRowDef
instead.CdkTable.setHeaderRowDef
has been deprecated, use CdkTable.addHeaderRowDef
and CdkTable.removeHeaderRowDef
instead.Dialog
matDialogAnimations.slideDialog
has been deprecated, use matDialogAnimations.dialogContainer
instead.MatDialogRef.afterOpen
has been deprecated, use MatDialogRef.afterOpened
instead.MatDialogRef.afterClose
has been deprecated, use MatDialogRef.afterClosed
instead.MatDialog.afterOpen
has been deprecated, use MatDialog.afterOpened
instead.Form Field
<mat-placeholder>
has been deprecated, use <mat-label>
instead.MatPlaceholder
has been deprecated, use MatLabel
instead.Paginator
$mat-paginator-selector-trigger-min-width
has been deprecated, use $mat-paginator-selector-trigger-width
instead.Select
matSelectAnimations.fadeInContent
has been deprecated and will be removed without replacement.MatSelect.focused
has been deprecated, MatSelect.focused
will become readonly.Toolbar
$mat-toolbar-height-mobile-portrait
has been deprecated and will be removed without replacement.$mat-toolbar-height-mobile-landscape
has been deprecated and will be removed without replacement.NOTE: In addition to the specific deprecations listed above, many component constructor methods contain
optional parameters which are expected to become required in v8.
dependency
@angular/material was updated from 5.2.5
to 7.0.1
.dependency
@angular/cdk was updated from 5.2.5
to 7.0.1
.Update to these versions instead ๐
dependency
@angular/material was updated from 5.2.5
to 7.0.2
.dependency
@angular/cdk was updated from 5.2.5
to 7.0.2
.Update to these versions instead ๐
{}
to @NgModule
since passing nothing breaks (#13792) (5abb644)dependency
@angular/material was updated from 5.2.5
to 7.0.3
.dependency
@angular/cdk was updated from 5.2.5
to 7.0.3
.Update to these versions instead ๐
dependency
@angular/material was updated from 5.2.5
to 7.0.4
.dependency
@angular/cdk was updated from 5.2.5
to 7.0.4
.Update to these versions instead ๐
dependency
@angular/material was updated from 5.2.5
to 7.1.0
.dependency
@angular/cdk was updated from 5.2.5
to 7.1.0
.Update to these versions instead ๐
{}
to @NgModule
since passing nothing breaks (#13792) (65dd75d)dependency
@angular/material was updated from 5.2.5
to 7.1.1
.dependency
@angular/cdk was updated from 5.2.5
to 7.1.1
.Update to these versions instead ๐
Version 6.2.0 of angular2 packages were just published.
angular2
The version 6.2.0 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 angular2.
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
bamboo-shampooHighlights
Please note that, since these components are still experimental, they may have bugs and the API
is subject to change.
Bug Fixes
Features
Performance Improvements
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: