# Changelog

All notable changes to `filament-fullcalendar` will be documented in this file.

## v1.7.0 - 2023-02-15

### 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

## v1.6.0 - 2022-09-25

### 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

## v.1.5.1 - 2022-09-18

### 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

## v1.5.0 - 2022-09-18

### 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

## v1.4.0 - 2022-08-04

### 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

## v1.3.1 - 2022-07-20

### 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

## v1.3.0 - 2022-07-13

### 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

## v1.2.1 - 2022-07-05

### 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

## v1.2.0 - 2022-07-03

### 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

## v1.1.0 - 2022-07-01

### 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

## v1.0.0 - 2022-06-27

### 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

## v0.3.0 - 2022-06-27

### 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

## v0.2.1 - 2022-02-21

## What's Changed

- fix: calender disappearing on livewire update by @saade in https://github.com/saade/filament-fullcalendar/pull/3

## New Contributors

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

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

## v0.2.0 - 2022-02-09

L9 update ❤️  Enjoy

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

## v0.1.0 - 2022-01-27

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

## 1.0.0 - 202X-XX-XX

- initial release
