v7.0.0
What's Changed
- Angular 14 support has been added (#441)
findUp
is now imported from@angular/cli/utilities/find-up
(#441)- the
project
option is now required when runningng add
, becausedefaultProject
has been deprecated by Angular CLI (#441) - the
ParcelComponent
is now standalone meaning it can be imported into a component w/o theParcelModule
(#441)