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: g3
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 28 files changed
  • 7 contributors

Commits on Mar 23, 2026

  1. ci: support publishing dev-skills to snapshot repository

    Updates the snapshot publishing script to package the contents of
    `skills/dev-skills` and publish them to the `angular/skills`
    repository.
    
    The changes include:
    - Ensuring the script always runs from the repository root.
    - Updating `publishRepo` to support an optional third argument for
      specifying a custom repository name (defaulting to `-builds`).
    - Implementing `publishDevSkills` to package individual skills at the
      root of the snapshot repository.
    alan-agius4 authored and leonsenft committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    293ac66 View commit details
    Browse the repository at this point in the history
  2. docs(docs-infra): replace non-interactive buttons with spans

    These elements are not interactive, so using <button> is misleading for accessibility
    (screen readers and keyboard navigation expect an action).
    SkyZeroZx authored and leonsenft committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    ad3991c View commit details
    Browse the repository at this point in the history
  3. docs: fix typos in ssr-benchmarks README.md

    Corrected typos in modules/ssr-benchmarks/README.md: mesure→measure, Struture→Structure, render→renders, benckmark→benchmark, capitalized DevTools, and clarified the flame chart instruction.
    splincode authored and leonsenft committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    13c198a View commit details
    Browse the repository at this point in the history
  4. refactor(devtools): improve test descriptions by fixing spelling

    Fixed misspellings in test descriptions in devtools/projects/shell-browser/src/app/tab_manager_spec.ts: recieved/recieves → received/receives in three it(...) titles.
    splincode authored and leonsenft committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    25dad82 View commit details
    Browse the repository at this point in the history
  5. docs(docs-infra): fix aria-label parsing breaking headings

    Strip all HTML tags and escape quotes in aria-label to avoid breakage
    SkyZeroZx authored and leonsenft committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    6d2eed6 View commit details
    Browse the repository at this point in the history
  6. refactor(compiler-cli): decouple host element creation logic from Typ…

    …eScript
    
    Reworks the logic for constructing a `HostElement` node so that we can reuse it without depending on TypeScript APIs.
    crisbeto authored and leonsenft committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    63ac1bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1128e78 View commit details
    Browse the repository at this point in the history
  8. refactor(http): Make Fetch API the default in HttpBackend

    Updates the `HttpBackend` default provider to `FetchBackend`.
    
    Also updates related warning messages to reflect the new default behavior.
    SkyZeroZx authored and leonsenft committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    1f9a42b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2615f35 View commit details
    Browse the repository at this point in the history
  10. refactor(compiler): remove fullTemplateTypeCheck compiler option.

    The option was deprecated back in v13. Users should use `strictTemplates: true`.
    JeanMeche authored and leonsenft committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    f46e8bd View commit details
    Browse the repository at this point in the history
Loading