Skip to content

v1.0.15

Choose a tag to compare

@johnleider johnleider released this 17 Apr 11:27
· 14416 commits to master since this release

Things we fixed

  • #1795 Fixed a bug that caused v-edit-dialog to have no width under certain circumstances (662eaa0)
  • #3050, #3812 Resolved an error caused by using v-data-table with expandable content when checking for its parent (6dea196)
  • #3294 Fixed a bug that caused the v-tabs to get stuck when resizing from mobile to desktop (4e94fc9)
  • #3565 v-icon will now properly parse string numbers on the size prop, e.g. size="100" (1276a19) (thanks @ebisbe)
  • #3747 v-breadcrumbs will no longer generate an additional delimiter when using v-if (9ab4645) (thanks @piyush-sukhadiya)
  • #3759 Fixed a bug that caused v-pagination to not be responsive when resizing and v-navigation-drawer toggles (cf32d90)
  • #3838 Fixed a bug where container dimensions were not being properly set before instantiation on v-tabs (9239c89)