-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 15.1.4
head repository: angular/angular-cli
compare: 15.1.5
- 8 commits
- 14 files changed
- 5 contributors
Commits on Feb 2, 2023
-
fix(@angular-devkit/build-angular): fix support of Safari TP versions
Configuration menu - View commit details
-
Copy full SHA for 11be502 - Browse repository at this point
Copy the full SHA 11be502View commit details -
fix(@angular/cli): only set
DebugView
whenNG_DEBUG
is passed`querystring.stringify` will not remove undefined values. (cherry picked from commit 7bcb19c)
Configuration menu - View commit details
-
Copy full SHA for fabbb8a - Browse repository at this point
Copy the full SHA fabbb8aView commit details
Commits on Feb 3, 2023
-
fix(@angular-devkit/build-angular): load polyfills and runtime as scr…
Configuration menu - View commit details
-
Copy full SHA for 14e317d - Browse repository at this point
Copy the full SHA 14e317dView commit details
Commits on Feb 7, 2023
-
fix(@schematics/angular): remove bootstrapping wrapping in universal …
…schematic The bootstrapping wrapping is no longer necessary as of 15.1.3. See: angular/angular#48868 (cherry picked from commit 88fddc0)
Configuration menu - View commit details
-
Copy full SHA for 499173b - Browse repository at this point
Copy the full SHA 499173bView commit details -
fix(@angular-devkit/build-angular): do not fail compilation when spec…
Configuration menu - View commit details
-
Copy full SHA for d80adde - Browse repository at this point
Copy the full SHA d80addeView commit details -
fix(@angular/cli): error if Angular compiler is used in a schematic
When a schematic is executed, it is wrapped in a custom Node context. This context doesn't expose the same set of global variables. This can lead to an error if a schematic is importing the Angular compiler and the app is using i18n, because the `TextEncoder` isn't exposed through the custom context (see angular/angular#48940). These changes add the `TextEncoder` to the context. Fixes angular/angular#48940. (cherry picked from commit 234f265)
Configuration menu - View commit details
-
Copy full SHA for b8bbe96 - Browse repository at this point
Copy the full SHA b8bbe96View commit details -
fix(@angular-devkit/build-angular): build optimizer support for spec-…
…compliant downlevel class properties The build optimizer's static class field pass will now additionally wrap classes that contain side effect free class properties. This allows optimizers and bundlers further along in the build pipeline to downlevel that class properties while still retaining the ability to tree-shake the class if unused. The class properties may need to be downleveled for a variety of reasons such as lack of browser support, browser bugs with certain code structures, or to ensure spec-compliant runtime behavior. (cherry picked from commit bfc0fac)
Configuration menu - View commit details
-
Copy full SHA for e87134f - Browse repository at this point
Copy the full SHA e87134fView commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0571681 - Browse repository at this point
Copy the full SHA 0571681View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 15.1.4...15.1.5