11 KiB
11 KiB
v0.2.0 (2021-07-21)
Bug Fixes
- StatusChatListCategory: ensures showActionButtons is taken into account (52cb97e4)
- StatusPopupMenu: ensure menu items elide (d1f8e3e5)
Features
- StatusChatInfoToolBar: make statusMenuButton public (38c04cb9)
- StatusChatListAndCategories: new API showPopupMenu (9cfcdace)
- StatusChatListItem: introduce muted badge visuals (a404ba07, closes #259)
- StatusListItem:
- StatusModal:
- StatusToolTip: expose
arrow
for fine-grain control (51b7c71d)
v0.1.0 (2021-07-15)
Bug Fixes
- Add missing .qml to resources, add qmlcache to gitignore (71d0ef7f)
- make release build work (1a7c2133)
- introduce tiny icon versions and make use of them where needed (a0fae6ab, closes #128)
- update position of window to center, add traffic lights (26aae6d0)
- hover effect for StatusFlatRoundButton (ee4a7c88)
- fix crash on removing title bar (c94b801e)
- Components:
- Controls: ensure round buttons expose
hovered
state (98b01946, closes #88) - Core:
- Core.Theme:
- README: fix module name in readme docs (f4b5b271)
- StatusAppNavBar:
- StatusBadge: use medium font weight for badge text (cb9492ab)
- StatusBaseInput: Fix focus area Closes: #241 (f2d36d3d)
- StatusChatInfoButton:
- StatusChatList:
- ensure badge is also shown for one to one messages (ac5c8452)
- ensure popupMenu closeHandler don't break (722d92c0, closes #216)
- use fallback property to determine unread message count (f7f217ed)
- expect
model.color
instead oficonColor
prop (70332a3f) - ensure component provide default
width
(300536bc, closes #176)
- StatusChatListAndCategories:
- StatusChatListCategory: only try open popup when supplied (cbdaf128, closes #220)
- StatusChatListCategoryItem: don't render menubutton with no popup (05fc97ca, closes #153)
- StatusChatListItem:
- StatusChatToolBar:
- StatusFlatRoundButton: use correct hover color (82e34d64)
- StatusListItem:
- StatusMenuSeparator: ensure height is 0 when invisible or disabled (fd7a5530, closes #212)
- StatusModal: ensure modal footer uses correct theme color (de2c36d0)
- StatusModalHeader: ensure header has enough height for children (75b2f508, closes #185)
- StatusNavBarTabButton:
- StatusNavigationListItem: make click event work again (c5ecfe08)
- StatusQ.Core.Theme: use correct dropshadow color in dark theme (70e17b05)
- StatusRadioButton: ensure control label as correct color (1cb0c1d3, closes #51)
- StatusRoundedImage: ensure images are scaled and positioned properly (3d0688b7, closes #172)
- sandbox: make scrollview content height grow with content (2f09179f)
Features
- can be used on tablets (#146) (63be0144)
- add StatusSwitch (52998d68, closes #12)
- Add buttons components (91b8d317)
- Set up catalog app (sandbox) (3528b2ff, closes #5)
- introduce theming capability (608fdbda, closes #3)
- Components:
- introduce
StatusContactRequestsIndicatorListItem
(baa663ce, closes #175) - introduce
StatusListSectionHeadline
(507703af, closes #164) - introduce
StatusNavigationPanelHeadline
(40617cd7, closes #162) - introduce
StatusChatListAndCategories
component (7bca2745, closes #133) - introduce
StatusChatInfoToolBar
component (454e73a8, closes #141) - introduce
StatusChatListCategory
(f4d211ac, closes #123) - introduce
StatusChatListCategoryItem
(916dcc9c, closes #117) - introduce
StatusChatList
(1e558b59, closes #100) - Add StatusSlider (c0ad32a1)
- introduce
StatusChatToolBar
(a4421b5b, closes #80) - introduce
StatusDescriptionListItem
(4a25ca02) - introduce StatusNavigationListItem (63275668, closes #72)
- introduce StatusChatListItem (b40d427d, closes #65)
- introduce
StatusListItem
component (a3fe02d0, closes #19) - introduce
StatusRoundIcon
component (8639e8cc, closes #53) - introduce StatusBadge component (a89e218a, closes #15)
- introduce StatusRoundedImage (09876c1f, closes #32)
- introduce StatusLetterIdenticon (b0155313, closes #28)
- introduce StatusLoadingIndicator (3ce1138b, closes #7)
- introduce
- Controls:
- Core:
- Core.Controls: introduce StatusIconTabButton component (b4b1f472, closes #16)
- Core.Theme: expose solid black and white on
ThemePalette
(996ceb2b) - Layout:
- Popups:
- StatusBadge: introduce
borderColor
andhoverBorderColor
(041c11fb) - StatusBaseInput: Add focused state Closes: #240 (19349881)
- StatusChatList:
- StatusChatListCategory:
- StatusChatListCategoryItem: introduce
highlighted
property (72bdd2d9) - StatusChatListCategoryItemButton: introduce
highglighted
property (645a3b79) - StatusChatListItem:
- StatusChatToolBar:
- StatusFlatRoundButton:
- StatusIcon: Improvement of Icons (7bc7df8d)
- StatusIconTabButton: introduce image loading state and fallback (9b99d8a9, closes #37)
- StatusListItem:
- StatusModal: expose loaded content (bd383e87, closes #237)
- StatusNavBarTabButton: introduce
popupMenu
property (5e8242df, closes #137) - StatusPopupMenu:
- StatusQ.Popups: introduce StatusPopupMenu component (09a6f418, closes #96)
- StatusRoundButton: add
highlighted
andicon.rotation
props (7c16a9bd) - StatusRoundIcon: enable
icon.color
support (70043c5b) - StatusRoundedImage:
- sandbox: