Skip to content

Releases: robust-team/angular-forms

v3.0.0-beta1

10 Oct 17:55
Compare
Choose a tag to compare
v3.0.0-beta1 Pre-release
Pre-release

Changes

  • Answers' type into Questions changed of string to Answer object.

Bug Fixes

  • Fixed isPristine and isDirty methods into AngularFormsComponent.

v2.1.0

28 Sep 21:51
Compare
Choose a tag to compare

Features

  • Added in the Group model:
    • setDescription method;
    • getQuestionByName abstract method;
  • Added in the Question model:
    • setDescription method;
  • Status enum.
  • Added in AngularFormsComponent:
    • CSS class with question name into template's fieldset;
    • Output events error and ready;
    • getGroupByCode public method;
    • getStatus public method;
    • Errors' catch for Promises.
  • Changed in DataTableComponent:
    • CSS class with question name into template's fieldset;
    • Output events error and ready;
    • getStatus public method
    • Errors' catch for Promises.

Changes

  • Use of Promises into AngularForms and ReactiveFormsFactory.
  • Changed in the Group model:
    • Protected visibility in properties;
    • Generic Type ;
    • question property;
  • Changed in the Question model:
    • Protected visibility in properties;
  • Changed in AngularFormsComponent:
    • Async load;
    • ngOnChanges event for build form;
  • Changed in DataTableComponent:
    • Async load.

Bug Fixes

  • Fixed initialization of answer property in Choice model.

v1.2.0

22 Sep 12:19
Compare
Choose a tag to compare

Features

  • Addition of isPristine and isDirty methods.

v1.1.0

21 Sep 17:58
Compare
Choose a tag to compare

Features

  • Creation of Option Interface for the Choice Questions.

Bug Fixes

  • Addition of "no registers" message into Datatable.

v1.0.1

01 Sep 20:54
Compare
Choose a tag to compare

Bug Fixes

  • Editable option fixed.

v1.0.0

01 Sep 13:20
Compare
Choose a tag to compare

Features

  • Addition of asterisk to required form controls.
  • Addition of the editableOption attribute in Select.
  • Addition of the disabled attribute in Questions into Fieldset.

Changes

  • Creation of the styles.css file and deletion of the inline styles into the components.
  • String updated to StringUtils.
  • Constructors of the Groups, Questions and Validations updated.
  • Methods into DependencyService updated to static methods.
  • GroupType, QuestionType, ValidationType and DependencyCriteria Enum created.
  • ValidationFactory created.

v0.5.2

19 Jul 21:26
Compare
Choose a tag to compare

docs: add changelog for 0.5.2

v0.5.1

19 Jul 20:08
Compare
Choose a tag to compare

docs: add changelog for 0.5.1

v0.3.2

10 Jul 13:08
Compare
Choose a tag to compare

docs: add changelog for 0.3.2