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: 15.2.5
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15.2.6
Choose a head ref
  • 15 commits
  • 25 files changed
  • 12 contributors

Commits on Mar 30, 2023

  1. docs: Update Popup.service example to remove `ComponentFactoryResolve…

    …r` (#49638)
    
    `ComponentFactoryResolver` has been deprecated and can be replaced by `createComponent()`.
    
    PR Close #49638
    JeanMeche authored and atscott committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    07e78bb View commit details
    Browse the repository at this point in the history
  2. docs: fixed typo error (#49637)

    PR Close #49637
    SarthakT7 authored and atscott committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    43e89bd View commit details
    Browse the repository at this point in the history
  3. docs(core): fix view hierarchy links (#49629)

    fixes incorrect links to view-hierarchy (currently view-tree)
    
    Fixes #49623
    
    PR Close #49629
    vneogi199 authored and atscott committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    35f4918 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. build: update scorecard action dependencies (#49609)

    See associated pull request for more information.
    
    PR Close #49609
    angular-robot authored and dylhunn committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    233f33e View commit details
    Browse the repository at this point in the history
  2. docs: fix typo in toh-pg6.md (#49141)

    Line 425. Change burning to burn.
    PR Close #49141
    johnmanners authored and dylhunn committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    08979e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. fix(router): Ensure initial navigation clears current navigation when…

    … blocking (#49572)
    
    The navigation transition clears the current navigation in the finalize
    operator of the current navigation Observer. This commit both completes
    the `bootstrapDone` observable and updates the transition to only take 1
    emit from the completed navigation. Either of these changes on their own
    would fix the issue. The latter is a preventative measure in case a
    mistake like the former is made again.
    
    fixes #49567
    
    PR Close #49572
    atscott authored and dylhunn committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    9b61379 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. docs: fix typo (#49664)

    PR Close #49664
    johnnygerard authored and dylhunn committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a6def64 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. docs: fix typo in quick reference (#49655)

    Change indicatedr5t to indicated
    
    PR Close #49655
    mvikrammenon authored and dylhunn committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6e1b3ad View commit details
    Browse the repository at this point in the history
  2. refactor(core): remove unnecessary reflect-metadata import. (#49673)

    The import is not needed for the tests to run.
    
    PR Close #49673
    JeanMeche authored and dylhunn committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    1d32253 View commit details
    Browse the repository at this point in the history
  3. docs: fix typo (#49669)

    PR Close #49669
    slimache authored and dylhunn committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    bd82fbe View commit details
    Browse the repository at this point in the history
  4. docs: fix typo (#49704)

    PR Close #49704
    Androbin authored and dylhunn committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c26e4be View commit details
    Browse the repository at this point in the history
  5. feat(core): change the URL sanitization to only block javascript: URLs (

    #49659)
    
    In modern browsers, the 'javascript:' URL scheme is the only scheme that
    can execute JavaScript when passed in a navigation URL context (e.g.
    `a.href` value). Validate URL shemes to only contain characters allowed
    in the URL specification ([a-zA-Z-+.]), and that are not javascript
    (case insensitive). This is not a breaking change. The URL sanitization
    is loosen.
    
    PR Close #49659
    neuracr authored and dylhunn committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d9efa1b View commit details
    Browse the repository at this point in the history
  6. fix(router): create correct URL relative to path with empty child (#4…

    …9691)
    
    The previous fix for squashing empty children didn't quite work when the
    existing route had segments. The result would be that the segments from
    the existing route were dropped from the final URL.
    
    PR Close #49691
    atscott authored and dylhunn committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    cad7274 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. refactor(core): Use the nullish coalescing assignment in render3 func…

    …tions (#49698)
    
    The usage of `??=` make the code more clear & concise.
    
    PR Close #49698
    JeanMeche authored and dylhunn committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    da5f316 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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