Skip to content

v3.0.0

Choose a tag to compare

@yikoyu yikoyu released this 09 Jul 15:39
· 4 commits to master since this release

3.0.0 (2026-07-09)

⚠ BREAKING CHANGES

  • The following props have been renamed or removed:
  • 'outlined' prop renamed to 'variant' (accepts Vuetify VCard variant strings)
  • 'dense' prop renamed to 'density' (accepts Vuetify density strings)
  • VMenu 'nudge-left'/'nudge-top' props replaced by 'offset'
  • VSheet 'fluid' prop removed
    Upgrade your component usages accordingly.

Features

  • migrate to Vuetify 4 and refactor component props (71ad0ce)

Bug Fixes

  • add emit tracking to prevent circular feedback from removing characters after they are typed (9be6bd4)