Skip to content
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

V2 Version Packages (alpha) #7392

Open
wants to merge 1 commit into
base: build/v2
Choose a base branch
from

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)

    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

[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 from 73b4e82 to b73070b Compare March 25, 2025 18:21
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch from b73070b to fff5340 Compare March 29, 2025 15:14
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.

0 participants