Skip to content

Releases: ESSS/ng-xform

v0.21.1

30 Oct 20:55
Compare
Choose a tag to compare

Bug Fixes

  • CheckboxField: Avoid replacing the set value
  • MeasureField: should display the formatted value on read-only state

Features

  • DataRangeField: Make the week number hidden by default in the date picker
  • DataField: Make the week number hidden by default in the date picker
  • SelectField: Set searchOnFocus true by default

v0.20.1

17 Oct 16:50
Compare
Choose a tag to compare

Features

  • MeasureField: add format options to measure field to properly format values (c8cca28)
  • MeasureField: add formatOptions example for MeasureFiled on README file (f1862b2)
  • SelectField: improve coverage os select field with search key handler (566dd78)
  • SelectField: remove unused import of Observable (7bb0d9f)

v0.20.0

11 Oct 15:37
Compare
Choose a tag to compare

Features

  • Decouple Xform and Submit/Cancel buttons bar (462456b)

v0.19.2

08 Oct 20:07
Compare
Choose a tag to compare
chore(release): :sparkles: :tada: create tag for version vv0.19.2

v0.19.1

08 Oct 20:01
Compare
Choose a tag to compare

Bug Fixes

  • lib: reset model on fields change (3ae1350)

Features

  • DataRangeField: improve code coverage for data range field and error message pipe (#37) (e265588)

v0.19.0

20 Sep 14:15
Compare
Choose a tag to compare

Features

  • NgXform: validate all fields on submit #34
  • DateRangeField add Date range field support #35
  • SelectField add flag to force search on first focus #36

v0.18.0

21 Aug 18:31
Compare
Choose a tag to compare

Features

  • Custom Field: add support to custom field with template (#33) (a834db7)
  • NgXform: remove errorCode (#32) (9c1b77b)

v0.17.0

02 Aug 18:06
Compare
Choose a tag to compare

Features

  • Angular: Upgrade to Angular 6

v0.16.0

24 Jul 15:49
Compare
Choose a tag to compare

Features

  • error-message.pipe: adding custom error message support (#30) (aea9c13)
  • MeasureField: setting min-width and text-align (#29) (6462c53)

v0.15.5

18 Jul 19:50
Compare
Choose a tag to compare

Bug Fixes

  • RadioGroupField: fixing boolean values error (f7c94da)

Features

  • RadiogroupField: add support to radio group (b4f688b)
  • RadiogroupField: add support to radio group (#28) (368df53)