Releases: evansmwendwa/ng2-daterangepicker
Releases · evansmwendwa/ng2-daterangepicker
ng2-daterangepicker v2.0.2
- 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
- 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
Fixes issues with including jQuery using requirejs in some project setups.
Adds jQuery typings support
ng2-daterangepicker v1.1.0
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
Fixed npm file exclussions