You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@nuxt/ui

Package Overview
Dependencies
Maintainers
6
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/ui - npm Package Versions

1
46
8

2.18.2

Diff
b
benjamincanac
published 2.18.2 •

Changelog

Source

2.18.2 (2024-07-25)

Bug Fixes

  • Tabs: add missing UIcon import (4fd1be2)
b
benjamincanac
published 2.18.1 •

Changelog

Source

2.18.1 (2024-07-25)

Bug Fixes

  • components: use relative imports (ea721a3)
b
benjamincanac
published 2.18.0 •

Changelog

Source

2.18.0 (2024-07-25)

⚠ BREAKING CHANGES

  • Icon: migrate from @egoist/tailwindcss-icons to new @nuxt/icon (#1789)

Features

  • Checkbox/Radio/RadioGroup: add help slot (c3122f7), closes #1957
  • CommandPalette: handle static groups (#1458) (b264ad2)
  • Icon: migrate from @egoist/tailwindcss-icons to new @nuxt/icon (#1789) (c904604)
  • module: improve app config types autocomplete (#1870) (3f8ea5d)
  • RadioGroup: add selected to label slot props (#1587) (d18477d)
  • SelectMenu: add selected to label / leading / trailing slots props (#1349) (6b216ca)
  • SelectMenu: handle function in showCreateOptionWhen prop (#1853) (7e974b5)
  • Skeleton: add as prop (#1955) (bce94db)
  • Table: expand row (#1036) (7155318)
  • Table: handle rowClass property in columns (#1632) (748e491)
  • Tabs: handle icon in items (#1798) (e8eb394)

Bug Fixes

  • Accordion: truncate buttons (5db18c0), closes #1909
  • Alert/Notification: missing margin on description (2c55fb6), closes #1959
  • Breadcrumb: use rotate on rtl icon (53003fc)
  • ButtonGroup/FormGroup: pass default sizes to children (#1875) (6b6b03d)
  • Carousel: remove mix-blend-overlay on indicators (#1714) (f74f1df)
  • FormGroup: don't check for error slot so help slot can render (#1888) (99c52e5)
  • InputMenu/SelectMenu: invalid label with value-attribute and async search (4d5f250), closes #1780
  • InputMenu/SelectMenu: prevent double filter with async search (e2881d3), closes #1966
  • Link: allow ariaLabel to be picked (720c44d), closes #1934
  • Progress: pass down attrs to <progress> to improve accessibility (#1881) (abd13f1)
  • RadioGroup: allow boolean in modelValue prop (#1913) (8eca5a0)
b
benjamincanac
published 2.17.0 •

Changelog

Source

2.17.0 (2024-06-13)

Features

  • Alert: add actions slot (#1785) (c8dd71c)
  • Form: update and migrate valibot to v0.31.0 (#1848) (1d5bd89)
  • Notification: allow ring customization with {color} (#1830) (3ebff4d)
  • Slideover: handle top and bottom side (#1834) (50ad14f)
  • Tabs: add content prop to avoid the render of the HTML markup (#1831) (6e2678d)

Bug Fixes

  • Alert/Notification: use div for description (e8898d1), closes #1551
  • Alert: base style not applied on icon (#1859) (f65aefb)
  • Breadcrumb: allow aria-current to be overrideable (ebfb835), closes #1856
  • Carousel: prevent mouse click when dragging (#1781) (4f0d00f)
  • CommandPalette: hide empty-state when null (249bbd4), closes #1787
  • Form: maintain other errors when using setErrors with a path (#1818) (06990be)
  • Input: hide wrapper when type is hidden (#1797) (e7c2f78)
  • Link: typo in exactHash type (581b470), closes #1767
  • SelectMenu: wrong placeholder color when modelValue is an empty string (9b9ccdb), closes #1862
  • Select: remove defaults for value and text (6c124bb), closes #1702
b
benjamincanac
published 2.16.0 •

Changelog

Source

2.16.0 (2024-05-07)

⚠ BREAKING CHANGES

  • Input: redesign file type without absolute positioning (#1712)

Features

Bug Fixes

  • Breadcrumb: pass click event to ULink (5481dab)
  • Input: redesign file type without absolute positioning (#1712) (ed5c74d)
  • Notification: update timer when timeout prop changes (#1673) (cba9ad7)
  • Slideover: export and clean types (#1692) (bd3fa86)
  • Table: provide aria-sort for sortable table headings (#1675) (6f60fa9)
b
benjamincanac
published 2.15.2 •

Changelog

Source

2.15.2 (2024-04-12)

Features

  • Accordion: add unmount prop to allow lazy mounting for heavy components (#1590) (91e5002)
  • Table: add checkbox ui config (#1409) (8b54660)

Bug Fixes

  • Breadcrumb: missing min-w-0 on wrapper to truncate (9f01145), closes #1650
  • Carousel: next and prev buttons disabled (#1619) (e909884)
  • Popover/Dropdown: prevent unintended closure on touchstart in mobile devices (#1609) (2392b4a)
  • Slideover: remove dynamic component when closing (#1615) (58faa10)
  • Slideover: wait for transition to complete to reset state (#1624) (07a4d13)
b
benjamincanac
published 2.15.1 •

Changelog

Source

2.15.1 (2024-04-02)

Features

  • Avatar: add as prop to use NuxtImg underneath (49b73aa), closes #1577

Bug Fixes

  • Checkbox: [@change](https://github.com/change) event value (#1580) (c98d6e3)
  • Divider: add w-full only on horizontal wrapper (#1565) (bd8b737)
  • Dropdown: missing mouseenter event on container (7288953)
  • Input/SelectMenu: handle file type and change events (#1570) (878f707)
  • Popover: missing mouseenter event on container (8517897), closes #1564
b
benjamincanac
published 2.15.0 •

Changelog

Source

2.15.0 (2024-03-26)

⚠ BREAKING CHANGES

  • forms: normalize input emits (#1560)

Features

Bug Fixes

  • ButtonGroup: nested group elements (#1530) (7658211)
  • Carousel: add tab-based ARIA roles (#1516) (e736eca)
  • Checkbox: bind data-n-ids to root element (#1495) (a2b8b70)
  • forms: normalize input emits (#1560) (92e7362)
  • InputMenu: trigger alignement on safari (f4a48f6), closes #1505
  • opt in to import.meta.* properties (#1561) (cc62e34)
  • Popover/Dropdown: use [@touchstart](https://github.com/touchstart).passive instead of [@touchstart](https://github.com/touchstart).prevent (#1520) (a563d8f)
  • SelectMenu: filteredOptions might be undefined (#1541) (b0ecac5)
  • SelectMenu: handle Boolean type as model value (#1550) (c49f899)
b
benjamincanac
published 2.14.2 •

Changelog

Source

2.14.2 (2024-03-05)

Bug Fixes

  • Alert: improve description alignment when no title provided (ca4f06a), closes #1408
  • Checkbox: label interaction without FormGroup (#1427) (6e77f1d)
  • Dropdown: active/inactive dropdown links (#1407) (6a1142b)
  • Dropdown: improve hover mode on touch devices (70bf4a7)
  • HorizontalNavigation: add relative class to icon (0a4a9e3)
  • Modal: remove overflow-hidden (#1460) (002129c)
  • Notification: improve description alignment when no title provided (9cce445)
  • Popover: improve hover mode on touch devices (b50fbcf)
  • RadioGroup: add missing fieldset config (2d64b50), closes #1472
  • SelectMenu: check null model value (4b6e80e), closes #1421
  • Tooltip: arrow not hidden on mobile (272c19d), closes #1470
  • VerticalNavigation: add relative class to icon (0b29dd4), closes #1245
b
benjamincanac
published 2.14.1 •

Changelog

Source

2.14.1 (2024-02-23)

Bug Fixes