- Rewrite form helper into a generalized extension of tag helper
- Add camelize processing and configuration
- Change the name of this gem to
vue-rails-tag-helperfromvue-rails-form-builder.
- Do override the
file_filedhelper to resolve vue.js options.
- Don't override the
file_filedhelper. Fix #3.
- Add
vue_prefixmethod to the form builder.
- Support nested attributes.
- Add
vue_scopeoption tovue_form_forandvue_form_withmethods.
- Change the name of this gem to
vue-rails-form-builderfromvue-form-for.
- Support SELECT tag.
- Generate v-model attr for check boxes and radio buttons.
- Generate correct value for v-model on nested form.
- Fix
check_boxandradio_buttonhelper methods.
- Add
vue_tagandvue_content_taghelper methods that can handle:bind,:on,:checked,:disabled,:multiple,:readonly,:selected,:text,:html,:show,:if,:else,:else_if,:for,:model,:pre,:cloak,:onceoptions. - Add similar functionalities to the form building helpers.
- Remove
:voption handling.
- Allow the form builder to resolve
:voption.
- The first release with minimum functionalities.