Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Releases: status-im/StatusQ

Version 0.25.0

07 Mar 18:14
Compare
Choose a tag to compare

Bug Fixes

  • @StatusListItem: fix left padding (f574e390)
  • StatusListItem: add propagateTitleClicks property to StatusListItem (8495fae8)
  • StatusQ.Popups: removed overlay setting (#557) (665141f8)
  • StatusTagSelector: Updates and fixes in the component (07a5dc09)
  • build: fix linux build (9d06aae1, closes #413)
  • sandbox: Fix results popup component position (cdf51fef)

Features

  • @StatusListItem: add option for tags (381150a7)
  • StatusChatList: Highlight chat item at creation time (9e6fbe95)
  • StatusChatListItem: enable assigning emoji to chat item (5fac8774)
  • StatusContactVerificationIcons: Create new row control that includes mutual connect and trust indicator icons (#559) (c0f825c6, closes #542)
  • StatusQ: Moving docs outside sandbox (825999b1)
  • StatusQ.Core: add new arrow-left icon (e9f20be1)
  • StatusSmartIdenticon: Add support for color rings in StatusSmartIdenticon (#553) (3b86d13a, closes #517)

Breaking Changes

  • StatusContactVerificationIcons: Create new row control that includes mutual connect and trust indicator icons (#559) (c0f825c6, closes #542)

Version 0.24.0

14 Feb 09:03
Compare
Choose a tag to compare

Features

  • StatusListItem: add highlighted property (5780f183)
  • StatusQ.Components: Adding StatusWizardSteper component (b7d6554b, closes #522)

Version 0.23.0

08 Feb 08:41
Compare
Choose a tag to compare

Bug Fixes

  • Icon components had wrong color in sandbox app (b632c712, closes #538)
  • StatusChatList: unexisting property name for chat item fixed (c2e07517)

Features

  • StatusQ.Components:

Version 0.22.0

31 Jan 08:17
Compare
Choose a tag to compare

Features

  • StatusMemberListItem: Implement StatusMemberListItem (#539) (c5a605bf, closes #515)

Version 0.21.0

24 Jan 10:03
Compare
Choose a tag to compare

Bug Fixes

Features

  • StatusMessage: Introducing a new StatusQ Component for Chat Messages (ea955694)
  • StatusQ.Controls: Introduce StatusPasswordStrengthIndicator (626695da, closes #528)

Version 0.20.0

17 Jan 12:54
Compare
Choose a tag to compare

Features

  • StatusBanner: introduce type variants for different banner styles (35d12f44)

Bug Fixes

  • StatusBaseInput: Corrects allignment of the placeholder text in the StatusBaseInput. (5a416aa1)
  • build: Windows build (14ab4ce5)

Version 0.19.0

03 Dec 11:56
Compare
Choose a tag to compare

Bug Fixes

  • StatusChatListItem: This change fixes the issue of the chat list items getting a highlight even when they are not really hovered (ab6bdf54)

Features

  • StatusModal: introduce hasCloseButton property (2336b6aa)

Version 0.18.0

30 Nov 13:12
Compare
Choose a tag to compare

Bug Fixes

  • StatusAppNavBar: Fixed position of profile button on the NavBar (419b7384)
  • StatusImageWithTitle: Fix position of the edit title button (8d2121ad)
  • StatusListItem: ensure title is elided (b7883e82)

Features

  • StatusListItem: Expose the Aside text so that it can be modified from the outside (f82ce8b7)

Version 0.17.1

19 Nov 13:52
Compare
Choose a tag to compare

Bug Fixes

  • StatusAccountSelector: Adapt ui to data model changed (db024436)
  • StatusAssetSelector: Fixed error of crypto balance not updated correctly (2040d0f8)

Version 0.17.0

10 Nov 08:54
Compare
Choose a tag to compare

Features

  • StatusBaseButton: introduce Tiny size (dee9f437)
  • StatusQ.Controls.Validators: introduce StatusUrlValidator (a9155865)

Bug Fixes

  • StatusAccountSelector: adapt AccountSelector to new model (#482) (ce8d3231)
  • StatusExpandibleItem: add missing hover indicator in Secondary type (e23dc533, closes #478)
  • StatusInput: ensure validator messages are rendered when validators return boolean values (f82cd7f5)
  • StatusListItem: This solves the issue of channel list overlpaing when a category is collapsed. (0c715b17)
  • StatusSearchPopup: disable enter and return keys to avoid UI breakage (fecfb2a7)
  • StatusSlider: slider background and handle should not depend on root's height (31cfc883)