Releases: im-perativa/streamlit-calendar
Releases · im-perativa/streamlit-calendar
v1.2.0
1.2.0 (2024-03-29)
Features
- support recurring events with rrule plugin (#29) (d9f1065)
v1.1.0
1.1.0 (2023-12-21)
Features
- implement fullcalendar 'select' callback (#23) (7531e70)
v1.0.1
1.0.1 (2023-12-18)
Bug Fixes
- deps: update fullcalendar monorepo to v6.1.10 (f0a5a0e)
v1.0.0
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
0.7.0 (2023-11-23)
Features
- add enabled callback configuration (a8de8c9)
v0.6.0
0.6.0 (2023-10-07)
Features
v0.5.0
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
0.4.0 (2023-08-05)
Features
- add eventChange and eventsSet callback support (b19e498)