Releases: zenepay/filament-buddhist-date-picker
Releases · zenepay/filament-buddhist-date-picker
v1.0.7
Bug fix:
minDate, maxDate do not work.
v1.0.5
- Remove console.log
- Support php 8.3
v1.0.6
- Fix Bug: changing year on calendar grid does not affect
v1.0.4
Add extension to Filament\Tables\Column\TextColumn
Replace $table->date() with $table->buddhistDate() to get BuddhistEra in table field
v1.0.3
- Fixed livewire issue of variables undefined when the DatePicker at the inactive Tab form. The issue also found with original Filament DatePicker native(false).
v1.0.2 support AM/PM 12H
New features with:
- hourMode(12) 👍 23/05/24 11:59 PM
- nice looking for seeing today and selected date with primary color
- Support both Christian Era and Buddhist Era
v1.0.0.2
-Fix issue of weekdaysShort() does not functional properly.
-BuddhistDatePicker::class has wrong namespace
-Update attribute to BuddhistDatePicker class functions.