All notable changes to filament-fullcalendar
will be documented in this file.
- eventResize by @invaders-xx in saade#40
- BREAKING CHANGE: Rename
$record
and$record_id
to$event
and$event_id
by @invaders-xx in saade#41 - feat: Livewire event triggered for cancelled modal by @ashleyhood in saade#30
- @invaders-xx made their first contribution in saade#40
Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.3.1...v1.4.0
- fix: use array_merge instead of spread to support php versions < 8.1 by @saade in saade#31
- refactor: property type hints by @ashleyhood in saade#29
Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.3.0...v1.3.1
- feat: change modal label by @ashleyhood in saade#28
Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.2.1...v1.2.2
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in saade#26
- fix: stop event flash when using
fetchEvents
method by @ashleyhood in saade#27
Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.2.0...v1.2.1
- fix: correct onEventDrop parameter order by @ashleyhood in saade#20
- feat: change modal size by @ashleyhood in saade#19
- Fix/fetch events cache by @wychoong in saade#25
- Fix/store record id for edit by @wychoong in saade#18
- @ashleyhood made their first contribution in saade#20
Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.1.0...v1.2.0
- feat: open modal on calendar click by @wychoong in saade#16
- feat: lazy loading the events data by @wychoong in saade#17
Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v1.0.0...v1.1.0
- feature: Modals for creating / editing events by @saade in saade#11
Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v0.3.0...v1.0.0
- Update FiresEvents.php by @wychoong in saade#8
- feat: allow opening or not events in a new tab by @saade in saade#12
- feat: refresh calendar events by @saade in saade#13
- fix: convert laravel locale to fullcalendar compatible locale by @saade in saade#14
- @wychoong made their first contribution in saade#8
Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v0.2.1...v0.3.0
- fix: calender disappearing on livewire update by @saade in saade#3
- @saade made their first contribution in saade#3
Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v0.2.0...v0.2.1
L9 update ❤️ Enjoy
Full Changelog: https://github.com/saade/filament-fullcalendar/compare/v0.1.0...v0.2.0
Initial release of saade/filament-fullcalendar
. Enjoy! 🎉
- initial release