Skip to content

Releases: vkurko/calendar

v2.3.1

29 Aug 06:35

Choose a tag to compare

August 29, 2023

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

v2.3.0

25 Aug 09:01

Choose a tag to compare

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

24 Aug 14:21

Choose a tag to compare

August 24, 2023

  • Added dayCellFormat option (169)

v2.1.0

24 Aug 05:42

Choose a tag to compare

August 22, 2023

  • Improved CSS class switching on view change (155)

v2.0.0

18 Aug 07:18

Choose a tag to compare

August 17, 2023

  • ⚠️ To pass an HTML version of the title for an event, you now need to use the appropriate Content value in the title field
  • ⚠️ The eventTimeFormat given as a function now takes 2 input parameters (149)
  • ⚠️ 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

26 Jul 14:57

Choose a tag to compare

July 26, 2023

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

v1.5.0

14 Jun 16:24

Choose a tag to compare

June 14, 2023

  • Added eventClassNames option (106)

v1.4.1

14 Jun 11:32

Choose a tag to compare

June 14, 2023

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

v1.4.0

12 Jun 17:01

Choose a tag to compare

June 12, 2023

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

v1.3.1

30 May 07:50

Choose a tag to compare

May 30, 2023

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