Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] components - show if prop is required #442

Merged
merged 13 commits into from May 23, 2017
Merged

[docs] components - show if prop is required #442

merged 13 commits into from May 23, 2017

Commits on May 16, 2017

  1. [carousel] Fixed this arg in forEach

    Should address issue #396
    tmorehouse committed May 16, 2017
    Configuration menu
    Copy the full SHA
    74b15d4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. [carousel] coerce querySelectorAll into an array

    Coerce slide nodelist into an Array
    tmorehouse committed May 17, 2017
    Configuration menu
    Copy the full SHA
    8a961f5 View commit details
    Browse the repository at this point in the history
  2. [carousel] ESLint

    tmorehouse committed May 17, 2017
    Configuration menu
    Copy the full SHA
    5e6a5ba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from bootstrap-vue/master

    Resync with master
    tmorehouse committed May 17, 2017
    Configuration menu
    Copy the full SHA
    244800c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from bootstrap-vue/master

    Resync with master
    tmorehouse committed May 17, 2017
    Configuration menu
    Copy the full SHA
    656a8e2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Merge pull request #3 from bootstrap-vue/master

    Resync with master
    tmorehouse committed May 18, 2017
    Configuration menu
    Copy the full SHA
    2830201 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Merge pull request #4 from bootstrap-vue/master

    Resync with master
    tmorehouse committed May 19, 2017
    Configuration menu
    Copy the full SHA
    a2de129 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from bootstrap-vue/master

    Resync
    tmorehouse committed May 19, 2017
    Configuration menu
    Copy the full SHA
    c7daa0a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Merge pull request #6 from bootstrap-vue/master

    Resync with master
    tmorehouse committed May 22, 2017
    Configuration menu
    Copy the full SHA
    48ac553 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. [docs] show if prop is required

    Added an extra column to props table to show if property is marged as required
    
    Shows `true` is required, otherwise blank (to not clutter table output)
    tmorehouse committed May 23, 2017
    Configuration menu
    Copy the full SHA
    65f347b View commit details
    Browse the repository at this point in the history
  2. [docs] Show prop required column if needed

    Adds invisible state to required column if no props are required
    tmorehouse committed May 23, 2017
    Configuration menu
    Copy the full SHA
    cc013e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e3e902 View commit details
    Browse the repository at this point in the history
  4. [docs] Add field Required only when required prop(s)

    Only adds the `Required` column to properties if there are any props with required set.
    tmorehouse committed May 23, 2017
    Configuration menu
    Copy the full SHA
    4e455ad View commit details
    Browse the repository at this point in the history