Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Sep 13, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

maiieul and others added 28 commits March 28, 2025 18:00
…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>
* 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(ci): deploy docs whenever docs build worked
wmertens and others added 29 commits June 2, 2025 19:42
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)
set the "text/event-stream" for the content-type in the headers
fixed an issue with the example for the "getWritableStream()" method
this is used in the insights build
* 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
@pull pull bot merged commit 07c59ee into tooniez:main Jul 15, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.