- Do override the
file_filed
helper to resolve vue.js options.
- Don't override the
file_filed
helper. Fix #3.
- Add
vue_prefix
method to the form builder.
- Support nested attributes.
- Add
vue_scope
option tovue_form_for
andvue_form_with
methods.
- Change the name of this gem to
vue-rails-form-builder
fromvue-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_box
andradio_button
helper methods.
- Add
vue_tag
andvue_content_tag
helper methods that can handle:bind
,:on
,:checked
,:disabled
,:multiple
,:readonly
,:selected
,:text
,:html
,:show
,:if
,:else
,:else_if
,:for
,:model
,:pre
,:cloak
,:once
options. - Add similar functionalities to the form building helpers.
- Remove
:v
option handling.
- Allow the form builder to resolve
:v
option.
- The first release with minimum functionalities.