Skip to content

Releases: QwikDev/qwik

[email protected]

03 Dec 20:28
58b6f8d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
[email protected]

@qwik.dev/[email protected]

03 Dec 20:28
58b6f8d
Compare
Choose a tag to compare
Pre-release
@qwik.dev/[email protected]

@qwik.dev/[email protected]

03 Dec 20:28
58b6f8d
Compare
Choose a tag to compare
Pre-release

Patch Changes

@qwik.dev/[email protected]

03 Dec 20:28
58b6f8d
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 🐞🩹 serialization of an array of refs (by @Varixo in #7106)

  • 🛠 more descriptive HTML streaming error message (by @Varixo in #7105)

[email protected]

25 Nov 15:30
8d2749b
Compare
Choose a tag to compare

[email protected]

25 Nov 15:30
8d2749b
Compare
Choose a tag to compare

@builder.io/[email protected]

25 Nov 15:30
8d2749b
Compare
Choose a tag to compare

Minor Changes

  • CHORE: Prepare backwards compatibility for V1 libraries in V2. (by @wmertens in #7044)

    We move internal fields immutableProps and flags out of JSXNode as they are not meant for public use.

    This will allow projects using older V1 libraries to continue to work with the Qwik V2 by adding the following package.json changes:

    {
      "dependencies": {
        "@builder.io/qwik": "^1.11.0",
        "@qwik.dev/core": "^2.0.0"
      }
    }

    And will prevent typescript errors when using libraries which haven't upgraded to V2 yet.

  • ✨ add monorepo support to the qwik add command by adding a projectDir param (by @shairez in #7059)

    That way you can run qwik add --projectDir=packages/my-package and it will add the feature to the specified project/package (sub) folder, instead of the root folder.

@builder.io/[email protected]

25 Nov 15:30
8d2749b
Compare
Choose a tag to compare

@qwik.dev/[email protected]

19 Nov 14:21
10f5414
Compare
Choose a tag to compare
Pre-release
@qwik.dev/[email protected]

@qwik.dev/[email protected]

19 Nov 14:21
10f5414
Compare
Choose a tag to compare
Pre-release

Patch Changes