kubikowski / inanity

a personal sandbox
https://inanity.io
2 stars 0 forks source link

build(deps): bump @angular/material from 13.1.3 to 14.0.0 #591

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @angular/material from 13.1.3 to 14.0.0.

Release notes

Sourced from @​angular/material's releases.

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
feat - 353a5482e3 mdc-dialog: switch to new theming api (#23620)
feat - 0163ad2697 mdc-dialog: switch to new theming api (#23620) (#24521)
feat - 3e1080931e mdc-list: add support for marking the act… (#24433)
feat - 1b7d47cfed mdc-tabs: default to stretched tabs (#23406)
fix - c3bb3a9e5b mdc-core: avoid style conflicts between MDC list and MDC option
fix - f6310fbcf6 mdc-dialog: expose dialog-legacy-padding mixin
fix - 3a94415b28 mdc-dialog: implement delayFocusTrap option (#24727)
fix - 94ec04156c mdc-dialog: reduce amount of generated CSS
fix - b3c957941a mdc-form-field: incorrect alignment with border-box alignment (#24222)
fix - 766a01e4ef mdc-list: avoid style conflicts with MDC list
fix - 02d6e7d77a mdc-tabs: CSS applied to wrong element when preserveContent is enabled (#24346)

cdk-experimental

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

14.0.0 "cotton-peanut" (2022-06-02)

Breaking Changes

cdk

  • The deprecated angular/cdk/testing/protractor entry-point has been removed.

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.

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.

cdk

Commit Type Description
7d0bca7bd3 feat a11y: add input to control the duration of the aria live directive (#15275)
feaf50b43a feat a11y: HighContrastModeDetector need not support IE11 (#24462)
c6a1d1519e feat dialog: move experimental CDK dialog into stable (#24804)
49c1921316 feat drag-drop: adding method to set drag position (#24769)
ca6b9fa209 feat drag-drop: expose native event objects in custom events (#17077)
653457eaf4 feat menu: move experimental CDK menu into stable (#24826)
c296084073 feat overlay: add start and end positions to GlobalPositionStrategy (#12007)
f91b98fff3 feat portal: allow specifying injector for template portal (#24554)
508b7ac460 feat table: allow text column to be centered (#24133)
64606fa65b feat testing: add methods getOptionalHarness and hasHarness (#24355)
4edfaedcaf fix a11y: ensure that aria describer ID is unique (#24982)
f342375e29 fix dialog: add container structural styles (#24905)
8946ce2b8f fix menu: allow scrolling while menu is open
3d4b339961 fix menu: update docs to reflect current implementation and add (#24884)
f8dadb3246 fix overlay: disable backdrop animation when noop animations are enabled (#24687)

... (truncated)

Commits
  • 59e1868 release: cut the v14.0.0 release (#25015)
  • 86be885 release: update Angular version range (#25014)
  • 055b25d refactor(material-experimental/mdc-progress-bar): remove usage of MDC adapter...
  • 28cc466 fix(material/datepicker): page scrolling for fast keyboard repeat (#24991)
  • bf97a87 docs(material/icon): update the FontAwesome example link (#24954)
  • 3a7ee5a fix(cdk/schematics): remove instanceof check since it was always false when c...
  • 957797d release: cut the v14.0.0-rc.2 release (#25001)
  • 73be9fb refactor(material-experimental/mdc-chips): remove usage of MDC adapter (#24990)
  • 1119c34 build: speed up TS compilations and type bundling by removing locale files (#...
  • 1ac1f83 refactor(material-experimental/mdc-list): remove usage of MDC adapter (#24994)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #593.