All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
@fullcalendar/core
's version bumped to v6@fullcalendar/common
is no longer a peerDependencies and can be removed
- Integration with SvelteKit should be fixed
@fullcalendar/core
and@fullcalendar/common
are now peerDependencies and should be installed manually
- Improved compatibility with Vite (#806)
- Changed
@fullcalendar/core
required version for easier updates
- Removed peerDependencies as they are peer devDependencies
- Fixed more server-side-rendering issues
- Updated FullCalendar to v5.3.1 ((Fixed a few bugs)[https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md])
- Added missing
Draggable
import.
Draggable
component in now SSR compatible.
- Added
@fullcalendar/core
as a peerDependencies. - Added
rollup-plugin-postcss
as a peerDependencies.
- Updated the component to use v5 of FullCalendar.
- Changed the component API (see README)
- Updated
fast-deep-equal
.
- Reduced bundle size.
- Added a
Draggable
component (See official docs for more info).
- Updated @fullcalendar/core to v4.3.2.
- Add missing
googleCalendarApiKey
property.
- Bumped
fast-deep-equal
to v3.1.1. - Removed unused props.
- Add the
Svelte
property topackage.json
for better Svelte integration.
- Added the option to change calendar options dynamically.
- Added
class
&style
props.
- Added missing prop:
schedulerLicenseKey
.
- Added a Svelte-wrapped FullCalendar component.