Releases: brescia123/forms
Releases · brescia123/forms
1.1.9
1.1.8
Add convenience method to get formatted value from ‘FieldValue’ (#27) * Add convenience method to get formatted value from ‘FieldValue’ * Add ‘InvalidFieldValueException’ * Fix ‘formatNumberGrouping’ extension function * Add extension functions for unformatted number value
1.1.7
- Add custom thousands separator for 'InputTextType.Number'
- Fix visibility of 'errorTextView' in 'FieldInputText'
1.1.6
Fix for field input text (#24) * Change fixed height to ‘wrap_content’ for FieldInputText * Improve ‘setErrorText’ for FieldInputText when using ‘TextInputLayout’ * Fix ‘minHeight’ for ‘FieldInputText’ * Fix height for section title empty
1.1.5
- Improve text input field layout
1.1.4
- Add configuration to InputTextField
1.1.3
- Fix deferred fields bug
1.1.2
- Fix section visibiliy bug
- Add UI tests
- Make some code improvements
1.1.1
- FormModel can now be initialized correctly outside the FormRecyclerView
1.1.0-beta
Update jsonnode version