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

Implement new features #2

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 14, 2019

  1. fixed styled components bug, added click callback prop as well as mak…

    …ing suggestions clickable to update input text
    Sean Houlihan committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    010e7de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from seanhouli/fix_styled_components_bug

    Fix styled components, make suggestions clickable
    seanhouli committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    02d6dde View commit details
    Browse the repository at this point in the history
  3. make suggestions disappear after clicking one

    Sean Houlihan committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    73d63ba View commit details
    Browse the repository at this point in the history
  4. added ability to scroll and select suggestions with up/down arrow key…

    …s and enter
    Sean Houlihan committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    07e4695 View commit details
    Browse the repository at this point in the history
  5. prevent defaults on keys we're interested in

    Sean Houlihan committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    9016bda View commit details
    Browse the repository at this point in the history
  6. get rid of logs

    Sean Houlihan committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    3b4bd04 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. refactored a bit, changed dark greys to light greys

    Sean Houlihan committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    388f697 View commit details
    Browse the repository at this point in the history
  2. add selectColor prop

    Sean Houlihan committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    0280174 View commit details
    Browse the repository at this point in the history
  3. suggestions disappear when input not in focus, callback now supplied …

    …location object
    Sean Houlihan committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    c7b9df8 View commit details
    Browse the repository at this point in the history
  4. add proptypes

    Sean Houlihan committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    b526295 View commit details
    Browse the repository at this point in the history
  5. update some deps, get testing to work

    Sean Houlihan committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    20b6ace View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. added tests, fixed some bugs

    Sean Houlihan committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    2915274 View commit details
    Browse the repository at this point in the history
  2. cleanup a bit

    Sean Houlihan committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    2586223 View commit details
    Browse the repository at this point in the history
  3. small bug fix

    Sean Houlihan committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    087514f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. added readme, changed country prop to be optional

    Sean Houlihan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    c63cad4 View commit details
    Browse the repository at this point in the history
  2. add gif to readme

    Sean Houlihan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    7dd0c3e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. change country to optional prop, add searchHint prop

    Sean Houlihan committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    252dcac View commit details
    Browse the repository at this point in the history
  2. update readme

    Sean Houlihan committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    81b8dbd View commit details
    Browse the repository at this point in the history
  3. refactor Suggestion

    Sean Houlihan committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    8738978 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. disable arrow key navigation when touch display detected

    Sean Houlihan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    8980a08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af62e4f View commit details
    Browse the repository at this point in the history
  3. fixing babel build

    Sean Houlihan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    9710ccf View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. add keywords to package.json

    Sean Houlihan committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    292c115 View commit details
    Browse the repository at this point in the history
  2. update readme

    Sean Houlihan committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    463b654 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Michael Staub committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a546865 View commit details
    Browse the repository at this point in the history
  4. release version 1.0.1

    Michael Staub committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    bfcad0a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from mikestaub/master

    fix tests
    seanhouli authored and Sean Houlihan committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    e24ec01 View commit details
    Browse the repository at this point in the history
  6. update npm dependencies

    Michael Staub committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    5da0500 View commit details
    Browse the repository at this point in the history
  7. release v1.0.2

    Michael Staub committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    cddadad View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from mikestaub/master

    update npm dependencies
    seanhouli committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    8225e4b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. fix package.json dependencies

    Michael Staub committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    7377d08 View commit details
    Browse the repository at this point in the history
  2. release v1.0.3

    Michael Staub committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    9d245eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from mikestaub/master

    update package.json deps
    seanhouli committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    eee65d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. add default query prop

    Sean Houlihan committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    2fc0e89 View commit details
    Browse the repository at this point in the history
  2. update version

    Sean Houlihan committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    718c1c7 View commit details
    Browse the repository at this point in the history