Skip to content

v.1.0.0

Compare
Choose a tag to compare
@JohannesHoppe JohannesHoppe released this 19 Nov 14:18

Angular 13 teaser

This release adds support for Angular v13. 🎉

Features

  • support for Angular 13, many thanks to @fmalcher, this fixes #138 & #137 via #139
  • fix: yarn installs incorrect version, because dist-tag is ignored, fixes #140 via 1c375f9

The code of this version is 100% identical to v1.0.0-rc.3. Only the version number was changed to work around the version resolution of yarn, which ignores npm dist-tags.


⚠️ 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.

Deployed by @JohannesHoppe.