Releases: fetrarij/ngx-daterangepicker-material
Releases · fetrarij/ngx-daterangepicker-material
v6
v5
v2.1.0
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:
- ranges: Timepicker not updated when range clicked Close #1015 (8957c67c)
- style: timepicker hided (3ec5798e)
Other Changes
v2.0.0
Chores
New Features
*** 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
- code: refactoring (92f01ecf)
v1.2.7
1.2.7 (2018-12-14)
New Features
- css: make easy for styling (2e649c6a)
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
v1.2.6
v1.2.5
1.2.5 (2018-11-23)
Chores
New Features
- clear:
- daterangepicker:
Bug Fixes
- animation-css:
- range:
- datesUpdated:
v1.2.4
1.2.4 (2018-10-04)
New Features
- picker:
Bug Fixes
v1.2.0
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: