Skip to content

Releases: fetrarij/ngx-daterangepicker-material

v6

16 Aug 18:27
Compare
Choose a tag to compare

What's Changed

  • Bump Version to Angular 13, code quality of life improvements by @gcko in #460
  • Using github actions instead of Travis CI

Full Changelog: v5.0.2...6.0.0

v5

11 Jun 18:39
Compare
Choose a tag to compare
v5
  • fix build (76780d36)

  • Add ng add ngx-daterangepicker-material

  • BREAKING CHANGE: replace moment.js with dayjs

  • Support angular 11 and angular 12

v2.1.0

08 Apr 05:45
Compare
Choose a tag to compare

2.1.0 (2019-04-05)

Chores
  • demo:
  • doc: add development process (76ef56be)
  • package: add package-lock.json to fix build (fc91e9bf)
  • build: fix build (0d930d5c)
New Features
  • dateLimit: add the dateLimit option Fix #118 (d0564523)
  • inline: allow isCustomDate for inline mode #44 (b54de73a)
Bug Fixes
  • calendar:
  • firstDay:
    • jumps day label with multiple components Fix #144 (d52868eb)
    • jumps day label with multiple components Fix #144 (64f372dc)
  • ranges: Timepicker not updated when range clicked Close #1015 (8957c67c)
  • style: timepicker hided (3ec5798e)
Other Changes

v2.0.0

04 Feb 10:53
Compare
Choose a tag to compare
Chores
New Features
  • daterangepicker: add global locale config #69 (0c303f7c)

*** Breaking change *** :
Instead of using NgxDaterangepickerMd you should now use NgxDaterangepickerMd.forRoot() in imports.

Bug Fixes
  • locale: fix setting locale for individual and inline mode Fix #75 (f73c7515)
  • typo: typo in readme (9b70f872)
Other Changes
  • global-locale: add doc for global locale (57530799)
Refactors

v1.2.7

14 Dec 09:02
Compare
Choose a tag to compare

1.2.7 (2018-12-14)

New Features
Bug Fixes
  • onPush: popup doesn't close on first click when OnPush changeDetection (7e2d27d6)
  • ie11-clickdate: Unable to select custom date range from calendar in IE1 (0a07daba)
  • locale-format: Locale.format does not change date formats (5c4f7545)
Code Style Changes
  • move-css: move .btn / .clear / .buttons / [hidden] under .md-drppicker (76406c02)
  • month-year-select: add cursor pointer (916810fd)

v1.2.6

29 Nov 11:58
Compare
Choose a tag to compare

1.2.6 (2018-11-29)

Chores
Documentation Changes
  • timepicker: add timepicker to doc and demo (1c95fda8)
New Features
  • timepicker: enabling timepicker (02b4c655)
Bug Fixes
  • daterange: initialize format (8f40adce)
  • calendar: fix the position after opening (69ae2760)

v1.2.5

24 Nov 04:10
Compare
Choose a tag to compare

1.2.5 (2018-11-23)

Chores
New Features
  • clear:
    • when setting value to falsy, datepicker will clear, and added demo (6b9f8d3c)
    • when setting value to falsy, datepicker will clear, and added demo (18559a7a)
  • daterangepicker:
    • if there are InvalidDate from isInvalidDate function, range become the first range until the first invalid date Fix #7 (14488fb2)
    • if there are InvalidDate from isInvalidDate function, range become the first range until the first invalid date Fix #7 (f0f4cce4)
Bug Fixes
  • animation-css:
    • Calendar always opens from left top corner even though [opens] is set to center or right (9faa528b)
    • Calendar always opens from left top corner even though [opens] is set to center or right (512bb913)
  • range:
    • current month became previous month (f0a1aae2)
    • current month became previous month (8ade181f)
  • datesUpdated:
    • only when dates model is updated (b0494430)
    • only when dates model is updated (111db419)

v1.2.4

04 Oct 05:54
Compare
Choose a tag to compare

1.2.4 (2018-10-04)

New Features
  • picker:
    • possibility to create a class in an element so that this element can not handle the click event located outside calendar #39 (13ba7dd1)
Bug Fixes
  • calendar: wrong typo (4eb70fcb)
  • showRangeLabelOnInput:
    • custom range = show date (52e34933)
    • Showing the preset label doesn't work for the first time with supplied date (4bdaaeb2)

v1.2.0

24 Jul 16:28
Compare
Choose a tag to compare

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)

v1.1.2

22 Jun 12:54
Compare
Choose a tag to compare
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)