2.0.0-beta.1
JohannesHoppe
released this
26 Jan 17:04
·
12 commits
to main
since this release
This release adds support for Angular v17. 🎉
Features
- support for Angular 17 (no support for earlier versions) → support for various buildTargets (similar to angularfire) and recognises different output path configurations (see angular/angular-cli#26675 and angular/angular-cli#26304 (comment))
- completely removes the
--no-silent
option, error messages will be shown by default now (modern CI systems don't expose secrets anymore) - adds the
--dir
option, this overrides the directory for all published sources, relative to the current working directory. The normal logic with buildTargets and conventions is ignored in this case. - adds the
--no-notfound
option to not create a404.html
which should work great with Cloudflare pages, see #178 and see the Cloudflare pages docs - adds a
.nojekyll
file by default, can be disabled via--no-nojekyll
Install this beta version via
ng add angular-cli-ghpages@2.0.0-beta.1
Thanks
- Thanks to @fmalcher for reviewing the PR #179
- Deployed by @JohannesHoppe.