github QwikDev/qwik @qwik.dev/core@2.0.0-beta.31

latest releases: eslint-plugin-qwik@2.0.0-beta.31, @qwik.dev/optimizer@2.0.1-beta.1, @qwik.dev/react@2.0.0-beta.31...
pre-release8 hours ago

Minor Changes

  • useAsync now accepts a negative interval to invalidate the cache without recalculating, for lazy cache invalidation. (by @wmertens in #8503)

  • asyncSignal.invalidate(info: unknown) allows passing info to the calculation function. This can for example be used to request cache busting while reloading. (by @wmertens in #8503)

Patch Changes

  • fix(vite): skip qwikloader emitFile in serve mode (by @SchahinRohani in #8512)

  • 🐞🩹 crash when inserting dom nodes near an errored-host (by @Varixo in #8494)

  • 🐞🩹 improve preloader scheduling so large preload batches yield more reliably in the browser (by @Varixo in #8510)

  • The issue is caused by cli.mjs eagerly loading migrate-v2 code at startup. That migration path has top-level imports of ts-morph, ignore, and semver, so even normal CLI usage in third-party apps can fail with ERR_MODULE_NOT_FOUND when those migrate-only dependencies are not installed. (by @JerryWu1234 in #8507)

  • Updated dependencies [152e65b]:

    • @qwik.dev/optimizer@2.0.1-beta.1

Don't miss a new qwik release

NewReleases is sending notifications on new releases.