Ngx Daterangepicker Material Versions Save

Pure Angular 2+ date range picker with material design theme, a demo here:

6.0.0

1 year ago

What's Changed

Full Changelog: https://github.com/fetrarij/ngx-daterangepicker-material/compare/v5.0.2...6.0.0

v5.0.0

2 years ago
  • 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

5 years ago

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

5 years ago
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

5 years ago

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

5 years ago

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

5 years ago

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

5 years ago

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

5 years ago

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.1

5 years ago
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)