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

Releases: status-im/StatusQ

Version 0.16.0

01 Nov 09:50
Compare
Choose a tag to compare

Bug Fixes

  • StatusModal: render footer correctly based on showFooter flag (da9dc2f4)
  • StatusRoundButton: ensure disabled state uses correct background color (eb4aae40)

Features

  • StatusQ.Controls:
    • introduce StatusWalletColorSelect control (ea9a5602, closes #467)
    • introduce StatusWalletColorButton component (597ae192, closes #466)
  • StatusQ.Platform: introduce StatusMacNotification component (d301b94c)

Version 0.15.0

26 Oct 12:31
Compare
Choose a tag to compare

Features

  • StatusQ.Controls:
    • introduce StatusChatCommandButton (4cc0d2bb, closes #429)
    • introduce StatusTabBarIconButton component (4bcd89b3, closes #428)

Version 0.14.0

25 Oct 10:02
Compare
Choose a tag to compare

Bug Fixes

  • Spellchecking: Add check for hunspell existence (ab9ab249)
  • StatusModal:
    • ensure onEditButtonClicked signal is emitted (074dc22b, closes #454)
    • expose header.editable property (9c5f79a6, closes #452)

Features

  • StatusSmartIdenticon: Created a new StatusQ componnent to accomodate: (14527483)

Version 0.13.0

19 Oct 07:50
Compare
Choose a tag to compare

Bug Fixes

  • use proper double checkmark icon (8aba017c)
  • StatusBaseButton: introduce missing highlighted property (a3748920)

Features

  • StatusFlatRoundButton: Update the StatusFlatRoundButton to take over button behaviour from StatusIconButton under ui/shared/status (71fbdef1)

Version 0.12.0

18 Oct 08:20
Compare
Choose a tag to compare

Features

  • Resolve StatusQ modules highlighting and add qml compiler for detecting coompile time errors (e1b0f2dc)
  • StatusModal: Add edit avatar button (5043b0b6)
  • StatusQ.Components: introduce StatusAddress component (6789446d, closes #430)
  • StatusQ.Controls:
    • introduce StatusColorSelector component (bdd69955, closes #444)
    • introduce StatusAssetSelector component (9fdc9aea, closes #442)
    • introduce StatusAccountSelector component (5e15cc49, closes #435)
    • introduce StatusSelect (6e10959e, closes #436)
  • StatusQ.Popups: introduce StatusMenuItemDelegate (0764e25a)

Version 0.11.1

12 Oct 09:35
Compare
Choose a tag to compare

Bug Fixes

  • Sandbox doesn't build on Linux machines (dce45c2f)
  • StatusChatInfoButton: StatusChatInfoButton takes up entire available width (c276a90e)

Version 0.11.0

27 Sep 08:53
Compare
Choose a tag to compare

Bug Fixes

  • track category opened state (0631d500)
  • StatusChatList: ensure right click popup opens in correct position (a2e3659d)
  • StatusSearchPopup: use correct theme color for search result text (654bd9f2)
  • StatusSpellcheckingMenuItems: Exact menu items order (478177f2)

Features

Version 0.10.0

20 Sep 06:54
Compare
Choose a tag to compare

Bug Fixes

  • StatusChatInfoToolBar: Right anchored title in StatusChatInfoToolBar (6e8a36be)
  • StatusChatListCategoryItem: Disable sensor when chevron clicked (c83641d2)
  • StatusQ.Controls.Validators: fix bug that addressOrEns validator isn't properly exposed in QML (1374c193)

Features

  • Spellchecker: Add Spellchecker class (c65f80d2)
  • Spellchecking:
  • StatusChatList: expose statusChatListItems Repeater (40c0e48b)
  • StatusExpandableItem: Correct placement of expandable region in tertiary type (1f244f62)
  • StatusInput:
    • add support for asynchronous validators (8820cd89, closes #395)
    • introduce leftPadding and rightPadding properties (13dc8ae3)
    • introduce reset API (a2ad08e4)
  • StatusSpellcheckingMenuItems: Add spellchecking menu (3e24b710)

Version 0.9.0

13 Sep 09:00
Compare
Choose a tag to compare

Breaking Changes

  • StatusExpandableItem: Refactored the StatusExpandableSettingsItem to support different types (718171fd)

Bug Fixes

  • StatusAppThreePanelLayout: Fix margin between left and center panels (29e9557d)
  • StatusChatListAndCategories: rely on correct tooltip settings prop (2971c607)
  • StatusCheckbox: give checkbox label proper theme color (88fb57dd)
  • StatusModal: don't reserve header subtitle space (eabc62f7, closes #378)

Features

  • Status.Core.Theme: add RobotoMono font (aab44c1e, closes #342)
  • StatusBaseInput: introduce component property (019471c8, closes #380)
  • StatusExpandableItem: Refactored the StatusExpandableSettingsItem to support different types (718171fd)
  • StatusInput:
  • StatusQ.Controls.Validators:
    • introduce StatusAddressAndEnsValidator (a93ef161)
    • introduce StatusAddressValidator (77d0e9b8)
  • StatusSearchPopup: introduce forceActiveFocus API (efe31166)
  • StatusValidator: allow validators to provide default errorMessage (1a23cc19)

Version 0.8.0

06 Sep 12:56
Compare
Choose a tag to compare

Bug Fixes

  • StatusBaseInput:
  • StatusChatToolBar: Fix mouse event catching after menu closing (fbecac4a)
  • StatusInput: Forward keys events to root (061c7d1c)
  • StatusListItem: Add propogateCompostedEvents to title mouse area (5c706fdc)
  • StatusModal: Remove self-calculating height (3187de54)

Features

  • introduce bigger versions of navbar icons (0a4d3860)
  • StatusBaseInput: introduce focussed property (ddfca7a8, closes #373)
  • StatusChatListAndCategories: Add tooltip settings for categories buttons (64098e84)
  • StatusDescriptionListItem:
    • expose subtitle component for fine control (1749cc0e)
    • introduce support for value (a963ef80)
  • StatusExpandableSettingsItem: Added new component for wallet settings (f3ab4ce9)
  • StatusInput: Introduced secondaryLabel property (d648230d, closes #383)
  • StatusModal:
    • Add popup menu support for StatusModal (8a94fb54)
    • add ability to set elide config of header titles (28e514f9, closes #353)
  • StatusQ.Controls: introduce StatusSwitchTabBar and StatusSwitchTabButton (d449f0e9, closes #365)
  • StatusSearchPopup: add function hook to allow timestamp formatting (b45aba4b, closes #363)
  • qrc: Add new icon needed for share modal (38fb8f61)