1.1.3 (2022-02-25)
- DateField: add support for matDatepickerFilter (4509a13)
1.1.2 (2022-02-13)
- DateField: pass DatePicker instance to monthSelected and yearSelected (578c51f)
1.1.1 (2022-02-13)
- DateField: pass to monthSelected and yearSelected (7821c59)
1.1.0 (2022-02-13)
- add class property to mat-form-field (36977e1)
- DateField: add startView, startAt, monthSelected, and yearSelected (6f67375)
- replace initialValue with value (41bf84f)
- some mat-hint were missing for some fields (09e910b)
1.0.5 (2022-02-06)
- some mat-hint were missing for some fields (09e910b)
1.0.4 (2022-02-06)
- RawField: add componentInstance to raw field (60bbf15)
1.0.3 (2022-02-06)
- RawField: assign missing formControl to raw field component (da8ae2c)
1.0.2 (2022-02-03)
- FormFactory: assign defaults to submitButtonOptions (f560053)
1.0.1 (2022-02-03)
1.0.0 (2022-02-03)
- this will affect your codebase
- use it instead of EFieldType.TEXTAREA
- this will allow better styling of header and footer. form-body still working as is, but will be removed in future releases
- removed in favor of FormControl addValidators
- SelectOption: changing the position of value parameter and change key property to label
- add appearance, floatLabel, and hideRequiredMarker as field options (5fcd513)
- add mask field using @ngneat/input-mask and inputmask (21f2025)
- add placeholder, readonly, maxlength, and minlength to all fields (e7c75a4)
- add storybook for demo and docs (6491680)
- add Textarea field with additional properties (a5c7911)
- SelectOption: use value as option value instead of label (d8845a5)
- TimeField: add missing min and max validators (45fa8d2)
- group submit button inputs under object options (bc495d4)
- remove addValidator from base field class (881924f)
- remove mat-card from form factory component (9f06585)
0.7.0 (2020-12-05)
- add options for each field to make it easy to use (157038c)
- add TimeField (fe9b097)
- base-fields: use unique default section to shape each field as row (82438c5)
- FieldFactory: add inputs and outputs properties to RawField (2bfaa67)
- form-factory-manager: imporve it by adding explict method to manipulate the progress bar (6a152d3)
- form-factory: provide options to hide submit (caf5ea2)
- form-factory: shape fields based on section name (ae300ce)
- FormContainer: add helper method to disable and enable submit button (d72d8ec)
- make all options as optionally (2c86fca)
- BaseField: correctly assign the incoming value (7e163d9)
- disable ivy (d8a9ed1)
- disable ivy (c2456ad)
- export all options type, make type and value optional (a3991c5)
- field-factory: import MatInputModule (404c441)
- FieldFactory: use empty object if inputs, outputs not provided (fb15c25)
- fields are not streaching properly (0941727)
- form-factory: field was replicated by number of sections (c53ba4f)
- form-factory: rename ngx-form-container to ngx-form-factory (951a05a)
- form-factory: sectioned field is not properly mapped (6f8e0b4)
- form-factory: wrong section variable is used (0a6ab4b)
- FormContainer: remove box shadow from the box (395f27e)
- Form: get prevent compiling beacuse of wrong type (2ddc4ff)
- import material button and icon modules, strech field width to 100% (d47f3b6)
- include BrowserAnimationsModule only in debug mode (647041f)
- mobile-control: import mat input module (7e567c3)
- mobile-control: remove auto detect country (d53adba)
- remove boostrap dependinces from field-factory and form-factory (45d11a9)
- restructure the modules to make intellisense look at it (31e6783)
- select: mark multiple as optional (cf62f7b)
- SelectOption: make SelectOption.key optional and use the assign it SelectOption.value if not provided (49f9450)
- toggle-password: not exporting it was causing an error (10f853f)
- toggle-password: wrong name of selector (445baa5)
- wrong check fo implicitFields option (d764859)