RealTimeX
Start For Free

RealTimeX

Package Documentation

IntroductionPrerequisitesInstallationProject setupQuick start
Package structureConfigurationComponentsHooksAPI integrationSocket events
OverviewReplace entire UIReplace componentsStyle with classNamesThemes & localePhone & video callingIn-call control barFeatures
TroubleshootingFAQVersion historyBest practicesSupport & contact

Package Reference

Version History (Changelog)

Overview

This page tracks notable @realtimexsco/live-chat package releases for integrators. Prefer pinning to the latest stable version unless you have a reason to stay on an older line.

The current published version documented here is 1.3.3. Confirm the live npm version before releasing your app.

Release history

VersionHighlights
1.3.3Current stable release at the time of this documentation. Includes prior customization, drawer, and fallback hardening from the 1.1.x line.
1.1.56Hardened default fallback (resolveComponent null check). Drawer slots now use the optional customization hook safely. Minimum recommended version if you customize drawers.
1.1.55Drawer slots (MembersDrawer, ChannelDetailsDrawer, and related) wired through resolveComponent so they can be replaced like other UI slots.
1.1.53UI polish synced from the reference frontend: bubble curves, drawer headers, and destructive menu icons.
1.1.0Initial customization API baseline (components, classNames, features, layout controls).

Upgrade notes

  • If you customize header drawers, upgrade to at least 1.1.56 before relying on slot overrides in production.
  • After upgrading, re-check Tailwind @source paths and transpilePackages / optimizeDeps settings from Project Setup.
  • Review Customization if you maintain a large components map — new slots may appear over time and default safely when omitted.

Note

This changelog focuses on integrator-facing changes. Patch releases that only touch internal styling may not appear as separate rows.
PreviousFAQNextBest practices

On this page

OverviewRelease historyUpgrade notes