1.1.2
bug fixes
- The proper ID for date/time pickers should be generated for non-JavaScript aware browsers first;
Browsers with JavaScript would reassign the label to the hidden date/time picker. This fixes
tests written using Capybara, without JavaScript support. - Specifying the button size (e.g.
btn-lg
) should still generate the appropriate button class
(btn-default
orbtn-primary
). @lowjoel