Skip to content

2.0.0-beta.1

Compare
Choose a tag to compare
@JohannesHoppe JohannesHoppe released this 26 Jan 17:04
· 7 commits to main since this release

Angular 17 teaser

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 a 404.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