Skip to content

chore(*): updating to ng 20 #15819

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

Merged
merged 39 commits into from
Jun 3, 2025
Merged

chore(*): updating to ng 20 #15819

merged 39 commits into from
Jun 3, 2025

Conversation

ChronosSF
Copy link
Member

Closes #

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

Sorry, something went wrong.

ChronosSF and others added 30 commits May 16, 2025 10:31

Unverified

No user is associated with the committer email.
…igniteui-angular into sstoychev/update-to-20
…igniteui-angular into sstoychev/update-to-20
…igniteui-angular into sstoychev/update-to-20
MKirova and others added 2 commits June 2, 2025 14:39
@damyanpetev damyanpetev changed the title Updating to 20rc Updating to ng 20 Jun 2, 2025
MKirova added 4 commits June 2, 2025 16:18
@ChronosSF ChronosSF marked this pull request as ready for review June 2, 2025 15:36
@@ -151,7 +151,7 @@ describe('IgxGrid - Cell component #grid', () => {
});
});

describe('Cells in virtualized grid ', () => {
xdescribe('Cells in virtualized grid ', () => {
Copy link
Member

Choose a reason for hiding this comment

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

@ChronosSF We should log a task to investigate this, try enabling part of the suite at least to identify the issue

Comment on lines -307 to -308
const iconName = collapsed ? 'expand_more' : 'expand_less';
expect(button.getAttribute('ng-reflect-icon-name')).toMatch(iconName);
Copy link
Member

Choose a reason for hiding this comment

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

While the grid reflect checks are silly, this one doesn't seem to be somewhat reasonable check the correct icon is shown and there doesn't seem to be other checks. Perhaps it should be re-done with fixture query with the icon component and directly check it's set collection + name.

Comment on lines +301 to +307
public visitComponent(component: Component, context: any) {

}

public visitDirective(directive: Directive, context: any) {

}
Copy link
Member

Choose a reason for hiding this comment

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

@Lipata @jackofdiamond5 FYI, in case this can be useful in the future :)

Comment on lines +833 to +834
// const operatorInputGroup = QueryBuilderFunctions.getQueryBuilderOperatorSelect(fix).querySelector('igx-input-group') as HTMLElement;
// expect(operatorInputGroup.querySelector('igx-icon').attributes.getNamedItem('ng-reflect-name').nodeValue).toEqual('in');
Copy link
Member

Choose a reason for hiding this comment

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

These too, kinda the same approach - still check the icon, get with fixture query for the component and verify name and collection?

Copy link
Member Author

Choose a reason for hiding this comment

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

@MayaKirova , please address these comments

damyanpetev and others added 2 commits June 3, 2025 11:30
@damyanpetev damyanpetev added squash-merge Merge PR with "Squash and Merge" option version: 20.0.x labels Jun 3, 2025
@damyanpetev damyanpetev changed the title Updating to ng 20 chore(*): updating to ng 20 Jun 3, 2025
Copy link
Member

@damyanpetev damyanpetev left a comment

Choose a reason for hiding this comment

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

After discussing, we've agreed the tests will be addressed in a separate PR, so approving this part so we can move along other changes.

@ChronosSF ChronosSF merged commit 4979d5e into master Jun 3, 2025
6 of 10 checks passed
@ChronosSF ChronosSF deleted the sstoychev/update-to-20 branch June 3, 2025 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
squash-merge Merge PR with "Squash and Merge" option version: 20.0.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants