What's Changed
- Connect the following field options to Filter:
DateRangeFilter::make('created_at')
->startDate($this->startDate)
->endDate($this->endDate)
->firstDayOfWeek($this->firstDayOfWeek)
->alwaysShowCalender($this->alwaysShowCalender)
->setTimePickerOption($this->timePicker)
->setTimePickerIncrementOption($this->timePickerIncrement)
->setAutoApplyOption($this->autoApply)
->setLinkedCalendarsOption($this->linkedCalendars)
->disabledDates($this->disabledDates)
->displayFormat($this->displayFormat)
->format($this->format)
- Ability to set default filter value using startDate() and endDate() or defaultToday().
- Fix setting today if date was not changed #11 #13
Full Changelog: 1.0.6...1.1