Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @angular/cdk [skip netlify] #897

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/cdk 12.2.13 -> 14.0.5 age adoption passing confidence

Release Notes

angular/components

v14.0.5

Compare Source

cdk
Commit Type Description
9cd5a6ad70 fix a11y: correctly detect focus from input label (#​25232)
938aa2fa13 fix clipboard: page jumping on iOS (#​25221)
material
Commit Type Description
f5bdefe6fd fix checkbox: broken appearance in some grid layouts (#​25197)
25ce8e775c fix select: add selected indication in high contrast mode (#​25237)
76c0e9c1cd fix tabs: ink bar not shown in some cases (#​25218)
material-experimental
Commit Type Description
a9c7f59240 fix mdc-button: always treat icon-button content as an icon (#​25200)
7101a91ef5 fix mdc-form-field: ensure clip-path does not truncate label early (#​25264)
84a4e9a742 fix mdc-form-field: fix notch visual artifact (#​25201)
ce7f42b912 fix mdc-form-field: use a CSS var for the floating label scale (#​25178)
c0716784b2 fix mdc-paginator: allow form-field density to go lower than -4 (#​25192)
Commit Type Description
89bc64a329 fix making the parse format available for native date adapter extension (#​25226)
multiple
Commit Type Description
68edf42798 fix fix disabled label style (#​25181)

Special Thanks

Andrew Seguin, Kai Schönberger, Kristiyan Kostadinov, Miles Malerba, Oliver Kierepka and Paul Gschwendtner

v14.0.4

Compare Source

material
Commit Type Description
c970ff9d3 fix stepper: isErrorState accepts AbstractControl instead of UntypedFormControl to avoid compiler errors when strict typing is enabled (#​25105)
material-experimental
Commit Type Description
1b50a0743 fix mdc-chips: missing role for trailing actions container (#​25160)
docs
Commit Type Description
c4ae88fb5 fix rename master to something else (#​25151)
multiple
Commit Type Description
301f6b0ef fix touch targets not excluded in densities lower than -2 (#​25108)

Special Thanks

Ammar Najjar, Amy Sorto, Angular Robot, James Jansson, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend and renovate[bot]

v14.0.3

Compare Source

cdk
Commit Type Description
2ad1677c7 fix scrolling: content jumping in appendOnly mode (#​25097)
material
Commit Type Description
8d5882cf1 fix button-toggle: selected state not visible in high contrast mode (#​25114)
8df5efe08 fix datepicker: actions not re-rendering if swapped out while calendar is open (#​25123)

Special Thanks

Kristiyan Kostadinov, Paul Gschwendtner and renovate[bot]

v14.0.2

Compare Source

cdk
Commit Type Description
08c3867ba6 fix a11y: re-apply the high contrast mode class when the forced-colors media query changes (#​25088)
59268fa5bf fix drag-drop: constrainPosition not working as expected (#​25061)
732969079d fix testing: simulate offsetX and offsetY in mouse events
material-experimental
Commit Type Description
5aec60c9ca fix mdc-button: don't apply styles to icons within the text label (#​24929)
d0082e3422 fix mdc-chips: checkmark blending into background in high contrast mode (#​25072)
2388fe77e5 fix mdc-core: consolidate mdc theming code under mdc-core (#​25084)
7de5f5432b fix mdc-form-field: replace !important with CSS var (#​24964)
8f7394aa3b fix mdc-list: don't access class before initialization (#​25049)

Special Thanks

Jenny Johnson, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and antuxity

v14.0.1

Compare Source

material-experimental
Commit Type Description
a7688a8b6 fix mdc-radio: fix ripple color (#​24986)

Special Thanks

Kristiyan Kostadinov, Miles Malerba and renovate[bot]

v14.0.0

Compare Source

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)
3a7ee5ad01 fix schematics: remove instanceof check since it was always false when checking if a directory exists (#​24999)
84ff8d806a fix schematics: use workingDirectory smart provider in path option
ee452de497 perf a11y: avoid triggering change detection if there are no subscribers to stream (#​15077)
2575b00808 refactor testing: remove deprecated protractor harness environment (#​24304)
material
Commit Type Description
00cf4a2f26 feat autocomplete: add clear method to test harness (#​24752)
b90d9420fa feat autocomplete: add the ability to auto-select the active option while navigating (#​20699)
60bbd194b3 feat autocomplete: test harness should throw when options are requested but panel is closed (#​24494)
06e65c6b5d feat chips: update chip-list describedby to match input (#​24292)
5a8ebb1da1 feat dialog: add support for explicit injector (#​24580)
8ef3125285 feat dialog: add the ability to control the animation duration (#​13466)
9946bb34bb feat form-field: add color to default options (#​24438) (#​24440)
426afa07e1 feat icon: add default options (#​23638)
6c7cc8ae87 feat icon: allow multiple classes in setDefaultFontSetClass (#​10484)
856c01639f feat menu: allow for menu to be conditionally removed from trigger (#​24437)
a55a8368b3 feat paginator: Add isNextPageEnabled and isPreviousPageEnabled methods to MatPaginatorHarness (#​24784)
5fc655b4a0 feat paginator: add input for configuring the underlying select (#​13705)
ca1aaae7e2 feat progress-spinner: add color to default options (#​24356)
38334d6bc8 feat schematics: add option not to include animations module in ng-add (#​22559)
1aa5a20647 feat select: allow user-defined aria-describedby (#​24644)
5846195007 feat slide-toggle: Add disabled predicate to MatSlideToggleHarness (#​24761)
0d162a4132 feat sort: default arrow position in MatSortDefaultOptions (#​23609)
cc6112298d feat stepper: add input for controlling the animation duration (#​17133)
fc5f8b0266 feat stepper: add the ability to control the position of the header in a horizontal stepper (#​15509)
c3188c84ef feat tabs: add the ability to keep content inside the DOM while off-screen (#​20393)
cad0872208 feat tabs: add the ability to keep content inside the DOM while off-screen (#​24299)
f42fee0de7 feat tabs: Throw error in MDC tabs if [tabPanel] input is not provided (#​24517)
cb206be37d fix autocomplete: always emit closed event (#​24642)
0b52561840 fix card: use more specific selector for divider override (#​23531)
47517b65e0 fix card: use more specific selector for divider override (#​23531)
f05e65a02b fix chips: allow for role to be overwritten on chip list and chip (#​15794)
d67dad6b1b fix chips: Make MatChipInputEvent.chipInput required. (#​23692)
de63e29be4 fix core: noop animations not applying to selector lists (#​24904)
dbb6dc09b4 fix core: resolve memory leak by removing event listeners from the ripple element (#​24663)
e03a77065d fix core: ripples not being clipped on safari in shadow dom (#​24029)
e86be88125 fix core: ripples persisting when container is removed from DOM while fading-in (#​24482)
7e67602799 fix datepicker: expose datepicker-date-range-colors mixin
5603d9b7f1 fix datepicker: fix failing unit test in multiyear view (#​24418)
15774a9235 fix datepicker: update active date on focusing a cell (#​24384)
f16548462e fix dialog: provide defaults for dialog animation (#​24591)
599d1b445f fix dialog: Use align as @Input() in MatDialogActions (#​24328)
575332c929 fix dialog: use quoted keys in the animation state object (#​24594)
64c2d311b4 fix expansion: picking up lazy content from child component (#​14477)
025a534483 fix icon: clip overflowing icon elements (#​12429)
6b2b51844a fix input: preserve native placeholder on non-legacy appearances (#​20936)
44293522e9 fix menu: account for menu padding different from the default (#​16169)
0a465281f6 fix menu: use narrower value for aria-haspopup on trigger element (#​15219)
ff12d09c1d fix schematics: remove usages of deprecated defaultProject option (#​24641)
ee23ac2aa0 fix schematics: support standalone components in ng-add (#​24931)
faed61cc7d fix schematics: use workingDirectory smart provider in path option
8dfbbed549 fix table: accessibility improvements on table examples
e917541cb5 fix tabs: allow coercing of booleans for all inputs (#​24377)
f30609c925 refactor core: deprecate legacy theming API (#​24835)
bab3b989f9 refactor core: no longer define stateChanges in mixinErrorState (#​22875)
2fc6b9281d refactor list: remove deprecated APIs for version 13 (#​23327)
db126b5797 refactor stepper: remove deprecated APIs for version 13 (#​23328)
google-maps
Commit Type Description
9f27303aad fix error when minified through closure (#​24897)
cdk-experimental
Commit Type Description
c176670ce3 feat combobox: glue together combobox and listbox with DI instead of a panel directive (#​24637)
4cc6b04a25 feat menu: allow configuration of typeahead and menu position (#​24600)
dc020c7ac2 feat menu: Use DI instead of CdkMenuPanel to connect menus (#​24558)
b8ccf036cb fix menu: API, code, and docs cleanup pass (#​24745)
f384cb52cd fix menu: close standalone menu when focus leaves
9531b68a5c fix menu: don't steal focus on hover
b4b8b202c0 fix menu: fix issue where left/right on standalone menu closes it (#​24696)
79b2337949 fix menu: move shared menu logic to base class (#​24645)
c8eb797711 fix menu: refocus trigger after closeAll
26e6c1fd2e fix menu: simplify radio and checkbox item APIs (#​24720)
5d1d36c453 fix menu: stop inline menu triggers capturing focus
material-experimental
Commit Type Description
353a5482e3 feat mdc-dialog: switch to new theming api (#​23620)
0163ad2697 feat mdc-dialog: switch to new theming api (#​23620) (#​24521)
3e1080931e feat mdc-list: add support for marking the act… (#​24433)
1b7d47cfed feat mdc-tabs: default to stretched tabs (#​23406)
c3bb3a9e5b fix mdc-core: avoid style conflicts between MDC list and MDC option
f6310fbcf6 fix mdc-dialog: expose dialog-legacy-padding mixin
3a94415b28 fix mdc-dialog: implement delayFocusTrap option (#​24727)
94ec04156c fix mdc-dialog: reduce amount of generated CSS
b3c957941a fix mdc-form-field: incorrect alignment with border-box alignment (#​24222)
766a01e4ef fix mdc-list: avoid style conflicts with MDC list
02d6e7d77a fix mdc-tabs: CSS applied to wrong element when preserveContent is enabled (#​24346)
multiple
Commit Type Description
ea081feabf feat Add a harness filter option for checked checkboxes, radios, and slide-toggles (#​24625)
00f68c28e5 fix enable easy extension of harnesses (#​24878)
ripple
Commit Type Description
65fb5f4491 fix not fading out on touch devices (#​12488)

Special Thanks

Alan Agius, Amy Sorto, Andrew Seguin, Arthur Ming, Artur Androsovych, Diego Bonura, Jean-Philippe, Jeremy Elbourn, Jeri Peier, Joey Perrott, Kristiyan Kostadinov, Mario Härtwig, Martin Forstner, Miles Malerba, Paul Gschwendtner, Richie Foreman, Robin (Robert) Thomas, Ruslan Lekhman, Victor Vieira, Wagner Maciel, Zach Arend, Zack Elliott, dobrevad, peinearydevelopment, renovate[bot] and tomicarsk6

v13.3.9

Compare Source

material
Commit Type Description
2443607fbf fix datepicker: page scrolling for fast keyboard repeat (#​24991)

Special Thanks

Kristiyan Kostadinov

v13.3.8

Compare Source

material
Commit Type Description
8611a742b fix tabs: ensure the ink bar realigns when the tab header items have changed in dimensions (#​24885)
material-experimental
Commit Type Description
7386fe865 fix mdc-checkbox: Use cursor:pointer for label (#​24927)
multiple
Commit Type Description
a7ee8a80b fix fix focus and hover styles for mdc-checkbox and mdc-radio (#​24930)
b8fddd60c fix fix style imports and deps for mdc-checkbox and mdc-radio (#​24972)

Special Thanks

Joey Perrott, Miles Malerba, Vaughan Hilts and Wagner Maciel

v13.3.7

Compare Source

material
Commit Type Description
0bede63d33 fix datepicker: add ability to have numeric zero value in input (#​24813)
7a122f7f03 fix expansion: inconsistent spacing for anchor buttons (#​24882)
e486ed93e4 fix menu: focus the first item when opening menu on iOS VoiceOver (#​24733)

Special Thanks

Dmytro Prokhorov, Kristiyan Kostadinov and Zach Arend

v13.3.6

Compare Source

material
Commit Type Description
6a0e6ba510 fix menu: add constructor overloads for non-deprecated signatures (#​24860)
material-experimental
Commit Type Description
8ca629dc7e fix mdc-snack-bar: avoid multiple snack bars on the page if opened in quick succession (#​24757)
d6f9db37b0 fix mdc-table: add inherit background to rows (#​24867)

Special Thanks

Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner

v13.3.5

Compare Source

cdk
Commit Type Description
68d09ddecd fix overlay: animations interrupted on repeat insertions (#​24815)
material
Commit Type Description
86a1e8c7be fix autocomplete: outside click in Angular zone. (#​24817)
material-experimental
Commit Type Description
b16a33dbb2 fix mdc-slider: remove pointerdown passive eve… (#​24766)
6603bd5ec6 fix mdc-snack-bar: avoid querying the DOM on each change detection (#​24770)

Special Thanks

Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Paul Gschwendtner, Ruslan Lekhman, Sukka and Wagner Maciel

v13.3.4

Compare Source

cdk
Commit Type Description
eef47579f fix portal: prevent calling ApplicationRef.detachView on destroyed instance (#​24775)

Special Thanks

Andrew Kushnir, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend

v13.3.3

Compare Source

cdk
Commit Type Description
949e3c7fbc fix a11y: visually hidden element affecting scrolling (#​24620)
material
Commit Type Description
1e010a3624 fix checkbox: add the boolean property coercion for checked input (#​20645)
6c65b1d703 fix chips: prevent default behavior on remove button (#​24722)
4501b2518d fix datepicker: avoid rerender when min/maxDate changes to different time on the same day (#​24434)
aae60833eb fix list: wrong order of arguments when calling custom compareWith function (#​24743)
68c5e870bd fix select: empty space read out by VoiceOver on Chrome (#​24741)
0d1755d566 fix snack-bar: update generic types for openFromComponent (#​24634)
b83d225b33 fix tabs: wrong scroll distance if selected tab is removed (#​24118)
ca30f426a9 perf progress-bar: do not run change detection if there are no animationEnd listeners (#​24673)

Special Thanks

Artur Androsovych, Georgian Stan, Klemen Oslaj, Kristiyan Kostadinov, Michael Doner, Pascal Weyrich, Paul Gschwendtner, RobStrader and Zach Arend

v13.3.2

Compare Source

cdk
Commit Type Description
48968719fc fix a11y: live announcer promise never resolved if new announcement comes in (#​24700)
e9734a9c66 fix testing: entering negative number values not working with reactive forms (#​24656)
material
Commit Type Description
c677f11ed8 fix button-toggle: ripples not clipping correctly in safari (#​12311)
20af3e7c9d fix chips: ripple not clipped on safari (#​21495)
d04e7c9b69 fix core: unable to override tag selectors inside .mat-typography (#​14617)
9490a31641 fix list: not working correctly when list item is used as a button (#​13617)
b07ae4ccc4 fix menu: clicks on disabled item closing the menu (#​19183)
e85777712a fix radio: set tabindex based on selected state (#​18081)
7f274dc96f fix snack-bar: ensure that the snack bar always runs inside the NgZone (#​24611)
a5aa87502b fix tabs: focus wrapping back to selected label when using shift + tab (#​14194)
04f4937b75 fix tabs: update tab state when active tab is swapped out (#​24164)
material-experimental
Commit Type Description
a704913d2b fix mdc-button: extended fab touch target not covering entire button (#​24322)
23e7b8e6c1 fix mdc-chips: make it easier to customize chip typography (#​24632)
518022288b fix mdc-chips: Mirror aria-describedby to matChipInput (#​24551)
9497b02f8b fix mdc-slider: update layout when container resizes (#​24648)
e5c025dff4 fix mdc-slider: use passive event listeners (#​24675)

Special Thanks

Artur Androsovych, ByzantineFailure, David Gonzalez, Dilyorbek, Kristiyan Kostadinov, Naveen, Paul Gschwendtner, Raí Siqueira, Shivam Sethi, Wagner Maciel and Zach Arend

v13.3.1

Compare Source

cdk
Commit Type Description
cf24b704d fix schematics: mark ng-add schematics as hidden
4a4ebe7df perf scrolling: do not run change detection if there are no viewChange listeners (#​23987)
material
Commit Type Description
0897f49d7 fix autocomplete: re-enter the Angular zone when the NgZone.onStable emits (#​24569)
51ddecbbb fix checkbox: model value not updated when using toggle method (#​11902)
174871713 fix input: resolve memory leak on iOS (#​24599)
eed36b3ba fix schematics: mark ng-add schematics as hidden
240b238f9 fix select: NVDA reading out table when opening select on Chrome (#​23446)
e04b7aeee fix select: value set through property not being propagated to value accessor (#​10246)
5e5b296bf perf icon: remove IE workaround (#​24514)
material-experimental
Commit Type Description
b09c7427c fix mdc-chips: replace innerText w/ textContent (#​24635)
multiple
Commit Type Description
0a3c7d7c4 fix memory leak when forcing focus (#​24520)

Special Thanks

Alan Agius, Artur Androsovych, CommanderRoot, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Paul Gschwendtner, Wagner Maciel and tomicarsk6

v13.3.0

Compare Source

cdk
Commit Type Description
e4c64dd56 fix drag-drop: only block dragstart event on event targets (#​24581)
material
Commit Type Description
33d07df95 fix badge: ensure overflow visible (#​24602)
dfef17351 fix datepicker: fix Voiceover losing focus on PageDown (#​24399)
1703b83ae fix datepicker: use cdk-visually-hidden on calendar header (#​24523)
41320d07e fix tabs: avoid timeouts in background tabs (#​24000)
material-experimental
Commit Type Description
097ec0d11 fix mdc-core: add app background color (#​22992)
15a0676d5 fix mdc-radio: add hover indication (#​24595)

Special Thanks

Andrew Seguin, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend

v13.2.6

Compare Source

cdk
Commit Type Description
39929a815d fix overlay: backdrop timeouts not being cleared in some cases (#​23972)
2f2b0c7cf4 fix testing: dispatch mouseover and mouseout events in UnitTestElement (#​24490)
edca54f2d0 fix testing: require at least one argument for locator functions (#​23619)
material
Commit Type Description
c4993ac171 fix button: avoid setting a tabindex on all link buttons (#​22901)
c47d30e0e5 fix dialog: don't wait for animation before moving focus (#​24121)
70b8248568 fix expansion: able to tab into descendants with visibility while closed (#​24045)
d22d73ab8d fix select: disabled state out of sync when swapping form group with a disabled one (#​17872)
911d6b71d4 fix slide-toggle: clear name from host node (#​15505)
4b5363d160 fix tooltip: decouple removal logic from change detection (#​19432)
material-experimental
Commit Type Description
8414646d79 fix mdc-card: remove extra margin if header doesn't have an avatar (#​19072)
f66486dc5b fix mdc-slider: fix a few null pointer exceptions (#​23659)
multiple
Commit Type Description
6ee0089ce6 fix don't block child component animations on open (#​24529)

Special Thanks

Andrew Seguin, Jeri Peier, Kristiyan Kostadinov and Paul Gschwendtner

v13.2.5

[Compare Source](https://togithub.com/angular/c


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 this update again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 7, 2022
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 6 times, most recently from 6519f6f to f94690c Compare July 18, 2022 18:00
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from f94690c to 4a6cada Compare July 19, 2022 02:03
@Hypercubed Hypercubed closed this Jul 19, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Jul 19, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 19.x releases. But if you manually upgrade to 19.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-angularmaterial-monorepo branch July 19, 2022 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant