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: 18.0.4
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18.0.5
Choose a head ref
  • 18 commits
  • 46 files changed
  • 11 contributors

Commits on Jun 20, 2024

  1. docs: ordered words (#56534)

    Ordered correctly some words
    
    PR Close #56534
    Luis-Scapin authored and AndrewKushnir committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9c3c8ae View commit details
    Browse the repository at this point in the history
  2. fix(core): improve docs on afterRender hooks (#56525)

    This commit improves the documentation of the options parameter of the afterRender hooks.
    
    PR Close #56525
    cexbrayat authored and AndrewKushnir committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2f73281 View commit details
    Browse the repository at this point in the history
  3. fix(core): improve support for i18n hydration of projected content (#…

    …56192)
    
    When collecting nodes from the DOM for hydration, we need to treat nodes with paths (e.g. content projection) as the new root for all subsequent elements, not just the next one.
    
    Additionally, when using content projection it's possible for translated content to become disconnected, e.g. when it doesn't match a selector and there isn't a default. We need to handle such cases by manipulating the disconnected node data associated with hydration as usual.
    
    PR Close #56192
    devknoll authored and AndrewKushnir committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    be9e489 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. build: add ignores for aio (#56538)

    The files are needed/generated to run aio on the 17.3.
    
    PR Close #56538
    JeanMeche authored and AndrewKushnir committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a74f5a0 View commit details
    Browse the repository at this point in the history
  2. docs: fix file structure link (#56542)

    PR Close #56542
    sasidharansd authored and AndrewKushnir committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    75c3921 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jun 25, 2024

  1. docs: fix broken component fixture link (#56563)

    PR Close #56563
    sasidharansd authored and dylhunn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ac84d2c View commit details
    Browse the repository at this point in the history
  2. fix(core): prevent calling devMode only function on @defer error. (#…

    …56559)
    
    `getTemplateLocationDetails()` is a devMode only function and should guarded by `ngDevMode` or calling it will throw an error.
    
    fixes #56558
    
    PR Close #56559
    JeanMeche authored and dylhunn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5f9bd55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9a9b55 View commit details
    Browse the repository at this point in the history
  4. docs: add neovim setup section to adev (#56057)

    PR Close #56057
    shannonvc authored and dylhunn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cfe1f38 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. refactor(core): integrate let instructions into the runtime (#56527)

    Adds the implementation of the following new instructions:
    * `declareLet` - creation-time instruction that initializes the slot for a let declaration.
    * `storeLet` - update-time instruction that stores the current value of a let declaration.
    * `readContextLet` - instruction that reads the stored value of a let declaration from a different view.
    
    On top of the instructions, it also introduces a new `LetDeclaration` TNode type.
    The new TNode is nececessary for DI to work correctly in pipes inside the let expression,
    as well as for proper hydration support.
    
    PR Close #56527
    crisbeto authored and dylhunn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    37b6c93 View commit details
    Browse the repository at this point in the history
  2. refactor(core): support let declarations during hydration (#56527)

    Updates the hydration logic to account for the fact that let declarations don't create a DOM node.
    
    PR Close #56527
    crisbeto authored and dylhunn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cf05997 View commit details
    Browse the repository at this point in the history
  3. refactor(core): Use ActionResolver in Dispatcher. (#56369) (#56369)

    `EventContract` usages in Angular now use `false` for
    `useActionResolver`. Tests have been updated, with functionality that
    depends on `ActionResolver` moving to dispatcher_test.ts.
    
    PR Close #56369
    
    PR Close #56369
    tbondwilkinson authored and dylhunn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    26f97c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f49a2a4 View commit details
    Browse the repository at this point in the history
  5. docs: Update signals overview.md (#56671)

    change "computed" to a term using a backtick
    PR Close #56671
    segevofer authored and dylhunn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b8a91c9 View commit details
    Browse the repository at this point in the history
  6. docs(docs-infra): fix asset path for learn angular #11 (#56587)

    fixes #56568
    
    PR Close #56587
    JeanMeche authored and dylhunn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    95f118b View commit details
    Browse the repository at this point in the history
  7. docs: Add mention of picture support in FAQ (#56692)

    PR Close #56692
    JeanMeche authored and dylhunn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    81e6a54 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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