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
| Version | Highlights |
|---|---|
| 1.3.3 | Current stable release at the time of this documentation. Includes prior customization, drawer, and fallback hardening from the 1.1.x line. |
| 1.1.56 | Hardened default fallback (resolveComponent null check). Drawer slots now use the optional customization hook safely. Minimum recommended version if you customize drawers. |
| 1.1.55 | Drawer slots (MembersDrawer, ChannelDetailsDrawer, and related) wired through resolveComponent so they can be replaced like other UI slots. |
| 1.1.53 | UI polish synced from the reference frontend: bubble curves, drawer headers, and destructive menu icons. |
| 1.1.0 | Initial customization API baseline (components, classNames, features, layout controls). |
Upgrade notes
- If you customize header drawers, upgrade to at least
1.1.56before relying on slot overrides in production. - After upgrading, re-check Tailwind
@sourcepaths andtranspilePackages/optimizeDepssettings from Project Setup. - Review Customization if you maintain a large
componentsmap — new slots may appear over time and default safely when omitted.