This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
v1.0.0-rc.1
JohannesHoppe
released this
13 Dec 10:57
·
11 commits
to master
since this release
This release adds support for Angular v11. 🎉
Starting with version 1 the option --configuration
was renamed to --build-target
.
BEFORE (does not work):
ng deploy --configuration=test
NOW:
ng deploy --build-target=test
If you use the old syntax, you will probably receive the following error:
An unhandled exception occurred: Configuration 'test' is not set in the workspace.
Features
- feat: add support for Angular v11 (see angular-schule/angular-cli-ghpages#118 and angular-schule/angular-cli-ghpages#120) by @beeman & @JohannesHoppe
- migrate from
configuration
tobuildTarget
(see angular-schule/angular-cli-ghpages#120 for an explanation)
- migrate from
- fix: removes astronaut emoij (since 👨🚀 emoij is combined (🧑🚀) and breaks on some cmds)
- fix(tooling): fix jest types (angular-schule/angular-cli-ghpages@24d9922), as explained in #7 (comment) by @dianjuar
- fix(tooling): improve prettier formatter (angular-schule/angular-cli-ghpages@891ee8c), as reported in #10
- updated docs
all features added via one single PR #25