Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 29, 2019

This PR contains the following updates:

Package Change Age Confidence
@angular/cdk 8.1.1 -> 8.2.3 age confidence
@angular/material 8.1.1 -> 8.2.3 age confidence

Release Notes

angular/components (@​angular/cdk)

v8.2.3

Compare Source

material
Commit Type Description
0f07b25d12 fix badge: resolve memory leak (#​29676)
fe3f30ff2f fix core: Allow system variables to be formatted for opacity (#​29665)
5d93395442 fix core: Fix incorrect color role mappings (#​29655)
4a79052ae0 fix tooltip: remove old IE workaround (#​29674)

v8.2.2

Compare Source

cdk
Commit Type Description
39d3d01340 fix drag-drop: error if ngDevMode is undefined (#​29634)
b1c5ed7260 fix tree: avoid breaking change in constructor (#​29648)
ff95692125 fix tree: capturing focus on load (#​29641)
f888b3d95a fix tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#​29565) (#​29647)
material
Commit Type Description
3ce4e9fc2a fix schematics: Add the missing neutral tones for the M3 color palettes (#​29644)
f93d0f4095 perf tooltip: Avoid unneeded calls to clearTimeout (#​29643)

v8.2.1

Compare Source

cdk
Commit Type Description
3bd89ecd5 fix table: run differ for all columns (#​30012)

v8.2.0

Compare Source

Deprecations

material
  • Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version.

    • BaseTreeControl, TreeControl, FlatTreeControl, and NestedTreeControl deprecated
    • CdkTree#treeControl deprecated. Provide one of CdkTree#levelAccessor or CdkTree#childrenAccessor instead.
    • MatTreeFlattener deprecated. Use MatTree#childrenAccessor and MatTreeNode#isExpandable instead.
    • MatTreeFlatDataSource deprecated. Use one of levelAccessor or childrenAccessor instead of TreeControl.

    Note when upgrading: isExpandable works differently on Trees using treeControl than trees using childrenAccessor or levelAccessor. Nodes on trees that have a treeControl are expandable by default. Nodes on trees using childrenAccessor or levelAccessor are not expandable by default. Provide isExpandable to override default behavior.

  • Setting tabindex of tree nodes deprecated. By default, Tree ignores tabindex passed to tree nodes.

    • MatTreeNode#tabIndex deprecated. MatTreeNode ignores Input tabIndex and manages its own focus behavior.
    • MatTreeNode#defaultTabIndex deprecated. MatTreeNode ignores defaultTabIndex and manages its own focus behavior.
    • MatNestedTreeNode#tabIndex deprecated. MatTreeNode ignores Input defaultTabIndex and manages its own focus behavior.
    • LegacyTreeKeyManager and LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER deprecated. Inject a TreeKeyManagerFactory to customize keyboard behavior.

    Note when upgrading: an opt-out is available for keyboard functionality changes. Provide LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER to opt-out of Tree managing its own focus. When provided, Tree does not manage it’s own focus and respects tabindex passed to TreeNode. When provided, have the same focus behavior as before this commit is applied.

    Add Legacy Keyboard Interface demo, which shows usage of LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER. Add Custom Key Manager, which shows usage of injecting a TreeKeyManagerStrategy

  • disabled renamed to isDisabled.

    • CdkTreeNode#disabled deprecated and alias to CdkTreeNode#isDisabled
material
Commit Type Description
ddc307e28 feat button-toggle: allow disabled buttons to be interactive (#​29550)
841760101 feat checkbox: add the ability to interact with disabled checkboxes (#​29474)
0af3b6175 feat radio: add the ability to interact with disabled radio buttons (#​29490)
4292e1b3a feat slide-toggle: add the ability to interact with disabled toggle (#​29502)
a018fb0ee feat tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#​29467)
aaf0d5156 fix checkbox: account for disabledInteractive in harness
d22a24d66 fix list: checkmark not visible in high contrast mode (#​29546)
a259b016b fix radio: account for disabledInteractive in harness
fd47a0e60 fix radio: avoid error if destroyed quickly (#​29507)
08d2e3e69 fix slide-toggle: account for disabledInteractive in harness
fd416a30e fix tooltip: remove aria-describedby when disabled (#​29520)
ff36c80f9 fix tree: add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements (#​29062)
1f992d06c fix tree: aria-expanded attribute should not appear in the leaf node (#​29273)
cdk
Commit Type Description
b2c051d2c feat drag-drop: add input to specify dragged item scale (#​29392)
multiple
Commit Type Description
db5b8dc29 feat fallback to system level variables (#​29480)

v8.1.4

Compare Source

material
Commit Type Description
2b5ae8c0ed fix chips: missing tokens in M3 (#​29531)
b98432839e fix sidenav: disable focus trap while closed (#​29548)

v8.1.3

Compare Source

cdk
Commit Type Description
2c76917779 fix coercion: Return undefined when the fallback value is undefined (#​29491)
material
Commit Type Description
caf4b61ead fix chips: remove tab-index attribute from mat-chip host (#​29436)
913267c0b1 fix core: custom system-level variable prefix not used in some mixins (#​29513)
70048ef226 fix dialog: invalid font-family declaration (#​29516)
d7d82e1455 fix slide-toggle: don't trigger active state for entire container (#​29514)
d237e7d2c7 fix slide-toggle: remove divs from button (#​29485)

v8.1.2

Compare Source

material
Commit Type Description
cf61af53bd fix chips: remove button is too small (#​29351)
c79ec264aa fix form-field: hiding a label after it has been (#​29461)
15238d255f fix input: Number input not changing on wheel interaction (#​29449)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 524130d to d89ada1 Compare August 14, 2019 21:16
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8.1.2 fix(deps): update angularmaterial monorepo to v8.1.3 Aug 14, 2019
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from d89ada1 to ea69345 Compare August 26, 2019 21:24
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8.1.3 fix(deps): update angularmaterial monorepo to v8.1.4 Aug 26, 2019
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from ea69345 to fc664d1 Compare September 10, 2019 17:02
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8.1.4 fix(deps): update angularmaterial monorepo to v8.2.0 Sep 10, 2019
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from fc664d1 to d4c4ece Compare October 3, 2019 05:58
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8.2.0 fix(deps): update angularmaterial monorepo to v8.2.2 Oct 3, 2019
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from d4c4ece to 5da5627 Compare November 11, 2019 14:01
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v8.2.2 fix(deps): update angularmaterial monorepo to v8.2.3 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 5da5627 to b8ff47a Compare September 25, 2022 16:43
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from b8ff47a to 44df6de Compare November 20, 2022 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant