Skip to content

Update dependency buefy to ^0.7.0 (main)#239

Open
mend-for-github-com[bot] wants to merge 1 commit into
mainfrom
whitesource-remediate/main-buefy-0.x
Open

Update dependency buefy to ^0.7.0 (main)#239
mend-for-github-com[bot] wants to merge 1 commit into
mainfrom
whitesource-remediate/main-buefy-0.x

Conversation

@mend-for-github-com
Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
buefy (source) dependencies minor ^0.6.2^0.7.0

By merging this PR, the issue #111 will be automatically resolved and closed:

Severity CVSS Score Vulnerability Reachability
Medium Medium 6.1 WS-2019-0256

Reachable


Release Notes

buefy/buefy (buefy)

v0.7.2

Compare Source

New features
  • Add header autocomplete slot to taginput
  • Add required prop to switch
  • Add mobile-sort-placeholder prop to table
  • Add contextmenu event to table (thanks @​gps-dev)
  • Add show-detail-icon prop to table and toggle row detail programmatically (thanks @​omer2500)
  • Add use-html5-validation prop to form components and defaultUseHtml5Validation constructor options (thanks @​lukio3)
  • #​1164 Disable selecting row on checkbox click when table is checkable
Fixes
  • Fix taginput when allow-new is enabled
  • Fix pagination order when simple
  • #​1126 Fix init sort using columns table prop
  • #​898, #​1154 Fix browser autocomplete using multiple fields

v0.7.1

Compare Source

  • Fix #​1536 build error using Sass customization
  • Fix menu component example on codepen and/or simple html page

v0.7.0

Compare Source

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
New features
  • Add closable prop to taginput (thanks @​adrlen)
  • #​970 Add Object type to type prop of field and icon
Fixes
  • Updated timepicker style (it's a little smaller now)
  • #​992 Fix table header disappear with pagination
  • #​999 Fix size prop to datepicker and timepicker

v0.6.7

Compare Source

New features
  • Table improved: can change columns dynamically
  • Add auto-close and duration props to message and notification
  • Add allow-duplicates prop to taginput
  • Add required prop to radio and checkbox
  • Add defaultInputHasCounter constructor options
Fixes and changes

  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com Bot added the security fix Security fix generated by Mend label May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

security fix Security fix generated by Mend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants