Skip to content

1.1.2

Compare
Choose a tag to compare
@lowjoel lowjoel released this 08 Oct 05:36
· 25 commits to master since this release

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 or btn-primary). @lowjoel