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: 15.2.1
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: 15.2.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

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

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    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

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    eb22f63 View commit details

Commits on Mar 8, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    5934493 View commit details
Loading