Skip to content

v1.0.0

Compare
Choose a tag to compare
@kamilkisiela kamilkisiela released this 13 Nov 16:08
· 50 commits to master since this release

Added

  • Extend transformation function to use models, form instance and form configuration
  • Transformation function has now helper methods in context
  • Method in transfomer context to create new error (this.createError)

Changed

  • Transformation functions are now using formlyConfig.extras.fieldTransform
  • Transformation functions run on all angular-formly forms (removed formlyTransformer::transform method)

Removed