Skip to content

Releases: im-perativa/streamlit-calendar

v1.2.0

29 Mar 05:01
Compare
Choose a tag to compare

1.2.0 (2024-03-29)

Features

  • support recurring events with rrule plugin (#29) (d9f1065)

v1.1.0

21 Dec 13:22
Compare
Choose a tag to compare

1.1.0 (2023-12-21)

Features

  • implement fullcalendar 'select' callback (#23) (7531e70)

v1.0.1

18 Dec 07:34
Compare
Choose a tag to compare

1.0.1 (2023-12-18)

Bug Fixes

  • deps: update fullcalendar monorepo to v6.1.10 (f0a5a0e)

v1.0.0

15 Dec 13:37
Compare
Choose a tag to compare

1.0.0 (2023-12-15)

⚠ BREAKING CHANGES

  • frontend: some exposed properties will no longer be available

Features

  • frontend: component value payload improvements (5abf62d)

Bug Fixes

  • frontend: add missing resourceId payload from handleEventsSet callback (360dadb)
  • frontend: refactor incorrect props (b46b5ae)

v0.7.0

23 Nov 13:19
Compare
Choose a tag to compare

0.7.0 (2023-11-23)

Features

  • add enabled callback configuration (a8de8c9)

v0.6.0

07 Oct 15:02
Compare
Choose a tag to compare

0.6.0 (2023-10-07)

Features

v0.5.0

30 Aug 04:22
Compare
Choose a tag to compare

0.5.0 (2023-08-30)

Features

Bug Fixes

  • eventsSet result not returning resource id (7bb8cc4), closes #2
  • style: prevent overlap hover background color (7e9df8b)

v0.4.0

05 Aug 09:24
Compare
Choose a tag to compare

0.4.0 (2023-08-05)

Features

  • add eventChange and eventsSet callback support (b19e498)