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: e11ba351be1ea6feb45bb18934115ee4dd6afb04
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: 781ee01ce76f91007cf13c03a60e8e701d237bd3
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 1, 2023

  1. Copy the full SHA
    57d12b1 View commit details

Commits on Mar 7, 2023

  1. fix(@angular-devkit/schematics-cli): correctly transform numbers from…

    … prompts
    
    This commits ports the same logic from the `@angular/cli` (https://github.com/angular/angular-cli/blob/693d78b80de9e91bd5313353ea5c524742196e0a/packages/angular/cli/src/command-builder/schematics-command-module.ts#L183-L211) to correctly handle numbers in prompts.
    
    Closes #24817
    
    (cherry picked from commit d15d44d)
    alan-agius4 authored and clydin committed Mar 7, 2023
    Copy the full SHA
    dfd03aa View commit details
  2. fix(@angular-devkit/build-angular): build optimizer support for non s…

    …pec-compliant ES2022 class static properties
    
    The build optimizer's static field pass will now additionally wrap classes that contain side effect free TypeScript ES2022 static class properties.
    
    This is needed to update APF to ship ES2022, which have `useDefineForClassFields` set to `false`.
    
    (cherry picked from commit 3978891)
    alan-agius4 authored and clydin committed Mar 7, 2023
    Copy the full SHA
    eb22f63 View commit details

Commits on Mar 8, 2023

  1. Copy the full SHA
    781ee01 View commit details
Loading