-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PatrickJS
approved these changes
Oct 30, 2024
github-actions
bot
force-pushed
the
changeset-release/build/v2
branch
from
October 30, 2024 16:12
0d0e050
to
39c7ae3
Compare
gioboa
approved these changes
Oct 30, 2024
github-actions
bot
force-pushed
the
changeset-release/build/v2
branch
from
October 30, 2024 18:19
39c7ae3
to
3ed09d3
Compare
hamatoyogi
approved these changes
Oct 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉❤️
thejackshelton
approved these changes
Oct 30, 2024
github-actions
bot
force-pushed
the
changeset-release/build/v2
branch
2 times, most recently
from
October 31, 2024 13:30
4286425
to
ccf7be4
Compare
github-actions
bot
force-pushed
the
changeset-release/build/v2
branch
4 times, most recently
from
November 4, 2024 20:06
823e3ba
to
31711f1
Compare
github-actions
bot
force-pushed
the
changeset-release/build/v2
branch
from
November 13, 2024 11:05
31711f1
to
422614a
Compare
🎉❤️🎉❤️🎉❤️🎉❤️🎉❤️ |
github-actions
bot
force-pushed
the
changeset-release/build/v2
branch
2 times, most recently
from
November 14, 2024 22:03
02a04dd
to
ab1aa2a
Compare
github-actions
bot
force-pushed
the
changeset-release/build/v2
branch
from
November 15, 2024 09:51
ab1aa2a
to
fb8e170
Compare
Varixo
approved these changes
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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, runchangeset pre exit
onbuild/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, useuseSignal
anduseTask
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 invite.config.ts
:2) Import and use the
qwikInsights
vite plugin from@qwik.dev/core/insights/vite
:3) import the
<Insights>
component from@qwik.dev/core/insights
and use it in yourroot.tsx
file: :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
@qwik.dev/[email protected]
Major Changes
@qwik.dev/[email protected]
Patch Changes
d00396e
,00c599d
,1cecfde
,1cecfde
,70c732f
,d609244
,bb11c5f
,1cecfde
,1cecfde
,681fcdc
]:[email protected]
[email protected]