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(cdk/table): resolve breaking constructor changes #20425

Merged
merged 1 commit into from
Sep 5, 2020

Conversation

crisbeto
Copy link
Member

In #19964 and #19750 some breaking constructor changes were made which eventually got released as a part of a patch branch which doesn't follow our breaking changes policy.

These changes make the new constructor parameters optional and add fallbacks to the old behavior.

Fixes #20422.

cc @kseamon @MichaelJamesParsons

@crisbeto crisbeto added P2 The issue is important to a large percentage of users, with a workaround target: patch This PR is targeted for the next patch release labels Aug 26, 2020
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Aug 26, 2020
@crisbeto crisbeto force-pushed the 20422/table-breaking-changes branch from 4c6a169 to 89dfb79 Compare August 26, 2020 20:22
Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jelbourn jelbourn added the action: merge The PR is ready for merge by the caretaker label Aug 26, 2020
@kseamon
Copy link
Collaborator

kseamon commented Aug 26, 2020 via email

@MichaelJamesParsons
Copy link
Collaborator

LGTM, thanks for looking into this!

@crisbeto crisbeto force-pushed the 20422/table-breaking-changes branch from 89dfb79 to 890ee3f Compare August 27, 2020 05:52
@crisbeto crisbeto changed the title fix(cdk/table): revert breaking constructor changes fix(cdk/table): resolve breaking constructor changes Aug 27, 2020
Copy link
Member

@devversion devversion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just replied to the lightweight token comment you added.

src/cdk/table/table.ts Show resolved Hide resolved
@crisbeto crisbeto force-pushed the 20422/table-breaking-changes branch 3 times, most recently from 44e8fe2 to b4de554 Compare September 3, 2020 21:31
In angular#19964 and angular#19750 some breaking constructor changes were made which eventually got released as a part of a patch branch which doesn't follow our breaking changes policy.

These changes make the new constructor parameters optional and add fallbacks to the old behavior.

Fixes angular#20422.
@mmalerba mmalerba merged commit c77a904 into angular:master Sep 5, 2020
mmalerba pushed a commit that referenced this pull request Sep 5, 2020
In #19964 and #19750 some breaking constructor changes were made which eventually got released as a part of a patch branch which doesn't follow our breaking changes policy.

These changes make the new constructor parameters optional and add fallbacks to the old behavior.

Fixes #20422.
kyubisation added a commit to sbb-design-systems/sbb-angular that referenced this pull request Sep 15, 2020
The Angular CDK introduced a breaking change in version 10.1.2 and again in 10.2.0, which was fixed in 10.2.1: angular/components#20425
Since we adapted to the 10.1.2 change, we also need to adapt to the 10.2.0 change.
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement P2 The issue is important to a large percentage of users, with a workaround target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(CdkTable): CdkTable constructor parameters changed in a patch version
8 participants