npm buefy 0.7.0
v0.7.0

latest releases: 0.9.29, 0.9.28, 0.9.27...
5 years ago

This is probably the most stable version so far.

Breaking changes

  • Change path to import components to use outside main vue instance, like:
// see Toast, Snackbar, Modal and Dialog doc pages for more examples
import { Toast } from 'buefy/dist/components/toast'
Toast.open('Toasty!')
  • Upload component accepts a single File and Array<File> when multiple as v-model
  • Rename readonly to editable on datepicker and timepicker (now just use the prop without false value)
  • Removed Panel component, it was deprecated since 0.5.3
  • CSS/JS CDN URL changed to
    • https://unpkg.com/buefy/dist/buefy.min.css; and
    • https://unpkg.com/buefy/dist/buefy.min.js, respectively.
  • Setting constructor options for non-webpack environment:
$buefy.setOptions({...})

New features

  • Add closable props to taginput (thanks @adrlen)
  • #970 Add Object type to type prop of field and icon

Fixes

  • Fix CSS file (had wrong colors)
  • Updated timepicker style (it's a little smaller now)
  • #992 Fix table header disappear with pagination
  • #999 Fix size prop to datepicker and timepicker

Don't miss a new buefy release

NewReleases is sending notifications on new releases.