Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Changes
- Answers' type into Questions changed of string to Answer object.
Bug Fixes
- Fixed isPristine and isDirty methods into AngularFormsComponent.
Features
- Added in the Group model:
- setDescription method;
- getQuestionByName abstract method;
- Added in the Question model:
- 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:
Bug Fixes
- Fixed initialization of answer property in Choice model.
Features
- Addition of isPristine and isDirty methods.
Features
- Creation of Option Interface for the Choice Questions.
Bug Fixes
- Addition of "no registers" message into Datatable.
Bug Fixes
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.
Changes
- Addition of the submit method in the AngularFormsComponent.
Changes
- Refactoring of the methods of get answers for convert boolean answers to string type.
Bug Fixes
- Dependencies fixed when the readOnly option is enabled.
- Dependencies fixed when your values are not string type.
- ExpressionChangedAfterItHasBeenCheckedError fixed.
Changes
- Check Question refactored to CheckBox.
- Type for TextArea Question refactored of text-area to textarea.
Features
- New method in AngularFormsComponent (isValid, getAnswersGroups and getAnswers).
Features
- CSS classes in components (rb-angular-forms, rb-fieldset and rb-data-table) for facilitate customization.
Bug Fixes
- Exception in DependencyService for unexisting dependencies.
Bug Fixes
- Validation messages' style.
0.2.0 (2017-06-22)