chore(deps): update devdependency @nuxt/ui to v3 #645
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.
This PR contains the following updates:
^2.14.1
->^3.1.2
Release Notes
nuxt/ui (@nuxt/ui)
v3.1.2
Compare Source
Features
square
prop (#4008) (894e8a6)table
variant (#3997) (1b6ab27)ui
field in items (#4060) (b9adc83)increment-disabled
/decrement-disabled
props (#4141) (c7fba2e)collapsible
field in items (2be60cd), closes #3353 #3911tooltip
in items (46c2987), closes #4050tooltip
around thumbs (d140acc), closes #1469progress
prop to hide progress bar (#4125) (92632e9)Bug Fixes
z-index
on focused element (204953b)neutral
color (7d51a9e), closes #4084 #3629variant
(f2fd778), closes #3998UCheckbox
import (7551a85), closes #4090class
should have priority overui
prop (e6e510b)div
forerror
andhelp
slots (459a041)useAppConfig
reactive (12303a8)@nuxt/fonts
with default weights (276268d)value
field (#4105) (09b4699)div
tag fortitle
&description
(a57844e), closes #4096focus:outline-none
withlink
variant (999a0f8)base
slot override (c63d2f3)useAppConfig
reactive (869c070), closes #3952v3.1.1
Compare Source
Features
closeAll
method (#3984) (ac4c194)isOpen
method to check overlay state (#4041) (a4f3f6d)Bug Fixes
place-items-center
to grid row (#4034) (8dfdd63)meta
toctrl
convert on non macos platforms (f3b8b17), closes #3869 #3318nuxt-nightly
(#3996) (bc0a296)sm:w-auto
from content slot (aebf0b3), closes #3987value
field type (#3995) (195773e)border-bg
/divide-bg
utilities (82b5f32)ring-offset-*
utilities (#3992) (e5df026)ui
object (591d59f), closes #3579[@theme](https://redirect.github.com/theme) inline
to properly reference css variables (6131871), closes #4018v3.1.0
Compare Source
⚠ BREAKING CHANGES
.open()
(#3829)Features
portal
prop (#3688) (29fa462)select
event (#3678) (22edfd7)content-top
andcontent-bottom
slots (#3886) (1a46394)attach
prop to opt-out of nested form attachement (#3939) (1a0d7a3)resetSearchTermOnSelect
(cea881a), closes #3782stepSnapping
&disableWheelChange
props (#3731) (f5e6284)close:prevent
event (#3958) (f486423)rounded-*
utilities (#3906) (f9737c8).open()
(#3829) (f3098df)autofocus
/autofocus-delay
props (0456670), closes #3717card
andtable
variants (#3178) (4d138ad)onSelect
field in items (8640831)tr
andtd
(#3866) (80dfa88)list-leading
andlist-trailing
slots (#3837) (3447a06)autoresize-delay
prop (06414d3), closes #3730icon
,loading
, etc. props to match Input (cb193f1)resize-none
class withautoresize
prop (ffafd81)Bug Fixes
div
instead ofh3
for header tag (75e4792), closes #3963ui
prop (bc06185)@nuxt/module-builder
upgrade (#3855) (39c861a)transform-origin
in popper content (#3919) (01d8dc7)any
(#3741) (97274f1)min-w-fit
tocontent
slot (#3922) (f6b3761)onSelect
events (#3735) (f25fed5)disabled
items to be selected (8435a0f), closes #3474valueKey
string case (9ca213b), closes #3949 #3331value
(#3779) (52a97e2)change
on multiple item removal (9d2fed1), closes #3756download
property (#3879) (47cdc2e)sm:w-auto
content slot (abe0859), closes #3788icon
andcontent
slots (1d45980), closes #3785data
reactivity (#3967) (6e27304)colspan
toth
(#3926) (122e8ac)ClassValue
inui
prop (eea1415), closes #3860v3.0.2
Compare Source
Features
empty
prop (afff54f)Bug Fixes
$attrs
to default slot (#3712) (88f349d)focus:outline-none
instead offocus:outline-hidden
(c231fe5), closes #3658group.id
as key (bc61d29)w-full
class (df00149)@__NO_SIDE_EFFECTS__
(82e2665)fadeFromIndex
prop proxy (f7604e5)help
toaria-describedby
attribute (#3691) (20c3392)searchTerm
onupdate:open
(3074632), closes #3620aria-current
likeNuxtLink
/RouterLink
(c531d02)active="true"
binding on html (d73768b)aria-*
&data-*
attrs (ade16b7)onClick
(370054b), closes #3631z-index
on viewport (0095d89), closes #3654caption
slot (4ebb94c)focus:outline-hidden
class (1769d5e)open
method type to infer close emit return type (#3716) (bd99c2d)nuxtApp.hooks
&useRuntimeHook
(23bfeb9)v3.0.1
Compare Source
⚠ BREAKING CHANGES
zod
andvalibot
(#3617)Features
content
prop (5dec0e1)Bug Fixes
any
fromproxySlots
(#3623) (764c41a)theme(static)
(#3630) (ecff9ab)disabled
on items (fe0bd83), closes nuxt/ui-pro#911@compodium/examples
in auto-imports paths (#3585) (cc504b8)@nuxt/ui-pro
(#3603) (dec2730)Code Refactoring
zod
andvalibot
(#3617) (9a4bb34)v3.0.0
Compare Source
v2.22.0
Compare Source
✨ Highlights
@nuxt/module-builder
to v1 (#3801)The module has been updated to use nuxt/[email protected]!
🚨 Breaking Changes
zod
andvalibot
(#3618)We now rely on standard-schema for Form validation with
valibot
andzod
. Make sure to upgrade to[email protected]
/[email protected]
if you use them in your app.🐛 Bug Fixes
aria-*
&data-*
attrs (2bef1e2), closes #3007@select
event (#3269) (c0e14d0)Full Changelog: nuxt/ui@v2.21.1...v2.22.0
v2.21.1
Compare Source
🚀 Features
colorMode
option (d2ceead), closes #3143🐛 Bug Fixes
👋 New Contributors
Full Changelog: nuxt/ui@v2.21.0...v2.21.1
v2.21.0
Compare Source
🚀 Features
tailwindMerge
config fromapp.config
(#2902) (ea15e21)🐛 Bug Fixes
v-model
causing first column missing (#2890) (d573fb6)@select
event on checkbox (#3042) (d9d4f19)New Contributors
Full Changelog: nuxt/ui@v2.20.0...v2.21.0
v2.20.0
Compare Source
🚨 Breaking Changes
🚀 Features
close
event (#2750) (419a24f)icon
prop (#2594) (0d1a76e)dot notation
inby
prop (#2607) (53df9d9)activeClass
(#2663) (03e24f4)pauseTimeoutOnHover
prop (#2661) (11b8c3d)@select:all
event (#2581) (ac323c4)checkbox
(#2549) (d6daf46)🐛 Bug Fixes
ui
config (#2542) (bf58086)ui
type withstrategy
(07ef771)as const
with correct type in config (#2652) (51c8b8e)dayIndex
(#2545) (ce955d2)joi
instead of original state (#2587) (acecff4)by
prop to compare objects & support dot notation invalue-attribute
(#2566) (7154254)exactQuery
prop type (#2781) (4cde571)notification
is present (#2561) (d4e408c)loadingState
(#2551) (6e66990)onClick
while blocking element (#2592) (9703786)DeepPartial
type for App Config (#2621) (976b03f)👋 New Contributors
Full Changelog: nuxt/ui@v2.19.2...v2.20.0
v2.19.2
Compare Source
v2.19.1
Compare Source
🐛 Bug Fixes
Full Changelog: nuxt/ui@v2.19.0...v2.19.1
v2.19.0
Compare Source
Read our updated documentation on https://ui.nuxt.com/.
🚨 Breaking Changes
In #2485, the expandable feature of the
Table
component has changed. You should usev-model:expand
to achieve the functionality that was previously implemented using the#expand
slot.🚀 Features
superstruct
validation (#2357) (3cda6c6)expanded
row (#2485) (1acd01a)🐛 Bug Fixes
items
type (#2487) (25378df)to
type (8ab4a14), closes #1253type
from app config (7846ca3), closes nuxt/ui#2398badge
in RTL mode (#2420) (4bf81be)option-attribute
(#2465) (ff18061)ui
config (#2467) (23971ef)carousel
andcarousel-inverse
animations in RTL mode (#2400) (20fb46a)checkbox
not checked while using props by (#2401) (1b7e36c)indeterminate
checkbox with pagination (#2439) (070d2f8)TableRow
andTableColumn
types (c36964b), closes nuxt/ui#2373by
prop (#2413) (b72d343)aria-label
on items (3cf19ea), closes nuxt/ui#1934👋 New Contributors
Full Changelog: nuxt/ui@v2.18.7...v2.19.0
v2.18.7
Compare Source
🚀 Enhancements
null
as initial value (#2275) (474accb)🐛 Bug Fixes
title
field (0aa3909), closes #1439text
prop & slot are empty (#2232) (5ed5c57)👋 New Contributors
Full Changelog: nuxt/ui@v2.18.6...v2.18.7
v2.18.6
Compare Source
Bug Fixes
ui
prop (#2235) (eecf4f7)TransitionChild
for Vue 3.5 (#2227) (803c20a)margin
in RTL mode (#2233) (ea05414)v2.18.5
Compare Source
Features
Bug Fixes
RadioGroup
(#2152) (7aec42c)file
(#2047) (82313e8)@nuxt/schema
rather thannuxt/schema
(#2171) (ead904f)configPath
for module as string (#2074) (e4ba4f7)rounded
class to panel (#2187) (bf32baa)shadow
class to panel (#2201) (d22526c)[@select](https://redirect.github.com/select)
event (#2072) (b1f691f)[
v2.18.4
](https://redirect.githConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.