Skip to content

v6.0.0-feat-rewrite.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 21:33
· 131 commits to master since this release
bcf1d75

6.0.0-feat-rewrite.17 (2021-11-18)

Bug Fixes

  • build of library failing (7a87fbc)

Features

  • upgrade to Angular 13 and Ivy only compilation (982d493)

BREAKING CHANGES

  • By upgrading to Angular 13, ngx-sub-form will now stop publishing view engine compatible bundle.
    If you're still running a pre Angular 13 version and want to use ngx-sub-form from here it should still be safe to do so thanks to ngcc.
    If you're on Angular 13 already then when you install the dependencies by running npm install or yarn you shouldn't see ngx-sub-form in the list of libraries being compiled by ngcc anymore.