Cal.com - Package Updates
-
[2.3.12]
- Update cal.com to 5.4.12
- Full Changelog
- fix: Unable to set custom class names under datePickerCustomClassNames in the Booker component by @parteekmalik in https://github.com/calcom/cal.com/pull/21670
- fix: atoms for local development by @supalarry in https://github.com/calcom/cal.com/pull/22178
- feat: adds timezone indicator on insights informing user that user se by @weknowyourgame in https://github.com/calcom/cal.com/pull/21568
- feat: enable stripe invoices for credit purchases by @CarinaWolli in https://github.com/calcom/cal.com/pull/22096
- fix: don't use unpublished org for credit usage by @CarinaWolli in https://github.com/calcom/cal.com/pull/22154
- revert: Process Base64 Avatar Image by @hbjORbj in https://github.com/calcom/cal.com/pull/22185
- feat: Use a separate project for Client Sentry by @hbjORbj in https://github.com/calcom/cal.com/pull/22183
- feat: add user context logging to request interceptor by @devin-ai-integration in https://github.com/calcom/cal.com/pull/22180
- fix: Can cancel an already cancelled booking through the API by @anikdhabal in https://github.com/calcom/cal.com/pull/22128
- fix: the custom icon at out of office empty view by @abhix4 in https://github.com/calcom/cal.com/pull/22208
-
[2.3.13]
- Update cal.com to 5.4.13
- Full Changelog
- fix: resolve race condition in ready-for-e2e label checking by @keithwillcode in https://github.com/calcom/cal.com/pull/22222
- fix: use triggering user's email/name in draft-release workflow by @zomars in https://github.com/calcom/cal.com/pull/22229
- fix: Don't default to ROUND_ROBIN as user bookings don't have it set by @hariombalhara in https://github.com/calcom/cal.com/pull/22210
- fix: Avoid
prerender
duplicate calls for same calLink that could arise with faulty implementation by @hariombalhara in https://github.com/calcom/cal.com/pull/21982 - perf: optimize filterRedundantDateRanges from O(n) to O(n log n) by @keithwillcode in https://github.com/calcom/cal.com/pull/22093
- fix: add explicit type annotation to CalComAdapter function by @devin-ai-integration in https://github.com/calcom/cal.com/pull/22230
- fix: atoms local dev by @supalarry in https://github.com/calcom/cal.com/pull/22240
- fix: add
formatPeriodFull
method for different date formatting in insights by @eunjae-lee in https://github.com/calcom/cal.com/pull/22202 - fix(ui): improve delete popup spacing on tablets and small screens by @manthansubhash01 in https://github.com/calcom/cal.com/pull/22042
- feat: add Video Options dropdown with meeting session details by @Udit-takkar in https://github.com/calcom/cal.com/pull/22147
-
[2.3.14]
- Update cal.com to 5.4.14
- Full Changelog
- perf: optimize google's getAvailability with caching by @zomars in https://github.com/calcom/cal.com/pull/22191
- perf: optimize date range intersection algorithm from O(n) to O(n log n) by @keithwillcode in https://github.com/calcom/cal.com/pull/22076
- fix: Duplicate calendar event when a guest is added by @anikdhabal in https://github.com/calcom/cal.com/pull/22247
- refactor: create team service by @Udit-takkar in https://github.com/calcom/cal.com/pull/22036
- feat: Waiting room setting for Zoom by @anikdhabal in https://github.com/calcom/cal.com/pull/22256
- refactor: filter out admins and owners from platform event types hosts by @supalarry in https://github.com/calcom/cal.com/pull/22258
- feat: Add routing-forms record response endpoint with available slots by @hariombalhara in https://github.com/calcom/cal.com/pull/22239
- fix: prevent footer from overlapping content in SearchDialog by @abhix4 in https://github.com/calcom/cal.com/pull/22266
- fix: Workflow scanning by @joeauyeung in https://github.com/calcom/cal.com/pull/22273
- refactor: replace Prisma.validator<Select>() with satisfies syntax by @devin-ai-integration in https://github.com/calcom/cal.com/pull/22270
-
[2.3.15]
- Update cal.com to 5.4.15
- Full Changelog
- feat: pbac core ui by @​sean-brydon in https://github.com/calcom/cal.com/pull/21471
-
[2.3.16]
- Update cal.com to 5.4.17
- Full Changelog
- feat: Self hosted onboarding by @sean-brydon in https://github.com/calcom/cal.com/pull/22102
- fix: allow enter key to create new list items in editor by @ddoemonn in https://github.com/calcom/cal.com/pull/22001
- feat: add race condition test for calendar-cache-serve booking flow by @zomars in https://github.com/calcom/cal.com/pull/22170
- fix: Add unique constraint to team and slug for attributes by @joeauyeung in https://github.com/calcom/cal.com/pull/22357
- fix: manage Seo index for embed page by @anikdhabal in https://github.com/calcom/cal.com/pull/22348
- fix: Can't scroll down on the payment page by @anikdhabal in https://github.com/calcom/cal.com/pull/22363
- fix: guests no show insights bug by @shaun-ak in https://github.com/calcom/cal.com/pull/22045
- fix: unit tests failing on destination calendar missing timestamps by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/22292
- fix: issue #9523 limited scroll range on mobile device by @fabiogaliano in https://github.com/calcom/cal.com/pull/21935
- fix: Changes to Managed Event Types Reset Assignee Availability by @romitg2 in https://github.com/calcom/cal.com/pull/21980
-
[2.3.17]
- Update cal.com to 5.4.19
- Full Changelog
- fix: use domain errors instead of trpc by @sean-brydon in https://github.com/calcom/cal.com/pull/22341
- fix: Move pbac to prisma from kysley by @sean-brydon in https://github.com/calcom/cal.com/pull/22318
- fix: Add new route to create team routing-form response by @hariombalhara in https://github.com/calcom/cal.com/pull/22347
- fix: Always return
cancellationReason
andcancelledByEmail
for cancelled bookings by @dhairyashiil in https://github.com/calcom/cal.com/pull/22082 - fix: improve layout in copy times popup by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/22368
- feat: remove unused x-cal-timezone header and middleware matcher by @keithwillcode in https://github.com/calcom/cal.com/pull/22398
- Revert "feat: add race condition test for calendar-cache-serve booking flow" by @zomars in https://github.com/calcom/cal.com/pull/22400
- revert: "fix: Add new route to create team routing-form response (#22 by @keithwillcode in https://github.com/calcom/cal.com/pull/22399
-
[2.3.18]
- Update cal.com to 5.4.20
- Full Changelog
- feat: add method for getting teamId permissions PBAC by @sean-brydon in https://github.com/calcom/cal.com/pull/22375
- fix: members page crash with pbac feature flag by @sean-brydon in https://github.com/calcom/cal.com/pull/22409
- feat: inject required repositories into AvailableSlotsService using dependency injection by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/22413
- feat: expose AvailabilitySettingsProps type in @calcom/atoms by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/22246
- fix: ESLint Plugin Loading Error with TypeScript 5.0+ Extends Arrays by @zomars in https://github.com/calcom/cal.com/pull/22402
- fix: e2e tests flakes by @anikdhabal in https://github.com/calcom/cal.com/pull/22415
- fix: validate Round Robin host availability in handleNewBooking by @CarinaWolli in https://github.com/calcom/cal.com/pull/22253
- feat: v2 bookings return rescheduledToUid by @supalarry in https://github.com/calcom/cal.com/pull/22289
- fix: ensure isBookingDryRun prop works for booking creation by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/22182
- perf: Tasker performance improvements by @emrysal in https://github.com/calcom/cal.com/pull/22395
-
[2.4.0]
- Update cal.com to 5.5.0
- Full Changelog
- test: Add e2e for prerendering headless router with attribute routing by @hariombalhara in https://github.com/calcom/cal.com/pull/22080
- fix: resolve unique constraint violations in listWithTeam integration test by @zomars in https://github.com/calcom/cal.com/pull/22493
- feat: convert InsightsBookingService to use Prisma.sql raw queries by @eunjae-lee in https://github.com/calcom/cal.com/pull/22345
-
[2.4.1]
- Update cal.com to 5.5.1
- Full Changelog
- fix: improve restriction schedule description by @CarinaWolli in https://github.com/calcom/cal.com/pull/22517
- feat: add setting to automatic start recording by @Udit-takkar in https://github.com/calcom/cal.com/pull/21853
- perf: remove one server fetch (me fetcher) in /teams by @hbjORbj in https://github.com/calcom/cal.com/pull/22444
- perf: caching + modularize data fetching for team booking pages by @hbjORbj in https://github.com/calcom/cal.com/pull/22172
- fix: Show the Stripe payment error message and change the status to 400 for charge card issues by @anikdhabal in https://github.com/calcom/cal.com/pull/22463
- fix: v2 dev by @supalarry in https://github.com/calcom/cal.com/pull/22552
- fix: eliminate flaky E2E tests by adding proper test isolation by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/22488
- revert: "refactor: filter out admins and owners from platform event types hosts" by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/22325
- feat: add drop off funnel chart for /insights/routing by @eunjae-lee in https://github.com/calcom/cal.com/pull/22106
- perf: Remove isAfter/isBefore in date-ranges:subtract by @emrysal in https://github.com/calcom/cal.com/pull/22549
-
[2.4.2]
- Update cal.com to 5.5.2
- Full Changelog
- fix: Add new route to create team routing-form response again(after revert earlier) by @hariombalhara in https://github.com/calcom/cal.com/pull/22407
- fix: Use
WEBAPP_URL
for org members new tab by @joeauyeung in https://github.com/calcom/cal.com/pull/22568 - fix: v2 managed event type creation hosts by @supalarry in https://github.com/calcom/cal.com/pull/22584
- fix: don't schedule reminder from the past by @CarinaWolli in https://github.com/calcom/cal.com/pull/22353
- fix: update styles of charts on /insights by @eunjae-lee in https://github.com/calcom/cal.com/pull/22557
- feat: make Salesforce WriteToObjectSettings entries editable with save/cancel functionality by @joeauyeung in https://github.com/calcom/cal.com/pull/22440
- fix: Create new Daily room if original expired during past booking reschedule by @anikdhabal in https://github.com/calcom/cal.com/pull/22591
- fix: add missing ref parameter to SatSymbol forwardRef component by @eunjae-lee in https://github.com/calcom/cal.com/pull/22274
- fix: Create
RoutingFormResponseService
to get field value from identifier by @joeauyeung in https://github.com/calcom/cal.com/pull/22396 - perf: Faster logic by preventing instanceof Dayjs in slots.ts by @emrysal in https://github.com/calcom/cal.com/pull/22590