Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 3, 2025

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, run changeset pre exit on build/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)

    NoSerializeSymbol: objects that have this symbol will not be serialized.

    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)

  • 🐞🩹 correctly handle initial resource state (by @Varixo in #7469)

  • 🐞🩹 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)

  • 🐞🩹 don't execute QRLs for elements marked as deleted (by @Varixo in #7448)

  • 🐞🩹 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

[email protected]

[email protected]

@qwik.dev/[email protected]

@github-actions github-actions bot requested review from a team as code owners March 3, 2025 19:29
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 5 times, most recently from 2dcea0e to b432d0b Compare March 16, 2025 15:36
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 3 times, most recently from 34f7601 to 73b4e82 Compare March 23, 2025 13:24
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 2 times, most recently from b73070b to fff5340 Compare March 29, 2025 15:14
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 4 times, most recently from 3009475 to 87228db Compare April 6, 2025 19:11
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch from 87228db to 188390d Compare April 7, 2025 18:55
@shairez shairez merged commit 56ed5bd into build/v2 Apr 7, 2025
@shairez shairez deleted the changeset-release/build/v2 branch April 7, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant