Vkurko Calendar Versions Save

Full-sized drag & drop JavaScript event calendar with resource view

v2.3.1

9 months ago

August 29, 2023

  • Fixed a bug in SvelteKit when using a function for the theme option (179)

v2.3.0

9 months ago

August 25, 2023

  • Added CSS classes for days of the week (156)
  • The initial value of the height option has changed to undefined

v2.2.0

9 months ago

August 24, 2023

  • Added dayCellFormat option (169)

v2.1.0

9 months ago

August 22, 2023

  • Improved CSS class switching on view change (155)

v2.0.0

9 months ago

August 17, 2023

  • :warning: To pass an HTML version of the title for an event, you now need to use the appropriate Content value in the title field
  • :warning: The eventTimeFormat given as a function now takes 2 input parameters (149)
  • :warning: Formatting time intervals is now done using Intl.DateTimeFormat.formatRange()
  • In all date and time formatting options that are set as a function, it is now allowed to return an HTML version of the content (170)

v1.5.1

10 months ago

July 26, 2023

  • Fixed A11y warnings after updating to Svelte 4.x (160)

v1.5.0

11 months ago

June 14, 2023

  • Added eventClassNames option (106)

v1.4.1

11 months ago

June 14, 2023

  • Fixed a bug with duplicate eventSources.events call (146)

v1.4.0

11 months ago

June 12, 2023

  • Now time is not rendered inside allDay events (143)
  • Fixed interaction functions inside the shadow root (142)

v1.3.1

1 year ago

May 30, 2023

  • Fixed an issue with incorrect dateClick information when using specific slotMinTime settings (135)