Skip to content

Releases: zenepay/filament-buddhist-date-picker

v1.0.7

25 Oct 15:27
Compare
Choose a tag to compare

Bug fix:
minDate, maxDate do not work.

v1.0.5

31 Aug 05:49
Compare
Choose a tag to compare
  • Remove console.log
  • Support php 8.3

v1.0.6

14 Oct 15:00
Compare
Choose a tag to compare
  • Fix Bug: changing year on calendar grid does not affect

v1.0.4

29 May 07:36
Compare
Choose a tag to compare

Add extension to Filament\Tables\Column\TextColumn
Replace $table->date() with $table->buddhistDate() to get BuddhistEra in table field

v1.0.3

25 May 08:30
Compare
Choose a tag to compare
  • 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

18 May 03:11
Compare
Choose a tag to compare

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

15 May 16:43
Compare
Choose a tag to compare

-Fix issue of weekdaysShort() does not functional properly.
-BuddhistDatePicker::class has wrong namespace
-Update attribute to BuddhistDatePicker class functions.