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

Commits on Mar 10, 2022

  1. Set up 13.3.0 release for TypeScript 4.6 support (#45319)

    * feat(core): support TypeScript 4.6 (#45190)
    
    Adds support for TypeScript 4.6.
    
    PR Close #45190
    
    * build: update version to 13.3.0
    
    Bumps up the version to 13.3.0-next.0 so the tooling can pick it up.
    crisbeto authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    895c541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f8e748 View commit details
    Browse the repository at this point in the history
  3. refactor(core): Switch over to new closure LOCALE vs getLocale() (#45302

    )
    
    This is a change requested via an LSC due to a deprecation.
    
    PR Close #45302
    thePunderWoman authored and atscott committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    b839aeb View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. build: lock file maintenance (#45298)

    Refreshes the lock file through Renovate.
    
    PR Close #45298
    renovate-bot authored and atscott committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    956b022 View commit details
    Browse the repository at this point in the history
  2. ci: update payload size goldens to reflect zone.js update (#45298)

    ZoneJS has been updated as part of the lock file refresh by Renovate. The
    polyfills bundle reduced in size by around 4k which is due to some code
    simplication in ZoneJS being finally released. This is the commit responsible
    for the major reduction (also mentioning the reduction):
    
    0f298a1
    
    PR Close #45298
    devversion authored and atscott committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    2a43761 View commit details
    Browse the repository at this point in the history
  3. docs: Fix typo in issue template (#45327)

    PR Close #45327
    atscott committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7eddf58 View commit details
    Browse the repository at this point in the history
  4. docs: fix small English typo (#45340)

    PR Close #45340
    alirezaghey authored and atscott committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    bb9b330 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. fix(docs-infra): fix tour of heroes global styles (#45329)

    fix button styles in src/styles.css that are missing from code snippets
    
    PR Close #45329
    lee-cooper authored and atscott committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    2d51587 View commit details
    Browse the repository at this point in the history
  2. fix(forms): improve error message for invalid value accessors (#45192)

    improve error message for invalid value accessors when accessor is not provided as array
    
    PR Close #45192
    ameryousuf authored and atscott committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    7ff4c0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3148ab9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

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