Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.3
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.4
Choose a head ref
  • 18 commits
  • 26 files changed
  • 11 contributors

Commits on Feb 1, 2018

  1. docs(aio): add missing closing <code-examle> tag (#21771)

    PR Close #21771
    Yerkon authored and alxhub committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    72df747 View commit details
    Browse the repository at this point in the history
  2. fix(common): don't convert null to a string when flushing a mock requ…

    …est (#21417)
    
    A bug in TestRequest caused null response bodies to be stringified. This
    change causes null to be treated faithfully.
    
    Fixes #20744
    
    PR Close #21417
    alxhub committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    c4fb696 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. build(aio): move zip and live-example generation to yarn predocs ta…

    …sk (#21970)
    
    This will prevent the confusing errors for first time users who
    try to generate the docs with `yarn docs` and are told there are
    dangling links.
    
    Closes #21944
    
    PR Close #21970
    petebacondarwin authored and alxhub committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    965eecc View commit details
    Browse the repository at this point in the history
  2. docs: add missing underline (#21892)

    PR Close #21892
    musicq authored and alxhub committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    75eecdc View commit details
    Browse the repository at this point in the history
  3. docs: add docs for IE (#21824)

    PR Close #21824
    JiaLiPassion authored and alxhub committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    11ec80a View commit details
    Browse the repository at this point in the history
  4. docs: consistency fix in describing a custom tag (#21747)

    PR Close #21747
    Jannis Lehmann authored and alxhub committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    102d06b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa9ba7f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. feat(aio): dynamically, pre-emptively, add noindex (#21992)

    These tags are removed when the doc is ready and valid, but this will
    allow us to block indexing in the case that the Angular app fails to
    bootstrap or load the document for some non-404 reason.
    
    This should get around the problem with hardcoded tags. See
    c3fb820
    
    Closes #21941
    
    PR Close #21992
    petebacondarwin authored and alxhub committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    d38e088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce51ea9 View commit details
    Browse the repository at this point in the history
  3. ci: add config for g3 status (#21996)

    Ref #21642
    PR Close #21996
    ocombe authored and alxhub committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    b155ae1 View commit details
    Browse the repository at this point in the history
  4. build(aio): add API static members to search index (#21988)

    Previously searching for `compose` did not include `Validators`
    in the search results because we were not including all the
    `static` members of API docs in the index.
    
    PR Close #21988
    petebacondarwin authored and alxhub committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    664f7fa View commit details
    Browse the repository at this point in the history
  5. ci: mark PRs with rejection as not green (#21922)

    PR Close #21922
    mhevery authored and alxhub committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    973607f View commit details
    Browse the repository at this point in the history
  6. docs: update browser support (#21606)

    PR Close #21606
    jbogarthyde authored and alxhub committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    cfe8393 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adb1d62 View commit details
    Browse the repository at this point in the history
  8. docs(aio): fix swap value (#20905)

    'http.get' has been swapped in for 'of'
    
    PR Close #20905
    A7xSV authored and alxhub committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    f0396f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

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

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    e22d3a6 View commit details
    Browse the repository at this point in the history
  2. docs: add changelog for 5.2.4

    alxhub committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    530b824 View commit details
    Browse the repository at this point in the history
Loading