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: vue-generators/vue-form-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cravindra/vue-form-generator
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.
  • 7 commits
  • 11 files changed
  • 1 contributor

Commits on Dec 8, 2020

  1. Set name attribute of radio-groups which are scoped to the instance

    Decouples the name attribute from the model value and makes it unique
    across multiple instances of radio fields which may now share the same
    model value and still operate independently
    cravindra committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    8daba64 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. update gitignore

    cravindra committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    45b2087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51147fa View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Merge pull request #1 from cravindra/scoped-radio-groups

    Scoped radio groups
    cravindra authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    bd62bcc View commit details
    Browse the repository at this point in the history
  2. 2.4.0 releases

    cravindra committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    ee5abf3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'scoped-radio-groups'

    * scoped-radio-groups:
      2.4.0 releases
    cravindra committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    91040bc View commit details
    Browse the repository at this point in the history
  4. 2.6.1 releases

    cravindra committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    bee2785 View commit details
    Browse the repository at this point in the history
Loading