Skip to content

5.0.0

Choose a tag to compare

@MrWolfZ MrWolfZ released this 02 Jun 06:35
· 153 commits to master since this release

This is a compatibility release for Angular 8 and TypeScript 3.4.

Breaking Changes

  • update peer dependencies to require Angular >=8.0.0
  • update peer dependencies to require TypeScript >=3.4.0

Features

  • refactor FormState and Unboxed conditional type definitions to be simpler, which can improve build times and IDE performance (e9f504b), (24b25db)

Build Improvements

  • switch to ng-packagr for building the library (2d126c5)
  • add dtslint tests to ensure stability of FormState and Unboxed types (255c648)

Bugfixes

  • allow enabling empty disabled array states (8a33d12), thanks @nihique for reporting this bug, closes #149