-
Notifications
You must be signed in to change notification settings - Fork 0
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 SSR Support #50
Labels
Comments
jordanjones243
assigned jordanjones243 and unassigned blackfalcon, Patrick-Daly-AA and pgm369
Jan 19, 2024
jordanjones243
added a commit
that referenced
this issue
Jan 21, 2024
jordanjones243
added a commit
that referenced
this issue
Jan 21, 2024
Merged
6 tasks
jordanjones243
added a commit
that referenced
this issue
Jan 23, 2024
blackfalcon
pushed a commit
that referenced
this issue
Jan 24, 2024
blackfalcon
pushed a commit
that referenced
this issue
Jan 24, 2024
# [2.0.0](v1.1.0...v2.0.0) (2024-01-24) ### Documentation * update demo template ([1c550c7](1c550c7)) ### Features * **modernize:** rebuild component using the generator [#49](#49) ([3ce06bb](3ce06bb)) * **ssr:** add support for SSR projects [#50](#50) ([b276957](b276957)) * **tokens:** implement theming support [#51](#51) ([ebfc5e5](ebfc5e5)) ### Performance Improvements * **accordion:** update doc accordion attributes ([f8ae926](f8ae926)) ### BREAKING CHANGES * This is NOT the breaking commit, but the npm namespace has been updated and requires a MAJOR release. Changes to be committed: modified: demo/index.md modified: docs/partials/index.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in AlaskaAirlines/WC-Generator#457
Originally posted by blackfalcon January 9, 2024
As of Lit 2.0 it's been understood that LitElement web components will be supported inside common SSR environments. This discussion is for supporting the various updates needed to deliver this capability.
Scope
The scope of this issue is to update the repo with the following criteria
type="module"
to the./package.json
commitlint.config.js → commitlint.config.cjs
./package.json
"scripts"
referencesExit criteria
This issue can be closed once the local files have been deleted, the dependencies and scripts have been updated and the rebuilds successfully off of the auro-library resources.
All local dependencies should be up to date as well.
The text was updated successfully, but these errors were encountered: