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.2.5
Choose a base ref
...
head repository: vuetifyjs/vuetify
compare: v1.2.6
Choose a head ref
  • 10 commits
  • 11 files changed
  • 5 contributors

Commits on Sep 20, 2018

  1. style(v-pagination): button cutting the page number

    When props:length is a very large number,
    the number of the button protrudes.
    
    # <type>: (If applied, this commit will...) <subject> (Max 50 char)
    # |<----  Using a Maximum Of 50 Characters  ---->| Hard limit to 72 -->|
    
    # Explain why this change is being made
    # |<----   Try To Limit Each Line to a Maximum Of 72 Characters   ---->|
    
    # Provide links to any relevant issues, articles, commits, or other
    # pull requests
    # Example: See #23, fixes #58
    
    # --- COMMIT END ---
    # <type> can be
    #    feat     (new feature)
    #    fix      (bug fix)
    #    refactor (refactoring production code)
    #    style    (formatting, missing semi colons, etc; no code change)
    #    test     (adding or refactoring tests; no production code change)
    #    chore    (updating npm scripts etc; no production code change)
    # --------------------
    # Remember to
    #    Capitalize the subject line
    #    Use the imperative mood in the subject line
    #    Do not end the subject line with a period
    #    Separate subject from body with a blank line (comments don't count)
    #    Use the body to explain what and why vs. how
    #    Can use multiple lines with "-" for bullet points in body
    #
    # If you can't summarize your changes in a single line, they should
    # probably be split into multiple commits
    # --------------------
    # For more information about this template, check out
    # https://gist.github.com/adeekshith/cd4c95a064977cdc6c50
    windhorn committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    debc781 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Configuration menu
    Copy the full SHA
    a81310f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    5032c8a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. test for #5183

    jacekkarczmarczyk committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    b9fce45 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Configuration menu
    Copy the full SHA
    e564b61 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Merge pull request #5197 from dima74/master

    Fix #4760: show next pagination page if current page is last
    johnleider committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    5519601 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5188 from vuetifyjs/fix/#5183-v-stepper-step-use-…

    …colorable
    
    fix(VStepperStep): use colorable mixin
    johnleider committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    08a3103 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5151 from vuetifyjs/fix/data-iterable-rows-per-pa…

    …ge-theme
    
    fix(data-iterable): rows-per-page selector not inheriting theme
    johnleider committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    e580f79 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5128 from windhorn/fix/#5126-button_cutting_the_p…

    …age_number
    
    style(v-pagination): button cutting the page number
    johnleider committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    40e1354 View commit details
    Browse the repository at this point in the history
  5. [release] 1.2.6

    johnleider committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    14d343c View commit details
    Browse the repository at this point in the history