Skip to content

Releases: vkurko/calendar

v2.4.0

20 Oct 15:57
Compare
Choose a tag to compare

October 20, 2023

  • Added support for dark theme (68)

v2.3.3

11 Sep 05:25
Compare
Choose a tag to compare

September 11, 2023

  • Fixed an issue with automatically updating the current day (181)

v2.3.2

30 Aug 14:53
Compare
Choose a tag to compare

August 30, 2023

  • Another attempt to fix the bug in SvelteKit when using a function for the theme option (179)

v2.3.1

29 Aug 06:35
Compare
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
Compare
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
Compare
Choose a tag to compare

August 24, 2023

  • Added dayCellFormat option (169)

v2.1.0

24 Aug 05:42
Compare
Choose a tag to compare

August 22, 2023

  • Improved CSS class switching on view change (155)

v2.0.0

18 Aug 07:18
Compare
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
Compare
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
Compare
Choose a tag to compare

June 14, 2023

  • Added eventClassNames option (106)