Skip to content

Releases: QwikDev/qwik

v1.5.7

12 Jun 16:46
0aba578
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.6...v1.5.7

v1.5.6

09 Jun 14:20
Compare
Choose a tag to compare

What's Changed

Many bugfixes and documentation updates.

We also added an API tech preview: createSignal, useConstant and createComputed$, which should be self-explanatory. Feedback welcome on Discord or in issues. We cannot guarantee the stability of these APIs yet, although they are simple enough that they probably won't need changing.

Commits

New Contributors

Full Changelog: v1.5.5...v1.5.6

v1.5.5

21 May 19:18
0b8410b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.4...v1.5.5

v1.5.4

07 May 21:28
ce8a1c0
Compare
Choose a tag to compare

What's Changed

  • fix(types): add exports for old ts import style by @wmertens in #6263

  • fix(Click-to-Source ): fix windows by @PatrickJS in #6261

  • fix: upgrade authcore level by @JerryWu1234 in #6147

  • feat(qwik-city): scroll restoration any element by @genki in #6258

  • fix(qrl): ensure .resolved exists in all cases by @wmertens in #6213

  • docs: Update components/tasks index.mdx verbiage and phrasing by @Jemsco in #6206

  • docs: reworded documentation and fixed grammar by @codyroberts in #6207

  • docs: Update advanced speculative module fetching verbiage … by @Jemsco in #6209

  • docs: Update advanced modules prefetching index.mdx verbiage by @Jemsco in #6210

  • docs: Update components/events index.mdx verbiage and phrasing by @Jemsco in #6216

  • docs: Update components/context index.mdx verbiage by @Jemsco in #6217

  • docs: Update components/slots index.mdx verbiage and phrasing by @Jemsco in #6218

  • docs: Update components/rendering index.mdx verbiage and phrasing by @Jemsco in #6219

  • docs: add missing import by @krisantuswanandi in #6225

  • fix(vite.config): Duplicate Export by @PatrickJS in #6227

  • fix(vite.config): error only when dupe by @PatrickJS in #6228

  • docs(routing): plugin by @PatrickJS in #6229

  • docs(plugin): qwik plugin and vite plugin by @PatrickJS in #6231

  • docs(sidebar): save scroll position, wider, and prefetch by @PatrickJS in #6234

  • fix(starters/empty): avoid p element gotchas by @PatrickJS in #6236

  • docs: Update components/styles index.mdx verbiage and phrasing by @Jemsco in #6245

  • docs: advanced dollar by @gparlakov in #6244

  • docs: advanced/dollar correct button by @gparlakov in #6243

  • docs: Update qwikcity index.mdx verbiage and phrasing by @Jemsco in #6248

  • docs: Update components/overview index.mdx to add export default by @Jemsco in #6250

  • docs: Update getting-started index.mdx to add export default by @Jemsco in #6251

  • docs: Update authjs index.mdx add environment vars for node by @Jemsco in #6253

  • docs: Update components/tasks index.mdx useVisibleTask$ by @Jemsco in #6255

  • docs: Update server index.mdx define server inside onclick by @Jemsco in #6256

  • docs: Environment Variables by @RumNCodeDev in #6257

  • fix(data-qwik-inspector): bypass data-qwik-inspector when needed by @PatrickJS in #6239

  • style(base/entry.preview.tsx): comment by @PatrickJS in #6259

  • fix(http): ignore ERR_HTTP2_INVALID_STREAM by @PatrickJS in #6238

  • feat(pause): capture errors in tasks by @PatrickJS in #6260

  • revert: starter vite config server bundle optimizations by @thejackshelton in #6265

  • docs: Update components/state index.mdx removing store objects by @Jemsco in #6266

  • docs: Update env-variables index.mdx add docker and fastify note by @Jemsco in #6262

  • fix(docs): try-catch local and session storage by @PatrickJS in #6268

  • docs: Update components/tasks index.mdx add useTask async note by @Jemsco in #6267

  • docs(stored-searches): try-catch by @PatrickJS in #6271

  • docs(stored-searches): try-catch types by @PatrickJS in #6272

  • docs: Update env-variables index.mdx with lifecycle section by @Jemsco in #6273

  • docs: Update routing index.mdx prevent prefetching behavior by @Jemsco in #6274

  • chore: 1.5.4 by @wmertens in #6275

  • docs(): clarify that prefetch is on by default by @maiieul in #6276

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

01 May 19:55
7ccd345
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

09 Apr 22:02
2d745bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

06 Mar 16:19
c88e53d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

04 Mar 19:01
3ba872e
Compare
Choose a tag to compare

Breaking changes

It turns out that this release requires a change to vite.config.ts for the production builds. The ssr configuration needs to have "node:async_hooks" as external:

        ssr: {
          external: ['node:async_hooks'],
        },

New features

  • Support for Uint8Array serialization

Notable bugfixes

  • Server-side function calls now use Async LocalStorage to ensure retaining the request context during async handling

PRs

New Contributors

Full Changelog: v1.4.5...v1.5.0

v1.4.5

13 Feb 19:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.4...v1.4.5

v1.4.4

06 Feb 23:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.3...v1.4.4