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: 96bb48a3c399b6cf6115c753a809ff3b736d0227
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: 0bf3700d9673ac0c1146612ce087a6a2dd5c3bad
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on May 17, 2023

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

Commits on May 19, 2023

  1. fix(@angular-devkit/build-angular): percent encode asset URLs in deve…

    …lopment server for esbuild
    
    When using the esbuild-based browser application builder with the development server, configured
    application assets are served directly from disk. The URLs passed to Vite are now percent encoded
    to properly handle asset paths that may contain unsupported URL characters.
    
    (cherry picked from commit 4c82bb8)
    clydin authored and alan-agius4 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    1d83bb6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. refactor: disable Webpack topLevelAwait

    Webpack enabled top level await by default in version 5.83.0. (See: https://github.com/webpack/webpack/releases/tag/v5.83.0)
    
    This commit restores the previous behaviour, as top level await is not supported due to Zone.js issues.
    
    (cherry picked from commit 6a4ce53)
    alan-agius4 authored and clydin committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2fd981a View commit details
    Browse the repository at this point in the history
  2. ci: add initial Github Action lint workflow

    The eslint CI action has now been moved to a Github Action.
    The check also now adds annotations to PRs when eslint generates an error
    or warning. The eslint cache is now saved and reused which provides improved
    runtimes for the CI action.
    
    (cherry picked from commit c349b4c)
    clydin committed May 22, 2023
    Configuration menu
    Copy the full SHA
    03ff2d8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

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