vuetify v2.3.0-beta.5 Release Notes

Release Date: 2020-05-13 // almost 4 years ago
  • ๐Ÿ“š ๐Ÿ“– Documentation

    https://dev.vuetifyjs.com

    ๐Ÿฑ ๐Ÿ”ง Bug Fixes

    • VDatePicker, VDataTable: incorrect date picker styling when in data table (#11325) (3fcc67e), closes #7384
    • VSimpleCheckbox: pass listeners to component (#11358) (d937f5b), closes #11345
    • VVirtualScroller: properly key children to avoid re-render (#11327) (14ce2f1)

    ๐Ÿฑ ๐Ÿš€ Features


    Developer Notes
    This release has a large refactor for v-sheet and components that extend it. The refactor does not cover every component as some use-cases will added as separate PRs or in v3.0.

    ๐Ÿ”„ Changes made:

    • 0๏ธโƒฃ v-sheet - default border radius is now 0
    • 0๏ธโƒฃ v-list - default border radius is now 0

    John Leider