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]
Minor Changes
✨
useSerializer# @qwik.dev/core,
createSerializer# @qwik.dev/core: Create a Signal holding a custom serializable value. See {@link useSerializer$} for more details. (by @wmertens in #7223)FEAT:
NoSerializeSymbol
: objects that have this symbol will not be serialized.FEAT:
SerializerSymbol
: When defined on an object, this function will get called with the object and is expected to returned a serializable object literal representing this object. Use this to remove data cached data, consolidate things, integrate with other libraries, etc.Patch Changes
🐞🩹 don't wrap template literals with a function call inside them in a signal (by @Varixo in #7390)
🐞🩹 creating error overlay (by @Varixo in #7446)
🐞🩹 reexecute component with null key (by @Varixo in #7456)
🐞🩹 change client side generated ID to start with build base and add convert first character to letter if it is starting from number (by @Varixo in #7432)
🐞🩹 custom event names and DOMContentLoaded handling (by @Varixo in #7452)
🐞🩹 attribute diffing was not working correctly in some edge cases (by @Varixo in #7419)
🐞🩹 rendering markdown file with Qwik component (by @Varixo in #7456)
🐞🩹 finding vnodes on interaction (by @Varixo in #7410)
🐞🩹 inserting new node edge case (by @Varixo in #7446)
🐞🩹 removing text node from shared text node (by @Varixo in #7430)
@qwik.dev/[email protected]
Patch Changes
abc7732
,172fcb6
,13fec50
,1d54b16
,2c2badb
,008fe60
,fa31110
,289cc06
,172fcb6
,4d056d4
,8da72e2
]:[email protected]
[email protected]
@qwik.dev/[email protected]