Nexmo / comms-router

A server which allows you to route tasks to agents.
Apache License 2.0
19 stars 11 forks source link

Update dependency buefy to ^0.7.0 (main) #138

Open mend-for-github-com[bot] opened 2 months ago

mend-for-github-com[bot] commented 2 months ago

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 CVE Reachability
Medium Medium 6.1 WS-2019-0256

Release Notes

buefy/buefy (buefy) ### [`v0.7.2`](https://togithub.com/buefy/buefy/blob/HEAD/CHANGELOG.md#072) [Compare Source](https://togithub.com/buefy/buefy/compare/v0.7.1...v0.7.2) ##### 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](https://togithub.com/gps-dev)) - Add `show-detail-icon` prop to table and toggle row detail programmatically (thanks [@​omer2500](https://togithub.com/omer2500)) - Add `use-html5-validation` prop to form components and `defaultUseHtml5Validation` constructor options (thanks [@​lukio3](https://togithub.com/lukio3)) - [#​1164](https://togithub.com/buefy/buefy/issues/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](https://togithub.com/buefy/buefy/issues/1126) Fix init sort using columns table prop - [#​898](https://togithub.com/buefy/buefy/issues/898), [#​1154](https://togithub.com/buefy/buefy/issues/1154) Fix browser autocomplete using multiple fields ### [`v0.7.1`](https://togithub.com/buefy/buefy/blob/HEAD/CHANGELOG.md#0710) [Compare Source](https://togithub.com/buefy/buefy/compare/v0.7.0...v0.7.1) - Fix [#​1536](https://togithub.com/buefy/buefy/issues/1536) build error using Sass customization - Fix menu component example on codepen and/or simple html page ### [`v0.7.0`](https://togithub.com/buefy/buefy/blob/HEAD/CHANGELOG.md#070) [Compare Source](https://togithub.com/buefy/buefy/compare/v0.6.7...v0.7.0) ##### Breaking changes - Change path to import components to use outside main vue instance, like: ```javascript // 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` 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](https://togithub.com/adrlen)) - [#​970](https://togithub.com/buefy/buefy/issues/970) Add Object type to `type` prop of field and icon ##### Fixes - Updated timepicker style (it's a little smaller now) - [#​992](https://togithub.com/buefy/buefy/issues/992) Fix table header disappear with pagination - [#​999](https://togithub.com/buefy/buefy/issues/999) Fix `size` prop to datepicker and timepicker ### [`v0.6.7`](https://togithub.com/buefy/buefy/blob/HEAD/CHANGELOG.md#067) [Compare Source](https://togithub.com/buefy/buefy/compare/v0.6.6...v0.6.7) ##### 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 - [#​839](https://togithub.com/buefy/buefy/issues/839) Fix `icon-pack` from icon to be reactive - [#​840](https://togithub.com/buefy/buefy/issues/840) Fix loading position to tagInput (thanks [@​adrlen](https://togithub.com/adrlen)) - [#​852](https://togithub.com/buefy/buefy/issues/852) Fix label class to field when horizontal - [#​872](https://togithub.com/buefy/buefy/issues/872) Fix datepicker default formatter - [#​895](https://togithub.com/buefy/buefy/issues/895) Fix loading overlay when not in full page (thanks [@​adrlen](https://togithub.com/adrlen)) - [#​927](https://togithub.com/buefy/buefy/issues/927) Fix autocomplete when option text is too long (thanks [@​8bu](https://togithub.com/8bu)) - [#​948](https://togithub.com/buefy/buefy/issues/948) Fix switch when multi line text (thanks [@​rhwilr](https://togithub.com/rhwilr))