buefy v0.3.2 Release Notes

    • 🆕 New component: Tabs, see docs
    • ➕ Add content prop to TableColumn, use this instead of v-html or it might break on tables with mobile-cards (collapsed rows)
    • Alert Dialog accepts string as well
    • Dialog open with focus on confirm button (easier to just hit enter)
    • Modal can be used in template as well (non programmatic)
    • Table automatically scrolls if overflowed
    • #62 Add sort direction with Table mobile-cards
    • #67 Fix Table sort null values