Releases: mycolorway/tao_form
Releases · mycolorway/tao_form
v0.2.3
v0.2.1
- Add
refreshOptions()
method for select component.
v0.2.0
- Add this gem to app eager load path
- Use new icons
- Fix some minor bugs
v0.1.10
- Add date range input and date range picker component.
- Use
namespacedTrigger
provided by Tao On Rails 0.9.3 to trigger custom events on tao ui components. - Some minor improvements and bug fixes.
v0.1.9
- Add narrow style for form component.
- Add indeterminate status for checkbox component.
v0.1.8
- Checkbox Component will render a default checkbox input in no block is given.
- Fix a bug of select and moment picker component.
v0.1.7
- Add
tao-form
as default class for form component. - Fix a bug that weekdays texts of date picker could be rendered twice in some cases.
- The form component will try to find a template to render if no block is given.
- Add support for
[autofocus]
attribute on field elements.
v0.1.6
- Fix a bug that check_box component cannot get right value from form object.
v0.1.5
- Form Component should explicitly specify simple_form wrapper name:
tao_desktop
by default, andtao_mobile
for mobile variant.
v0.1.4
- Remove
html_options
param of all field components. - Some minor improvements.