Skip to content

v2.0.0

Compare
Choose a tag to compare
@fetrarij fetrarij released this 04 Feb 10:53
· 377 commits to master since this release
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