Cal.com - Package Updates
-
[2.4.11]
- Update cal.com to 5.5.11
- Full Changelog
- fix: Missing bookingId in BOOKING_CANCELLED webhook payload by @hariombalhara in https://github.com/calcom/cal.com/pull/22713
- fix: refactor i18n
loadTranslations
and set timeout to 3s by @hbjORbj in https://github.com/calcom/cal.com/pull/22633 - fix: store attendee phone number on instant booking by @anikdhabal in https://github.com/calcom/cal.com/pull/22823
- fix: support safe HTML for radio field labels in FormBuilder by @iamashishxo in https://github.com/calcom/cal.com/pull/22645
- fix: minor UI improvements for end of month design by @CarinaWolli in https://github.com/calcom/cal.com/pull/22837
- fix: refactor i18n
loadTranslations
and set timeout to 3s by @hbjORbj in https://github.com/calcom/cal.com/pull/22878 - fix: build docs workflow failing in ci by @anikdhabal in https://github.com/calcom/cal.com/pull/22883
- fix: enable auto recording for organizer is not working for cal ivdeo by @anikdhabal in https://github.com/calcom/cal.com/pull/22882
- refactor: add useInsightsRoutingParameters() for InsightsRoutingService by @eunjae-lee in https://github.com/calcom/cal.com/pull/22792
- feat: add booking status filter to /insights by @eunjae-lee in https://github.com/calcom/cal.com/pull/22842
-
[2.4.12]
- Update cal.com to 5.5.12
- Full Changelog
- feat: add cron job to cleanup old queued form responses by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/22035
- revert: eslint-config-next to v13.2.1 by @eunjae-lee in https://github.com/calcom/cal.com/pull/22903
- feat: Sync timezone for users having delegation credentials for google/outlook by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/22904
-
[2.4.13]
- Update cal.com to 5.5.14
- Full Changelog
- fix: OG image error from custom fonts not being supported by @hbjORbj in https://github.com/calcom/cal.com/pull/22916
- fix: fix position of plain support button by @PeerRich in https://github.com/calcom/cal.com/pull/22937
- fix: fixed the estonian language on confirmation page by @sahitya-chandra in https://github.com/calcom/cal.com/pull/22936
- fix: persist team filter across tab switches by @Pallava-Joshi in https://github.com/calcom/cal.com/pull/22892
- fix: BTCPayServer App - fixes #22928 by @leesalminen in https://github.com/calcom/cal.com/pull/22933
- feat: rename cal.ai to transcribe by @SinghaAnirban005 in https://github.com/calcom/cal.com/pull/22940
- feat: add callback for handleFormSubmit in EventType and AvailabilitySettings atoms by @SomayChauhan in https://github.com/calcom/cal.com/pull/22911
- fix: booker embed by @SomayChauhan in https://github.com/calcom/cal.com/pull/22898
- fix: contact support button overlap by @bandhan-majumder in https://github.com/calcom/cal.com/pull/22952
- fix: SCIM group events - compare membership with teamId by @joeauyeung in https://github.com/calcom/cal.com/pull/22957
-
[2.4.14]
- Update cal.com to 5.5.15
- Full Changelog
- fix: apply PBAC to routing form CRUD by @eunjae-lee in https://github.com/calcom/cal.com/pull/22859
- feat: filter embed query params from booking success redirects by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/22028
- fix: Hotfix missing schema, out of sync with migrations by @emrysal in https://github.com/calcom/cal.com/pull/22977
- fix: slugify event slug in duplicate dialog by @anikdhabal in https://github.com/calcom/cal.com/pull/22983
- feat: cal ai self serve architecture #1 by @Udit-takkar in https://github.com/calcom/cal.com/pull/22919
- fix: text wrap on /conference by @SinghaAnirban005 in https://github.com/calcom/cal.com/pull/22864
- fix: typo in env var name in log message by @lucasra1 in https://github.com/calcom/cal.com/pull/22987
- fix: MSTeams not created as online meetings by @vijayraghav-io in https://github.com/calcom/cal.com/pull/21377
- perf: optimize app registry performance with caching by @anikdhabal in https://github.com/calcom/cal.com/pull/22632
- feat: allow inserting webhook variables into custom payload template by @keerthikumanduri in https://github.com/calcom/cal.com/pull/22835
-
[2.4.15]
- Update cal.com to 5.5.16
- Full Changelog
- refactor: convert findQualifiedHostsWithDelegationCredentials to service class with DI by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/22974
- feat: atoms e2e tests by @supalarry in https://github.com/calcom/cal.com/pull/22926
- fix: resolve credential mismatch in round robin reschedule causing 404 errors by @anikdhabal in https://github.com/calcom/cal.com/pull/22993
- fix: ensure seated event reschedules send proper reschedule emails by @anikdhabal in https://github.com/calcom/cal.com/pull/22849
- fix: false 500s from
/api/book/event
by @hbjORbj in https://github.com/calcom/cal.com/pull/23001 - feat: add conditional todesktop class to html element by @PeerRich in https://github.com/calcom/cal.com/pull/22985
- refactor: move isRestrictionScheduleEnabled into AvailableSlotsService with DI by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/23015
- fix: Org Redirect in SINGLE ORG Mode by @hariombalhara in https://github.com/calcom/cal.com/pull/23009
- feat: more atoms styles by @supalarry in https://github.com/calcom/cal.com/pull/22976
- fix: unauthorized trpc error in /getting-started page by @hbjORbj in https://github.com/calcom/cal.com/pull/23040
-
[2.4.16]
- Update cal.com to 5.5.17
- Full Changelog
-
[2.4.17]
- Update cal.com to 5.5.18
- Full Changelog
-
[2.5.0]
- Update cal.com to 5.6.0
- Full Changelog
- feat: add dry run events for SDK (dryRunBookingSuccessfulV2 and dryRunRescheduleBookingSuccessfulV2) by @hariombalhara in https://github.com/calcom/cal.com/pull/23072
- refactor: convert handleNotificationWhenNoSlots to service class with DI by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/23055
-
[2.5.1]
- Update cal.com to 5.6.1
- Full Changelog
- fix: multiple booking duration isn't working by @anikdhabal in https://github.com/calcom/cal.com/pull/23140
- perf: use promise.all in /apps/installed by @hbjORbj in https://github.com/calcom/cal.com/pull/23146
- fix: Add cal.eu to
IS_CALCOM
by @joeauyeung in https://github.com/calcom/cal.com/pull/23111 - fix: show temporarily out-of-office message on all screen sizes by @ChinmayOnGithub in https://github.com/calcom/cal.com/pull/23130
- fix: Consistently remove a member from organization/sub-team/team - through all the APIs and webapp actions by @hariombalhara in https://github.com/calcom/cal.com/pull/22806
- fix: redirect to existing payment session on paid booking retry by @anikdhabal in https://github.com/calcom/cal.com/pull/23096
- fix: api v2 workflow controller trigger validation by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/23159
- fix: team admin/owner can't change others member role by @anikdhabal in https://github.com/calcom/cal.com/pull/23161
- refactor: rename insights routing service files by @eunjae-lee in https://github.com/calcom/cal.com/pull/22917
-
[2.5.2]
- Update cal.com to 5.6.2
- Full Changelog
- fix: fixed scroll issue while configuring workflow by @ShashwatPS in https://github.com/calcom/cal.com/pull/23142
- feat: v2 api hidden event types by @RadheyMugdal in https://github.com/calcom/cal.com/pull/22715
- fix: Managed event types - children inherit team's appearance settings by @joeauyeung in https://github.com/calcom/cal.com/pull/23116
- fix: allow org admin to accept/reject booking by @supalarry in https://github.com/calcom/cal.com/pull/23164
- fix: error when opening date override input dialog by @anikdhabal in https://github.com/calcom/cal.com/pull/23182
- perf: og image caching v1 by @hbjORbj in https://github.com/calcom/cal.com/pull/23180
- fix: correct impossible logical condition Office365CalendarService by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/23185
- fix: Availability atom handleFormSubmit callbacks not triggering by @SomayChauhan in https://github.com/calcom/cal.com/pull/23174
- feat: hide member filter for users with only MEMBER role by @eunjae-lee in https://github.com/calcom/cal.com/pull/23097
- fix: get organization bookings bookingUid parameter by @supalarry in https://github.com/calcom/cal.com/pull/23186
-
[2.5.3]
- Update cal.com to 5.6.3
- Full Changelog
- perf: Only apply autoprefixer in production by @timneutkens in https://github.com/calcom/cal.com/pull/23168
- perf: Only run Sentry in production by @timneutkens in https://github.com/calcom/cal.com/pull/23167
- fix: Add missing CSS variable for switch component accent color by @Vansh5632 in https://github.com/calcom/cal.com/pull/23129
- refactor: remove highperf endpoints by @volnei in https://github.com/calcom/cal.com/pull/23171
- fix: duplicate event created on attendee calendar due to wrong icalUid by @anikdhabal in https://github.com/calcom/cal.com/pull/23216
- fix: addOnLeading text field caret cropping by @vitormrmonteiro in https://github.com/calcom/cal.com/pull/23225
-
[2.5.4]
- Update cal.com to 5.6.4
- Full Changelog
- fix: Add guests via URL param even if field is hidden by @joeauyeung in https://github.com/calcom/cal.com/pull/23229
- fix:
onBookerStateChange
prop forBooker
atom by @Ryukemeister in https://github.com/calcom/cal.com/pull/23213 - feat: add organizer.id to the BOOKING_CREATED webhook for requires confirmation event bookings by @SomayChauhan in https://github.com/calcom/cal.com/pull/23245
- feat: add hideEventMetadata prop by @SomayChauhan in https://github.com/calcom/cal.com/pull/23211
- feat: add attendee filters to /insights/routing (+ use RoutingFormResponseDenormalized) by @eunjae-lee in https://github.com/calcom/cal.com/pull/21297
- feat: update global feature flag to team feature flag for team booking page cache by @hbjORbj in https://github.com/calcom/cal.com/pull/23154
- feat: multi Select for "Event Type" in Insights by @ShashwatPS in https://github.com/calcom/cal.com/pull/23173
- fix: Event attendees are not showing in the calendar when hideOrganizerEmail is true by @anikdhabal in https://github.com/calcom/cal.com/pull/23255
- fix: POST v2/bookings - recurrenceCount (with eventType reoccuring enabled) causes lengthInMinutes to be ignored by @romitg2 in https://github.com/calcom/cal.com/pull/23023
- feat: add send & verify code flow to booker atom when email verification is turned on by @SomayChauhan in https://github.com/calcom/cal.com/pull/23074
-
[2.5.5]
- Update cal.com to 5.6.5
- Full Changelog
- fix: truncated droplist in reroute booking by @bandhan-majumder in https://github.com/calcom/cal.com/pull/23263
- feat: implement system filter segments for data tables by @eunjae-lee in https://github.com/calcom/cal.com/pull/22939
- fix: Use Memberships with OWNER role for platform owner lookup by @sahitya-chandra in https://github.com/calcom/cal.com/pull/22475
- fix: Manual RR reassign location change - Cal Video/Zoom/GoogleMeet to Zoom/Google Meet/Cal Video by @hariombalhara in https://github.com/calcom/cal.com/pull/22840
- feat: authentication secured event types by @supalarry in https://github.com/calcom/cal.com/pull/23217
- refactor: run atoms e2e when e2e label added by @supalarry in https://github.com/calcom/cal.com/pull/23281
- feat: Add custom label for organizer default app and link meeting by @joeauyeung in https://github.com/calcom/cal.com/pull/23114
- feat: add E2E test to prevent duplicate schedule API calls by @keithwillcode in https://github.com/calcom/cal.com/pull/23232
- perf: Improve memory cache on build by @volnei in https://github.com/calcom/cal.com/pull/23286
-
[2.5.6]
- Update cal.com to 5.6.7
- Full Changelog
- perf: Move runtime redirects to build-time redirects in next.config.js by @hbjORbj in https://github.com/calcom/cal.com/pull/23325
- revert: "fix: remove fallback permssions on organization Id. (#22769)" by @sean-brydon in https://github.com/calcom/cal.com/pull/23013
- fix: Skip trial button visibility by @anikdhabal in https://github.com/calcom/cal.com/pull/23034
- fix: auto-open filter dropdown after adding a new filter by @hemantmm in https://github.com/calcom/cal.com/pull/23330
- perf: implement quick app store loading optimizations by @keithwillcode in https://github.com/calcom/cal.com/pull/22450
- fix: team metadata restriction for subscription by @anikdhabal in https://github.com/calcom/cal.com/pull/23327
- fix: update e2e tests for event types by @Ryukemeister in https://github.com/calcom/cal.com/pull/23322
- fix: remove TypeScript path mapping and standardize @calcom/ui imports by @hbjORbj in https://github.com/calcom/cal.com/pull/23359
- feat: add self-hosted to ignored labels in team labeler workflow by @keithwillcode in https://github.com/calcom/cal.com/pull/23373
- perf: optimize analytics app imports to avoid loading entire app store by @keithwillcode in https://github.com/calcom/cal.com/pull/23372
-
[2.5.7]
- Update cal.com to 5.6.8
- Full Changelog
- fix: Role not getting updated immediately in edit profile modal by @asadath1395 in https://github.com/calcom/cal.com/pull/23236
- refactor: extract PanelCard from ChartCard for reusability by @eunjae-lee in https://github.com/calcom/cal.com/pull/23360
- feat: replace window.todesktop with official @todesktop/client-core package by @PeerRich in https://github.com/calcom/cal.com/pull/23354
- fix: replace
useTranslation
withuseLocale
inAppCard
component by @zhyd1997 in https://github.com/calcom/cal.com/pull/23379 - perf: use promise all when possible in RSCs by @hbjORbj in https://github.com/calcom/cal.com/pull/23384
- refactor: extract rating values and emojis into reusable constants by @eunjae-lee in https://github.com/calcom/cal.com/pull/23340
- fix: dutch appearing in booking field name by @supalarry in https://github.com/calcom/cal.com/pull/23364
- fix: platform confirmed/declined meeting attendee reschedule email url by @supalarry in https://github.com/calcom/cal.com/pull/23335
- feat: add paid, userEmail, userName, and rating filters to insights page by @eunjae-lee in https://github.com/calcom/cal.com/pull/23299
- feat: update translations via @LingoDotDev by @calcom-bot in https://github.com/calcom/cal.com/pull/22894