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(menu-surface): Convert JS to TypeScript #4273

Merged
merged 52 commits into from
Feb 5, 2019

Commits on Jan 19, 2019

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

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    6b9bdf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a687a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07fff99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0843b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e3e6fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1538325 View commit details
    Browse the repository at this point in the history
  7. WIP: Remove obsolete TODOs

    acdvorak committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    913f607 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    947b90a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f3045d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f55703f View commit details
    Browse the repository at this point in the history
  11. WIP: Move MenuPosition and MenuDimensions defs from adapter.ts

    …to `constants.ts`
    acdvorak committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    ee56995 View commit details
    Browse the repository at this point in the history
  12. fix(infrastructure): add strict: true to tsconfig

    Matt Goo committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    ec3b469 View commit details
    Browse the repository at this point in the history
  13. fix: add strict: true to tsconfi

    Matt Goo committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    96c0514 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. WIP: Fix linter error

    acdvorak committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    e3c3d50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b95fcfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bf6e27 View commit details
    Browse the repository at this point in the history
  4. WIP: Style

    acdvorak committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    0f0525d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/typescript--menu-surface' of github.com:material-c…

    …omponents/material-components-web into feat/typescript--menu-surface
    acdvorak committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    83429aa View commit details
    Browse the repository at this point in the history
  6. fix: add tsconfig and update packages

    Matt Goo committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    e704163 View commit details
    Browse the repository at this point in the history
  7. Update foundation.ts

    Matt Goo committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    09aae61 View commit details
    Browse the repository at this point in the history
  8. Update foundation.ts

    Matt Goo committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    fda0f28 View commit details
    Browse the repository at this point in the history
  9. fix: update closest from HTMLElement to Element

    Matt Goo committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    5075a05 View commit details
    Browse the repository at this point in the history
  10. WIP: Fix tslint errors

    acdvorak committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    1811646 View commit details
    Browse the repository at this point in the history
  11. fix: remove dups of strict=true

    Matt Goo committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    06bb41a View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/fix/tsconfigupdate' into feat/ty…

    …pescript--menu-surface
    acdvorak committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    b8ec011 View commit details
    Browse the repository at this point in the history
  13. WIP: Fix strict mode errors

    acdvorak committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    82eb81e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54a86ae View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    583b87d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f71d734 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    920470d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d9b8a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5288593 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab6d979 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    7f043d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    964932d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d1c19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d54f74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f976600 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec8d68c View commit details
    Browse the repository at this point in the history
  7. WIP: Increase foundation test coverage from 91% to 99%

    100.00% Statements (`238/238`)
     99.22% Branches (`128/129`)
    100.00% Functions (`58/58`)
    100.00% Lines (`224/224`)
    acdvorak committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    c2db556 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9452569 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63845ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16eb9a7 View commit details
    Browse the repository at this point in the history
  11. WIP: Dummy commit

    acdvorak committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    e264819 View commit details
    Browse the repository at this point in the history
  12. Revert "WIP: Dummy commit"

    This reverts commit e264819.
    acdvorak committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    f00a4aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    56b75ac View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    d45afea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c76326 View commit details
    Browse the repository at this point in the history
  3. WIP: Change MenuPosition to Partial<MenuDistance> in MDCMenu's RE…

    …ADME and component JS
    acdvorak committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    b964b75 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. WIP: Fix typo

    acdvorak committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    3fee18d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86cfdad View commit details
    Browse the repository at this point in the history