v6.2.0
Added
- Enable onboarding-v3 globally
- Add configurable first page setting to companion
Fixed
- Show invite link settings modal when clicking edit invite link in team members view
- Preserve existing enabled state during seed in app-store
- Use randomString() for booking uid in slots e2e tests to avoid unique constraint flake
- Use random booking UIDs in api/v2 slots e2e tests to prevent test flakiness due to DB unique constraint
- Default icon size to 16px in createIcon wrapper and fix download button alignment
- Resolve signup watchlist review issues and auto-unlock on SIGNUP entry removal
- Display phone numbers and localized timezone in BookingDetailsSheet
- Prevent BookingDetailsSheet flicker when switching bookings
- Inline package.json descriptions in app-store _metadata.ts to fix Vitest RPC errors
- Preserve customReplyToEmail when hideOrganizerEmail is enabled
- Lazy-load companion iframe to avoid requests on every page visit
- Use maxLength parameter in truncateOnWord instead of hardcoded value
- Hide bookings opt-in banner on mobile viewport
- Correct hours-to-days conversion in convertToNewDurationType
What's Changed
- fix: show invite link settings modal when clicking edit invite link in team members view by @anikdhabal in https://github.com/calcom/cal.com/pull/27917
- fix: exclude test files from CODEOWNERS foundation approval by @hariombalhara in https://github.com/calcom/cal.com/pull/27919
- fix(app-store): preserve existing enabled state during seed by @devanshu0x in https://github.com/calcom/cal.com/pull/27918
- fix: use randomString() for booking uid in slots e2e tests to avoid unique constraint flake by @alishaz-polymath in https://github.com/calcom/cal.com/pull/27916
- fix: use random booking UIDs api/v2 slots e2e tests to prevent test flakiness due to DB unique constraint by @romitg2 in https://github.com/calcom/cal.com/pull/27902
- fix: add e2e-spec pattern to CODEOWNERS test file exclusions by @anikdhabal in https://github.com/calcom/cal.com/pull/27926
- fix: default icon size to 16px in createIcon wrapper and fix download button alignment by @eunjae-lee in https://github.com/calcom/cal.com/pull/27924
- fix: resolve signup watchlist review issues and auto-unlock on SIGNUP entry removal by @alishaz-polymath in https://github.com/calcom/cal.com/pull/27923
- fix: display phone numbers and localized timezone in BookingDetailsSheet by @eunjae-lee in https://github.com/calcom/cal.com/pull/27909
- feat: enable onboarding-v3 globally and update e2e tests by @sean-brydon in https://github.com/calcom/cal.com/pull/27922
- refactor: apply biome formatting to packages/sms, prisma, emails, lib by @eunjae-lee in https://github.com/calcom/cal.com/pull/27880
- fix: prevent BookingDetailsSheet flicker when switching bookings by @eunjae-lee in https://github.com/calcom/cal.com/pull/27894
- fix: inline package.json descriptions in app-store _metadata.ts to fix Vitest RPC errors by @emrysal in https://github.com/calcom/cal.com/pull/27931
- revert: onboarding v3 global by @sean-brydon in https://github.com/calcom/cal.com/pull/27933
- chore(deps): bump axios to 1.13.5 by @pedroccastro in https://github.com/calcom/cal.com/pull/27864
- feat(companion): add configurable first page setting by @dhairyashiil in https://github.com/calcom/cal.com/pull/27267
- revert: "revert (#27933)" for onboarding v3 gloablly by @sean-brydon in https://github.com/calcom/cal.com/pull/27938
- fix: preserve customReplyToEmail when hideOrganizerEmail is enabled by @anikdhabal in https://github.com/calcom/cal.com/pull/27941
- fix: lazy-load companion iframe to avoid requests on every page visit by @volnei in https://github.com/calcom/cal.com/pull/27946
- chore: update extension version to 1.7.6 by @dhairyashiil in https://github.com/calcom/cal.com/pull/27952
- fix: use maxLength parameter in
truncateOnWordinstead of hardcoded value by @AritraDey-Dev in https://github.com/calcom/cal.com/pull/27961 - fix: hide bookings opt-in banner on mobile viewport by @PeerRich in https://github.com/calcom/cal.com/pull/27965
- fix: Correct hours-to-days conversion in convertToNewDurationType by @AritraDey-Dev in https://github.com/calcom/cal.com/pull/27964
New Contributors
- @devanshu0x made their first contribution in https://github.com/calcom/cal.com/pull/27918
- @AritraDey-Dev made their first contribution in https://github.com/calcom/cal.com/pull/27961
Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.16...v6.2.0