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

Pass tab object to tab-panel child function #5476

Merged

Commits on Mar 6, 2018

  1. pass tab title to tab-panel child

    Miles Elliott committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    a75ffc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Update Tab Panel Tests and Readme

    Miles Elliott committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    52e096c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. pass entire tab object

    Miles Elliott committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    2476ed7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Update from master

    milesdelliott committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    a891e15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3141a88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b7d04c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06a636a View commit details
    Browse the repository at this point in the history
  5. update package-lock

    milesdelliott committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    cbe0374 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Allow passed object to be used as string

    To avoid breaking changes, a String object is created from the tab name value, then the original properties of the tab object are assigned to this new String object. The passed object can now be used as if it were a string.
    milesdelliott authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    a724dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27b4423 View commit details
    Browse the repository at this point in the history
  3. Fix double quotes

    milesdelliott authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    9d01803 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67cbccf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

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

Commits on Sep 24, 2018

  1. Add detail to usage

    milesdelliott authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    218fe94 View commit details
    Browse the repository at this point in the history