Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @calcom/web

## 5.3.0

### Minor Changes

- **New Feature**: Minimum Cancellation/Reschedule Notice
- Added ability to set minimum notice periods for cancellations and reschedules on event types
- Prevents attendees from cancelling or rescheduling bookings too close to the event start time
- Configurable per event type with support for minutes, hours, and days
- Automatic validation and user-friendly error messages
- Database schema updated with `minimumCancellationNotice` field on EventType model
- Full integration with existing booking cancellation and reschedule workflows

### Patch Changes

- Enhanced booking cancellation flow with minimum notice validation
- Updated reschedule dialog to handle minimum notice restrictions
- Added MinimumCancellationNoticeInput component for event type configuration
- Improved error messaging for time-restricted cancellations and reschedules

## 5.2.8

### Patch Changes
Expand Down Expand Up @@ -104,4 +123,4 @@
- Updated dependencies
- @calcom/[email protected]
- @calcom/[email protected]
- @calcom/[email protected]
- @calcom/[email protected]
Loading
Loading