angular/angular-cli
Compare Source
Compare Source
Long-term support maintenance release: fix for #12866 "ProgressPlugin breaks with webpack 4.25.* due to incorrect option colors"
Compare Source
Commits
@angular-devkit/build-angular (0.8.6)
Commit
Description
Notes
Compare Source
Commits
@schematics/angular (0.8.5)
Commit
Description
Notes
ast utils - handle NgModule with no newlines (#12521)
@angular-devkit/build-angular (0.8.5)
Commit
Description
Notes
Special Thanks
Filipe Silva, Alan Agius, Vikram Subramanian
Compare Source
Commits
@angular/cli (6.2.4)
Commit
Description
Notes
suggest windows-compatible typescript install command
@angular-devkit/build-angular (0.8.4)
Commit
Description
Notes
karma builder now serves global styles
Special Thanks
Alan Agius, Hans Larsen, Vikram Subramanian, Alireza Mirian
Compare Source
Commits
@angular/cli (6.2.3)
Commit
Description
Notes
Special Thanks
Hans Larsen, Alan Agius
Compare Source
Commits
@angular/cli (6.2.2)
Commit
Description
Notes
warn if `targets` is present when using a schematic
@schematics/angular (0.8.2)
Commit
Description
Notes
use 'architect' instead of 'targets' until deprecated
use app root to set server paths in options
`module` imports paths are incorrect when `flat` option is used
[Closes #12169]
fix path for `ngswConfigPath` during migration
app shell schematic does not use production configuration
@angular-devkit/build-angular (0.8.2)
Commit
Description
Notes
@angular-devkit/schematics (0.8.2)
Commit
Description
Notes
throw `InvalidCollectionJsonException` when collection file is invalid
[Closes #11818]
Special Thanks
Alan Agius, Charles Lyding, Keen Yee Liau, Sean Wright, Yaroslav Admin, Alan, Jan Kuri, Sebastian Häni
Compare Source
Fix a mistake in the v6.2.0 release, which installed projects using @angular-devkit/*@​~0.8.0-rc.0
These should not have pointed to an RC. Now we use @angular-devkit/*@​~0.8.0
Note this makes no observable difference, since the final RC was identical to the 0.8.0 release of these packages.
Compare Source
No changes from v6.2.0-rc.1
Enjoy and keep the issue reports flowing!
Compare Source
Commits
@schematics/angular (0.7.5)
Commit
Description
Notes
ensure non-evergreen IE browsers are excluded
@angular-devkit/build-angular (0.7.5)
Commit
Description
Notes
@angular-devkit/schematics (0.7.5)
Commit
Description
Notes
@angular/pwa (0.7.5)
Commit
Description
Notes
@schematics/update (0.7.5)
Commit
Description
Notes
fix logic to coerce the version number
Special Thanks
Hans Larsen, Charles Lyding, Alan Agius, Filipe Silva
Compare Source
Commits
Misc
Commit
Description
Notes
@schematics/angular (0.7.4)
Commit
Description
Notes
update protractor to 4.5 for new projects
@angular-devkit/build-angular (0.7.4)
Commit
Description
Notes
add loader-utils as dependency
use webpack 4 hooks for karma plugin
should not log duplicate messages
only add ngsw after universal has rendered
cleanup serviceworker direct import
@angular-devkit/core (0.7.4)
Commit
Description
Notes
rename to itself should be a noop
@angular-devkit/schematics (0.7.4)
Commit
Description
Notes
move rule with identity is a noop
@schematics/update (0.7.4)
Commit
Description
Notes
correct npm config return value
Special Thanks
Charles Lyding, Filipe Silva, Alan Agius, Alex Eagle, Teamop, Hans Larsen, George Kalpakas, Paul Gschwendtner, Robert Baker, Adrian Moos, Corinna Cohn, Benjamin Barbier
Compare Source
Commits
@angular/cli (6.1.3)
Commit
Description
Notes
if no command, properly show help
remove `vendorSourceMap` warning that `vendorSourceMap` is not allowed
@schematics/angular (0.7.3)
Commit
Description
Notes
increase version range for TypeScript
@angular-devkit/build-angular (0.7.3)
Commit
Description
Notes
@angular-devkit/schematics (0.7.3)
Commit
Description
Notes
Fix issues for file-syetem-engine running in google3
@angular/pwa (0.7.3)
Commit
Description
Notes
@ngtools/webpack (6.1.3)
Commit
Description
Notes
resolve relative host replacement paths
@schematics/update (0.7.3)
Commit
Description
Notes
fix logic to gather version of arguments
Special Thanks
Alan Agius, Mike Brocchi, Hans Larsen, Noel Mace, Charles Lyding, Yi Qi, Noël Macé, Qais Patankar, Lukáš Matta, Alexander Bobrov, Sarun Intaralawan, Filipe Silva, Alex Eagle
Compare Source
Commits
@angular-devkit/build-angular
Commit |
Description |
Notes |
Bug Fix |
ensure failure with disabled AOT and enabled build optimizer |
Closes #11157 |
@angular-devkit/schematics
Commit |
Description |
Notes |
Bug Fix |
implement optimize() for HostTree |
@angular/cli
Commit |
Description |
Notes |
Bug Fix |
fully resolve rxjs & core during version checks |
Bug Fix |
properly bootstrap 1.x from global 6.x |
@schematics/update
Commit |
Description |
Notes |
Bug Fix |
use npm get for everything except _authToken |
Special Thanks
Hans Larsen, Charles Lyding
Compare Source
This is a quick patch to allow users to work with TypeScript 2.9 without warnings.
Commits
@angular/cli
@ngtools/webpack
Commit |
Description |
Notes |
Bug Fix |
support typescript 2.8 + 2.9 |
@schematics/angular
Commit |
Description |
Notes |
Bug Fix |
adjust zonejs version in new projects for 6.1 |
Special Thanks
Charles Lyding, Hans Larsen, Matt Lewis, Sarun Intaralawan
🎉
Commits
@angular-devkit/architect
Commit |
Description |
Notes |
Bug Fix |
unsubscribe on timeout in runTargetSpec |
Bug Fix |
always clear TestProjectHost on restore |
@angular-devkit/build-angular
@angular-devkit/build-optimizer
Commit |
Description |
Notes |
Bug Fix |
support object literal methods |
@angular-devkit/build-webpack
Commit |
Description |
Notes |
Bug Fix |
support minor versions of webpack 4.x |
@angular-devkit/build_angular
Commit |
Description |
Notes |
Bug Fix |
use webpack 4 hooks for karma plugin |
@angular-devkit/core
Commit |
Description |
Notes |
Bug Fix |
allow use of ResolverHost |
Bug Fix |
propagate node host delete errors |
Bug Fix |
ensure full path is renamed for memory host |
Bug Fix |
detect ambiguous projects with path discover |
Bug Fix |
remove circular dependencies |
Bug Fix |
when two projects are the same, pick the first declared |
@angular-devkit/schematics
Two notes about changes in Schematics in 0.7.0:
- We refactored the Tree implementation with a new CordHost recorder. All the changes you make to the Tree is now recorded in a set of changes (Create, Delete, Rename and Overwrite) instead of a list of Actions. This means that branching and merging are now consistent with the expected behaviour and the MergeStrategy work as expected. However, because of the nature of the old implementation, to maintain backward compatibility we had to keep some old code around that is only used when using two versions of Schematics; this code will move away in 7 and will likely break some Schematics that relied on it. Overall this is a huge improvement in the stability, speed and code health and will make understanding and learning Schematics easier.
- We now allow people to return a Rule which will be run as if it was chained. This was a long standing feature that people had to be able to read files before setting up which Rule to run; it’s now entirely possible and we started using it in our own schematics, making things easier to read and understand.
Commit |
Description |
Notes |
Bug Fix |
implement HostTree specific filtering |
Bug Fix |
support VirtualTree/HostTree interop |
Bug Fix |
ensure renamed files do not exist |
Bug Fix |
support filtering a HostTree |
Bug Fix |
fix declaring multiple aliases |
Closes #11389 |
Bug Fix |
avoid piping input multiple times when calling rules |
@angular/cli
Commit |
Description |
Notes |
Bug Fix |
add all current TSLint default formatters to schema |
Bug Fix |
use default project when project path is ambiguous |
Bug Fix |
Fix double setting of the path options for new |
Closes #11025 |
Bug Fix |
support entry component |
@angular/pwa
Commit |
Description |
Notes |
Bug Fix |
Fix JSON parsing |
@ngtools/webpack
@schematics/angular
@schematics/update
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!
".
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
1.7.4
->6.2.8
Release Notes
angular/angular-cli
v6.2.8
Compare Source
v6.2.7
Compare Source
Long-term support maintenance release: fix for #12866 "ProgressPlugin breaks with webpack 4.25.* due to incorrect option colors"
v6.2.6
Compare Source
Commits
@angular-devkit/build-angular (0.8.6)
[Closes #12260]
v6.2.5
Compare Source
Commits
@schematics/angular (0.8.5)
@angular-devkit/build-angular (0.8.5)
Special Thanks
Filipe Silva, Alan Agius, Vikram Subramanian
v6.2.4
Compare Source
Commits
@angular/cli (6.2.4)
@angular-devkit/build-angular (0.8.4)
Special Thanks
Alan Agius, Hans Larsen, Vikram Subramanian, Alireza Mirian
v6.2.3
Compare Source
Commits
@angular/cli (6.2.3)
Special Thanks
Hans Larsen, Alan Agius
v6.2.2
Compare Source
Commits
@angular/cli (6.2.2)
@schematics/angular (0.8.2)
@angular-devkit/build-angular (0.8.2)
@angular-devkit/schematics (0.8.2)
[Closes #7950]
Special Thanks
Alan Agius, Charles Lyding, Keen Yee Liau, Sean Wright, Yaroslav Admin, Alan, Jan Kuri, Sebastian Häni
v6.2.1
Compare Source
Fix a mistake in the v6.2.0 release, which installed projects using
@angular-devkit/*@​~0.8.0-rc.0
These should not have pointed to an RC. Now we use
@angular-devkit/*@​~0.8.0
Note this makes no observable difference, since the final RC was identical to the 0.8.0 release of these packages.
v6.2.0
Compare Source
No changes from v6.2.0-rc.1
Enjoy and keep the issue reports flowing!
v6.1.5
Compare Source
Commits
@schematics/angular (0.7.5)
@angular-devkit/build-angular (0.7.5)
[Closes #11704]
@angular-devkit/schematics (0.7.5)
@angular/pwa (0.7.5)
[Closes #11942]
@schematics/update (0.7.5)
Special Thanks
Hans Larsen, Charles Lyding, Alan Agius, Filipe Silva
v6.1.4
Compare Source
Commits
Misc
@schematics/angular (0.7.4)
@angular-devkit/build-angular (0.7.4)
[Closes #11626]
@angular-devkit/core (0.7.4)
@angular-devkit/schematics (0.7.4)
@schematics/update (0.7.4)
Special Thanks
Charles Lyding, Filipe Silva, Alan Agius, Alex Eagle, Teamop, Hans Larsen, George Kalpakas, Paul Gschwendtner, Robert Baker, Adrian Moos, Corinna Cohn, Benjamin Barbier
v6.1.3
Compare Source
Commits
@angular/cli (6.1.3)
@schematics/angular (0.7.3)
@angular-devkit/build-angular (0.7.3)
@angular-devkit/schematics (0.7.3)
@angular/pwa (0.7.3)
@ngtools/webpack (6.1.3)
@schematics/update (0.7.3)
Special Thanks
Alan Agius, Mike Brocchi, Hans Larsen, Noel Mace, Charles Lyding, Yi Qi, Noël Macé, Qais Patankar, Lukáš Matta, Alexander Bobrov, Sarun Intaralawan, Filipe Silva, Alex Eagle
v6.1.2
Compare Source
Commits
@angular-devkit/build-angular
@angular-devkit/schematics
@angular/cli
@schematics/update
Special Thanks
Hans Larsen, Charles Lyding
v6.1.1
Compare Source
This is a quick patch to allow users to work with TypeScript 2.9 without warnings.
Commits
@angular/cli
@ngtools/webpack
@schematics/angular
Special Thanks
Charles Lyding, Hans Larsen, Matt Lewis, Sarun Intaralawan
v6.1.0
🎉
Commits
@angular-devkit/architect
@angular-devkit/build-angular
@angular-devkit/build-optimizer
@angular-devkit/build-webpack
@angular-devkit/build_angular
@angular-devkit/core
@angular-devkit/schematics
Two notes about changes in Schematics in 0.7.0:
@angular/cli
@angular/pwa
@ngtools/webpack
@schematics/angular
module
in root tsconfig when migratingbaseUrl
in root tsconfig when migratingmodule
option in library tsconfigbaseHref
@schematics/update
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.