PackageTrack
Sign in Get early access

saade/filament-fullcalendar

The Most Popular JavaScript Calendar integrated with Filament 💛

v3.2.4 1.0M downloads/mo #2737 most downloaded on Packagist saade/filament-fullcalendar

What this package is like to depend on

Last release 4 months ago

14 Apr 2026

Ships unpredictably

gaps range from 2 weeks to 10 months

Most releases are documented

notes for 22 of 34 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

45 releases · first in 2022

7 releases in the last 12 months

see the full history below

Release timeline

45 releases · Jan 2022 to Apr 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 45
  1. v4.0.0-beta7 14 Apr 2026 pre-release
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v4.0.0-beta6...v4.0.0-beta7

    Open source →
  2. v4.0.0-beta6 25 Mar 2026 pre-release
    Release notes

    What's Changed

    Full Changelog: v4.0.0-beta5...v4.0.0-beta6

    Open source →
  3. v4.0.0-beta5 11 Mar 2026 pre-release
    Release notes

    What's Changed

    Full Changelog: v4.0.0-beta4...v4.0.0-beta5

    Open source →
  4. v4.0.0-beta4 26 Feb 2026 pre-release
    Release notes

    What's Changed

    Full Changelog: v4.0.0-beta3...v4.0.0-beta4

    Open source →
  5. v4.0.0-beta3 12 Feb 2026 pre-release
    Release notes

    What's Changed

    • docs(readme): import the Actions from the correct namespace by @yajuve in #245
    • Fix button vertical spacing on toolbar by @NikxDa in #233
    • JS Dependency Updates to Resolve Multiple Found CVEs by @Orrison in #269
    • Allow Filament v5 by @webard in #267

    New Contributors

    Full Changelog: v4.0.0-beta2...v4.0.0-beta3

    Open source →
  6. v4.0.0-beta2 02 Oct 2025 pre-release
    Release notes

    What's Changed

    Full Changelog: v4.0.0-beta1...v4.0.0-beta2

    Open source →
  7. v4.0.0-beta1 02 Oct 2025 pre-release
    Release notes

    This is a beta release

    1. The reason behind this decision is that we need to introduce some breaking changes to fix some known issues (for example, using the calendar inside a resource edit/view page. We need to rename $record to some other name like $event to avoid crashing with Filament's $record property).

    2. Also, i want to make the api match the Filament one (for example, defining schemas using public function form(Schema $schema): Schema {} and public function infolist(Schema $schema): Schema {}), also, get rid of custom actions and leverage the native ViewAction, EditAction etc.

    These are just a few concerns; there are more.

    That being said, this will be released as a beta at the moment. The refactor has already started and will be released soon.

    Please read the Installation Guide to be able to update to 4.x-beta.

    Thanks everyone for the support and help! <3


    What's Changed

    New Contributors

    Full Changelog: v3.2.4...v4.0.0-beta1

    Open source →
  8. v3.2.4 10 Mar 2025
    Release notes

    What's Changed

    • Fix breaking change in AsyncAlpine v2 where attributes were renamed by @lucassdoro in #236

    New Contributors

    Full Changelog: v3.2.3...v3.2.4

    Open source →
  9. v3.2.3 19 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v3.2.2...v3.2.3

    Open source →
  10. v3.2.2 02 May 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v3.2.1...v3.2.2

    Open source →
  11. v3.2.1 28 Mar 2024

    Nothing published for this version

  12. v3.2.0 12 Mar 2024

    Nothing published for this version

  13. v3.1.3 14 Feb 2024

    Nothing published for this version

  14. v3.1.2 08 Feb 2024

    Nothing published for this version

  15. v3.1.1 07 Dec 2023

    Nothing published for this version

  16. v3.1.0 24 Nov 2023

    Nothing published for this version

  17. v3.0.3 08 Oct 2023

    Nothing published for this version

  18. v3.0.2 02 Oct 2023

    Nothing published for this version

  19. v3.0.1 27 Sep 2023

    Nothing published for this version

  20. v3.0.0 26 Sep 2023

    Nothing published for this version

  21. v3.0.0-beta4 18 Aug 2023 pre-release

    Nothing published for this version

  22. v3.0.0-beta3 11 Sep 2023 pre-release

    Nothing published for this version

  23. v3.0.0-beta2 18 Aug 2023 pre-release

    Nothing published for this version

  24. v3.0.0-beta1 09 Aug 2023 pre-release

    Nothing published for this version

  25. v1.9.3 26 Sep 2023

    Nothing published for this version

  26. v1.9.2 11 Jul 2023
    Release notes

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.9.1...v1.9.2

    Open source →
  27. v1.9.1 06 Jul 2023
    Release notes

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.9.0...v1.9.1

    Open source →
  28. v1.9.0 05 Jul 2023
    Release notes

    What's Changed

    • add esbuild by @saade in https://github.com/saade/filament-fullcalendar/pull/94
    • enable/ disable plugins by @saade in https://github.com/saade/filament-fullcalendar/pull/95

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.8.0...v1.9.0

    Open source →
  29. v1.8.0 21 Jun 2023
    Release notes

    What's Changed

    • Add rrule plugin by @Larry-Home in https://github.com/saade/filament-fullcalendar/pull/90

    New Contributors

    • @Larry-Home made their first contribution in https://github.com/saade/filament-fullcalendar/pull/90

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.7.1...v1.8.0

    Open source →
  30. v1.7.1 23 May 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/saade/filament-fullcalendar/pull/76
    • Fix responsiveness issue by @mansoorkhan96 in https://github.com/saade/filament-fullcalendar/pull/78
    • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in https://github.com/saade/filament-fullcalendar/pull/83
    • Add editEventForm->fill() if canView() by @miguelurtado in https://github.com/saade/filament-fullcalendar/pull/85
    • Added support for Slideover on modal by @billmn in https://github.com/saade/filament-fullcalendar/pull/82
    • Added support for UUID as Event ID by @billmn in https://github.com/saade/filament-fullcalendar/pull/81

    New Contributors

    • @mansoorkhan96 made their first contribution in https://github.com/saade/filament-fullcalendar/pull/78
    • @miguelurtado made their first contribution in https://github.com/saade/filament-fullcalendar/pull/85
    • @billmn made their first contribution in https://github.com/saade/filament-fullcalendar/pull/82

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.7.0...v1.7.1

    Open source →
  31. v1.7.0 15 Feb 2023
    Release notes

    What's Changed

    • L10 support by @saade
    • Fix missing syntax error by @chengkangzai in https://github.com/saade/filament-fullcalendar/pull/65
    • added resource-timeline plugin by @steveadamsfixedit in https://github.com/saade/filament-fullcalendar/pull/66

    New Contributors

    • @chengkangzai made their first contribution in https://github.com/saade/filament-fullcalendar/pull/65
    • @steveadamsfixedit made their first contribution in https://github.com/saade/filament-fullcalendar/pull/66

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.6.0...v1.7.0

    Open source →
  32. v1.6.0 25 Sep 2022
    Release notes

    What's Changed

    • v1.6.0 by @saade in https://github.com/saade/filament-fullcalendar/pull/55

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.5.1...v1.6.0

    Open source →
  33. v1.5.1 18 Sep 2022
    Release notes

    What's Changed

    • Revert "Allow event's model to have relationship" by @saade in https://github.com/saade/filament-fullcalendar/pull/53

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.5.0...v1.5.1

    Open source →
  34. v1.5.0 18 Sep 2022
    Release notes

    What's Changed

    • Add View Modal and corresponding canView authorization. by @tiagof in https://github.com/saade/filament-fullcalendar/pull/46
    • Avoids error when full-calendar timezone is 'local' by @tiagof in https://github.com/saade/filament-fullcalendar/pull/48
    • Add ability for custom modal titles and button labels by @flord22 in https://github.com/saade/filament-fullcalendar/pull/52
    • Fixes wrong permissions check. by @tiagof in https://github.com/saade/filament-fullcalendar/pull/51
    • feat: save state by @fauzie811 in https://github.com/saade/filament-fullcalendar/pull/50
    • Allow event's model to have relationship by @tiagof in https://github.com/saade/filament-fullcalendar/pull/47

    New Contributors

    • @tiagof made their first contribution in https://github.com/saade/filament-fullcalendar/pull/46
    • @flord22 made their first contribution in https://github.com/saade/filament-fullcalendar/pull/52
    • @fauzie811 made their first contribution in https://github.com/saade/filament-fullcalendar/pull/50

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.4.0...v1.5.0

    Open source →
  35. v1.4.0 04 Aug 2022
    Release notes

    What's Changed

    • eventResize by @invaders-xx in https://github.com/saade/filament-fullcalendar/pull/40
    • BREAKING CHANGE: Rename $record and $record_id to $event and $event_id by @invaders-xx in https://github.com/saade/filament-fullcalendar/pull/41
    • feat: Livewire event triggered for cancelled modal by @ashleyhood in https://github.com/saade/filament-fullcalendar/pull/30

    New Contributors

    • @invaders-xx made their first contribution in https://github.com/saade/filament-fullcalendar/pull/40

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.3.1...v1.4.0

    Open source →
  36. v1.3.1 20 Jul 2022
    Release notes

    What's Changed

    • fix: use array_merge instead of spread to support php versions < 8.1 by @saade in https://github.com/saade/filament-fullcalendar/pull/31
    • refactor: property type hints by @ashleyhood in https://github.com/saade/filament-fullcalendar/pull/29

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.3.0...v1.3.1

    Open source →
  37. v1.3.0 13 Jul 2022
    Release notes

    What's Changed

    • feat: change modal label by @ashleyhood in https://github.com/saade/filament-fullcalendar/pull/28

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.2.1...v1.2.2

    Open source →
  38. v1.2.1 05 Jul 2022
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in https://github.com/saade/filament-fullcalendar/pull/26
    • fix: stop event flash when using fetchEvents method by @ashleyhood in https://github.com/saade/filament-fullcalendar/pull/27

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.2.0...v1.2.1

    Open source →
  39. v1.2.0 03 Jul 2022
    Release notes

    What's Changed

    • fix: correct onEventDrop parameter order by @ashleyhood in https://github.com/saade/filament-fullcalendar/pull/20
    • feat: change modal size by @ashleyhood in https://github.com/saade/filament-fullcalendar/pull/19
    • Fix/fetch events cache by @wychoong in https://github.com/saade/filament-fullcalendar/pull/25
    • Fix/store record id for edit by @wychoong in https://github.com/saade/filament-fullcalendar/pull/18

    New Contributors

    • @ashleyhood made their first contribution in https://github.com/saade/filament-fullcalendar/pull/20

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.1.0...v1.2.0

    Open source →
  40. v1.1.0 01 Jul 2022
    Release notes

    What's Changed

    • feat: open modal on calendar click by @wychoong in https://github.com/saade/filament-fullcalendar/pull/16
    • feat: lazy loading the events data by @wychoong in https://github.com/saade/filament-fullcalendar/pull/17

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.0.0...v1.1.0

    Open source →
  41. v1.0.0 27 Jun 2022
    Release notes

    What's Changed

    • feature: Modals for creating / editing events by @saade in https://github.com/saade/filament-fullcalendar/pull/11

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v0.3.0...v1.0.0

    Open source →
  42. v0.3.0 27 Jun 2022
    Release notes

    What's Changed

    • Update FiresEvents.php by @wychoong in https://github.com/saade/filament-fullcalendar/pull/8
    • feat: allow opening or not events in a new tab by @saade in https://github.com/saade/filament-fullcalendar/pull/12
    • feat: refresh calendar events by @saade in https://github.com/saade/filament-fullcalendar/pull/13
    • fix: convert laravel locale to fullcalendar compatible locale by @saade in https://github.com/saade/filament-fullcalendar/pull/14

    New Contributors

    • @wychoong made their first contribution in https://github.com/saade/filament-fullcalendar/pull/8

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v0.2.1...v0.3.0

    Open source →
  43. v0.2.1 21 Feb 2022

    Nothing published for this version

  44. v0.2.0 09 Feb 2022
    Release notes

    L9 update ❤️ Enjoy

    Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v0.1.0...v0.2.0

    Open source →
  45. v0.1.0 27 Jan 2022
    Release notes

    Initial release of saade/filament-fullcalendar. Enjoy! 🎉

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive