\n```\nComponents:\n- UBreadcrumb\n- UCommandPalette\n- UContextMenu\n- UDropdownMenu\n- UInputMenu\n- UNavigationMenu\n- USelect\n- USelectMenu\n- UTree\n\nPro Components: \n- UPageAnchors\n- UPageCTA\n- UPageHeader\n- UPageHero\n- UPageLinks\n- UPageSection\n\nMigration doc:\nhttps://ui.nuxt.com/getting-started/migration\n\nThanks.\n\n### Additional context\n\n_No response_",[3137,3140,3143],{"name":3138,"color":3139},"enhancement","a2eeef",{"name":3141,"color":3142},"v3","49DCB8",{"name":3144,"color":3145},"triage","ffffff",3825,"nuxt","ui","closed","Doc: (UI & UI pro V3) Links/Items array param 'click' is renammed 'onClick'","2025-04-08T10:58:33Z","https://github.com/nuxt/ui/issues/3825",0.65961033,{"description":3155,"labels":3156,"number":3158,"owner":3147,"repository":3148,"state":3149,"title":3159,"updated_at":3160,"url":3161,"score":3162},"### Description\n\nWhen using a Table component, it would be a cool feature to allow the items to be modified in place and an event emitted. There arent really many good solutions for this in Vue ecosystem, that I know of. \n\n### Additional context\n\n_No response_",[3157],{"name":3138,"color":3139},2168,"Make an inplace editable table","2024-09-11T14:14:15Z","https://github.com/nuxt/ui/issues/2168",0.7308345,{"description":3164,"labels":3165,"number":3169,"owner":3147,"repository":3170,"state":3149,"title":3171,"updated_at":3172,"url":3173,"score":3174},"Hello - thank you for your work on this,\r\nI just did a bare-bones install / hello world test to try things out but it errors on [this line](https://github.com/danielroe/nuxt-vitest/blob/main/packages/vitest-environment-nuxt/src/index.ts#L70)\r\n\r\n```Package import specifier \"#app/entry\" is not defined in package .../.pnpm/vitest-environment-nuxt@0.6.8_vitest@0.29.2+vue@3.2.47/node_modules/vitest-environment-nuxt/package.json```\r\n\r\n```\r\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.14.0`\r\n- Nuxt Version: `3.2.3`\r\n- Nitro Version: `2.2.3`\r\n- Package Manager: `pnpm@7.28.0`\r\n- Builder: `vite`\r\n- User Config: `debug`, `dev`, `devServer`, `modules`, `pinia`, `auth`, `runtimeConfig`, `css`, `app`\r\n- Runtime Modules: `nuxt-vitest@0.6.8`, `@pinia/nuxt@0.4.7`, `@sidebase/nuxt-auth@0.4.3`\r\n- Build Modules: `-`\r\n------------------------------\r\n```\r\n\r\n```\r\n// vitest.config.ts\r\n\r\nimport { defineVitestConfig } from 'nuxt-vitest/config'\r\n\r\nexport default defineVitestConfig();\r\n```\r\n\r\n```\r\n// my-test.test.ts\r\n\r\n// @vitest-environment nuxt\r\nimport { test } from 'vitest'\r\n\r\ntest('my test', () => {\r\n expect('something').toBe('something else')\r\n})\r\n```",[3166],{"name":3167,"color":3168},"vitest-environment","b60205",564,"test-utils","Package import specifier \"#app/entry\" is not defined...","2023-12-02T00:37:11Z","https://github.com/nuxt/test-utils/issues/564",0.7450987,{"description":3176,"labels":3177,"number":3180,"owner":3147,"repository":3181,"state":3149,"title":3182,"updated_at":3183,"url":3184,"score":3185},"- [x] Move Revue contacts\n- [x] Subscribe form to contact Sendgrid API",[3178],{"name":3138,"color":3179},"1ad6ff",1104,"nuxt.com","Migrate newsletter to SendGrid","2023-01-10T15:04:54Z","https://github.com/nuxt/nuxt.com/issues/1104",0.7524475,{"description":3187,"labels":3188,"number":3192,"owner":3147,"repository":3181,"state":3149,"title":3193,"updated_at":3194,"url":3195,"score":3196},"",[3189],{"name":3190,"color":3191},"bug","ff281a",66,"Fix loading buttons on auth forms (login, register, ...)","2022-02-21T16:05:38Z","https://github.com/nuxt/nuxt.com/issues/66",0.7543572,{"description":3198,"labels":3199,"number":3205,"owner":3147,"repository":3148,"state":3149,"title":3206,"updated_at":3207,"url":3208,"score":3209},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.20.3\r\n- Nuxt Version: 3.13.0\r\n- CLI Version: 3.13.1\r\n- Nitro Version: 2.9.7\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: compatibilityDate, devtools, modules\r\n- Runtime Modules: @nuxt/ui@2.18.4\r\n- Build Modules: -\r\n------------------------------\n\n### Version\n\nv2.18.4\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-8i3ia2?file=app.vue\n\n### Description\n\nThe `USelectMenu` component has performance issues with moderately sized lists. It exhibits a noticeable delay when opening, and the search input becomes completely unresponsive. \r\n\r\nI would expect some lags with lists exceeding 1500-2000 items, the issue is already present with a list of just 250 elements, which is relatively small.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3200,3202],{"name":3190,"color":3201},"d73a4a",{"name":3203,"color":3204},"duplicate","cfd3d7",2111,"USelectMenu performance issues","2024-09-11T14:05:18Z","https://github.com/nuxt/ui/issues/2111",0.7549302,{"description":3211,"labels":3212,"number":3215,"owner":3147,"repository":3148,"state":3149,"title":3216,"updated_at":3217,"url":3218,"score":3219},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.11.1\n- Nuxt Version: 3.13.2\n- CLI Version: 3.14.0\n- Nitro Version: 2.9.7\n- Package Manager: bun@1.1.33\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Version\n\nv3.0.0-alpha.7\n\n### Reproduction\n\n```ts\nexport default defineAppConfig({\n ui: {\n colors: {\n neutral: \"zinc\",\n primary: \"rose\",\n },\n button: {\n compoundVariants: [\n {\n color: \"neutral\",\n variant: \"outline\",\n class:\n \"ring ring-inset ring-[var(--ui-border-accented)] text-[var(--ui-text)] bg-[var(--ui-bg)] hover:bg-[var(--ui-bg-elevated)] disabled:bg-[var(--ui-bg)] aria-disabled:bg-[var(--ui-bg)] focus-visible:ring-2 focus-visible:ring-[var(--ui-border-inverted)]\",\n },\n ],\n },\n },\n});\n```\n\n```\nType '{ color: \"neutral\"; variant: \"outline\"; class: string; }[]' is not assignable to type 'DeepPartial\u003C({ color: \"primary\"; variant: \"solid\"; class: string; size?: undefined; square?: undefined; loading?: undefined; leading?: undefined; trailing?: undefined; } | { color: \"secondary\"; variant: \"solid\"; ... 5 more ...; trailing?: undefined; } | ... 46 more ... | { ...; })[], string>'.\n Type '{ color: \"neutral\"; variant: \"outline\"; class: string; }[]' is not assignable to type '{ [key: string]: string | TightMap\u003Cstring>; }'.\n Index signature for type 'string' is missing in type '{ color: \"neutral\"; variant: \"outline\"; class: string; }[]'.ts(2322)\n```\n\n### Description\n\nHi :) I am getting type errors when using `compoundVariant`. \n\nFor example, here is my `app.config.ts`:\n\n```ts\nexport default defineAppConfig({\n ui: {\n colors: {\n neutral: \"zinc\",\n primary: \"rose\",\n },\n button: {\n compoundVariants: [\n {\n color: \"neutral\",\n variant: \"outline\",\n class:\n \"ring ring-inset ring-[var(--ui-border-accented)] text-[var(--ui-text)] bg-[var(--ui-bg)] hover:bg-[var(--ui-bg-elevated)] disabled:bg-[var(--ui-bg)] aria-disabled:bg-[var(--ui-bg)] focus-visible:ring-2 focus-visible:ring-[var(--ui-border-inverted)]\",\n },\n ],\n },\n },\n});\n```\n\nI am getting the following type error for `compoundVariants`:\n```\nType '{ color: \"neutral\"; variant: \"outline\"; class: string; }[]' is not assignable to type 'DeepPartial\u003C({ color: \"primary\"; variant: \"solid\"; class: string; size?: undefined; square?: undefined; loading?: undefined; leading?: undefined; trailing?: undefined; } | { color: \"secondary\"; variant: \"solid\"; ... 5 more ...; trailing?: undefined; } | ... 46 more ... | { ...; })[], string>'.\n Type '{ color: \"neutral\"; variant: \"outline\"; class: string; }[]' is not assignable to type '{ [key: string]: string | TightMap\u003Cstring>; }'.\n Index signature for type 'string' is missing in type '{ color: \"neutral\"; variant: \"outline\"; class: string; }[]'.ts(2322)\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3213,3214],{"name":3190,"color":3201},{"name":3141,"color":3142},2481,"Type error on `compoundVariants`","2024-10-28T21:43:49Z","https://github.com/nuxt/ui/issues/2481",0.75527483,{"description":3221,"labels":3222,"number":3226,"owner":3147,"repository":3148,"state":3149,"title":3227,"updated_at":3228,"url":3229,"score":3230},"### Description\n\nIs there a way to change the default row height of a table? Thanks!",[3223],{"name":3224,"color":3225},"question","d876e3",3032,"UTable row height","2025-01-08T10:01:46Z","https://github.com/nuxt/ui/issues/3032",0.75997674,{"description":3232,"labels":3233,"number":3235,"owner":3147,"repository":3181,"state":3149,"title":3236,"updated_at":3237,"url":3238,"score":3239},"Respectively to `contact@nuxt.com` / `support@nuxt.com` / `careers@nuxt.com`",[3234],{"name":3138,"color":3179},503,"[Company] `contact` / `support` / `careers` forms should send an email","2023-02-15T12:32:26Z","https://github.com/nuxt/nuxt.com/issues/503",0.76079303,{"description":3241,"labels":3242,"number":3235,"owner":3147,"repository":3170,"state":3149,"title":3244,"updated_at":3245,"url":3246,"score":3239},"After updating happy-dom to the latest version **10.5.2** ,\r\nI have this error when I run my app : \r\n`Error while requiring module vitest-environment-nuxt/module: Error: Cannot find module '/Users/\u003Cuser>/\u003Cfolderpath>/vitest-environment-nuxt/module'`\r\n\r\nDoes anyone have a solution ?",[3243],{"name":3167,"color":3168},"Error after updating happy dom dependency","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/503",["Reactive",3248],{},["Set"],["ShallowReactive",3251],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fuxLG8zpn_tKjE84I2k289vKdrtJUgrHZjGZ6S2kV5es":-1},"/nuxt/nuxt.com/1137"]