Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps @nuxt/ui from 3.2.0 to 4.1.0.

Release notes

Sourced from @​nuxt/ui's releases.

v4.1.0

✨ Highlights

📦 New Empty Component

A new Empty component is now available to display empty states when there's no content to show (#5200).

⚡️ Component Virtualization

Use the virtualize prop to enable virtualization for large datasets on CommandPalette, InputMenu, SelectMenu, Table and Tree components (#5162).

\<template>
  <UTable :data="data" :columns="columns" virtualize />
</template>

🎯 Experimental Component Detection

Enable the new experimental.componentDetection option in your nuxt.config.ts to automatically detect which components are actually used and only generate the necessary CSS for those components including their dependencies (#5222).

export default defineNuxtConfig({
  modules: ['@nuxt/ui'],
  css: ['~/assets/css/main.css'],
  ui: {
    experimental: {
      componentDetection: true
    }
  }
})

🚨 Breaking Changes

We apologize for these small breaking changes. With 110+ components in the library, we occasionally need to make corrections to maintain consistency and quality. We aim to minimize breaking changes, but sometimes they're necessary to improve the developer experience in the long run.

  • CommandPalette: add children-icon prop to use trailing-icon in input (#4397) (edda8a6)

The trailing-icon prop is now used for the Input, and a new children-icon prop has been added to customize the icon for child items:

\<template>
- <UCommandPalette :trailing-icon="i-lucide-arrow-right" />
+ <UCommandPalette :children-icon="i-lucide-arrow-right" />
</template>

... (truncated)

Changelog

Sourced from @​nuxt/ui's changelog.

4.1.0 (2025-10-23)

⚠ BREAKING CHANGES

  • CommandPalette: add children-icon prop to use trailing-icon in input (#4397)
  • Table: consistent args order in select event

Features

  • Calendar: add variant prop (#5138) (bb4f42c)
  • CommandPalette: add children-icon prop to use trailing-icon in input (#4397) (edda8a6)
  • CommandPalette: preserve group order in search results (#5197) (38647a2)
  • components: expose ui in slot props where used (#5207) (63c0a5f)
  • components: handle description in items (#5193) (70cf05f)
  • components: implement virtualization (#5162) (c744d6f)
  • Empty: new component (#5200) (6a6de8d)
  • InputNumber: handle increment / decrement as booleans (#4805) (1858908)
  • locale: add Croatian language (#5293) (b84d67b)
  • module: add experimental.componentDetection option (#5222) (f80474c)
  • Popover: add close method in slots (#5176) (53c6508)
  • ProseImg: improve zoom transition (#4998) (d502c30)
  • Tree: add global event handlers and checkbox example (#5195) (84f87a5)
  • Tree: expose $el for drag and drop example (#5239) (fcf6117)
  • Tree: provide additional slot props (#5194) (c8b01c9)
  • useToast: handle max global configuration (#5068) (e4c6113)

Bug Fixes

  • BlogPost/ChangelogVersion: allow any attrs inimage prop (9632f99), closes #5276
  • Breadcrumb: handle active in items (cc8cbf3), closes #4771
  • ChatMessage: ensure left side takes full width (af8c023)
  • ChatMessage: only apply max-width on right side (a85b0e1)
  • ChatMessage: reset top and bottom margin (8f9176c)
  • ChatMessages: allow user scroll with should-auto-scroll (#5252) (db73765)
  • ChatMessages: define user & assistant ui prop type (#5234) (240bc1a)
  • CodeTree/Tree: restore item wrapper with presentation role (70aaf4a), closes #4945
  • CommandPalette/ContextMenu/DropdownMenu: ensure items truncate work (9d13653)
  • components: add missing ui prop in prose proxy components (#5205) (d1afe90)
  • ContentSearch: de-duplicate description and suffix (8a259e4)
  • ContextMenu/DropdownMenu: allow item content class override (ab5032d), closes #5277
  • Drawer/Modal/Slideover: remove close autofocus prevent (#5191) (8099440)
  • Error/Main: render as div instead of main (2a09ac0), closes #4955
  • FileUpload: handle disabling file delete button (08c30cf), closes #5249
  • FileUpload: stuck focus while tabbing (#5128) (2477d44)
  • FileUpload: use native img element for blob URLs preview (69906bc), closes #5121 #4824
  • InputMenu/SelectMenu: enrich reusable template item prop (63074d6)
  • InputMenu: ensure tag can be removed when number (028538a)
  • Kbd: return original value and use uppercase class (#5238) (4095c9a)
  • NavigationMenu: display trailing slot when badge not undefined (f24204f), closes #4670
  • Table: consistent args order in select event (9526a1b)

... (truncated)

Commits
  • 65d065c chore(release): v4.1.0
  • 2a09ac0 fix(Error/Main): render as div instead of main
  • 2710e73 chore(deps): update tailwindcss to ^4.1.16 (v4) (#5295)
  • ca489f7 Revert "chore(readme): add DeepWiki badge (#5291)"
  • 1858908 feat(InputNumber): handle increment / decrement as booleans (#4805)
  • 4f93530 chore(readme): add DeepWiki badge (#5291)
  • b84d67b feat(locale): add Croatian language (#5293)
  • 807cfb0 chore(deps): update dependency reka-ui to v2.6.0 (v4) (#5287)
  • 620b06c playgrounds(chat): handle reasoning
  • af8c023 fix(ChatMessage): ensure left side takes full width
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nuxt/ui](https://github.com/nuxt/ui) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/v4/CHANGELOG.md)
- [Commits](nuxt/ui@v3.2.0...v4.1.0)

---
updated-dependencies:
- dependency-name: "@nuxt/ui"
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@nuxthub-admin
Copy link
Contributor

nuxthub-admin bot commented Oct 27, 2025

✅ Deployed bkozii

Deployed bkozii e314bcf to preview

🔗 dependabot-npm-and-yarn-nuxt-rnn6.bkozii.pages.dev
📌 1354381c.bkozii.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants