Libraries
@veltdev/react@veltdev/client@veltdev/sdk
First beta of the modular SDK. The public
Velt browser API is fully backward compatible — existing browser integrations work unchanged.New Features
-
[Core]: Modular SDK — each feature now loads as its own on-demand chunk. Pass
featureAllowListat init (e.g.['comment', 'presence']) to preload only the features you use; omit it to keep the existing behavior of preloading everything. Learn more → -
[Core]: New
preload<Feature>()methods (e.g.preloadComment()) to warm a feature chunk ahead of use, or to load tag-only features (userInvite,userRequest,videoPlayer). Learn more →

