Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuetifyjs/vuetify
base: v1.3.12
Choose a base ref
...
head repository: vuetifyjs/vuetify
compare: v1.3.13
Choose a head ref
  • 14 commits
  • 16 files changed
  • 7 contributors

Commits on Dec 6, 2018

  1. chore(package): add unpkg link (#5810)

    Dmitriy Sharshakov aka. sh7dm authored and johnleider committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    01c1ac8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. fix(VChip): rtl mode (#5802)

    * fix(VChip): rtl mode
    
    fixes #5782
    
    * revert posible breaking change
    
    * fixed variables
    jacekkarczmarczyk authored and johnleider committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    45da2ea View commit details
    Browse the repository at this point in the history
  2. fix(VBadge): rtl mode (#5801)

    fixes #5684
    jacekkarczmarczyk authored and johnleider committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    7eadc37 View commit details
    Browse the repository at this point in the history
  3. fix(VToolbarTitle): rtl mode (#5642)

    * add rtl support for toolbar title
    
    * remove unnecessary line
    nasermirzaei89 authored and johnleider committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    993fa6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37c46b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e015ee3 View commit details
    Browse the repository at this point in the history
  6. fix(VMenu): hover stuck open when mouse exits page (#5844)

    fixes #5843
    Fix for #5843 - in the event isActive has been reset to false between the time runDelay(open) was called and when we were provisioned this animation frame, sync up hasJustFocused to false and do a no-op assign to isContentActive which doesn't trigger the watcher. Resolve the promise although it's not really needed, just so we aren't breaking promises.
    parktheredcar authored and johnleider committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    62ecb91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68a9aec View commit details
    Browse the repository at this point in the history
  8. fix(VSelect): fix VSelect behavior when switching to another tab (#5780)

    * fix(VSelect): fix VSelect behavior when switching to another tab
    
    Fixes #5774
    
    * fix(VSelect): make unit tests passing
    Dmitriy Sharshakov aka. sh7dm authored and johnleider committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    980142f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b6afe4a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    9e893dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4efdee7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. fix(kbd): fix kbd background color (#5864)

    Dmitriy Sharshakov aka. sh7dm authored and MajesticPotatoe committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    28f61b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e91a9c View commit details
    Browse the repository at this point in the history