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

sync merge #4

Merged
merged 31 commits into from
Jun 15, 2017
Merged

sync merge #4

merged 31 commits into from
Jun 15, 2017

Commits on May 24, 2017

  1. Configuration menu
    Copy the full SHA
    e4be462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54eb684 View commit details
    Browse the repository at this point in the history
  3. docs(Dropdown): fix world icon in search example (#1695)

    * Fix MenuExampleText
    
    * add world icon to Dropdown example
    
    * rename 'languageOptions' to 'languages'
    
    * rename  languages   to languageOptions and separate line into two
    
    * separate line of code in two
    
    * separate props in different lines
    
    * remove trailing spaces
    aabustamante authored and levithomason committed May 24, 2017
    Configuration menu
    Copy the full SHA
    d41235c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

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

Commits on May 27, 2017

  1. feat(Item): add unstackable prop to ItemGroup (#1706)

    * feat(Item): add unstackable prop to ItemGroup
    
    * docs(Item): add example for unstackable
    layershifter authored and levithomason committed May 27, 2017
    Configuration menu
    Copy the full SHA
    4044f55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1804327 View commit details
    Browse the repository at this point in the history
  3. 0.68.4

    levithomason committed May 27, 2017
    Configuration menu
    Copy the full SHA
    3fac681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a1b9e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    8ab5390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cd4197 View commit details
    Browse the repository at this point in the history
  3. docs(ItemExampleFloated): your description (#1719)

    Fixes error in docs. "AS" is not being recognized.
    qoalu authored and levithomason committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    34a37d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5539d49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcc9482 View commit details
    Browse the repository at this point in the history
  6. fix(factories): handle falsy key values (#1729)

    * fix(Dropdown): fix key handling
    
    * fix(Dropdown): fix key handling
    
    * fix(factories): handle falsy keys
    
    * chore(package): update package-lock.json
    layershifter authored and levithomason committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    2ec4510 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71b6eb5 View commit details
    Browse the repository at this point in the history
  8. feat(typings): expose FormComponent in typings (#1680)

    * Exposed form component in typings to support custom controls in packages.
    
    * Update index.d.ts
    
    * Update index.d.ts
    tomitrescak authored and levithomason committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    5b31daa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d4d48c View commit details
    Browse the repository at this point in the history
  10. 0.68.5

    levithomason committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    78634bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    100c246 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

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

Commits on Jun 6, 2017

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

Commits on Jun 7, 2017

  1. feat(TextArea): add minHeight property, docs example (#1679)

    * add minHeight property, example to docs
    
    * add rows prop/adjust minHeight prop usage
    
    * mixed(TextArea): update docs, tests, props and typings
    
    * fix(Textarea): move back minHeight prop to style
    josie11 authored and levithomason committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    01bdd6f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Configuration menu
    Copy the full SHA
    379dcdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91c3301 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Configuration menu
    Copy the full SHA
    a172c1f View commit details
    Browse the repository at this point in the history
  2. fix(Accordion): typings inverted to boolean (#1758)

    Tiny fix for typings, inverted type incorrectly set to string.
    Mark Crawshaw authored and levithomason committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    839ba44 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Configuration menu
    Copy the full SHA
    d01d4fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    553facc View commit details
    Browse the repository at this point in the history
  3. fix(Dropdown): change active item on keyboard up/down (#1735)

    * fix(Dropdown): change active item on keyboard up/down
    
    * fix(Dropdown): change active item on keyboard up/down
    
    * refactor(Dropdown): simplify move constant
    Bebersohl authored and levithomason committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    c15fc00 View commit details
    Browse the repository at this point in the history
  4. refactor(Dropdown): remove hidden select (#1730)

    breaking(Dropdown): remove hidden select
    levithomason authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    b9d42a3 View commit details
    Browse the repository at this point in the history
  5. fix(Checkbox|Input): fix handling of aria-attributes (#1752)

    * fix(Checkbox|Input): fix handling of aria-attributes
    
    * feat(htmlInputProps): update handling of aria
    layershifter authored and levithomason committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    044c68d View commit details
    Browse the repository at this point in the history