Skip to content

2.0.5

Compare
Choose a tag to compare
@logaretm logaretm released this 02 Mar 12:15
· 2841 commits to main since this release

πŸ› Fixed

  • Fixed a null/undefined access occurred when passing a null/undefined values to the directive #1192
  • Removed Vue as a peer dependency to avoid npm warnings about unmatched versions. #1170
  • Fixed TS enum typing error #1179 thanks to @schulz3000
  • Fixed locking the input bound by v-model with lazy modifier #918