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: DannyFeliz/vue-numeric-input
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JayeshLab/vue-numeric-input
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 76 files changed
  • 3 contributors

Commits on Sep 6, 2018

  1. .Added Styling Component section in Docs

    .two more test cases
    JayeshLab committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    c17e02e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b04e56d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. 1. minor css fix for firefox and safari browser

    2. added beforeDestroy to clean up
    3. releasing 1.0.3
    JayeshLab committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    4feafcb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Fixed Bug with respect to submit form

    vue-numeric-input component appears within form tags, then it will attempt to submit the form every time the updown button is clicked.
    
    Issue fixed by setting button type for button controls.
    JayeshLab committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    1900ea4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Upgrade webpack-dev-server version

    Upgrade webpack-dev-server version because of security vulnerability.
    JayeshLab authored Jan 8, 2019
    Configuration menu
    Copy the full SHA
    28c5cdc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Configuration menu
    Copy the full SHA
    e88c538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58f6231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d7a184 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Fix Vue warning

    The .native modifier for v-on is only valid on components but it was
    used on <button>
    jsancho-gpl committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    d8b07bf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Merge pull request JayeshLab#13 from jsancho-gpl/master

    Fix Vue warning with .native modifier for v-on
    JayeshLab authored Jan 3, 2020
    Configuration menu
    Copy the full SHA
    06b410d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    702b12a View commit details
    Browse the repository at this point in the history
  3. fixed lint issue

    JayeshLab committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    dbf984e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. fix vulnerability

    JayeshLab committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    e4a0dbf View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    0fd340b View commit details
    Browse the repository at this point in the history
  2. Updated library files

    JayeshLab committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    1f11cbd View commit details
    Browse the repository at this point in the history
  3. Updated dist library

    JayeshLab committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    8d36c7d View commit details
    Browse the repository at this point in the history
  4. fix travis build

    JayeshLab committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    6b32caf View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

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