-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(cdk/table): resolve breaking constructor changes #20425
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
Conversation
4c6a169
to
89dfb79
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can you say fixed rather than reverted? From the description I was worried that the optimizations were being rolled back but I see that’s not the case.
… On Aug 26, 2020, at 4:08 PM, Kristiyan Kostadinov ***@***.***> wrote:
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
You can view, comment on, or merge this pull request online at:
#20425
Commit Summary
fix(cdk/table): revert breaking constructor changes
File Changes
M src/cdk/table/sticky-styler.ts (27)
M src/cdk/table/table.ts (18)
M tools/public_api_guard/cdk/table.d.ts (12)
Patch Links:
https://github.com/angular/components/pull/20425.patch
https://github.com/angular/components/pull/20425.diff
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
LGTM, thanks for looking into this! |
89dfb79
to
890ee3f
Compare
There was a problem hiding this 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.
44e8fe2
to
b4de554
Compare
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.
b4de554
to
60a79b3
Compare
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.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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