Skip to content

Releases: QuickBlox/react-ui-kit

0.1.6

17 Jul 06:41
Compare
Choose a tag to compare

hot fix v0.1.6:
Fixed some bugs in initialisation UI Kit and improved app stability.

0.1.5

06 Jul 14:04
Compare
Choose a tag to compare

Version 0.1.5 - update:

Improved handling of highlighted links.
Fixed bugs and improved app stability.

0.1.4

27 Jun 12:19
Compare
Choose a tag to compare

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

14 Jun 07:52
Compare
Choose a tag to compare

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

31 May 08:37
Compare
Choose a tag to compare

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

18 May 13:28
Compare
Choose a tag to compare

hot fix:

  • added subscription on session expired event;
  • added public sample 'react chat'

0.1.0

16 May 07:46
Compare
Choose a tag to compare

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