Skip to content

Latest commit

 

History

History
76 lines (35 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

76 lines (35 loc) · 3.22 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.0 (2024-03-29)

Features

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

1.1.0 (2023-12-21)

Features

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

1.0.1 (2023-12-18)

Bug Fixes

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

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)

0.7.0 (2023-11-23)

Features

  • add enabled callback configuration (a8de8c9)

0.6.0 (2023-10-07)

Features

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)

0.4.0 (2023-08-05)

Features

  • add eventChange and eventsSet callback support (b19e498)