This changelog does not mention all releases. Visit the github releases page as well as the main fullcalendar repo.
- FEATURE: custom template rendering using ng-template (#204)
- FEATURE: expose events/eventSources/resources as top-level component inputs (#303)
- FIX: remove fast-deep-equals because Angular prefers ESM for tree shaking (#421)
- FIX: backwards incompatibility with Angular 14 types (#419)
- BREAKING: Minimum required Angular version is now 12
- add Angular 13 support (#387)
- add Angular 12 support (#369)
- add Angular 11 support (#351, #352)
- add Angular 10 support
- fixed wrong @fullcalendar/core dependency version num
- compatible with angular 8 (#209)
- navLinks throws Cannot read property 'emit' of undefined (#229, #241)
- had references to wrong version of @fullcalendar/core
- fix ngOnDestroy undefined calendar (#212)
- fixed bug with event/resource-fetching functions not working
- removed
deep-copy
as a dependency
- added missing properties (#197)
- responds to changes nested within input data structures
when
deepChangeDetection
is enabled (#171) - added two small dependencies:
fast-deep-equal
deep-copy
fixes not accepting googleCalendarApiKey
(#188)
First official release. Also fixed #175.