Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency vuetify to v1.5.24 #43

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vuetify (source) 1.5.0 -> 1.5.24 age adoption passing confidence

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
  • VInput: target correct scoped slot for messages (23c355c), closes #​9584

v1.5.20

Compare Source

🔧 Bug Fixes
  • VMesssages: apply escapeHTML to provided values (9fd5e0a), closes #​9491
⚠️ 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

v1.5.16

Compare Source

Bug Fixes

v1.5.14

Compare Source

🔧 Bug Fixes

v1.5.13

Compare Source

🔧 Bug Fixes

v1.5.12

Compare Source

🔧 Bug Fixes

v1.5.11

Compare Source

🔧 Bug Fixes
  • helpers: check for window before adding listeners (8f477e6), closes #​6952

v1.5.10

Compare Source

🔧 Bug Fixes

v1.5.9

Compare Source

🔧 Bug Fixes
  • VOverflowBtn: remove pointless method override (0a5aa74), closes #​4533

v1.5.8

Compare Source

🔧 Bug Fixes
  • click-outside: check clicked element instead of position (559c579)
  • dependent: don't close if a child's overlay is clicked (dbe3213), closes #​5310
  • v-messages: increase line-height of inputs messages (#​6868) (5f88487)
  • VBtn: limit FAB icon transition to direct children (a76ef42)
  • VDialog: close when escape is pressed (c64ed2a), closes #​6352
  • VDialog: focus the first child when tab leaves the dialog (2d5d72b), closes #​2538
  • VDialog, VMenu: focus activator when closed with esc (cef2d1d)
  • VMenu: delay closing when save is called (74e0bd1), closes #​5200
  • VMenu, VTooltip: detect when activator has position:fixed (#​6460) (700bb49), closes #​6471 #​1551
  • VSelect: highlight newly selected item on keypress (495ffaa), closes #​6856
  • VSelect: keep menu closed when removing chip items. (#​6845) (a4761cb), closes #​6844
  • VuetifyGoToOptions: add missing properties to types (ee1078f)

v1.5.7

Compare Source

🔧 Bug Fixes

v1.5.6

Compare Source

🔧 Bug Fixes

v1.5.5

Compare Source

📖 Documentation
  • Updated all examples to use the new v-slot available in [email protected]
  • Fixed an example that was causing the docs to crash in IE11
🔧 Bug Fixes

v1.5.4

Compare Source

🔧 Bug Fixes
🔄 Reverts
  • VAutocomplete: "fix(VAutocomplete): retain filtered list on item selection (#​6388)", reverts 3b184b4

v1.5.3

Compare Source

Bug Fixes

v1.5.2

Compare Source

🔧 Bug Fixes
  • locale: improve polish translation (eb64675)
  • ripple: ensure _ripple data exists (#​6476) (0cd5671)
  • text: don't cut off bottom parts of letters with text-truncate (8161cc0), closes #​6488
  • VBtn: hide hover overlay on touch devices (6ed5cc6), closes #​2178
  • VCarousel: add aria-label on controls (#​6498) (d61ee0e)
  • VCarousel: transition direction when outside button click (#​6515) (6219ad0)
  • VDialog: flex ignores width with scrollable dialogs(#​6480) (592e3f4)
  • VMenu: account for minWidth when setting initial position (591779a), closes #​3438
  • VMenu: limit to screen width (d19ddba)
  • VPagination: remove unnecessary outline for circle pagination buttons. (#​6513) (b00abfe)
  • VSpeedDial: fixed transition animation (#​6373) (7e0a521)
🔄 Reverts
  • fix(VPagination): remove unnecessary outline for circle pagination buttons. (#​6523) (797808e)

v1.5.1

Compare Source

Bug Fixes
Other

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency vuetify to v1.5.5 Update dependency vuetify to v1.5.6 Mar 12, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.6 Update dependency vuetify to v1.5.7 Mar 19, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.7 Update dependency vuetify to v1.5.8 Mar 29, 2019
@renovate renovate bot force-pushed the renovate/vuetify-1.x branch 2 times, most recently from af4eab7 to d3b9f62 Compare April 2, 2019 14:51
@renovate renovate bot changed the title Update dependency vuetify to v1.5.8 Update dependency vuetify to v1.5.9 Apr 2, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.9 Update dependency vuetify to v1.5.10 Apr 9, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.10 Update dependency vuetify to v1.5.11 Apr 9, 2019
@renovate renovate bot force-pushed the renovate/vuetify-1.x branch 2 times, most recently from f54809b to 9cd251a Compare April 16, 2019 16:07
@renovate renovate bot changed the title Update dependency vuetify to v1.5.11 Update dependency vuetify to v1.5.12 Apr 16, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.12 Update dependency vuetify to v1.5.13 Apr 23, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.13 Update dependency vuetify to v1.5.14 Apr 30, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.14 Update dependency vuetify to v1.5.16 Jul 4, 2019
@renovate renovate bot changed the title Update dependency vuetify to v1.5.16 Update dependency vuetify to v1.5.17 Aug 13, 2019
@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.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.24 Mar 11, 2020
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant