1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
v4.7.1 Fixed dragging events on mobile devices More... about 1 month ago
v4.7.0 Added ability to set customButtons as function More... about 2 months ago
Add eventOrder functionality to customize event sorting (#548) More... 3 months ago
v4.6.0 Added eventOrder option More... 3 months ago
v4.5.2 Fixed row height issue in resourceTimeline views More... 4 months ago
v4.5.1 Attempt to fix Svelte error: await_outside_boundary More... 4 months ago
v4.5.0 viewDidMount input parameter has been adjusted to match documentation Fixed event styles not being applied More... 5 months ago
v4.4.2 Fixed an issue with updateEvent() producing an error More... 5 months ago
v4.4.1 Fixed event positioning issue More... 6 months ago
v4.4.0 Added eventFilter option More... 6 months ago
Filter events (#500) More... 6 months ago
v4.3.1 Fixed error with svelte >= 5.33.0 Fixed infinite recursion when using calendar in Lit component More... 6 months ago
v4.3.0 Added nowIndicator in resourceTimeline views More... 7 months ago
Fix timeline demo More... 7 months ago
v4.2.0 Added CSS class ec-today to the current day header Fixed an issue with updateEvent() not updating CSS classes Reverted the previous behavior of eventTextColor option when it was not applied in list view More... 7 months ago
v4.1.0 Added ability to use slotLabelInterval option in resourceTimeline views Fixed an issue with dateClick triggered on eventClick Fixed infinite recursion when using calendar in Lit component More... 7 months ago
v4.0.3 Fixed issues 474 and 475 More... 8 months ago
v4.0.2 Fixed nested resource expander in timeline view Added scrolling of resources when rotating the mouse wheel over resources in timeline view More... 8 months ago
v4.0.1 Fixed row height sync issue in timeline view More... 8 months ago
Temporary fix of CDN path More... 8 months ago
v4.0.0 Added support for Svelte 5 Svelte 4 is not supported anymore All plugins have been moved to the @event-calendar/core package In ES modules, you now need to use createCalendar(target, plugins, options) to initialize the calendar With standalone bundle, you now need to use EventCalendar.create(target, options) to initialize the calendar The following options now have higher priority from left to right event.startEditable > eventStartEditable > editable and event.durationEditable > eventDurationEditable > editable More... 8 months ago
v3.12.0 Added dragConstraint, resizeConstraint and selectConstraint options More... 8 months ago
v3.11.0 Added slotLabelInterval option More... 8 months ago
v3.10.1 Fixed an issue with displaying events shorter than the slot duration More... 9 months ago
v3.10.0 Added validRange option More... 10 months ago
✨ #389 - Show weeknumbers (#397)
Rob
More... 11 months ago
v3.9.0 Added support for week numbers in dayGrid view Fixed dates in the return value of the addEvent() method
Rob
More... 11 months ago
v3.8.0 Added the ability to resize the event from its starting edge More... 11 months ago
v3.7.2 Fixed an issue with overlapping events with zero duration Fixed an issue with displaying resources in resourceTimeGrid view after expanding/collapsing nested resources in resourceTimeline view More... 12 months ago