Skip to content

v5.1.0

Choose a tag to compare

@maxime1992 maxime1992 released this 26 Feb 12:41
· 147 commits to master since this release
00aea19

5.1.0 (2020-02-26)

Bug Fixes

  • formatting: ran prettier:write (4c9f247)
  • formatting: ran yarn run prettier:write (b5e2cee)
  • lint: ignore interface-over-type-literal for TypedControlBase as all others are types as well (733f5c2)
  • typed-form-array: set/patchValue now use TValue directly as it extends any[] (1472ab0)
  • typings: remove the use of omit to remove build errors when using Ivy #134 (f264775)
  • typings: use Abstract control setValue/patchValue for TypedAbstractControl (1ff3e3f)
  • typings: use Parameter<> for setValue / patchValue + refactored base typing (4d303bd)

Features

  • ControlsType: added typings for AbstractControls + FormArrays (1e7d271)
  • readme: updated list of interfaces (338a9b8)
  • typing: added control typings for form group (f389439)
  • typings: updated typings for ControlType to an intersection for non arrays (a658d31)
  • typings: use optional typing for patch/setValue on TypedAbstractControl (c1afcdd)