Skip to content

Releases: QwikDev/qwik

eslint-plugin-qwik@2.0.0-alpha.2

03 Dec 20:28
58b6f8d
Compare
Choose a tag to compare
Pre-release
eslint-plugin-qwik@2.0.0-alpha.2

create-qwik@2.0.0-alpha.2

03 Dec 20:28
58b6f8d
Compare
Choose a tag to compare
Pre-release
create-qwik@2.0.0-alpha.2

@qwik.dev/router@2.0.0-alpha.2

03 Dec 20:28
58b6f8d
Compare
Choose a tag to compare
Pre-release
@qwik.dev/router@2.0.0-alpha.2

@qwik.dev/react@2.0.0-alpha.2

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

Patch Changes

  • Updated dependencies [f3cad07, 5dedeae]:
    • @qwik.dev/core@2.0.0-alpha.2

@qwik.dev/core@2.0.0-alpha.2

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)

eslint-plugin-qwik@1.11.0

25 Nov 15:30
8d2749b
Compare
Choose a tag to compare
eslint-plugin-qwik@1.11.0

create-qwik@1.11.0

25 Nov 15:30
8d2749b
Compare
Choose a tag to compare
create-qwik@1.11.0

@builder.io/qwik@1.11.0

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/qwik-city@1.11.0

25 Nov 15:30
8d2749b
Compare
Choose a tag to compare
@builder.io/qwik-city@1.11.0

@qwik.dev/router@2.0.0-alpha.1

19 Nov 14:21
10f5414
Compare
Choose a tag to compare
Pre-release
@qwik.dev/router@2.0.0-alpha.1