`\n- [x] Head: `\u003Clink target />`\n- [x] Head: `\u003Cstlye scoped>`\n- [x] `useServerHead`\n- [x] `useServerHeadSafe`\n- [x] `useServerSeoMeta`\n- [x] `NuxtPlgin.ssr`\n- [x] `ConfigSchema.app.rootId`\n- [x] `ConfigSchema.app.teleportId`\n- [ ] `experimental.serverAppConfig`\n\nToDos:\n- Codemods?",[3180,3183],{"name":3181,"color":3182},"discussion","538de2",{"name":3184,"color":3185},"5.x","006b75",32960,"nuxt","open","Possible removals of deprecated features with v5","2025-08-22T09:32:56Z","https://github.com/nuxt/nuxt/issues/32960",0.79950786,{"description":3194,"labels":3195,"number":3205,"owner":3187,"repository":3206,"state":3207,"title":3208,"updated_at":3209,"url":3210,"score":3211},"### Description\n\nCurrently when creating an overlay programmatically with the `create` method on `useOverlay` there is no way to pass event emitters to the component.\n\n### Additional context\n\n_No response_",[3196,3199,3202],{"name":3197,"color":3198},"enhancement","a2eeef",{"name":3200,"color":3201},"v3","49DCB8",{"name":3203,"color":3204},"triage","ffffff",3842,"ui","closed","Add ability to pass event emitters to overlays","2025-05-02T19:53:11Z","https://github.com/nuxt/ui/issues/3842",0.7392692,{"description":3213,"labels":3214,"number":3219,"owner":3187,"repository":3206,"state":3207,"title":3220,"updated_at":3221,"url":3222,"score":3223},"### Description\n\nIve noticed when using useOverlay to mount and open a slideover, the overlays array is never cleared out, even when the slideover is marked to destroyOnClose. Eventually this will cause issues as the list only ever gets bigger.\n\nThere doesnt seem to be a way to destroy instances yourself either as the ID isnt exposed or definable by the calling code.\n\nIs this a bug or intentional behaviour? Its possible Ive missed something.\n\nIt occurs to me that it might be a good idea to expose the options.id when creating an overlay. This way the calling code can use the ID to unmount. Currently the unmount function exposed by useQuery composable isnt usable as the calling code doesnt have the symbol ID.\n\nThanks\nLee",[3215,3218],{"name":3216,"color":3217},"question","d876e3",{"name":3200,"color":3201},3693,"Memory leak in useOverlay?","2025-05-01T18:12:43Z","https://github.com/nuxt/ui/issues/3693",0.74762046,{"description":3225,"labels":3226,"number":3230,"owner":3187,"repository":3187,"state":3207,"title":3231,"updated_at":3232,"url":3233,"score":3234},"### Describe the feature\r\n\r\nThe current implementation of `usePreviewMode` automatically calls `refreshNuxtData()` when enabling preview mode, as well as binding a `useRouter.afterEach(() => refreshNuxtData())` callback that fires on the next route change.\r\n\r\nFor apps that do not utilize SSG, or apps that desire custom enable/disable setup or cleanup tasks, the linked PR allows passing in two new callbacks to the composable's options.\r\n\r\nI've submitted the functionality as a new PR: https://github.com/nuxt/nuxt/pull/28371\r\n\r\n### Additional information\r\n\r\n- [X] Would you be willing to help implement this feature?\r\n- [ ] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3227],{"name":3228,"color":3229},"pending triage","E99695",28370,"Allow providing custom enable/disable callbacks to `usePreviewMode`","2024-08-08T12:52:46Z","https://github.com/nuxt/nuxt/issues/28370",0.77511895,{"description":3236,"labels":3237,"number":3242,"owner":3187,"repository":3187,"state":3207,"title":3243,"updated_at":3244,"url":3245,"score":3246},"### Describe the feature\n\n一问:官网文档为什么这么卡呢?\r\n二问:官网文档为什么这么卡呢?\r\n三问:官网文档为什么这么卡呢?\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [X] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3238,3241],{"name":3239,"color":3240},"3.x","29bc7f",{"name":3228,"color":3229},22599,"官网文档为什么这么卡呢?","2023-08-12T07:13:45Z","https://github.com/nuxt/nuxt/issues/22599",0.7771834,{"description":3248,"labels":3249,"number":3254,"owner":3187,"repository":3206,"state":3207,"title":3255,"updated_at":3256,"url":3257,"score":3258},"### Description\n\nCurrently when I use useOverlay and pass props it says props is type any.\nby adding `satisfies InstanceType\u003Ctypeof COMPONENT>[\"$props\"]` it gets the right types.\n\nBut it should work out of the box. Could the typesafety for props be implemented?\n\ncurrent solution\n```\n useOverlay()\n .create(COMPONENT, {\n props: {\n id: id,\n onUpdated() {\n...\n },\n } satisfies InstanceType\u003Ctypeof COMPONENT>[\"$props\"],\n })\n .open();\n```\n\n### Additional context\n\nSomething like this could create type safety\n\n```\nfunction createTypedOverlay\u003CT extends new (...args: any) => any>(\n component: T,\n options: {\n props: InstanceType\u003CT>[\"$props\"];\n [key: string]: any;\n }\n) {\n return useOverlay().create(component, options);\n}\n```",[3250,3253],{"name":3251,"color":3252},"bug","d73a4a",{"name":3200,"color":3201},3915,"Typesafety on useOverlay props","2025-05-01T20:57:51Z","https://github.com/nuxt/ui/issues/3915",0.78716576,{"description":3260,"labels":3261,"number":3264,"owner":3187,"repository":3187,"state":3207,"title":3265,"updated_at":3266,"url":3267,"score":3268},"### Describe the feature\n\nNo longer starts `Nitro`\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://v3.nuxtjs.org/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[3262,3263],{"name":3239,"color":3240},{"name":3228,"color":3229},15586,"close `Nitro`","2023-01-19T18:19:54Z","https://github.com/nuxt/nuxt/issues/15586",0.79002744,{"description":3270,"labels":3271,"number":3274,"owner":3187,"repository":3187,"state":3207,"title":3275,"updated_at":3276,"url":3277,"score":3278},"### Describe the feature\n\nIt can be displayed during debugging and try not to display internal APIs after packaging is completed\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3272,3273],{"name":3239,"color":3240},{"name":3228,"color":3229},23907,"useNuxtApp can be accessed directly from the browser console","2023-10-24T09:09:01Z","https://github.com/nuxt/nuxt/issues/23907",0.79138684,{"description":3280,"labels":3281,"number":3288,"owner":3187,"repository":3206,"state":3207,"title":3289,"updated_at":3290,"url":3291,"score":3292},"### Description\r\n\r\nI see that TransitionRoot has some events but how could I detect them from UModal or other overlays? ",[3282,3283,3286],{"name":3216,"color":3217},{"name":3284,"color":3285},"closed-by-bot","ededed",{"name":3287,"color":3285},"stale",1304,"Detecting transition events on Overlays ","2025-06-19T02:12:55Z","https://github.com/nuxt/ui/issues/1304",0.7946414,{"description":3294,"labels":3295,"number":3297,"owner":3187,"repository":3298,"state":3207,"title":3299,"updated_at":3300,"url":3301,"score":3302},"### 🐛 The bug\n\nWhen setting `bundle: true` Nuxt's baseUrl is not included, making impossible to use anywhere but the site root.\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-vaqrj7?file=package.json\n\n### 🌈 Expected behavior\n\nInclude BaseUrl in the bundle link.\n\n### ℹ️ Additional context\n\nThis makes it impossible to host a project using this with github pages.",[3296],{"name":3251,"color":3252},230,"scripts","Bundle: true does not include BaseUrl","2024-09-15T11:28:58Z","https://github.com/nuxt/scripts/issues/230",0.7957256,["Reactive",3304],{},["Set"],["ShallowReactive",3307],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fL-YRr3cPJ_00lNNf0xND7mEYEaY-naZREtoRGFPh_jE":-1},"/nuxt/ui/4007"]