Skip to content

Releases: neilime/twbs-helper-module

Version 1.3.0

03 Jun 12:29
6e7e730
Compare
Choose a tag to compare

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 become twbs-layout.
  • Fix error messages rendering
  • Fix render of checkbox/radio in append/prepend
  • Fix incorrect rendering of radio element

🙏 Contributors :

Version 1.2.2

09 Feb 18:17
725e821
Compare
Choose a tag to compare

Version 1.2.2

⚡ Added :

  • Add custom icon to FormButton element

💥 Fixed :

  • Fix incorrect element render in FormElement.

🙏 Contributors :

Version 1.2.1

02 Feb 14:28
Compare
Choose a tag to compare

Version 1.2.1

💥 Fixed :

  • Render Checkbox - notice undefined value .
  • Unexpected "%s" after rendered input

🙏 Contributors :

Version 1.2.0

07 Sep 17:13
a13e371
Compare
Choose a tag to compare

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

10 Jul 08:20
09daff8
Compare
Choose a tag to compare

Version 1.0.1

💥 Fixed :

  • Fix Radio and MultiCheckbox labels (#4)
  • Fixed "Help text" and "Validation" on form elements. (#5)

🙏 Contributors :

Version 1.0.0

29 May 15:30
ae34dcc
Compare
Choose a tag to compare
Merge pull request #3 from rolando-isidoro/origin/form-helper

Origin/form helper