Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Update angularmaterial monorepo to v10 (major) #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 29, 2019

This PR contains the following updates:

Package Type Update Change
@angular/cdk dependencies major 8.2.3 -> 10.0.1
@angular/material dependencies major 8.2.3 -> 10.0.1

Release Notes

angular/components

v10.0.1

Compare Source

10.0.1 "platinum-sideburns" (2020-06-29)
cdk
bug fix scrolling: fixed-size-virtual-scroll wrong range and position when items length changes and current scroll is greater than new data length (#​19578) (f3b6555)
material
bug fix a11y: focus trap directive not capturing focus if auto capture input is set after init (#​19689) (c23de0e), closes #​19664
bug fix a11y: list key manager not emitting change event if new item is added to active index (#​19666) (fdfec2f), closes #​19661
bug fix button-toggle: remove unused property and type ToggleType (#​19497) (cf53a70)
bug fix datepicker: add role to date range input (#​19717) (aed23e8)
bug fix datepicker: label state not being updated in some cases (#​19761) (0a22e0f)
bug fix datepicker: not marking as dirty when invalid value is typed in (#​19730) (590fdd2), closes #​19726
bug fix datepicker: range input separator not hidden in high contrast mode (#​19706) (2894a71)
bug fix drag-drop: error when cloning 0x0 canvas (#​19707) (92bc813)
bug fix drag-drop: placeholder element not available in started event (#​19493) (94d3fda), closes #​19457
bug fix drag-drop: sometimes incorrectly swapping items at the ends of the list (#​19633) (63fe5ed), closes #​19249
bug fix drag-drop: update free drag position on scroll (#​19648) (ebbe8d7)
bug fix focus indicators: Improve styles that determine when focus indicators should render on selection controls. (#​19546) (c85920d)
bug fix form-field: error in older versions of edge (#​19698) (539ebf6), closes #​17810
bug fix input: incorrectly handling nested themes (#​19637) (4a8ce63)
bug fix sidenav: restore focus if drawer is closed through backdrop click (#​19534) (c7eaec9), closes #​17749
bug fix progress-spinner/testing: harness selector not matching mat-spinner selector (#​19657) (d4804c1), closes #​19649
material-experimental
bug fix mdc-form-field: update input alignment to match spec (27f5271)

v10.0.0

Compare Source

Highlights

  • A number of previously deprecated APIs have been removed (see below for more details).
  • New date-range picker in @angular/material

node-sass deprecation

Support for node-sass with Angular CDK and Angular Material is now deprecated in favor of the
newer and more actively supported sass package. Ending support for node-sass will allow use of
the new Sass module system, which offers a number of benefits over the existing import system.

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.
bug fix table: project colgroup and col elements (#​18135) (5b23084)
feature tree: support optional trackBy in FlatTreeControl (#​18708) (04d1588)
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
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
feature table: add the ability to show a data row when no data is available (#​18041) (e512581)
bug fix overlay: remove potentially leaky observable (#​19146) (27a812b), closes #​10573
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 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 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 icon: allow fetching icons with credentials (#​18896) (77730e9), closes #​18871
bug fix datepicker: set color on range separator (#​19308) (2f8b271)
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
bug fix dialog: focus recapturing not accounting for autoFocus option (#​19356) (72b0219), closes #​18826 #​19350
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 tooltip/testing: add test harness for mat-tooltip (#​19144) (44accd6), closes #​16676
bug fix datepicker: placeholder not behaving correctly in legacy form field (#​19595) (ec7219d)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 60e2294 to a2c48f7 Compare June 10, 2019 16:21
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8 (major) Update angularmaterial monorepo to v8 (major) Jun 24, 2019
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from a2c48f7 to 19cb874 Compare July 2, 2019 21:40
@renovate renovate bot changed the title Update angularmaterial monorepo to v8 (major) fix(deps): update angularmaterial monorepo to v8 (major) Jul 6, 2019
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8 (major) Update angularmaterial monorepo to v8 (major) Jul 14, 2019
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from fbf2beb to 74a4183 Compare July 16, 2019 19:38
@renovate renovate bot changed the title Update angularmaterial monorepo to v8 (major) fix(deps): update angularmaterial monorepo to v8 (major) Jul 17, 2019
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8 (major) Update angularmaterial monorepo to v8 (major) Jul 20, 2019
@renovate renovate bot changed the title Update angularmaterial monorepo to v8 (major) fix(deps): update angularmaterial monorepo to v8 (major) Jul 20, 2019
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 74a4183 to 69bc15e Compare July 20, 2019 20:36
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8 (major) Update angularmaterial monorepo to v8 (major) Jul 22, 2019
@renovate renovate bot changed the title Update angularmaterial monorepo to v8 (major) fix(deps): update angularmaterial monorepo to v8 (major) Jul 25, 2019
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8 (major) Update angularmaterial monorepo to v8 (major) Jul 27, 2019
@renovate renovate bot changed the title Update angularmaterial monorepo to v8 (major) fix(deps): update angularmaterial monorepo to v8 (major) Jul 27, 2019
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 69bc15e to bbf9cbd Compare July 29, 2019 23:21
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8 (major) Update angularmaterial monorepo to v8 (major) Aug 12, 2019
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from bbf9cbd to fa6b04f Compare August 14, 2019 21:16
@renovate renovate bot changed the title Update angularmaterial monorepo to v8 (major) fix(deps): update angularmaterial monorepo to v8 (major) Aug 22, 2019
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from fa6b04f to 27eb06b Compare August 26, 2019 21:25
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 27eb06b to aeb8207 Compare September 10, 2019 17:02
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 0f6a8bf to 105c80d Compare September 30, 2019 22:58
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 11160a9 to 042e206 Compare October 9, 2019 19:11
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8 (major) Update angularmaterial monorepo to v8 (major) Oct 17, 2019
@renovate renovate bot changed the title Update angularmaterial monorepo to v8 (major) fix(deps): update angularmaterial monorepo to v8 (major) Oct 18, 2019
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 042e206 to 61c96ed Compare February 8, 2020 14:57
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8 (major) fix(deps): update angularmaterial monorepo to v9 (major) Feb 8, 2020
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 61c96ed to c5e4acb Compare March 15, 2020 05:03
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from c5e4acb to d05f7dd Compare March 23, 2020 08:30
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v9 (major) Update angularmaterial monorepo to v9 (major) Mar 23, 2020
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from d05f7dd to 3c2b828 Compare March 25, 2020 23:12
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 3c2b828 to cac6062 Compare April 14, 2020 23:17
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from cac6062 to 1148016 Compare May 1, 2020 00:18
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 1148016 to a4b631c Compare May 8, 2020 15:46
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from a4b631c to e1142fd Compare May 18, 2020 22:37
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from e1142fd to 2ea2720 Compare July 1, 2020 12:56
@renovate renovate bot changed the title Update angularmaterial monorepo to v9 (major) Update angularmaterial monorepo to v10 (major) Jul 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant