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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to build/v2, this PR will be updated.
build/v2
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onbuild/v2
.Releases
@qwik.dev/[email protected]
Patch Changes
🐞🩹 rendering attribute value from array of classes from spread props (by @Varixo in #7310)
🐞🩹 null or undefined as ref attribute value (by @Varixo in #7285)
🐞🩹 QRLs are now scheduled instead of directly executed by qwik-loader, so that they are executed in the right order. (by @wmertens in #7269)
🐞🩹 different component rendering with the same key (by @Varixo in #7292)
🐞🩹 export SVG type from qwik/core (by @JerryWu1234 in #7222)
🐞🩹 optimizer is now better at recognizing constProp (by @JerryWu1234 in #7316)
🐞🩹 create svg nested children with correct namespace (by @Varixo in #7323)
🐞🩹 the use hook didn't work when type is Slot. (by @JerryWu1234 in #7250)
🛠 replace the
_hW
export in segments with a shared export_task
in core. This opens up using QRLs from core. (by @wmertens in #7269)✨ emit "qrender" event after every render (by @Varixo in #7327)
🐞🩹 vNode serialization error on server$ (by @damianpumar in #7278)
🐞🩹 don't wrap and serialize functions that are attribute values (by @Varixo in #7284)
Updated ComponentStylesPrefixContent from ⭐️ to ⚡️. (by @sreeisalso in #7304)
Expose missing types into
public.d.ts
and fix types uri for internal export insidepackage.json
(by @GrandSchtroumpf in #7289)@qwik.dev/[email protected]
Patch Changes
7c241ad
,3134fad
,de11be6
,f9fa4e4
,60c8202
,ef18cce
,2739ddc
,43846be
,3571f3b
,b904b9d
,021ecdd
,ff9e6a1
,cb8013c
,f5326c3
]:[email protected]
[email protected]
@qwik.dev/[email protected]