* Added: Dynamic loading of events based on the date range displayed by the Calendar view
* Improved: Compatibility with Gravity Forms 2.5
* Improved: Synchronization with the GravityView DataTables layout
* Improved: The previously used tooltip library was replaced with [Tippy.js](https://atomiks.github.io/tippyjs/) v6.3.0
- The tooltip element structure has changed and will break any custom styles
- A custom `gv-calendar` theme is used that can be styled as per [the official guide](https://atomiks.github.io/tippyjs/v6/themes/)
* Updated: [FullCalendar](https://fullcalendar.io/) library was updated to v5.6
- This is a major release that introduces breaking changes; please consult the [v5.x upgrade guide](https://fullcalendar.io/docs/upgrading-from-v4)
* Updated: [Popper](https://popper.js.org/) library was updated to v2.9.2
__Developer Updates:__
* Updated: New, updated and deprecated methods in the `GV_Extension_Calendar_Feed`, `GravityView_Calendar_Ajax` and `GravityView_Widget_Calendar` classes
* Added: `gravityview/calendar/extra_options` filter to modify non-core calendar options (e.g., AJAX URL, nonce, etc.)