Releases: QuickBlox/quickblox-javascript-sdk
Releases · QuickBlox/quickblox-javascript-sdk
2.19.2
v2.19.2:
- Library Upgrade: Transitioned to using version 2.0.0 of the strophe.js library.
- Reconnect Functionality: Improved the reconnection mechanism.
- Logging Approach: Modified the approach to creating logs.
- Types Specification: Refined types in the application settings class for use with TypeScript.
- Licensing for Examples: Updated licenses, adding MIT license files to each sample.
2.18.0
v2.18.0:
Introduced Changes:
- License Update: Updated the license terms. See LICENSE.md for details, specifying the basis for our use of third-party libraries.
Fixed Issues:
- Server API Message Handling: Fixed an issue in handling messages from the server API.
2.17.1
hot fix v2.17.1:
fix the types for ping methods to ensure compatibility with TypeScript.
2.17.0
v2.17.0:
- Introduced AI Features:
- ai answer assist: provides answers based on chat history to selected message.
- ai translate: provides translation based on chat history to selected incoming message
- Fixed the callback function parameter in the LeaveDialog method.
2.16.4
Hotfix v2.16.4:
- Fixed the callback function parameter in the
LeaveDialog
method.
2.16.3
hot fix v2.16.3:
- fix the types to ensure compatibility with TypeScript.
2.16.2
- The type system was supplemented and improved to ensure compatibility with TypeScript.
- Fixed sdk version in samples: up to 2.16.2
2.16.1
- Add types for TypeScript compatibility.
- Fixed sdk version in samples: up to 2.16.1
2.16.0
- Introduced a type system for TypeScript compatibility.
- Fixed an issue related to sending multiple identical system messages in node.js.
2.15.5
The default values for chat ping method was optimised in SDK's config file.