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

V2 Version Packages (alpha) #7018

Merged
merged 1 commit into from
Nov 15, 2024
Merged

V2 Version Packages (alpha) #7018

merged 1 commit into from
Nov 15, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 30, 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 build/v2, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

build/v2 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on build/v2.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@qwik.dev/[email protected]

Major Changes

  • BREAKING: remove HTML-related types. Use PropsOf instead. (by @wmertens in #7045)

  • 💥BREAKING: useComputed no longer allows Promise returns. (meaning it is strictly sync) Instead, use useSignal and useTask together to perform async signal updates (by @wmertens in #6907)

  • qwik-labs package has been removed in favor of experimental features. (by @shairez in #7025)
    So the "Insights" vite plugin and components have been moved to core as an experimental feature.

    In order to use it, you need to -

    1) add insights to the experimental array in vite.config.ts:

    qwikVite({
      experimental: ['insights']
    }),

    2) Import and use the qwikInsights vite plugin from @qwik.dev/core/insights/vite:

    import { qwikInsights } from '@qwik.dev/core/insights/vite';

    3) import the <Insights> component from @qwik.dev/core/insights and use it in your root.tsx file: :

    import { Insights } from '@qwik.dev/core/insights';
    
    // ...rest of root.tsx file
    
    return (
      <Insights publicApiKey="..." postUrl="..." />
      /* ...qwik app */
    );
  • BREAKING: the Typescript exports were trimmed down to the bare minimum. If there are types you are missing, open an issue. (by @wmertens in #7045)

Minor Changes

  • ✨ new integration tests that are running with the optimizer (by @Varixo in #7055)

  • ✨ new simpler signals implementation with lazy useComputed$ execution, only when is needed (by @Varixo in #7055)

  • ✨ added the scheduler to sort chores execution and have more predictable behavior (by @Varixo in #7055)

  • ✨ new faster serialization system (by @Varixo in #7055)

  • ✨ new CSR and SSR rendering written from scratch to speed up performance, improve code readability, and make the code easier to understand for new contributors (by @Varixo in #7055)

Patch Changes

  • 🐞🩹 do not trigger effects if computed value is not changed (by @Varixo in #6996)

@qwik.dev/[email protected]

Major Changes

  • Renamed "Qwik City" to "Qwik Router" and package to "@qwik.dev/router" (by @shairez in #7008)

@qwik.dev/[email protected]

Patch Changes

[email protected]

[email protected]

@github-actions github-actions bot requested review from a team as code owners October 30, 2024 15:59
Copy link
Contributor

@hamatoyogi hamatoyogi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉❤️

thejackshelton-kunaico
thejackshelton-kunaico approved these changes Oct 30, 2024
@thejackshelton
Copy link
Member

You have done well

@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 2 times, most recently from 4286425 to ccf7be4 Compare October 31, 2024 13:30
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 4 times, most recently from 823e3ba to 31711f1 Compare November 4, 2024 20:06
@gabriiels
Copy link
Contributor

🎉❤️🎉❤️🎉❤️🎉❤️🎉❤️

@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 2 times, most recently from 02a04dd to ab1aa2a Compare November 14, 2024 22:03
@shairez shairez merged commit 3624e5d into build/v2 Nov 15, 2024
@shairez shairez deleted the changeset-release/build/v2 branch November 15, 2024 20:20
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.

8 participants