Skip to content

Latest commit

 

History

History
135 lines (77 loc) · 7.92 KB

CHANGELOG.md

File metadata and controls

135 lines (77 loc) · 7.92 KB

1.2.0 (2018-07-24)

New Features
  • 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:

    • set active class to default date in range (6fc70f02)
    • add rangeClicked event on click to range so we can get the label and the dates of the clicked range (72d43b61)
Bug Fixes
  • single-datepicker:
    • the month label on january have a wrong year (397554c7)
    • on select a single datepicker, the selected value is not updated (af838860)
  • range: wrong var: showCalInRanges not isShown (8a6d31c3)

1.1.4 (2018-07-11)

New Features
  • ranges:
    • set active class to default date in range (6fc70f02)

    • add event on click to range so we can get the label and the dates of the clicked range (72d43b61)

      new available event: (rangeClicked)

      Fired when clicked on range, and send an object with range label and dates value, eg: {label: 'This Month', dates: [Moment, Moment]}

Bug Fixes
  • range: wrong var: showCalInRanges not isShown (8a6d31c3)

1.1.3 (2018-07-10)

New Features
  • ranges: disabling a range if it's beyond minDate or maxDate

1.1.2 (2018-06-22)

Bug Fixes
  • ranges: Applied range does not have 'active' class - Fix #17 (1c0f03d4)
  • autoApply: autoApply showing Cancel & Apply buttons - Fix #16 (53288f50)
  • readme: remove showInputs (672ec99a)

1.1.1 (2018-06-12)

Chores
New Features
  • #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)
Bug Fixes
  • 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)

1.1.0 (2018-06-11)

Chores
Documentation Changes
  • readme: remove showInputs & add showDropdowns (3dadd3bf)
New Features
  • 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)
Bug Fixes
  • 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)
Code Style Changes
  • select: styling the select on showDropdowns (727f47f3)

1.0.6 (2018-06-03)

Bug Fixes
  • render: 'double' class when double calendar only (c8bfd024)

  • calendar: Fix issue #6

1.0.5 (2018-05-29)

Chores
New Features
  • daterangepicker: add custom ranges (67771664)
Code Style Changes

1.0.4 (2018-05-28)

Chores
Bug Fixes
  • calendar: - fix prev & next on linked datepicker - fix single datepicker rendering (a46ded8a)
Other Changes