Releases: QuickBlox/quickblox-javascript-sdk
Releases · QuickBlox/quickblox-javascript-sdk
2.5.0
New:
- Added a public property QB.version and QB.buildNumber (generate by
npm run build
); - SDK API Reference (see ./docs folder or http://quickblox.github.io/quickblox-javascript-sdk/docs/).
Updated:
- Added query.ajax (no needs jQuery/Zepto dependencies);
- Moved QB.Recorder to separate repository (see https://github.com/QuickBlox/javascript-media-recorder);
2.4.0
Features:
- New build tool (Gulp instead of Grunt).
- Chat Stream Management. This feature defines an approach for ensuring that message was delivered to server (aka 'sent' status).
- Stream recording in video chat. You can record a stream or a few streams by using QB.Recorder. Now QB.Recorder is in beta version, so be careful with this functionality.
- Removed unminified (quickblox.js) version of library. Uses source maps (npm run develop) for debugging.
2.3.4
Updated:
- Method for send message and method for send system message return message id.
2.3.3
Updated:
- SDK can send and receive the body in the system message.
2.3.2
Fixed:
- removed parseInt() method for the 'id' attribute in attachment.
2.3.1
Fixed:
- updated method 'get' in Roster;
2.3.0
New:
- Full Node.js environment support.
Fixed:
- can't install QB via bower.
2.2.3
Updated:
- updated Strophe lib to v.1.2.8.
- send initial presence if one of client (instance) goes offline.
2.2.2
Updated:
- Updated logic of privacy list user blocking (two ways)
2.2.1
Fixed:
- Updated regexp for room name in WebRTC sample;