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

Sync to master #3505

Merged

Commits on Mar 3, 2017

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

Commits on Mar 4, 2017

  1. Configuration menu
    Copy the full SHA
    1bf1df7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ac6e18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cc50d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4323b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb565c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c934753 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    738e9bf View commit details
    Browse the repository at this point in the history
  8. fix(button-toggle): fix color for selected button toggle and selected…

    … disabled button toggle (angular#3418)
    
    Fixes angular#3382
    tinayuangao authored and kara committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    be167c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63d4359 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94adecd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b808256 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9d4d692 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    01188d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3ff383c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    02f4bc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

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

Commits on Mar 7, 2017

  1. chore(menu): switch menu-item to common coercion logic (angular#3065)

    * `MdMenuItem` to use the common coercion logic when determining the disabled state.
    * Gets rid of the `@HostBinding` in favor of passing them through the `host` option.
    
    Relates to angular#2985.
    crisbeto authored and tinayuangao committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    b135b64 View commit details
    Browse the repository at this point in the history
  2. fix(list-key-manager): exception when no initial active item (angular…

    …#3431)
    
    * fix(list-key-manager): exception when no initial active item
    
    Fixes an exception that is thrown when the user presses a key on ListKeyManager that doesn't have a default active item. The problem was due to the fact that we have a check for `null` a little bit down, that handles cases like this, however the active index is `undefined` by default.
    
    Fixes angular#3317.
    
    * fix: it it
    crisbeto authored and tinayuangao committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    842896b View commit details
    Browse the repository at this point in the history
  3. fix(focus-trap): exception when element contains SVG on IE (angular#3432

    )
    
    Fixes an exception being thrown by the focus trap, if it contains an SVG element on IE. The problem was that on IE, SVG elements don't have the `children` property, which means that we have to fall back to `childNodes`.
    
    Fixes angular#3410.
    crisbeto authored and tinayuangao committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    d06ad75 View commit details
    Browse the repository at this point in the history
  4. fix(select): initial value not being displayed with FormControl and O…

    …nPush (angular#3434)
    
    * fix(select): initial value not being displayed with FormControl and OnPush
    
    Fixes the initial value not being displayed in a select that has a `FormControl` and is placed in a component with `ChangeDetectionStrategy.onPush`.
    
    Relates to angular#2269 (comment).
    
    * chore: remove unused properties
    crisbeto authored and tinayuangao committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    819fa0b View commit details
    Browse the repository at this point in the history
  5. build: run tslint on tool files (angular#3436)

    * Since we had a lot of TSLint issues on our tooling scripts & tasks, we should run TSLint on those as well.
    * Also updates Dgeni to latest version, because it now supports TypeScript typings.
    devversion authored and tinayuangao committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    4ee2aef View commit details
    Browse the repository at this point in the history
  6. build: upgrade dev dependencies (angular#3440)

    * Upgrades outdated devDependencies to the latest version.
    devversion authored and tinayuangao committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    d78a370 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

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