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: v10.1.7
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: v10.2.0
Choose a head ref
  • 15 commits
  • 18 files changed
  • 5 contributors

Commits on Oct 15, 2020

  1. 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)
    alan-agius4 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    970c3cc View commit details
    Browse the repository at this point in the history
  2. fix(@angular-devkit/build-angular): set HTML lang attribute when serving

    When using the non-deprecated localization options, the development server was not properly setting the HTML `lang` attribute for the application.  This change ensures that the active locale is used within the application's index HTML file.
    
    Closes #18094
    
    (cherry picked from commit 58a7dea)
    clydin authored and alan-agius4 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    791f574 View commit details
    Browse the repository at this point in the history
  3. 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)
    clydin authored and alan-agius4 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    e60cfff View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. 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)
    clydin authored and alan-agius4 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    1494f20 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. 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)
    IxquitilisSaid authored and alan-agius4 committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8b1ed41 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. fix(@angular-devkit/build-angular): update resolve-url-loader to vers…

    …ion 3.1.2
    
    Closes: #19134
    (cherry picked from commit 46ef4cf)
    renovate-bot authored and alan-agius4 committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    c430d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    080957d View commit details
    Browse the repository at this point in the history
  3. 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)
    alan-agius4 committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    13ce747 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. docs: update further help section in readme

    (cherry picked from commit 9768230)
    alan-agius4 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8d29d87 View commit details
    Browse the repository at this point in the history
  2. docs: remove =true from --next

    `=true` us redundant
    
    (cherry picked from commit 5f930c9)
    alan-agius4 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    c63132c View commit details
    Browse the repository at this point in the history
  3. release: v10.2.0

    dgp1130 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    ad60c2f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    bc2efc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5bbcd5 View commit details
    Browse the repository at this point in the history
  3. Revert "release: v10.2.0"

    This reverts commit ad60c2f.
    
    CI failed and were unable to release. Trying again with recent fixes.
    dgp1130 committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    1ab5998 View commit details
    Browse the repository at this point in the history
  4. release: v10.2.0

    This reverts commit 1ab5998.
    
    Another release attempt after CI fixes.
    dgp1130 committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    553be40 View commit details
    Browse the repository at this point in the history
Loading