-
attribut: add new attributs:
-
opens
: ability to position calendar to left, right or center #21 -
drops
: ability to position calendar to up or down (c8c64605) -
firstMonthDayClass
&lastMonthDayClass
&emptyWeekRowClass
&lastDayOfPreviousMonthClass
&firstDayOfNextMonthClass
: for customising the dates classes (Thanks to: @butterknight )
-
-
ranges:
- single-datepicker:
- range: wrong var: showCalInRanges not isShown (8a6d31c3)
- ranges:
- range: wrong var: showCalInRanges not isShown (8a6d31c3)
- ranges: disabling a range if it's beyond minDate or maxDate
- ranges: Applied range does not have 'active' class - Fix #17 (1c0f03d4)
- autoApply: autoApply showing Cancel & Apply buttons - Fix #16 (53288f50)
- readme: remove showInputs (672ec99a)
- test: fix tests (b83fddfc)
- #3: show 2nd calendar as per maxDate if provided - As, we have provided maxDate, there is no use of showing next month as 2nd calendar as those dates will not be selectable - instead, can it be maxDate's month as second calendar and prev month as first calendar - Fix #3 (daf00119)
- customisation: ability to add custom classes and custom invalid dates function - isCustomDate - isInvalidDate - Close #12 (145bbf5c)
- clear-date: bug fixes - doesn't clear the date when clearing - add options to show/hide the clear button (022c0d00)
- input-element: label is not updated after applying (6247be2f)
- readme: remove showInputs & add showDropdowns (3dadd3bf)
- calendar: remove showInputs & add showDropdowns (e3edd35f)
- clear-event: add ability to clear dates (ac06e825)
- firstDay: ability to change week starting calendar with locale.firstDay (bf5ba843)
- input: update input element for model initialized (95405fc6)
- change-event: change & ngModelChange events - fix ngModelChange - change event not trigerred - add some tests - Fix #10 (caf56351)
- render: 'double' class when double calendar only (c8bfd024)
- select: styling the select on showDropdowns (727f47f3)
-
render: 'double' class when double calendar only (c8bfd024)
-
calendar: Fix issue #6
- daterangepicker: add custom ranges (67771664)
- calendar: update style (4ebd3537)
- calendar: - fix prev & next on linked datepicker - fix single datepicker rendering (a46ded8a)