Skip to content

v0.8.3

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 15:45
· 105 commits to develop since this release
919027e

0.8.3 (2024-02-06)

Bug Fixes

  • autocomplete: allow empty slot display and formatter prop usage (6c9a60d)
  • autocomplete: change input vbind vmodel prop order (3297e4b)
  • autocomplete: close dropdown on enter or tab key press (#761) (796ed9f)
  • carousel: adjust indicator index out of range (#752) (eca9d38)
  • carousel: fix repeat index (#757) (68e4dee)
  • datepicker: fix datepicker component shows wrong year range when adding max date and min date props (#731) (9094188)
  • notification: adjust querySelector (#756) (13b0d37)
  • slider: remove this references (#746) (9942c0f)
  • table: fix binding current page (672680a)
  • tablecolumn: remove typo in the props (#727) (6c8238b)
  • table: fix wrong use of thAttrsData (da4c7c5)
  • taginput: only hide input field instead of unmount (#754) (cd1bcf7)
  • taginput: pass missing placeholder props to autocomplete component (928863a)
  • taginput: watch TagInput v-model prop with deep in order to trigger update:modelValue (#722) (96843a4)
  • timepicker: fix meridien bug (#753) (f302c27)
  • tooltip: remove console.log usage in Tooltip component (bbf8161)
  • types: fix customIconPacks config (#715) (a123a5e)
  • types: fix volar type generation (#702) (1bfd747)
  • update ClassFunction second parameter from context to props (#743) (035b619)
  • fix Vue 3.4 getCurrentInstance() bug by convert useComputedClass to defineClass (#725) (0a7f9b4)

Features

New Contributors

Full Changelog: v0.8.2...v0.8.3