v6.2.0
gitroomhq/postiz-appv6.2.0Mar 1, 2026by cal-com-ci[bot]
AI Summary
This release focuses on UI refinements, bug fixes for booking details sheets and invite links, and dependency updates. It includes an attempt to enable onboarding v3 globally which was later reverted.
Key Highlights
- Fixed invite link settings modal visibility in team members view.
- Improved BookingDetailsSheet with phone numbers, timezone, and flicker prevention.
- Dependency bump for axios to 1.13.5.
- Lazy-loaded companion iframe to reduce unnecessary requests.
- Enabled signup watchlist review mode.
New Features
- Configurable first page setting for companion.
- Signup watchlist review mode.
Full Release Notes
## 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 `truncateOnWord` instead 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