X Tutup
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: glued/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: glued/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 33 files changed
  • 5 contributors

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    b38c4b7 View commit details
    Browse the repository at this point in the history
  2. fix(@angular-devkit/build-angular): exclude .map files from budget … (

    angular#12012)
    
    * fix(@angular-devkit/build-angular): exclude `.map` files from budget calculations
    
    Closes angular#11999
    alan-agius4 authored and vikerman committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    897cc71 View commit details
    Browse the repository at this point in the history
  3. fix(@angular-devkit/build-angular): fixes cors issues with karma (ang…

    …ular#11970)
    
    Checking the stack trace in the issue one can noticed that the paths for the components are being served via the `webpack://` protocol which is causing a `cors` issue between `http` and `webpack` protocol
    
    This PR removed the `webpack` protocol from the `devtoolModuleFilenameTemplate`
    
    Closes angular#11966
    alan-agius4 authored and vikerman committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    b4f35b7 View commit details
    Browse the repository at this point in the history
  4. fix(@angular-devkit/build-angular): only collect coverage from files …

    …under `sourceRoot` (angular#11974)
    
    In some cases when having libraries within the workspace this is causing a `Maximum call stack size exceeded`, Also for libraries coverage should be collected with the respective `ng test`
    
    Closes angular#11934
    alan-agius4 authored and vikerman committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    c1d7f65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3d13d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    1ed3ab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bd5dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf4c70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2700e03 View commit details
    Browse the repository at this point in the history
  5. release: v6.2.0-rc.1

    alexeagle committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    edceecf View commit details
    Browse the repository at this point in the history
Loading
X Tutup