- Allow for negative values
- Fix assignment of default trigger (#10)
- Fix DST timezone offset (#12)
- namespace
select
external method's change event so it doesn't collide with regular change event
- add simpler
select
external method
- add
show_clear_link
option
- Fix issue with Minical hiding properly when tabbing through inputs
- refactor Sass variables completely
- remove legacy .js and .css files
- remove image-based next & prev month icons, replace with characters
- add
inline
option to append the calendar directly after the input instead of as a popover
- add explicit $el.minical(
clear
) for clearing input - add option to disable automatically initializing the field with a date
- tiny but necessary bugfix: rerender selected day properly on month switch
- big cleanup & rewrite, improving readability and efficiency a bunch
- add support for $el.minical('destroy')
- add 'show.minical' and 'hide.minical' events on calendar element
- remove all functionality related to tag support 0.6.1 supports data-minical-from and data-minical-to attributes for setting selectable date bounds prevent keyboard from selecting disabled days added default styles for disabled days fix 1-day-off bug with selecting new month when date limits are set right at the end of a calendar added this damn Changelog < 0.6.1 here be dragons