forked from QwikDev/qwik
-
Couldn't load subscription status.
- Fork 0
[pull] main from BuilderIO:main #97
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove unused import
…after-closing-modal docs:force remove body overflow-hidden when search closes
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: rollup facade fix
* Update index.mdx
resulted in unexpected behavior when `props.class` was an array.
Updated to:
`class={[props.class, isActive && activeClass ? activeClass : ""]}`
ensuring proper class concatenation and maintaining Tailwind's expected behavior.
This fixes styling inconsistencies and improves component reliability.
* Create kind-bees-grin.md
* chore: remove changeset
---------
Co-authored-by: maiieul <[email protected]>
* docs: add image format section * style: add long list flex wrap for file formats * docs: add customize image quality section * docs: add SVG section * docs improve image quality section
chore: some fixes
chore(ci): deploy docs whenever docs build worked
perf(qwikloader): put qwikloader in a separate bundle - move qwikloader to its own eagerly loaded chunk - automatically unregister events that have no listener attributes - optimize compressed qwikloader size We were embedding the qwikloader, which is faster for initial load, but recent experiments with modulepreload show that this isn't necessary. By putting the qwikloader in its own bundle and using modulepreload + async module script: - the bundle is discovered during the html download - the bundle downloads together with the html - the bundle can be served with brotli compression, which is more costly to do during SSR - subsequent SSR requests never have to download the 1.5-2kb again - multiple containers with the same qwik version can all embed the script import tag and it will only be loaded once This doesn't seem to impact LCP at all. In the pathological 3G simulation with the fixed 2s lag, the chunk is fetched first, while the html is still downloading, and finishes pretty soon after html finished downloading and while the other resources are also downloading, so the user doesn't really notice anything.
docs: update qwik-ui headless dep
Previously, the manifest resolution logic only accounted for Node.js, causing issues when building under Bun. This patch updates the runtime check to include "bun" as well, allowing the server to load the q-manifest correctly during SSR builds in Bun environments.
🐛 Fix: support q-manifest resolution under Bun runtime (#7565)
fix: code block
set the "text/event-stream" for the content-type in the headers
fixed an issue with the example for the "getWritableStream()" method
Co-authored-by: João Maridalho <[email protected]>
this is used in the insights build
chore: set nvmrc to node 22
* fix(vercel) vercel.json source pattern * chore: add missing changeset --------- Co-authored-by: gioboa <[email protected]>
fix: set correct script type for qwik loader
* chore: update devDependencies and configurations * fix: update vite version specifier to allow for a broader range of versions
fix(qwik-city): duplicate ServerError class during dev
* doc: add Azion deployment pages * docs: first draft for azion deployment * fix(docs): correct typos and improve clarity in Azion deployment guide * fix(docs): correct typos and spelling * feat: add azion icon --------- Co-authored-by: Giorgio Boa <[email protected]>
…m-environments fix: qwikloader.cjs missing in non esm environments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )