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

add support for SSR projects #108

Merged
merged 7 commits into from
Jan 22, 2024
Merged

add support for SSR projects #108

merged 7 commits into from
Jan 22, 2024

Conversation

pgm369
Copy link
Contributor

@pgm369 pgm369 commented Jan 11, 2024

Alaska Airlines Pull Request

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Resolves: #95, #99, #107

Summary:

Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.

*Add support for SSR

Type of change:

Please delete options that are not relevant.

  • New capability
  • Revision of an existing capability
  • Infrastructure change (automation, etc.)
  • Other (please elaborate)

Checklist:

  • My update follows the CONTRIBUTING guidelines of this project
  • I have performed a self-review of my own update

By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.

Thank you for your submission!

-- Auro Design System Team

@pgm369 pgm369 self-assigned this Jan 11, 2024
@pgm369 pgm369 linked an issue Jan 11, 2024 that may be closed by this pull request
pgm369 and others added 3 commits January 18, 2024 18:11
This commit updates scripts and configs to support SSR style projects.

Changes to be committed:
renamed:    commitlint.config.js -> commitlint.config.cjs
modified:   package-lock.json
modified:   package.json
modified:   packageScripts/postinstall.mjs
renamed:    scripts/generateDocs.js -> scripts/generateDocs.mjs
deleted:    scripts/postCss.js
new file:   scripts/postCss.mjs
modified:   scripts/pre-commit.mjs
Changes to be committed:
modified:   package-lock.json
modified:   package.json
modified:   scripts/generateDocs.mjs
Changes to be committed:
modified:   package-lock.json
modified:   package.json
@blackfalcon blackfalcon marked this pull request as ready for review January 19, 2024 02:57
@blackfalcon blackfalcon requested a review from a team as a code owner January 19, 2024 02:57
Changes to be committed:
new file:   demo/api.html
new file:   demo/apiExamples.md
modified:   demo/demo.md
modified:   demo/index.html
modified:   docs/partials/apiExamples.md
modified:   docs/partials/demo.md
While this may appear as a breaking change, this is actually the fix to
an issue where the SEO code was causing misreporting of SEO status. The
'fix' is to remove the offending SEO Code.

There is no backwards compatibility issue.

Changes to be committed:
modified:   src/auro-flight-main.js
modified:   test/auro-flight-main.test.js
@blackfalcon blackfalcon linked an issue Jan 20, 2024 that may be closed by this pull request
Changes to be committed:
modified:   package-lock.json
modified:   package.json
@blackfalcon blackfalcon linked an issue Jan 20, 2024 that may be closed by this pull request
Copy link
Member

@jason-capsule42 jason-capsule42 left a comment

Choose a reason for hiding this comment

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

localhost has an import failure as the HTML page is trying to import auro-alerts rather than auro-alert.

@jason-capsule42 jason-capsule42 self-requested a review January 22, 2024 00:10
@jason-capsule42 jason-capsule42 merged commit ac697e4 into main Jan 22, 2024
4 checks passed
@jason-capsule42 jason-capsule42 deleted the pgm369/ssr/#107 branch January 22, 2024 00:11
@blackfalcon
Copy link
Member

🎉 This PR is included in version 2.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Completed work has been released
Projects
None yet
3 participants