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.8
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.9
Choose a head ref
  • 10 commits
  • 37 files changed
  • 8 contributors

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    3112320 View commit details
    Browse the repository at this point in the history
  2. ci: double our cores on CircleCI (#22641)

    This should cut our build time in ~half, assuming it's widely parallel.
    See
    https://circleci.com/docs/2.0/configuration-reference/#resource_class
    
    Also enable bazel repository caching, and store the external
    repositories in the CircleCI cache for later builds.
    
    PR Close #22641
    alexeagle authored and kara committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    a1efc27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d9a4f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. fix(router): correct over-encoding of URL fragment (#22687)

    Relates to: #10280 #22337
    
    PR Close #22687
    jasonaden authored and kara committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    86517f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. docs: testing - highlight dispatchEvent (#22726)

    PR Close #22726
    wardbell authored and kara committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    ad674da View commit details
    Browse the repository at this point in the history
  2. fix(aio): constrain error logging to improve reporting (#22713)

    The `Logger.error()` method now only accepts a single `Error` parameter
    and passes this through to the error handler.
    This allows the error handler to serialize the error more accurately.
    
    The various places that use `Logger.error()` have been updated.
    
    See #21943#issuecomment-370230047
    
    PR Close #22713
    petebacondarwin authored and kara committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    fe96caf View commit details
    Browse the repository at this point in the history
  3. docs(aio): add ng-japan 2018 to events (#22750)

    ng-japan 2018 will be held at June 16 in Tokyo, Japan! 
    
    https://ngjapan.org/en.html
    PR Close #22750
    lacolaco authored and kara committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    c0670ef View commit details
    Browse the repository at this point in the history
  4. fix(platform-server): add styles to elements correctly (#22527)

    * Partially reverts #22263 due to lack of total spec compliance
      on the server
    * Maintains the camel-case styles fix
    
    PR Close #22527
    CaerusKaru authored and kara committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    fc6dfc2 View commit details
    Browse the repository at this point in the history
  5. release: cut the 5.2.9 release

    kara committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    25ae886 View commit details
    Browse the repository at this point in the history
  6. docs: add changelog for 5.2.9

    kara committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    5298b2b View commit details
    Browse the repository at this point in the history
Loading