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

⬆️ Bump vuetify from 1.0.19 to 1.1.9 #151

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps vuetify from 1.0.19 to 1.1.9.

Release notes

Sourced from vuetify's releases.

v1.1.9

🔧 Things we fixed

  • e145bad0 Partially revert #4664 - removed !important declaration
  • 8b4e1f436d1da10fea7e5f80e6d8977fc80c0759 Remove duplicate change event from firing when using the clearable prop
  • e084f2787e922772e77e961efc31d8b104486818 Fixed a bug where v-expansion-panel would not properly render expanded when activated during a transition
  • 0a1a8f6 Removed redundant prop from v-toolbar Fixed scrolling techniques
  • 43b9e7a Fixed a bug where v-navigation-drawer and v-stepper were not applying proper styles to v-divider
  • 117303b Fixed a bug with v-slider and rounding values (thanks sh7dm)
  • #4464 Fixed a bug where v-slider could become unresponsive when clicked while using Firefox 60
  • #4699 Fixed a bug where v-select with the reverse prop was not displaying properly
  • #4713 v-select will now use the nudge-bottom prop value
  • #4715 Fixed a bug where contenteditable elements were not being filtered properly when using overlayable mixin
  • #4719 Fixed a bug where v-radio did not have a proper default name

v1.1.8

🔧 Things we fixed

  • da2f327 Fixed a bug where the deepEqual function did not support date comparison (thanks YoanChapron)
  • 517e64a Fixed a bug where v-navigation-drawer was not being sized properly
  • af9660f Fixed a display bug with v-text-field box styles and error states
  • #3636 Fixed a bug in v-pagination that would have a broken display under certain situations (thanks clive107)
  • #3974 Fixed old regression (from v0.17) where v-toolbar-title in the expanded slot did not have the proper margins (thanks ebisbe)
  • #4431 Fixed a regression preventing falsy values from showing in v-select
  • #4629 Fixed naming convention of the v-expansion-panel header (thanks ebisbe)
  • #4688 Fixed a bug where the validatable mixin could cause an infinite loop when watching rules
  • #4678 Added check for the overlayable mixin to check for presence of overlay after animationFrame

v1.1.7

🔧 Things we fixed

  • #2901 #3928 #4390 Resolved multiple bugs with v-navigation-drawer with the app prop while on mobile
  • #4615 Fixed a bug where disabled styles on v-text-field were not being rendered properly

v1.1.6

🔧 Things we fixed

  • f03dbb5 Inputs should all pass through tabindex now
  • 2dec42a Disabled text fields will have dashed underlines again
  • #4641 Prevent vertical dividers taking up too much width
  • #4647 Fixed a bug causing [**click**](https://github.com/click):append events to not be emitted correctly
  • #4643 v-bottom-nav buttons can now shrink again
  • #4635 Re-run validation when the rules array is updated
  • #4642 aria-label can now be set manually on v-text-field

v1.1.5

🔧 Things we fixed

  • e003a55 Fixed a bug with v-list-group dividers when expanded
  • #3090 #3588 #3847 Fixed a bug where v-text-field's divider was rendering improperly at various zoom levels (thanks AlexSHoffman)
  • #3412 Updated v-btn default flex so it does not squish under certain circumstances
  • #3645 Fixed a bug where v-menu would take up space even if it had no assigned activator (thanks ebisbe)
  • #3669 v-list-tile will now be able to select inner text when not a link (thanks ebisbe)
  • #4563 Removed renaming of at-rules such as keyframes that caused animation conflicts with other libraries
  • #4571 Fixed inconsistent oldVal and newVal when updating chips in v-combobox
... (truncated)
Commits
  • 84516ba [release] 1.1.9
  • c83f935 fix(VNavigationDrawer): transition width and transform
  • 117303b Fixed slider value rounding. Fixes #4575 (#4665)
  • 43b9e7a Fix divider color on navigation drawer and steppers (#4716)
  • 33d1652 fix(VSlider): use a text input internally
  • 15012f8 fix(VRadio): set correct name and value on input element
  • 0a1a8f6 fix(v-toolbar): fix a fix
  • 85b240e fix(v-select): fix reverse styles
  • 9b345eb fix(v-select): apply custom nudgeBottom
  • a82c492 fix(overlayable): add check for contenteditable
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [vuetify](https://github.com/vuetifyjs/vuetify) from 1.0.19 to 1.1.9.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](vuetifyjs/vuetify@v1.0.19...v1.1.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #157.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/vuetify-1.1.9 branch August 8, 2018 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant