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

Add paper-chips & paper-contact-chips #527

Merged
merged 57 commits into from
Nov 22, 2016

Commits on Oct 27, 2016

  1. implementing basic chips

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    2206553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b055a8c View commit details
    Browse the repository at this point in the history
  3. updating the demo

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    f98021b View commit details
    Browse the repository at this point in the history
  4. fixing deprecation warning

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    8041f3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e43f7c View commit details
    Browse the repository at this point in the history
  6. escaping {{item}}

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    e2fb3e8 View commit details
    Browse the repository at this point in the history
  7. fixing scrolling issue

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    3466735 View commit details
    Browse the repository at this point in the history
  8. adding basic contact chips

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    1d850c0 View commit details
    Browse the repository at this point in the history
  9. importing chips from angular-material

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    15b8838 View commit details
    Browse the repository at this point in the history
  10. convering template to hasBlock

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    3342be7 View commit details
    Browse the repository at this point in the history
  11. cleaning up code to jscs style

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    b5959f5 View commit details
    Browse the repository at this point in the history
  12. fixing jscs

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    a699c8a View commit details
    Browse the repository at this point in the history
  13. fixing the location of templates

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    b96d411 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    34754df View commit details
    Browse the repository at this point in the history
  15. action related feedback

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    b4d72f8 View commit details
    Browse the repository at this point in the history
  16. more action realated feedback

    mansona authored and pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    c666fee View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e66d891 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bd8a409 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cc023ac View commit details
    Browse the repository at this point in the history
  20. Wrap contact chips in an md-chips tag so that styles are applied corr…

    …ectly
    
    Angular Material's styles for contact chips expect the chips to be within an md-chips tag inside the md-contact-chips tag.
    pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    785a4a3 View commit details
    Browse the repository at this point in the history
  21. Make chips' "remove" button icons a more suitable size

    The "remove" buttons in chips were default paper-icon size (24), which is too big to fit nicely in the chips.  18 seems about right.
    pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    d3939c1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b64076e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    db745ff View commit details
    Browse the repository at this point in the history
  24. Make contact chips look and act more like a paper-input

    Bottom border is now visible and changes colour depending on focus.
    pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    53e8a49 View commit details
    Browse the repository at this point in the history
  25. Enable keyboard navigation of chips

    Allows for keyboard navigation of existing chips, including removal.  This doesn't (yet) extend to contact chips.
    pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    2cff928 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    df5d96f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bb8d4a2 View commit details
    Browse the repository at this point in the history
  28. Make contact chips keyboard navigable

    Make contact chips keyboard navigable by extending chips.
    pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    8832acf View commit details
    Browse the repository at this point in the history
  29. Move autocomplete from contact chips to chips

    This allows for regular chips to use autocomplete, optionally allowing the user to add their own values in addition to those offered by autocomplete.
    pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    2178e7a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4c4cc3f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2bee907 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    07ec642 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e4116ef View commit details
    Browse the repository at this point in the history
  34. Remove requireMatch=true from chips autocomplete demo which shouldn't…

    … require match
    
    Both demos had requireMatch=true; only the second should have had it.
    pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    803cc40 View commit details
    Browse the repository at this point in the history
  35. Improvements to focus handling for chips / contact-chips

    Requires paper-autocomplete to fire onBlur events (see PR adopted-ember-addons#504)
    pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    c072545 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6264b7c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    adb6beb View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ffe2b63 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5c65944 View commit details
    Browse the repository at this point in the history
  40. Chips: Better / more consistent autocomplete dropdown behaviour, (mor…

    …e consistent with AM)
    pauln committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    84329d4 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4125c2c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. remove warning signs

    miguelcobain committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    184833c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Configuration menu
    Copy the full SHA
    9640c9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    420e947 View commit details
    Browse the repository at this point in the history
  3. focus and readOnly fixes

    ibarrick committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    f333388 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Merge pull request #1 from ibarrick/focus-fix-chips

    Focus fix chips
    pauln authored Nov 3, 2016
    Configuration menu
    Copy the full SHA
    a0b4282 View commit details
    Browse the repository at this point in the history
  2. focus fix for contact chips

    ibarrick committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    c28c6bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from ibarrick/focus-fix-chips

    focus fix for contact chips
    pauln authored Nov 3, 2016
    Configuration menu
    Copy the full SHA
    62ecd75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f632b19 View commit details
    Browse the repository at this point in the history
  5. improve chips docs

    miguelcobain committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    75e8ae6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Merge pull request #4 from miguelcobain/chips-improvements

    Chips improvements
    pauln authored Nov 4, 2016
    Configuration menu
    Copy the full SHA
    9962876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb786d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    962e955 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    8434910 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from ibarrick/chips-fix

    fixed virtual repeat for autocomplete
    pauln authored Nov 7, 2016
    Configuration menu
    Copy the full SHA
    39b4002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    235eba7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from pauln/revert-5-chips-fix

    Revert "fixed virtual repeat for autocomplete"
    pauln authored Nov 7, 2016
    Configuration menu
    Copy the full SHA
    0a0becf View commit details
    Browse the repository at this point in the history