-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
v4.0.0 #27716
Draft
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
v4.0.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
v4.0.0 #27716
+5
−5
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
Run & review this pull request in StackBlitz Codeflow. |
Hello.. Please leave the debounce feature on useFetch and useAsyncData... |
@Nyantekyi we are not removing it, just you now need to set a more explicit name rather than |
selfire1
added a commit
to selfire1/nuxt
that referenced
this pull request
Sep 25, 2024
takes the timeline from nuxt#27716
selfire1
added a commit
to selfire1/nuxt
that referenced
this pull request
Sep 25, 2024
updates the timeline according to nuxt#27716
4 tasks
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.
👉 Changelog
compare changes
🚀 Enhancements
mlly
(#28012)🔥 Performance
render:html
for server islands (#27889)@nuxt/cli
dependency (#30526)🩹 Fixes
compatibilityVersion: 4
(#27710)builder:watch
hook (#27709)asyncData
value behaviour (#27718)__NUXT__
after hydration (#27745)4
(7aae4033b)resolvePath
utils as sync (655e1473d)tryResolveModule
(2d136e04c)requireModule
andtryRequireModule
(#28013)useScriptCrisp
scripts stub (0c3cc4cf3)globalName
property (#28391)updateAppConfig
in HMR (#28349)ssr: false
(#28488)window
access (d874726ff)definePageMeta
when extracting page metadata (#30490)#build
to the end oftsConfig
paths (#30520)💅 Refactors
#app/components/layout
->#app/components/nuxt-layout
(209e81b60)dedupe
option (#28151)installNuxtModule
(501ccc375)📖 Documentation
useAsyncData
must return (#28259)deep
default foruseAsyncData
&useFetch
(#28564)--dev
option for the module command (#30477)url
inuseFetch
(#30531)🏡 Chore
vite-plugin-checker
separately (02d46dd3d)engines.node
compatibility (a26322f5f)nuxt/app
(4c66a7994)✅ Tests
attw
test for built packages (#30206)🤖 CI
render:html
for server islands (#27889)compatibilityVersion: 4
(#27710)builder:watch
hook (#27709)asyncData
value behaviour (#27718)__NUXT__
after hydration (#27745)4
(7aae4033b)globalName
property (#28391)#app/components/layout
->#app/components/nuxt-layout
(209e81b60)❤️ Contributors