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.2
Choose a base ref
...
head repository: vuetifyjs/vuetify
compare: v1.3.3
Choose a head ref
  • 9 commits
  • 15 files changed
  • 6 contributors

Commits on Oct 24, 2018

  1. fix(v-item-group): handle initial item state on registration

    avoid unnecessary update of items state, handle explicitly on registration if needed
    
    fixes #5410
    johnleider committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    4af99de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb9e58 View commit details
    Browse the repository at this point in the history
  3. Fixes #5397 (#5400)

    This fixes a css bug when using v-card in the opposite slot.
    jvanst authored and johnleider committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    be32ac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8780c6b View commit details
    Browse the repository at this point in the history
  5. fix data table sort icon not working when using font awesome 5 (#5342)

    * fix data table sort icon not work when using font awesome 5
    
    * change css selector from i, svg to .v-icon
    bepsvpt authored and johnleider committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    c329775 View commit details
    Browse the repository at this point in the history
  6. Fix: VPagination acts as submit in forms (#5212) (#5229)

    * Fix VPagination acting as submit
    
    * Fixed double quotes
    
    * Updated unit tests
    materight authored and johnleider committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    cb29f21 View commit details
    Browse the repository at this point in the history
  7. Resolves bug where certain iOS versions were causing left aligned pag…

    …ination text in buttons (#5208)
    ryuhhnn authored and johnleider committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    99d201b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. fix(v-item-group): avoid unregistration process when destroyed

    if `v-item-group` was conditionally rendered, its children would alter the value when unregistering
    
    fixes #5384
    johnleider committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    cd18540 View commit details
    Browse the repository at this point in the history
  2. [release] 1.3.3

    johnleider committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    6393b14 View commit details
    Browse the repository at this point in the history