Releases: neilime/twbs-helper-module
Releases · neilime/twbs-helper-module
Version 1.3.0
Version 1.3.0
⚡ Added :
- Added ability to use of custom attributes on form elements. (For example:
v-model
attribute for Vue).
Attributes can be assigned via config file.
Also added ability to use of groups of custom attributes by defining it via allowed prefixes array.
💥 Fixed :
- Fix typo in layout option:
twb-layout
becometwbs-layout
. - Fix error messages rendering
- Fix render of checkbox/radio in append/prepend
- Fix incorrect rendering of radio element
🙏 Contributors :
Version 1.2.2
Version 1.2.2
⚡ Added :
- Add custom icon to FormButton element
💥 Fixed :
- Fix incorrect element render in FormElement.
🙏 Contributors :
Version 1.2.1
Version 1.2.1
💥 Fixed :
- Render Checkbox - notice undefined value .
- Unexpected "%s" after rendered input
🙏 Contributors :
- Johnny Mallie
- @Saeven
Version 1.2.0
Version 1.2.0
⚡ Added :
- New option
add-on-append
for form element addon
💥 Fixed :
- Validation messages shown on elements without prepend or append addons.
🙏 Contributors :
Version 1.0.1
Version 1.0.1
💥 Fixed :
🙏 Contributors :
Version 1.0.0
Merge pull request #3 from rolando-isidoro/origin/form-helper Origin/form helper