Releases: robust-team/angular-forms
Releases · robust-team/angular-forms
v3.0.0-beta1
Changes
- Answers' type into Questions changed of string to Answer object.
Bug Fixes
- Fixed isPristine and isDirty methods into AngularFormsComponent.
v2.1.0
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
Features
- Addition of isPristine and isDirty methods.
v1.1.0
Features
- Creation of Option Interface for the Choice Questions.
Bug Fixes
- Addition of "no registers" message into Datatable.
v1.0.1
Bug Fixes
- Editable option fixed.
v1.0.0
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
docs: add changelog for 0.5.2
v0.5.1
docs: add changelog for 0.5.1
v0.3.2
docs: add changelog for 0.3.2