Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.14 KB

PATCH_CHANGELOG.md

File metadata and controls

33 lines (29 loc) · 1.14 KB

[3.12.2-patch-8] 24/03/2023

Fixed

  • Fix the max height of vsCollapse on update
  • Fix (sidebar): prevent extra space for sidebar item without an icon
  • Fix #880: Slider crashes when using decimal values
  • Fix VsTab error #707

[3.12.2-patch-7] 24/03/2023

Changed

  • Updated some dependencies
  • Fixed component linter errors and some small refactors
  • Updated README.md

Removed

  • Postinstall.js and chalk dependency

Fixed

  • Fixed another bug on VsButton $nexTick()
  • Fixed bug on VsDropDown when event.relatedTarget is null

[3.12.2-patch-3] 29/10/2020

Fixed

  • Fix buttons on VsInputNumber

[3.12.2-patch-2] 29/10/2020

Fixed

  • Fix: set step property on VsInputNumber so it accept decimals

[3.12.2-patch-1] 29/10/2020

Fixed

  • Fix buttom element in VsUpload with no type="button", triggering submit if inside a form
  • Fix VsButton throwing error on $nextTick(), when component does not exist in next tick
  • Fix missing content of expandable-data table (lusaxweb#931)
  • Fix VsSelect open/close at the same time (lusaxweb#842)
  • Fix VsUpload not working on iOS < 13.7