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

Version Packages #6788

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Version Packages #6788

merged 1 commit into from
Sep 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 13, 2024

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 main, this PR will be updated.

Releases

@builder.io/qwik-city@1.9.0

Minor Changes

  • (EXPERIMENTAL) valibot$ validator and a fix for zod$ types. (by @fabian-hiller in #6752)

    To use it, you need to pass experimental: ['valibot'] as an option to the qwikVite plugin as such:

    // vite.config.ts
    
    export default defineConfig(({ command, mode }): UserConfig => {
      return {
        plugins: [
          // ... other plugins like qwikCity() etc
          qwikVite({
            experimental: ['valibot']
            // ... other options
          }),
    
        ],
        // ... rest of the config
      };
    }
  • (EXPERIMENTAL) usePreventNavigate lets you prevent navigation while your app's state is unsaved. It works asynchronously for SPA navigation and falls back to the browser's default dialogs for other navigations. To use it, add experimental: ['preventNavigate'] to your qwikVite options. (by @wmertens in #6825)

Patch Changes

  • 🐞🩹 added .ico to be detected by isStaticFile (by @intellix in #6860)

  • 🐞🩹 fixed delays caused from inefficient Service Worker prefetching (buffering) (by @shairez in #6863)

create-qwik@1.9.0

Patch Changes

  • ✨ tailwind starter dependencies upgraded to latest (by @thejackshelton in #6783)

  • ✨ added preserveModules to library starters to improve library bundling / tree-shaking (by @thejackshelton in #6773)

@builder.io/qwik@1.9.0

Patch Changes

  • ✨ Introducing the experimental[] option to the Vite plugin. This allows you to opt in to features that are not guaranteed to have a stable API. (by @wmertens in #6880)

  • 🐞🩹 fix typo in using useStore() (by @zaynet in #6875)

  • 🐞🩹 gracefully handle image dimensions service errors (by @JerryWu1234 in #6855)

  • ✨ Lib builds no longer perform qwik transformation. (by @wmertens in #6850)

    This prevents using unstable internal APIs, and doesn't make a difference for the end user. Library authors are strongly urged to push a new library patch version built with this qwik version, and to add | ^2.0.0 to their accepted qwik version range.

  • 🐞🩹 SSG Link component strips search parameters (by @JerryWu1234 in #6778)

  • 🐞🩹 The PrefetchServiceWorker now has a more efficient graph and only prefetches direct imports and, at a lower priority, task QRL segments. This greatly improves its load performance. (by @wmertens in #6853)

eslint-plugin-qwik@1.9.0

@github-actions github-actions bot requested review from a team as code owners August 13, 2024 18:33
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 7949d9d to e95578d Compare August 20, 2024 22:07
@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from f2234e9 to 3dcb9e8 Compare August 26, 2024 16:50
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from c4060a6 to cee666d Compare September 5, 2024 08:01
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 8d1b55a to 23890e0 Compare September 8, 2024 10:46
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 6cd6235 to 926dc90 Compare September 12, 2024 10:45
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from a9f5f08 to ab1ca60 Compare September 17, 2024 11:31
@shairez shairez merged commit e37930c into main Sep 17, 2024
2 checks passed
@shairez shairez deleted the changeset-release/main branch September 17, 2024 13:22
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.

1 participant