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

Typescript 4 support #8117

Merged
merged 8 commits into from
Sep 16, 2020
Merged

Typescript 4 support #8117

merged 8 commits into from
Sep 16, 2020

Conversation

kdinev
Copy link
Member

@kdinev kdinev commented Sep 10, 2020

Closes #8116

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@@ -547,7 +547,7 @@ export class IgxGridCellComponent implements OnInit, OnChanges, OnDestroy {
};
}

public focused = this.active;
// public focused = this.active;
Copy link
Member

@damyanpetev damyanpetev Sep 14, 2020

Choose a reason for hiding this comment

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

@rkaraivanov Couldn't figure out if this is supposed to do anything. Found just one reference to it in template, but typescript was complaining this is initialized before active (which is completely true, it's initially undefined when this is assigned). It's not hidden, nor described.. should I just delete it or keep it hidden and deprecated for a bit?

Edit: Seems like it was swapped with active in #6910, before it was basically the host bind for the active class and it was hidden

Copy link
Member

Choose a reason for hiding this comment

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

I guess deprecate it and remove it in a future version.

@damyanpetev damyanpetev added the ❌ status: awaiting-test PRs awaiting manual verification label Sep 14, 2020
@Lipata Lipata requested a review from rkaraivanov September 14, 2020 17:55
@valadzhov valadzhov self-assigned this Sep 15, 2020
@valadzhov valadzhov added 💥 status: in-test PRs currently being tested and removed ❌ status: awaiting-test PRs awaiting manual verification labels Sep 15, 2020
@valadzhov valadzhov added ✅ status: verified Applies to PRs that have passed manual verification 💥 status: in-test PRs currently being tested and removed 💥 status: in-test PRs currently being tested ✅ status: verified Applies to PRs that have passed manual verification labels Sep 15, 2020
@Lipata Lipata merged commit e0a4a70 into master Sep 16, 2020
@Lipata Lipata deleted the update-10-1 branch September 16, 2020 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version: 10.2.x ✅ status: verified Applies to PRs that have passed manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typescript 4 compatibility
5 participants