-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: v10.1.7
head repository: angular/angular-cli
compare: v10.2.0
- 15 commits
- 18 files changed
- 5 contributors
Commits on Oct 15, 2020
-
fix(@angular-devkit/build-angular): override already existing assets …
…in compilation With this change we align the copying of assets between `ng build` and `ng serve`. Previously in `ng serve` already copied assets where not overridden. More info: https://webpack.js.org/plugins/copy-webpack-plugin/#force Closes #18787 (cherry picked from commit 4d2f4ec)
Configuration menu - View commit details
-
Copy full SHA for 970c3cc - Browse repository at this point
Copy the full SHA 970c3ccView commit details -
fix(@angular-devkit/build-angular): set HTML lang attribute when serving
Configuration menu - View commit details
-
Copy full SHA for 791f574 - Browse repository at this point
Copy the full SHA 791f574View commit details -
fix(@ngtools/webpack): improve bad component resource error message
The error message for when a TypeScript or JavaScript file is incorrectly used as a style or template within a component will now also provide the name of the file being incorrectly used. (cherry picked from commit 4887f59)
Configuration menu - View commit details
-
Copy full SHA for e60cfff - Browse repository at this point
Copy the full SHA e60cfffView commit details
Commits on Oct 16, 2020
-
fix(@angular-devkit/build-angular): ensure correct SRI values with di…
…fferential loading Previously, the cached integrity values for a subsequent differential loading build would not be properly integrated. This resulted in builds with incorrect integrity values after an initial build. The cached differential loading builds will now use the correct integrity values on subsequent builds. Closes #18254 (cherry picked from commit eac9e99)
Configuration menu - View commit details
-
Copy full SHA for 1494f20 - Browse repository at this point
Copy the full SHA 1494f20View commit details
Commits on Oct 19, 2020
-
fix(@angular-devkit/build-angular): add a base href to karma debug co…
…ntext This commits adds a base href value in the karma context iframe used to run unit tests where a unit test throws: No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document. Even if the application is fine. This is because the index.html from Angular CLI contains a base href value, but not the Karma context iframe. So when adding a unit test with a testing module that imports a NgModule, for example AppModule, which itself imports RouterModule, the unit test used to throw an error (regression appeared in router 3.1). That could be solved by either adding `RouterTestingModule` to the testing module, or by adding a provider `{ provide: APP_BASE_HREF, useValue: '/' }`, but required to understand the issue. This solves the issue in a transparent way: developers won't even encounter the problem anymore. Closes #19116 (cherry picked from commit ae94245)
Configuration menu - View commit details
-
Copy full SHA for 8b1ed41 - Browse repository at this point
Copy the full SHA 8b1ed41View commit details
Commits on Oct 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c430d36 - Browse repository at this point
Copy the full SHA c430d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 080957d - Browse repository at this point
Copy the full SHA 080957dView commit details -
fix(@angular/cli): include deprecated option in JSON help
This option is used to mark deprecated options as such in AIO. (cherry picked from commit a09a2e4)
Configuration menu - View commit details
-
Copy full SHA for 13ce747 - Browse repository at this point
Copy the full SHA 13ce747View commit details
Commits on Oct 21, 2020
-
docs: update further help section in readme
(cherry picked from commit 9768230)
Configuration menu - View commit details
-
Copy full SHA for 8d29d87 - Browse repository at this point
Copy the full SHA 8d29d87View commit details -
docs: remove
=true
from--next
`=true` us redundant (cherry picked from commit 5f930c9)
Configuration menu - View commit details
-
Copy full SHA for c63132c - Browse repository at this point
Copy the full SHA c63132cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad60c2f - Browse repository at this point
Copy the full SHA ad60c2fView commit details
Commits on Oct 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bc2efc9 - Browse repository at this point
Copy the full SHA bc2efc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5bbcd5 - Browse repository at this point
Copy the full SHA a5bbcd5View commit details -
This reverts commit ad60c2f. CI failed and were unable to release. Trying again with recent fixes.
Configuration menu - View commit details
-
Copy full SHA for 1ab5998 - Browse repository at this point
Copy the full SHA 1ab5998View commit details -
This reverts commit 1ab5998. Another release attempt after CI fixes.
Configuration menu - View commit details
-
Copy full SHA for 553be40 - Browse repository at this point
Copy the full SHA 553be40View 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 v10.1.7...v10.2.0