Releases: QuickBlox/react-ui-kit
Releases · QuickBlox/react-ui-kit
0.1.6
hot fix v0.1.6:
Fixed some bugs in initialisation UI Kit and improved app stability.
0.1.5
Version 0.1.5 - update:
Improved handling of highlighted links.
Fixed bugs and improved app stability.
0.1.4
Version 0.1.4 - Update:
Added support for Highlight URLs.
Fixed errors in creating private dialogs and sending messages.
Improved session expiration notification.
0.1.3
hot fixes:
- Added the ability to specify the expected session lifetime (timeout).
- Introduced the sessionTimeOut parameter in the QBconfig.ts settings file, which is set to 122 minutes by default (two hours - the expected session time).
- Changed the logic of the subscribeOnSessionExpiredListener event, which is now generated taking into account the introduced setting.
- Fixed a number of bugs related to theme customization when using the Default Theme class implementing the UiKitTheme interface.
0.1.2
hot fixes:
• fixed some UI behavior bugs(markups and layouts)
• hide user ids in user list;
• fixed user list (hide owner);
• fixed avatar update flow;
• added Sign Up/ Sign In/ Log out flow in public sample ‘react chat’
0.1.1
hot fix:
- added subscription on session expired event;
- added public sample 'react chat'
0.1.0
Initial release. Includes next functionality:
- List of dialogs
- Create dialog(Private or Group)
- Dialog screen
- Send text, image, video, audio, file messages
- Dialog info screen
- List, invite, remove members