buefy v0.4.5 Release Notes

    • ⚡️ Update Bulma to v0.4.3
    • Page is now clipped when a modal/dialog is active (to avoid weird scroll behavior)
    • ⚡️ Update modal docs example to not use the component prop, works better for events and is more common — Old way is not deprecated
    • ✂ Remove programmatic component modal from docs since isn't a good practice and was causing too many issues
    • 🛠 Fix autocomplete focus() method
    • ⚠ #106 Fix prompt dialog vue-warning
    • #144 Add rows prop to input (textarea)
    • #145 Fix autocomplete not preventing form from submitting (thanks @jtommy)
    • #153 Add return for checkHtml5Validity() method
    • #155 Fix input/autocomplete change event (thanks @jtommy)
    • #157 Fix table redundant level element generating extra padding
    • 📱 #159 Fix modal with .modal-card responsiveness, added a has-modal-card prop
    • #165 Fix safari button alignment on dialog (thanks @jtommy)
    • #154 Add prop for when table data is empty (thanks @jtommy)
    • 🔊 #170 Fix dialogs min-width mobile