Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Update dependency vuetify to v1.5.24 #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 13, 2019

This PR contains the following updates:

Package Type Update Change
vuetify (source) dependencies patch 1.5.16 -> 1.5.24

Release Notes

vuetifyjs/vuetify

v1.5.24

Compare Source

Bug Fixes

v1.5.23

Compare Source

πŸ”§ Bug Fixes

v1.5.22

Compare Source

πŸ”§ Bug Fixes
  • VAutocomplete/VCombobox: reset search when selecting same item (aa9e7cb), closes #​7259

v1.5.21

Compare Source

πŸ”§ Bug Fixes

v1.5.20

Compare Source

πŸ”§ Bug Fixes
⚠️ BREAKING CHANGES

A low impact security vulnerability was identified with the v-messages component. Using the value prop, it was possible to perform an XSS attack.

NOTICE
If you are not using HTML for the props rules, messages, hint, success-messages or error-messages, you do not need to do anything.

All values for v-message are now escaped. This primarily affects inputs as they use v-message for rule and hint output. To accommodate this change, a scoped slot has been added for users who
need to customize the styling of messages as they will no longer render html.

Components this fix impacts:

  • v-autocomplete
  • v-checkbox
  • v-combobox
  • v-file-input
  • v-input
  • v-messages
  • v-overflow-btn
  • v-radio-group
  • v-select
  • v-slider
  • v-switch
  • v-textarea
  • v-text-field
<!-- v1.5.19 -->

<v-text-field :rules="['<em>Foo<em>']" />
<!-- v1.5.20 -->

<v-text-field :rules="['Foo']">
  <template v-slot:messages="{ message, key }">
     <em :key="key">{{ message }}</em>
  </template>
</v-text-field>

If you have any questions, please reach out to us in our community, https://community.vuetifyjs.com

v1.5.19

Compare Source

πŸ”§ Bug Fixes

v1.5.18

Compare Source

πŸ”§ Bug Fixes

v1.5.17

Compare Source

πŸ”§ Bug Fixes
βͺ Reverts
  • fix(VDialog): focus the first child when tab leaves the dialog (28c808c), closes #​6892

Renovate configuration

πŸ“… Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency vuetify to v1.5.17 Update dependency vuetify to v1.5.18 Aug 20, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.18 Update dependency vuetify to v1.5.19 Oct 15, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.19 Update dependency vuetify to v1.5.20 Nov 11, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.20 Update dependency vuetify to v1.5.21 Nov 21, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.21 Update dependency vuetify to v1.5.22 Dec 31, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.22 Update dependency vuetify to v1.5.23 Feb 22, 2020
@renovate renovate bot changed the title Update dependency vuetify to v1.5.23 Update dependency vuetify to v1.5.24 Mar 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants