Skip to content

Releases: zpaulovics/datetimepicker-rails

Bugfix

03 Jun 08:41
Compare
Choose a tag to compare

Custom option handling bug fixed.

    <%= f.input :date_field, as: :date_picker, :label => 'Date field',
                input_html: {data: {date_options: {defaultDate: '2012/12/25'}}} %>

Upgrade

21 Mar 09:37
Compare
Choose a tag to compare

Upgraded the underlying JS library to the current version
Refactored the input templates - contributed by taboularasa (David Elliott)
Corrections in README

Upgrade

13 Feb 15:28
Compare
Choose a tag to compare

Upgraded to version 4.0.0 to be compatible with the underlying Eonasdan's JavaScript library.