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(tabs): fixed tabs #1356

Closed
wants to merge 204 commits into from
Closed

feat(tabs): fixed tabs #1356

wants to merge 204 commits into from

Commits on Sep 28, 2016

  1. feat(tabs): fixed tabs

    Fixed tabs grow until they fill the tab group.
    
    Closes #1353
    dasois committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    71dd984 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    276d07d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. chore: fix CI flakiness caused by race condition (#1371)

    * chore: fix CI flakiness by using correct build targets
    
    * wip flaky fix
    
    * fix inline build
    
    * fix typo
    jelbourn authored Sep 29, 2016
    Configuration menu
    Copy the full SHA
    3045a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d442798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57128a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

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

Commits on Oct 3, 2016

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

Commits on Oct 5, 2016

  1. fix(snack-bar): add explicit box-sizing (#1413)

    Fixes the snack bar not being readable in the cases where `box-sizing: border-box` is applied globally.
    
    Fixes #1412.
    crisbeto authored and jelbourn committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    580da74 View commit details
    Browse the repository at this point in the history
  2. fix(input): asterisk color when not focused (#1404)

    * Currently the asterisk is still using the warn color when the input is not focused anymore.
    
    * Per Material Specs the asterisk should be only red when the input is focused (https://material-design.storage.googleapis.com/publish/material_v_9/0B7WCemMG6e0VcHFla0dwOE5pVVE/forms-supportive-content-v3_xhdpi.webm)
    
    Fixes #1395.
    devversion authored and jelbourn committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    bf44c16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37a8c4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b91e983 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8908366 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Configuration menu
    Copy the full SHA
    ec48b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b5b6f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Configuration menu
    Copy the full SHA
    e7b872a View commit details
    Browse the repository at this point in the history
  2. fix(tabs): set correct min-width on mobile devices (#1351)

    Tabs on mobile devices have a min-width of 72px.
    
    Closes #1350
    dasois authored and kara committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    e270e50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcc5900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5b3296 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0db8c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. fix(input): remove invalid aria-target attribute (#1513)

    * The aria-target attribute is a non-existing attribute (also confirmed again by searching through the W3C docs)
    
    Fixes #929
    devversion authored and jelbourn committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    601c036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    673e7cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f418c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ea49da View commit details
    Browse the repository at this point in the history
  5. chore(): update engines to match angular (#1504)

    Updates the `engines` section in the `package.json` to match the one from Angular.
    
    Fixes #1502.
    crisbeto authored and jelbourn committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    e4af65a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bb667e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. chore: add autoprefixer to gulp (#1505)

    * chore: add autoprefixer to gulp
    
    * At the time of moving to gulp, the autoprefixer is no longer running against the CSS.
    
    * Re-introducing the autoprefixer for the "latest two versions" as in the README stated, does make sure that each properties are working within the supported browsers.
    
    * Explicitly exclude IE 10 and lower browsers.
    devversion authored and jelbourn committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    bfee9c3 View commit details
    Browse the repository at this point in the history
  2. fix(slide-toggle): remove view encapsulation (#1446)

    * fix(slide-toggle): remove view encapsulation
    
    * Removes the ViewEncapsulation from the slide-toggle component to allow developer overwriting the styles easly.
    
    Fixes #1343.
    
    * Make _hasFocus variable public again for AOT compiler
    devversion authored and jelbourn committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    cbecbce View commit details
    Browse the repository at this point in the history
  3. docs: add guide for theming your own components (#1385)

    Bruno da Silva joão authored and jelbourn committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    3c1e8d2 View commit details
    Browse the repository at this point in the history
  4. feat(snack bar): Add enter and exit animations. (#1320)

    * feat(md-snack-bar): Create initial MdSnackBar.
    
    * Add enter and exit animation to MdSnackBar.
    
    * feat(md-snack-bar): Create initial MdSnackBar.
    
    * feat(md-snack-bar): Create initial MdSnackBar.
    
    * Add enter and exit animation to MdSnackBar.
    josephperrott authored and jelbourn committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    6df29dc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Configuration menu
    Copy the full SHA
    80186c1 View commit details
    Browse the repository at this point in the history
  2. fix(gestures): don't clobber native drag events (#1458)

    Remove dragstart and dragend from Hammer.js config so they don't override native HTML5 drag&drop API.
    drag event unused right now except for one demo. dragstart and dragend not used at all, should be removed. Eventually, their features can be accessed via drag event anyway.
    taffeldt authored and jelbourn committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    b09465c View commit details
    Browse the repository at this point in the history
  3. fix(list): set flex-shrink for avatar (#1464)

    md-list-avatar aren't correctly displayed on the initial render
    set flex-shrink to fix this behavior
    
    Closes #1403
    andrewmnlv authored and jelbourn committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    5a528aa View commit details
    Browse the repository at this point in the history
  4. feat(core): directive to add extra classes to components for m1 compat (

    #1498)
    
    * feat(core): directive to add extra classes to components for m1 compatibility
    
    * fix e2e tests for menu
    jelbourn authored Oct 19, 2016
    Configuration menu
    Copy the full SHA
    ec1e180 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2954631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2c288d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25c7fd5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b54668 View commit details
    Browse the repository at this point in the history
  9. fix(menu): properly handle spacebar events (#1533)

    Closes #1175
    kara authored and jelbourn committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    cfe3e98 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Configuration menu
    Copy the full SHA
    8f4fbd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad0d522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e02c51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7f6910 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9c582a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4086b32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa250d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    196bad7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f0aaea View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. chore: stop rollup complaint about 'rxjs/add/operator/first' (#1554)

    Treating 'rxjs/add/operator/first' as external dependency
    No name was provided for external module 'rxjs/add/operator/first' in options.globals – guessing 'rxjs_add_operator_first'
    mniya authored and jelbourn committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    99396a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    add0d23 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

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

Commits on Oct 25, 2016

  1. docs(dialog): document MdDialog (#1569)

    feloy authored and kara committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    c9ef34c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    920c875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffbc295 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ad457b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43786b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35f0044 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    333b11e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f322cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0e6f83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b56f520 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6b4c22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9422793 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e651e7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    95b2a34 View commit details
    Browse the repository at this point in the history
  15. chore: fix firebase dev instance (#1606)

    jelbourn authored and kara committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    8e16992 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ebb46f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Configuration menu
    Copy the full SHA
    65401a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eaf7e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c63b9f4 View commit details
    Browse the repository at this point in the history
  4. fix(button): set vertical alignment for md-button and md-raised-button (

    #1565)
    
    * Set vertical alignment for md-button and md-raised-button so md-icon inside is correctly aligned
    tinayuangao authored and jelbourn committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    f10ac7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e7f80d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    596d994 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c79855 View commit details
    Browse the repository at this point in the history
  8. feat(checkbox): add ripple (#1611)

    tinayuangao authored and jelbourn committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    ef4c3c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e849cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    572b36e View commit details
    Browse the repository at this point in the history
  11. fix(slider): clamp thumb between min and max (#1617)

    Fixes #1557
    feloy authored and jelbourn committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    783dbb3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f50c35 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ff84842 View commit details
    Browse the repository at this point in the history
  14. feat(slider): implement ControlValueAccessor setDisabledState (#1603)

    This enables controlling the disabled state of a slider using a custom form control's
    `enable()` and `disable()` methods.
    MikeRyanDev authored and jelbourn committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    437ec8e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ce26cae View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. feat(textarea): initial md-textarea (#1562)

    fxck authored and jelbourn committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    aff22e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0174fa9 View commit details
    Browse the repository at this point in the history
  3. feat(radio): add ripple (#1553)

    tinayuangao authored and jelbourn committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    d83b3e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    065469a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f91ea21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af39236 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80491a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9d853d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04e2201 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

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

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    92ac392 View commit details
    Browse the repository at this point in the history
  2. fix(radio): Uncheck radio group if uncheck radio button programmatica…

    …lly (#1561)
    
    * added test cases for uncheck
    * notify all radio buttons after status change and radio group value change to avoid notify radio group twice
    
    Fixes #609
    tinayuangao authored and hansl committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    c108607 View commit details
    Browse the repository at this point in the history
  3. Update README.md (#1652)

    reuvenharrison authored and hansl committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    a331a43 View commit details
    Browse the repository at this point in the history
  4. feat(menu): Allow menu-trigger to take a menu interface. (#1564)

    This should enable menus to be more easily extended for custom menu implementations.
    
    Fixes #1560.
    trshafer authored and hansl committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    96d196a View commit details
    Browse the repository at this point in the history
  5. perf(progress-circle): improved rendering performance (#1635)

    Currently the progress circle hits ZoneJS on every animation frame, due to `requestAnimationFrame`. This change:
    * Wraps the `requestAnimationFrame` calls in `runOutsideAngular` in order to avoid hitting the change detection on every frame.
    * Switches from using an attribute binding to manipulating the `path` node directly.
    
    Referencing #1570, #1511.
    crisbeto authored and hansl committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    0883fb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ee1b59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b14bb72 View commit details
    Browse the repository at this point in the history
  8. feature(md-icon-button): set fixed line height for wrapped content (#…

    …1469)
    
    `<md-icon></md-icon>` should be centered inside `<button md-icon-button></button>` when it's size is reduced in additional fix it for md-fab
    
    Closes #1426
    andrewmnlv authored and hansl committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    8220452 View commit details
    Browse the repository at this point in the history
  9. fix(slide-toggle): thumb spacing at end for rtl (#1659)

    * Ensure that the `md-slide-toggle` always shows the spacing at the end of the `thumb` container.
    devversion authored and hansl committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    ad3100e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52582f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

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

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    f59030e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6601949 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    681fbd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ce65ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e08468 View commit details
    Browse the repository at this point in the history
  6. feat(menu): support icons (#1702)

    kara authored and jelbourn committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    982cdaa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f4734c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3cd6776 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b697823 View commit details
    Browse the repository at this point in the history
  10. feat(menu): add animations (#1685)

    kara authored and jelbourn committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    7fcf511 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7336b90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d552f5 View commit details
    Browse the repository at this point in the history
  13. feat(dialog): add disableClose option (#1678)

    Adds a config option that allows users to disable closing a dialog via a backdrop click or pressing escape.
    
    Fixes #1419.
    crisbeto authored and jelbourn committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    93f8e04 View commit details
    Browse the repository at this point in the history
  14. chore: fix binary execution on windows (#1675)

    Currenlty the `execNodeTask` helper function resolves the binary from the `package.json` and spawns a new process of it.
    
    Specifically on Windows this will break, because the Windows Shell does not know how to run the given files (from the Shebang or PATHEXT)
    
    Since those binaries are always node binaries we could manually run the node interpreter and run the given JS file as an argument.
    
    Closes #1129
    devversion authored and jelbourn committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    e3882fc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ecefb89 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4a0f820 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    96c9f55 View commit details
    Browse the repository at this point in the history
  18. fix(overlay): not taking up entire viewport if body is scrollable (#1661

    )
    
    Fixes the overlay not taking up the entire viewport if the `body` is scrollable.
    
    Fixes #1633.
    crisbeto authored and jelbourn committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    16cbbab View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1738d24 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    780a654 View commit details
    Browse the repository at this point in the history
  21. feat(select): basic forms support (#1655)

    kara authored and jelbourn committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    a4ab10f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    83f6efc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a0d85d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

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

Commits on Nov 8, 2016

  1. Configuration menu
    Copy the full SHA
    5ffdea6 View commit details
    Browse the repository at this point in the history
  2. chore(toolbar): combine imports from same file (#1753)

    * Moves two separated imports to one single import statement.
    devversion authored and jelbourn committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    2bab92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bb4809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a7d381 View commit details
    Browse the repository at this point in the history
  5. fix(progress-spinner): animation expanding parent element (#1742)

    Fixes the progress spinner expanding and shrinking it's scrollable parent.
    
    Fixes #1259.
    crisbeto authored and jelbourn committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    4203d09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    640dbb6 View commit details
    Browse the repository at this point in the history
  7. chore: remove unused autoprefixer config file (#1737)

    * The autoprefixer config has been added to the `constants` in the gulp build process.
    devversion authored and jelbourn committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    f0b9a77 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bec1519 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7fd0fcd View commit details
    Browse the repository at this point in the history
  10. fix(progress-bar): bar being thrown off by parent's text-align (#1717)

    Fixes the `md-progress-bar`'s bar being positioned weirdly, if it's parent has `text-align: right`.
    Note that this doesn't require any special styling for RTL since we use a transform rotation to flip the styling.
    
    Fixes #1165.
    crisbeto authored and jelbourn committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    309d54c View commit details
    Browse the repository at this point in the history
  11. fix(slider): use percent values for the track (#1663)

    fixes #1389 
    fixes #1304 
    fixes #1234
    mmalerba authored and jelbourn committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    8815846 View commit details
    Browse the repository at this point in the history
  12. fix(gestures): remove drag event from config (#1744)

    Removes the `drag` event from the gesture config.
    
    Fixes #1025.
    crisbeto authored and jelbourn committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    4af3cd3 View commit details
    Browse the repository at this point in the history
  13. Fix(input): webkit autofill & floating placeholder (#1739)

    - Fix webkit autofill would float placeholder even with
    floatingPlaceholder disabled.
    
    Closes #1694
    Superd22 authored and jelbourn committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    dca6ea3 View commit details
    Browse the repository at this point in the history
  14. fix(button-toggle): missing hover state (#1733)

    Adds a hover effect to the button toggles.
    
    Referencing #421.
    crisbeto authored and jelbourn committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    15cd28b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    267e323 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2b913de View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3c5b632 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. chore(dev-app): prevent multiple reloads per file change (#1762)

    Prevents the local dev app from reloading 5-6 times whenever a file changes. Adds a filter that only watches for the bundle (which also contains all of the CSS and HTML), theme changes and changes to the demo apps.
    
    Fixes #1681.
    crisbeto authored and jelbourn committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    51667d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187d141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b9e11c View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    8f0265c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35285be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1339a6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1f660e View commit details
    Browse the repository at this point in the history
  8. feat(snackbar): don't require a ViewContainerRef (#1783)

    * feat(snackbar): don't require a ViewContainerRef
    
    * default config, module method
    jelbourn authored Nov 9, 2016
    Configuration menu
    Copy the full SHA
    9115538 View commit details
    Browse the repository at this point in the history
  9. feat(dialog): allow for an object literal to be passed on init (#1679)

    Adds the ability to pass in an object literal, that matches the signature of `MdDialogConfig`, when opening a dialog.
    crisbeto authored and jelbourn committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    f525db1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52e5cb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Configuration menu
    Copy the full SHA
    fcd29c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    523a48e View commit details
    Browse the repository at this point in the history
  3. chore: alpha.10 (#1799)

    jelbourn authored Nov 10, 2016
    Configuration menu
    Copy the full SHA
    547a75d View commit details
    Browse the repository at this point in the history
  4. 3 Configuration menu
    Copy the full SHA
    11f001b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a04ab6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adfc4d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. chore(build): fix karma not exiting properly (#1741)

    * Fixes the Karma tasks not exiting properly. This is an issue, because doing a keyboard interrupt doesn't stop the Gulp watchers that are going on in the background.
    * Increase the time that Karma waits before starting to run tests. This should help mitigate the multiple reloads when running unit tests locally.
    
    Related to #1681.
    crisbeto authored and jelbourn committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    77701cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0d82a View commit details
    Browse the repository at this point in the history
  3. docs(dialog): add new option and update example (#1814)

    * Mentions the `disableClose` option in the readme.
    * Updates the dialog readme and dialog demo not to use the `viewContainerRef` since it's not necessary anymore.
    crisbeto authored and jelbourn committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    068fa85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d4abac View commit details
    Browse the repository at this point in the history
  5. fix(button): improved tap responsiveness on mobile (#1792)

    * fix(button): improved tap responsiveness on mobile
    
    Improves the tap responsiveness of buttons on mobile by replacing the `::after` overlay with a DOM node that prevents the default touch action.
    Previously, the `::after` overlay would capture the first tap, causing the button to have to tapped twice in order to fire it's click handler.
    
    Fixes #1316.
    crisbeto authored and jelbourn committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    4183fbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    716372b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6944e4 View commit details
    Browse the repository at this point in the history
  8. feat(slider): keyboard support (#1759)

    mmalerba authored and jelbourn committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    13b7dd0 View commit details
    Browse the repository at this point in the history
  9. fix(button): ensure icons are aligned vertically. (#1736)

    * The icon buttons are never a perfect circle, because they can shrink (depending on siblings).
       In Material 1 we solved this by adding `min-width/height`, but having flex-shrink is more appropriate here (it allows developers to easily overwrite height / width)
    
    * Sets the line-height for icons only to `i` and `md-icon` elements (as same as for fab buttons)
    
    Fixes #1093.
    devversion authored and jelbourn committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    d3a50b3 View commit details
    Browse the repository at this point in the history
  10. fix(dialog): backdrop not being removed if it doesn't have transitions (

    #1716)
    
    * fix(dialog): backdrop not being removed if it doesn't have transitions
    
    Fixes the dialog's backdrop not being removed if it's transition have been disabled.
    
    Fixes #1607.
    crisbeto authored and jelbourn committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    accab20 View commit details
    Browse the repository at this point in the history
  11. chore: fix rebase error (#1833)

    kara authored and jelbourn committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    aa617f9 View commit details
    Browse the repository at this point in the history
  12. feat(select): support disabling (#1667)

    kara authored and jelbourn committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    d0f4c3e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. chore: fix unit broken unit tests and CI not running them (#1834)

    * fix: unbreak unit tests
    
    * Revert "chore(build): fix karma not exiting properly (#1741)"
    
    This reverts commit 77701cc.
    jelbourn authored Nov 12, 2016
    Configuration menu
    Copy the full SHA
    175f2d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2674736 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    009046f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Configuration menu
    Copy the full SHA
    b79c953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9fe75a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbc5f6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72ac7a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    281bfa1 View commit details
    Browse the repository at this point in the history
  2. test(dialog): add e2e tests (#1828)

    Fixes #1642.
    crisbeto authored and kara committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    c255a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b08f69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a40cae9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83de14f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    607de8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7a54ef View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    1552d70 View commit details
    Browse the repository at this point in the history
  2. test(grid-list): add basic e2e tests (#1874)

    Fixes #547.
    crisbeto authored and kara committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    a991ffd View commit details
    Browse the repository at this point in the history
  3. chore(): fix build (#1882)

    kara authored Nov 16, 2016
    Configuration menu
    Copy the full SHA
    b2d2f05 View commit details
    Browse the repository at this point in the history
  4. fix(dialog): add border radius (#1872)

    Fixes #1868.
    crisbeto authored and kara committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    6aa7e22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa472a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    522324c View commit details
    Browse the repository at this point in the history
  7. feat(tabs): md-stretch-tabs

    Stretch tabs grow until they fill the tab group.
    
    Closes #1353
    dasois committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    721b63f View commit details
    Browse the repository at this point in the history
  8. feat(tabs): md-stretch-tabs

    Stretch tabs grow until they fill the tab group. Demo app.
    
    Closes #1353
    dasois committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    6dc5823 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7572e34 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    435e0d9 View commit details
    Browse the repository at this point in the history
  11. test(list): add basic e2e tests (#1876)

    Fixes #547.
    crisbeto authored and kara committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    289070e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ec17c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4331b27 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70efee5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    41ad382 View commit details
    Browse the repository at this point in the history
  2. feat(tabs): fixed tabs

    Fixed tabs grow until they fill the tab group.
    
    Closes #1353
    dasois committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    13c2188 View commit details
    Browse the repository at this point in the history
  3. feat(tabs): md-stretch-tabs

    Stretch tabs grow until they fill the tab group.
    
    Closes #1353
    dasois committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    707bbb4 View commit details
    Browse the repository at this point in the history
  4. feat(tabs): md-stretch-tabs

    Stretch tabs grow until they fill the tab group. Demo app.
    
    Closes #1353
    dasois committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    5270558 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/feat_fixed-tabs' into feat_fixed…

    …-tabs
    
    # Conflicts:
    #	src/demo-app/tabs/tab-group-demo.html
    #	src/lib/tabs/tab-group.scss
    dasois committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    c3ceceb View commit details
    Browse the repository at this point in the history