Cal.com - Package Updates
-
[1.17.6]
- Update cal.com to 5.0.13
- Full Changelog
- refactor: Remove intervalLimits from @calcom/lib and export directly by @emrysal in https://github.com/calcom/cal.com/pull/19710
- feat: add booking id & booking link columns to /insights/routing by @eunjae-lee in https://github.com/calcom/cal.com/pull/19697
- fix: prevent background scroll on opening timezone select menu by @suraj719 in https://github.com/calcom/cal.com/pull/19789
- feat: display country code from IP by @Udit-takkar in https://github.com/calcom/cal.com/pull/19788
- fix: invalid access token bug for v2 bookings controller by @Ryukemeister in https://github.com/calcom/cal.com/pull/19793
- refactor: Salesforce - account query based on website by @joeauyeung in https://github.com/calcom/cal.com/pull/19799
- fix: api v2 create event-type with delegation credentials by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/19797
- @suraj719 made their first contribution in https://github.com/calcom/cal.com/pull/19789
-
[1.17.7]
- Update cal.com to 5.0.14
- Full Changelog
- docs: update SAML guide by @alishaz-polymath in https://github.com/calcom/cal.com/pull/19778
- docs: Update README to include NODE_OPTIONS script by @retrogtx in https://github.com/calcom/cal.com/pull/19815
- fix: dry run improvements for v2 by @Ryukemeister in https://github.com/calcom/cal.com/pull/19196
- fix: fixes the crash when empty
usersorhostsarray is passed to _getDelegationCredentialsMapPerUser by @hariombalhara in https://github.com/calcom/cal.com/pull/19834 - fix: Cannot Read properties of undefined reading ('id') by @harshit078 in https://github.com/calcom/cal.com/pull/19810
- revert: "fix: prevent background scroll on opening timezone select menu" by @anikdhabal in https://github.com/calcom/cal.com/pull/19814
- fix: Calendar events attached to workflow emails are missing meeting url by @anikdhabal in https://github.com/calcom/cal.com/pull/19790
- feat: team ooo read-only for non-admin by @vijayraghav-io in https://github.com/calcom/cal.com/pull/19700
- fix: calcom UI circle dep by @sean-brydon in https://github.com/calcom/cal.com/pull/19839
- fix: date range on /bookings by @eunjae-lee in https://github.com/calcom/cal.com/pull/19785
- fix: failing tests during DST transition by @vijayraghav-io in https://github.com/calcom/cal.com/pull/19862
- feat: no-show confirmation does not pop up for single attendee by @retrogtx in https://github.com/calcom/cal.com/pull/19806
- fix: Admin orgs listing crash by @hariombalhara in https://github.com/calcom/cal.com/pull/19825
- fix: Typo in Email Address by @suyash5053 in https://github.com/calcom/cal.com/pull/19879
- fix: playwright typos by @luzpaz in https://github.com/calcom/cal.com/pull/19794
- refactor: extract slots from libraries barrel file by @Ryukemeister in https://github.com/calcom/cal.com/pull/19895
- fix: profile to user repository circle dependancy by @sean-brydon in https://github.com/calcom/cal.com/pull/19892
- fix: calcom trpc circle deps slots handlers by @sean-brydon in https://github.com/calcom/cal.com/pull/19896
- fix: add documentaion to
blockUnconfirmedBookingsInBookerby @SomayChauhan in https://github.com/calcom/cal.com/pull/19894 - fix: platform libraries barrel file extract event-types by @SomayChauhan in https://github.com/calcom/cal.com/pull/19846
- refactor: circular dependencies platform packages by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/19903
- perf: Reduce imports by moving bookings zod out of utils by @keithwillcode in https://github.com/calcom/cal.com/pull/19869
- feat: update platform onboarding docs by @Ryukemeister in https://github.com/calcom/cal.com/pull/17941
- fix: add badge for disabled workflow actions and templates in trial mode by @CarinaWolli in https://github.com/calcom/cal.com/pull/19675
- fix: removed rounded top corners on webhook form by @avnish100 in https://github.com/calcom/cal.com/pull/19905
- fix: update filter styles on org member list by @eunjae-lee in https://github.com/calcom/cal.com/pull/19918
- feat: round robin reset interval for teams by @CarinaWolli in https://github.com/calcom/cal.com/pull/19441
- fix: duplicate value found in common.json error by @retrogtx in https://github.com/calcom/cal.com/pull/19693
- feat: update translations via @lingodotdev by @calcom-bot in https://github.com/calcom/cal.com/pull/19927
- @Bashamega made their first contribution in https://github.com/calcom/cal.com/pull/19867
- @avnish100 made their first contribution in https://github.com/calcom/cal.com/pull/19905
-
[1.17.8]
- Update cal.com to 5.0.17
- Full Changelog
- fix: catch error for getOwnerId with invalid token by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/19949
- fix: correct translation key for host and attendee emails by @retrogtx in https://github.com/calcom/cal.com/pull/19962
- fix: update wrong oauth tests and parseRequestData util by @hbjORbj in https://github.com/calcom/cal.com/pull/19958
- feat: calendar-links API by @hariombalhara in https://github.com/calcom/cal.com/pull/19777
- feat: v2 get managed users by email by @supalarry in https://github.com/calcom/cal.com/pull/19526
- fix: v2 team metadata by @supalarry in https://github.com/calcom/cal.com/pull/19939
- fix: do not export client components directly from RSC by @hbjORbj in https://github.com/calcom/cal.com/pull/19971
- fix: apply standard pagination to /insights/routing by @eunjae-lee in https://github.com/calcom/cal.com/pull/19950
- fix: v2 rescheduled booking with confirmation by @supalarry in https://github.com/calcom/cal.com/pull/19833
- refactor: extract schedules from libraries barrel file by @Ryukemeister in https://github.com/calcom/cal.com/pull/19838
- fix: broken metadata import from platform/types by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/19986
- fix: mobile-view by @TusharBhatt1 in https://github.com/calcom/cal.com/pull/19928
- feat: sound on browser push notification by @Udit-takkar in https://github.com/calcom/cal.com/pull/18548
- fix: handle both json and form data correctly in POST methods by @hbjORbj in https://github.com/calcom/cal.com/pull/19930
- fix: extracted
app-storeandDWDplatform-libraries imports to a/app-storebarrel file by @SomayChauhan in https://github.com/calcom/cal.com/pull/19938 - feat: implement standard pagination for org member list by @eunjae-lee in https://github.com/calcom/cal.com/pull/19802
- refactor: extract emails from libraries barrel file by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/19836
- test: managed org creator profiles by @supalarry in https://github.com/calcom/cal.com/pull/19944
- perf: Remove dayjs import from main constants.ts file by @keithwillcode in https://github.com/calcom/cal.com/pull/19644
-
[1.17.9]
- Update cal.com to 5.0.18
- Full Changelog
- feat: add sentry report wrapper to every api route in appDir by @hbjORbj in https://github.com/calcom/cal.com/pull/19966
- feat: update translations via @lingodotdev by @calcom-bot in https://github.com/calcom/cal.com/pull/19992
- fix: importing from @calcom/emails exposed daily-video api route to client code by @hbjORbj in https://github.com/calcom/cal.com/pull/19994
-
[1.17.10]
- Update cal.com to 5.0.19
- Full Changelog
- fix: push notification page UI by @Udit-takkar in https://github.com/calcom/cal.com/pull/19999
- fix: add improved logging and decrease ttl by @sean-brydon in https://github.com/calcom/cal.com/pull/19979
- fix: avatar sentry errors by @sean-brydon in https://github.com/calcom/cal.com/pull/20005
- fix: remove Trans component by @Udit-takkar in https://github.com/calcom/cal.com/pull/20008
- refactor: v2 booking locations by @supalarry in https://github.com/calcom/cal.com/pull/19613
- fix: fixes extra span causing issues in seated event display by @sean-brydon in https://github.com/calcom/cal.com/pull/20004
- docs: v2 reschedule and cancel booking by @supalarry in https://github.com/calcom/cal.com/pull/20011
- fix: api-v2 libraries/app-store missing tsconfig by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/20006
- fix: round robin locale err by @retrogtx in https://github.com/calcom/cal.com/pull/20024
- fix: no-meeting-found is exporting client component from RSC by @hbjORbj in https://github.com/calcom/cal.com/pull/20027
- fix: hide slot unavailable message for instant meetings by @Udit-takkar in https://github.com/calcom/cal.com/pull/20002
-
[1.18.0]
- Base image 5.0.0
-
[2.0.0]
- API v2 endpoint implemented
- This update requires to set a api endpoint (sub)domain
-
[2.0.1]
- Ensure calcom can rebuild the api docs when requsts hit the api endpoints
-
[2.0.2]
- Update cal.com to 5.1.19
- Full Changelog
- fix: use correct organizer info when admin accepts team booking requiring confirmation by @anikdhabal in https://github.com/calcom/cal.com/pull/20612
- fix: full page reload on routing forms by @sean-brydon in https://github.com/calcom/cal.com/pull/20625
- fix: separate Filter Segment implementation from DataTableProvider by @eunjae-lee in https://github.com/calcom/cal.com/pull/20587
- feat: move workflow emails to smtp by @CarinaWolli in https://github.com/calcom/cal.com/pull/20293
- feat: added rescheduled UI to Booking page and Booking Listing page by @krakenftw in https://github.com/calcom/cal.com/pull/20401
-
[2.0.3]
- Update cal.com to 5.1.20
- Full Changelog
- feat: auto turn on overlay calendar while loggedin by @TusharBhatt1 in https://github.com/calcom/cal.com/pull/20610
- feat: Removed offset start times feature from UI by @avnish100 in https://github.com/calcom/cal.com/pull/20634
- feat: display year for bookings in different years by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20647
- fix: flaky ooo e2e test by @vijayraghav-io in https://github.com/calcom/cal.com/pull/20649
-
[2.0.4]
- Update cal.com to 5.1.21
- Full Changelog
- feat: add organization routing forms endpoints [v2] by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20580
- fix: updatedAt routing form response migration by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/20660
- fix: convert SVG avatar into PNG on save and serve by @zomars in https://github.com/calcom/cal.com/pull/20654
- fix: Broken API docs by @keithwillcode in https://github.com/calcom/cal.com/pull/20664
- fix: ensure only top tip has focusable elements by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20661
- revert: "fix: Broken API docs (#20664)" by @keithwillcode in https://github.com/calcom/cal.com/pull/20667
- fix: App installation option at the team level by @anikdhabal in https://github.com/calcom/cal.com/pull/20666
- perf: make
useLocalehook to use server-fetched i18n if in App router context by @hbjORbj in https://github.com/calcom/cal.com/pull/20597 - fix: location input value in custom event name by @anikdhabal in https://github.com/calcom/cal.com/pull/20619
- fix: replace hard-coded strings with translation keys for internationalization by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20672
-
[2.1.0]
- Update cal.com to 5.2.0
- Full Changelog
- fix: Revert "fix: Make event type title visible in mobile view ( by @hbjORbj in https://github.com/calcom/cal.com/pull/20695
- fix: recalculate date range from filter segments by @eunjae-lee in https://github.com/calcom/cal.com/pull/20633
- fix: uneven toggle ui on availability page by @retrogtx in https://github.com/calcom/cal.com/pull/20701
- fix: made text dependent on host's refund policy by conditionally rendering text. by @romitg2 in https://github.com/calcom/cal.com/pull/20572
-
[2.1.1]
- Update cal.com to 5.2.1
- Full Changelog
- refactor: required booking fields message by @supalarry in https://github.com/calcom/cal.com/pull/20688
- feat: dry run behaviour for
CalendarSettingsatom by @Ryukemeister in https://github.com/calcom/cal.com/pull/20690 - feat: dry run behaviour for event type atoms by @Ryukemeister in https://github.com/calcom/cal.com/pull/20689
- feat: dry run behaviour for
AvailabilitySettingsatom by @Ryukemeister in https://github.com/calcom/cal.com/pull/20686 - feat: dry run behaviour for connect atoms by @Ryukemeister in https://github.com/calcom/cal.com/pull/20699
- feat: Redirect to original event link for rescheduling cancelled booking by @kart1ka in https://github.com/calcom/cal.com/pull/18605
- fix: Improves dialog window that appears when there is no availability in a month. Adding a description to clarify limits when rolling or range period types are in use. by @shawnCaza in https://github.com/calcom/cal.com/pull/20451
- feat: email workflow templates translation by @giripatel in https://github.com/calcom/cal.com/pull/20674
- fix: make padding equal on availability toggle by @retrogtx in https://github.com/calcom/cal.com/pull/20708
- feat: placeholder component for user dropdown to remove layout shift by @hbjORbj in https://github.com/calcom/cal.com/pull/20696
-
[2.1.2]
- Update cal.com to 5.2.2
- Full Changelog
- fix: disable Google Translate from HTML by @hbjORbj in https://github.com/calcom/cal.com/pull/20738
- fix: buggy skeleton rendering for month view by @retrogtx in https://github.com/calcom/cal.com/pull/20744
- fix: Wrong schedule ID set for child managed event by @anikdhabal in https://github.com/calcom/cal.com/pull/20745
- feat: v2 book team events using teamSlug & eventTypeSlug by @supalarry in https://github.com/calcom/cal.com/pull/20585
- fix: failing e2e test by @anikdhabal in https://github.com/calcom/cal.com/pull/20751
- feat: filter users by assigned attribute options [v2] by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/20659
- fix: Admin/owner unable to confirm managed bookings by @anikdhabal in https://github.com/calcom/cal.com/pull/20743
- fix: return react fragment from all layout.tsx by @hbjORbj in https://github.com/calcom/cal.com/pull/20737
- feat: add guards to stripe teams controller by @SomayChauhan in https://github.com/calcom/cal.com/pull/20540
-
[2.1.3]
- Update cal.com to 5.2.3
- Full Changelog
- perf: slim down middleware matcher by @hbjORbj in https://github.com/calcom/cal.com/pull/20735
- feat: Write UTM params to Salesforce by @joeauyeung in https://github.com/calcom/cal.com/pull/20759
- fix: offer seats feature is broken by @anikdhabal in https://github.com/calcom/cal.com/pull/20758
- fix: Remove trailing } from utm param by @joeauyeung in https://github.com/calcom/cal.com/pull/20763
- fix: only managed users assignable to managed team event by @supalarry in https://github.com/calcom/cal.com/pull/20754
- feat: make skeleton for booking embed accurate by @retrogtx in https://github.com/calcom/cal.com/pull/20765
- fix: calendar connect atoms by @supalarry in https://github.com/calcom/cal.com/pull/20766
- fix: header overlaps in month view on short viewport by @evan-liu in https://github.com/calcom/cal.com/pull/20749
- fix: 404 for embed.js in single domain-single org self hosting setup by @hariombalhara in https://github.com/calcom/cal.com/pull/20120
- fix: v2 Sentry errors by @supalarry in https://github.com/calcom/cal.com/pull/20788
-
[2.1.4]
- Update cal.com to 5.2.4
- Full Changelog
- fix: Convert an error in webhook to info by @hariombalhara in https://github.com/calcom/cal.com/pull/20806
- feat: add "React (Atom)" to embed generator and rename rest by @retrogtx in https://github.com/calcom/cal.com/pull/20618
- fix: api v2 license check by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/20813
- feat: update DeleteSegmentDialog to use ConfirmationDialogContent CAL-5399 by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20820
- feat: open dropdown right after adding a filter by @eunjae-lee in https://github.com/calcom/cal.com/pull/20819
- fix: remove window usage in not-found client by @hbjORbj in https://github.com/calcom/cal.com/pull/20822
- fix: user is already part of a team by @Ryukemeister in https://github.com/calcom/cal.com/pull/20774
- feat: Optout of SMS workflows by @joeauyeung in https://github.com/calcom/cal.com/pull/20769
-
[2.1.5]
- Update cal.com to 5.2.5
- Full Changelog
- fix: caching for sprite.svg by @vijayraghav-io in https://github.com/calcom/cal.com/pull/20832
- fix: platform org members cannot access their public booking page by @supalarry in https://github.com/calcom/cal.com/pull/20821
- refactor: Returns 400 error for ZodErrors by @zomars in https://github.com/calcom/cal.com/pull/20831
- fix: eventType filter on /insights by @eunjae-lee in https://github.com/calcom/cal.com/pull/20823
- feat: custom reply To Email by @anikdhabal in https://github.com/calcom/cal.com/pull/20771
- feat(insights): add progress indicator to download button on /insights and /insights/routing (CAL-5408) by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20631
- perf: SSR for /teams by @hbjORbj in https://github.com/calcom/cal.com/pull/20824
- perf: SSR - /availablilty/[schedule] by @hbjORbj in https://github.com/calcom/cal.com/pull/20829
- fix: getBookings max 1 month in the past when no date filters specified by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/20911
-
[2.1.6]
- Update cal.com to 5.2.6
- Full Changelog
- fix: Docs for deleting reserved slot by @keithwillcode in https://github.com/calcom/cal.com/pull/20922
- feat: ability to hide organizer email by @anikdhabal in https://github.com/calcom/cal.com/pull/20782
- perf: Slim down trpc queries in Settings Layout by @hbjORbj in https://github.com/calcom/cal.com/pull/20918
- perf: settings to main page transition from back button by @hbjORbj in https://github.com/calcom/cal.com/pull/20920
- perf: SSR for /settings/organizations/teams/other by @hbjORbj in https://github.com/calcom/cal.com/pull/20927
- refactor: v2 automatic team slugs by @supalarry in https://github.com/calcom/cal.com/pull/20897
- feat: add loading.tsx for /apps main page by @hbjORbj in https://github.com/calcom/cal.com/pull/20924
- perf: server-side fetching for /availability by @hbjORbj in https://github.com/calcom/cal.com/pull/20804
- fix: Include ordered attendees in booking select query by @anikdhabal in https://github.com/calcom/cal.com/pull/20935
-
[2.1.7]
- Update cal.com to 5.2.7
- Full Changelog
- feat: add membership creation date to Organization Member List table (CAL-5406) by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20595
- fix: Offset is required but not passed everywhere, default to zero. by @emrysal in https://github.com/calcom/cal.com/pull/20917
- fix: exclude email from replyTo by @anikdhabal in https://github.com/calcom/cal.com/pull/20953
- fix: Added orderBy in the correct place by @anikdhabal in https://github.com/calcom/cal.com/pull/20959
- fix: double end-date parsing when saving availability by @zomars in https://github.com/calcom/cal.com/pull/20963
- fix: Don't delete Cal video room upon requesting reschedule by @alishaz-polymath in https://github.com/calcom/cal.com/pull/20969
- fix: dont persist last booking response, temporarily by @hariombalhara in https://github.com/calcom/cal.com/pull/20975
- perf: Improve performance of period limits by @emrysal in https://github.com/calcom/cal.com/pull/20974
- revert: "feat: add membership creation date to Organization Member List table (CAL-5406) by @keithwillcode in https://github.com/calcom/cal.com/pull/20978
- perf: Add credentialId index to selectedCalendar by @keithwillcode in https://github.com/calcom/cal.com/pull/20979
-
[2.1.8]
- Update cal.com to 5.2.8
- Full Changelog
- fix: Handle acme.cal.local root path by @hariombalhara in https://github.com/calcom/cal.com/pull/20981
- fix: broken attendee sms by @alishaz-polymath in https://github.com/calcom/cal.com/pull/20985
- fix: Do not retrieve already persisted
lastBookingResponseby @hariombalhara in https://github.com/calcom/cal.com/pull/20982 - perf: Remove data fetching in metadata for non-booking pages by @hbjORbj in https://github.com/calcom/cal.com/pull/20734
- fix: Remove 30 seats minimum text from organization setup page by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20983
- fix: few event details not populated in hubspot by @anikdhabal in https://github.com/calcom/cal.com/pull/20987
- fix: cancel platform subscription on dashboard by @Ryukemeister in https://github.com/calcom/cal.com/pull/20787
- feat: added
hideOrganizerEmailto api/v2/event-types by @SomayChauhan in https://github.com/calcom/cal.com/pull/21005 - fix: Skip already completed org onboarding, as webhook request can come when invoice is paid again next month by @hariombalhara in https://github.com/calcom/cal.com/pull/20984
- fix: text encoding bug by @anikdhabal in https://github.com/calcom/cal.com/pull/17923
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login