-
Couldn't load subscription status.
- Fork 11.9k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 13.1.1
head repository: angular/angular-cli
compare: 13.1.2
- 12 commits
- 21 files changed
- 3 contributors
Commits on Dec 11, 2021
-
refactor(@angular-devkit/core): update missing workspace file error t…
…o explicitly call out `angular.json` Internally, we've gotten a lot of bugs of users running the CLI in the wrong directory and not understanding this error. Hopefully calling this out more explicitly will key users to double-check their working directory before filing a bug. (cherry picked from commit f9187bc)
Configuration menu - View commit details
-
Copy full SHA for c43c4e9 - Browse repository at this point
Copy the full SHA c43c4e9View commit details -
fix(@angular-devkit/build-angular): add
tailwindcsssupport for ver……sion 3 (cherry picked from commit 0323a35)
Configuration menu - View commit details
-
Copy full SHA for 1ddbd75 - Browse repository at this point
Copy the full SHA 1ddbd75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 625ed49 - Browse repository at this point
Copy the full SHA 625ed49View commit details
Commits on Dec 13, 2021
-
build: update
@schematics/angularvendored TypeScript to 4.5(cherry picked from commit e65a59d)
Configuration menu - View commit details
-
Copy full SHA for 5b41198 - Browse repository at this point
Copy the full SHA 5b41198View commit details
Commits on Dec 14, 2021
-
docs: add
latest-versions.tsbump to minor/major version release in……structions In v13.1, we forgot to increment this value and caused an error for early adopters of `13.1.0`. CI should catch this mistake now, and these docs will serve as a reminder to bump the value before release. (cherry picked from commit 6fdfe97)
Configuration menu - View commit details
-
Copy full SHA for 05dffb5 - Browse repository at this point
Copy the full SHA 05dffb5View commit details
Commits on Dec 15, 2021
-
build: check ng-dev tool configuration in CI
Adds a CI tests to verify that we don't merge accident breaking changes (cherry picked from commit 60036d1)
Configuration menu - View commit details
-
Copy full SHA for 20cc2e5 - Browse repository at this point
Copy the full SHA 20cc2e5View commit details -
build: update
@angular/dev-infra-privateto latest version(cherry picked from commit ecc31f0)
Configuration menu - View commit details
-
Copy full SHA for e0d1e19 - Browse repository at this point
Copy the full SHA e0d1e19View commit details -
build: add parallel script to build using bazel
(cherry picked from commit ddec41e)
Configuration menu - View commit details
-
Copy full SHA for 859db7d - Browse repository at this point
Copy the full SHA 859db7dView commit details -
fix(@angular-devkit/build-angular): only extract CSS styles when are …
…specified in `styles` option This fixes an issue were in some cases when importing CSS in the compilation using import syntax caused CSS to be extracted which causes a runtime error. In general this is not something that we fully support since this is a specific webpack features and importing CSS as if they were ES modules not supported by the browsers. However, certain widely using libraries such as Monaco editor depend on this specific Webpack feature. Note: This non-standard unsupported behaviour will no longer be possible in the next major version. Closes #22358 (cherry picked from commit f1d2873)
Configuration menu - View commit details
-
Copy full SHA for 09c3826 - Browse repository at this point
Copy the full SHA 09c3826View commit details -
fix(@angular-devkit/build-angular): display FS cache information when…
… `verbose` option is used With this change we enabling Webpack to display additional cache related logs when the `verbose` option is enabled. This is helpful to debug cache misses. (cherry picked from commit 4719300)
Configuration menu - View commit details
-
Copy full SHA for adf925c - Browse repository at this point
Copy the full SHA adf925cView commit details -
perf(@ngtools/webpack): reduce redudant module rebuilds when cache is…
… restored With this change we reduce the redundant module rebuilds when Webpack's FS cache is restored. Previously, when the cache was restored we caused all modules to be rebuild even though their contents didn't change. This is because the file emit history wasn't persisted to disk. This also caused the side effect that Webpack will create additional cache `pack` files due to the unnecessary module rebuilds, which ultimatly causes increase of the size of the cache on disk. (cherry picked from commit b03b9ee)
Configuration menu - View commit details
-
Copy full SHA for f31d7f7 - Browse repository at this point
Copy the full SHA f31d7f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for da087a5 - Browse repository at this point
Copy the full SHA da087a5View 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 13.1.1...13.1.2