Merge branch 'main' into feature-8.2

This commit is contained in:
Brandy Carney
2024-05-22 12:46:45 -04:00
186 changed files with 18209 additions and 716 deletions

View File

@ -25,7 +25,8 @@ describe('Form Controls: Range', () => {
cy.get('ion-range').should('have.class', 'ion-valid');
cy.get('ion-range').should('have.class', 'ion-dirty');
cy.get('ion-range').should('have.class', 'ion-touched');
// TODO(FW-6226): Investigate why this regresses in Angular 18
// cy.get('ion-range').should('have.class', 'ion-touched');
cy.get('ion-range').invoke('prop', 'value').should('eq', 10);
});

View File

@ -15,7 +15,8 @@ npm pack ../../../dist
npm pack ../../../../angular-server/dist
# Install Dependencies
npm install *.tgz --no-save
# TODO(FW-6227): Remove --legacy-peer-deps once Angular 18 is released
npm install *.tgz --no-save --legacy-peer-deps
# Delete Angular cache directory
rm -rf .angular/