Skip to content

Releases: evansmwendwa/ng2-daterangepicker

ng2-daterangepicker v2.0.2

11 Mar 22:54
Compare
Choose a tag to compare
  • Fixes SystemJS usage
  • Updated usage instructions for SystemJS
  • Fixes ng2-daterangepicker is not an NgModule when using Angular CLI rc*
  • Bundle now compiled using ngc -aot
  • Updated package entry file and typescript entry
  • Default CSS for customization is now node_modules/ng2-daterangepicker/daterangepicker.component.css
  • Removed bundled sample application

ng2-daterangepicker v2.0.1

09 Mar 14:14
Compare
Choose a tag to compare
  • reduced installation steps
  • reduced number of dependencies
  • fixed duplicated styles when using multiple daterangepickers
  • added ability to skip importing daterangepicker's default css
  • added instructions on how to customize the picker css
  • fixed throwed error on daterangepicker not a jquery option
  • added ability to customize daterangepicker's icons

2.0.0

08 Mar 14:45
Compare
Choose a tag to compare

Fixes issues with including jQuery using requirejs in some project setups.
Adds jQuery typings support

ng2-daterangepicker v1.1.0

03 Mar 12:08
Compare
Choose a tag to compare

This release adds support for daterangepicker events that can be used directly in you Angular components.

Supported Events

  • cancelDaterangepicker
  • applyDaterangepicker
  • hideCalendarDaterangepicker
  • showCalendarDaterangepicker
  • hideDaterangepicker
  • showDaterangepicker

First stable release

21 Nov 15:51
Compare
Choose a tag to compare

Fixed npm file exclussions