-
Notifications
You must be signed in to change notification settings - Fork 161
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
Review and remove deprecated properties and events from the grids #12832
Conversation
…into ddincheva/deprecatedPropRemoval
projects/igniteui-angular/src/lib/grids/summaries/grid-summary.service.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/grids/summaries/grid-summary.service.ts
Outdated
Show resolved
Hide resolved
….service.ts Co-authored-by: Hristo <[email protected]>
…into ddincheva/deprecatedPropRemoval
…into ddincheva/deprecatedPropRemoval
@@ -552,19 +552,19 @@ export interface GridType extends IGridDataBindable { | |||
columnVisibilityChanged: EventEmitter<IColumnVisibilityChangedEventArgs>; | |||
batchEditingChange?: EventEmitter<boolean>; | |||
densityChanged: EventEmitter<IDensityChangedEventArgs>; | |||
rowAdd: EventEmitter<IGridEditEventArgs>; | |||
rowAdd: EventEmitter<IRowDataEventArgs>; |
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.
This is a breaking change for customer, as IRowDataEventArgs
does not overlap with IGridEditEventArgs
. Maybe we dont want to expose yet another breaking chang,e, but since this PR contains breaking changes, I would like to get this arranged
Isolated changes from #12832 Co-authored-by: Desislava Dincheva <[email protected]>
There has been no recent activity and this PR has been marked inactive. |
@hanastasov what is the status of the PR? |
No one worked on this since releasing version 16. I can plan it for the upcoming sprint. |
@hanastasov it was not discussed at the planning meeting, though you can work on this only if you have the availability. The priority remains low. |
@hanastasov @ddincheva Let's revive this for |
@ddincheva Then let's close this PR :) |
Closing this PR because the rest of the necessary changes related to the deprecated properties of the event's arguments will be introduced directly in version 16.1.0 with this PR #13427 |
Closes #10617
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)