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

feat: v7 upgrade #14

Merged
merged 1 commit into from
Dec 13, 2022
Merged

feat: v7 upgrade #14

merged 1 commit into from
Dec 13, 2022

Conversation

rhudea
Copy link
Contributor

@rhudea rhudea commented Nov 30, 2022

Upgrade from v6 to v7. See adobe/helix-html-pipeline#57 for breaking changes introduced with v7.

Test URLs:

@aem-code-sync
Copy link

aem-code-sync bot commented Nov 30, 2022

Hello, I'm Franklin Bot and I will run some test suites that validate the page speed.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-run PSI Checks

@aem-code-sync
Copy link

aem-code-sync bot commented Nov 30, 2022

Page Score PSI Audit Google
/?lighthouse=on SI FCP LCP TBT CLS PSI

const classNameClipped = className.slice(0, -1);
const classNames = classNameClipped.split('--');
brand.className = classNames.join(' ');
brand.className = className;
Copy link
Collaborator

@sdmcraft sdmcraft Dec 10, 2022

Choose a reason for hiding this comment

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

@rhudea , this gnav block was copied over from the blog repo and I see that the change you propose here isn't done there for a similar PR for v7 upgrade. So I am not really sue if we require this change for v7 upgrade. If yes, should this also be done for the blog site's PR? Could you please add you inputs?

cc @rofe @kptdobe

@kptdobe kptdobe marked this pull request as ready for review December 13, 2022 10:40
@aem-code-sync
Copy link

aem-code-sync bot commented Dec 13, 2022

Page Score PSI Audit Google
/?lighthouse=on SI FCP LCP TBT CLS PSI

@sdmcraft sdmcraft merged commit 403d718 into alexander-forbes:main Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants