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

feat(chips): use MdAutocomplete, MdChipList and MdBasicChip + bugfixes + a11y. (closes #215) (closes #165) (closes #96) #459

Merged
merged 20 commits into from
Apr 2, 2017

Commits on Mar 28, 2017

  1. feat(chips): remove TdAutocomplete and use MdAutocomplete

    There is no need to create a wrapper since it just adds complexity
    emoralesb05 committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    058ffda View commit details
    Browse the repository at this point in the history
  2. feat(chips): remove TdChipComponent and leverage md-chip-list and md-…

    …basic-chip
    emoralesb05 committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    835173e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a77829 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3657857 View commit details
    Browse the repository at this point in the history
  5. fix(chips): change input label when incorrect + remove warn when valu…

    …e changes
    emoralesb05 committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    df79dea View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. fix(chips): filter options even if there is no ngModel

    emoralesb05 committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    a5c9031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4861eca View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

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

Commits on Mar 31, 2017

  1. feat(chips): add better a11y to td-chips

    emoralesb05 committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    188a24a View commit details
    Browse the repository at this point in the history
  2. feat(chips): polish code to add chips internally

    emoralesb05 committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    bc911f1 View commit details
    Browse the repository at this point in the history
  3. fix(chips): still return boolean to check if successful or not when a…

    …dding a chip
    emoralesb05 committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    a48bc81 View commit details
    Browse the repository at this point in the history
  4. fix(chips): rename removeItem to removeChip

    emoralesb05 committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    a1a92b3 View commit details
    Browse the repository at this point in the history
  5. feat(chips): add marging to td-chips in docsx

    emoralesb05 committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    27031ae View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2017

  1. Configuration menu
    Copy the full SHA
    d09062a View commit details
    Browse the repository at this point in the history
  2. fix(chips): removed unneeded styles and added hover color to icon whe…

    …n focused
    emoralesb05 committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    84f9de9 View commit details
    Browse the repository at this point in the history
  3. update(styles): proper warn ripple for mdInput

    KL186023 committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    efdbdb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d00c964 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c3e2ff View commit details
    Browse the repository at this point in the history
  6. update(docs): better demo markup

    KL186023 committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    9440ca9 View commit details
    Browse the repository at this point in the history