Skip to content

v1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@JohannesHoppe JohannesHoppe released this 29 May 07:08
6e492b9

Angular 11 teaser

This release adds support for Angular v11. 🎉


⚠️ BREAKING CHANGE (v1)

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

  • support for Angular 11, many thanks goes to @beeman 🐝, see PR #118 and PR #120, fixes #119

Fixes