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

Commits on Mar 14, 2022

  1. docs: replace app with application

    (cherry picked from commit 9ddb220)
    alan-agius4 authored and clydin committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0b55bab View commit details
    Browse the repository at this point in the history
  2. feat(@angular/cli): support TypeScript 4.6

    Adds support for TypeScript 4.6.
    alan-agius4 authored and clydin committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    c995ed5 View commit details
    Browse the repository at this point in the history
  3. build: update version to 13.3.0

    Bumps up the version to 13.3.0-next.0
    alan-agius4 authored and clydin committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    fd55a00 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. build: update webpack to 5.70.0

    This brings a couple of fixes to HMR, one of which is double reloaded.
    See: https://github.com/webpack/webpack/releases/tag/v5.70.0
    
    Closes #22839
    alan-agius4 authored and clydin committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    3367ec7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. refactor: bump CLI version to 13.3.0-rc.0

    We won't actually be releasing an RC, but this is necessary for the release tool to understand that it will do a minor release from this branch.
    dgp1130 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    501aee7 View commit details
    Browse the repository at this point in the history
  2. release: cut the v13.3.0 release

    Also bumps FW dependency to `13.3.0`.
    dgp1130 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    983271f View commit details
    Browse the repository at this point in the history
Loading