Releases: zer0-os/zOS
Releases · zer0-os/zOS
v0.49.0
What's Changed
- Render file messages optimistically by @dalefukami in #814
- Use optimisticId for first rendering key by @dalefukami in #815
- Render the full text with image message optimistically by @dalefukami in #816
- Clear active conversation and channel on logout by @dalefukami in #817
- Remove unreachable state in chat initialization by @dalefukami in #818
- Clear invite data on logout by @dalefukami in #820
- Clear rewards data on logout by @dalefukami in #819
- feat: tab accessibility for start conversation user results search by @domw30 in #823
- documentation: update README with styling and SCSS usage details by @domw30 in #822
- Zos 539: Display zero as large number and usd value as subtext in rewards modal by @ratik21 in #821
- Fix Padding/Margin issue with the message bubbles sent quickly by @ratik21 in #825
- Error state for message send failures by @dalefukami in #826
- feat: add tab accessibility to autocomplete member search by @domw30 in #824
- Add a dev panel for message status testing by @dalefukami in #827
- feat: remove ability for users that have left a group to continue interacting with that group by @domw30 in #830
- Bump version by @dalefukami in #831
Full Changelog: v0.48.0...v0.49.0
v0.48.0
What's Changed
- feat: basic changes to composing a message mention highlights by @domw30 in #792
- Unnest message styles by @dalefukami in #793
- Group conversation messages shouldn't fill the max width by @dalefukami in #794
- Remove some unused styles by @dalefukami in #795
- Remove the extra block-body css class usage by @dalefukami in #796
- Render image message with text by @dalefukami in #797
- Delete multi-part messages fully by @dalefukami in #798
- Render child messages if the parent is not found by @dalefukami in #801
- Don't mangle tall images by @dalefukami in #802
- Highlight search text in results for "Start Group Chat" by @ratik21 in #800
- Zos 564 entering a special character eg (
/
) in conversations search breaks the app by @ratik21 in #799 - Fix rendering of messages in "Group Chat" by @ratik21 in #803
- Implement ability to search groups via group name in the conversation list sidebar by @ratik21 in #805
- Zos 507: Bulk design fixes for consecutive messages sent in quick succession by the same user by @ratik21 in #777
- Refactor: Extract uploadable file class by @dalefukami in #806
- Move some upload logic around by @dalefukami in #807
- chore: bump zui version (
0.25.1
) -> (0.25.2
) by @domw30 in #808 - feat: conversation item tab accessibility by @domw30 in #809
- Zos 571 update "date" behaviour in conversation window by @ratik21 in #810
- feat: update tooltip to only render overlay if there is content by @domw30 in #811
- Use V2 route for searching users in network by @ratik21 in #804
- Zos 572 update "date" behaviour in sidebar by @ratik21 in #812
- Bump version by @ratik21 in #813
Full Changelog: v0.47.0...v0.48.0
v0.47.0
What's Changed
- Set the rootMessageId on the first media file in message list by @dalefukami in #787
- feat: restyle mention highlight in sent/received messages by @domw30 in #785
- fix: message block body margin to align with design by @domw30 in #786
- Move message styles to the Message component folder by @dalefukami in #788
- Remove tooltip from hover on '+' New Conversation button by @ratik21 in #779
- Remove
ChatConnect
(Connection Lost message) by @ratik21 in #780 - fix: message input break long string by @domw30 in #790
- fix: message input hidden text when multiline by @domw30 in #789
- Bump version by @dalefukami in #791
Full Changelog: v0.46.0...v0.47.0
v0.46.0
What's Changed
- Move saga tests to separate file by @dalefukami in #772
- Improve the tests around uploading file messages by @dalefukami in #773
- Fix bug where sending an image message would break messages received during upload by @dalefukami in #774
- Minor refactoring of uploadFileMessage by @dalefukami in #775
- Fix issue where multiple image uploads would render an image twice by @dalefukami in #776
- Update page-load test by @ratik21 in #778
- Move file message sending into the send saga by @dalefukami in #771
- feat: improve suggestions ui and add avatar by @domw30 in #781
- feat: truncate long display names in the @-mention search element by @domw30 in #782
- Preload channel/conversation messages when the unread count changes by @dalefukami in #783
- Bump version by @dalefukami in #784
Full Changelog: v0.45.0...v0.46.0
v0.45.0
What's Changed
- Send file based messages even with no text by @dalefukami in #769
- Bump version by @dalefukami in #770
Full Changelog: v0.44.0...v0.45.0
v0.44.0
What's Changed
- Refactor: message send saga split to main chunks by @dalefukami in #747
- feat(message): scale image by @colbr in #738
- Fetch the link preview after rendering the optimisitic message by @dalefukami in #749
- Add padding to the "no results view" by @ratik21 in #750
- Login and sign up pages should redirect users who are already logged in to the platform by @ratik21 in #751
- Move some tests to a separate file by @dalefukami in #755
- Improve the testing around receiving a new real-time message by @dalefukami in #756
- Add
setActiveChannelId
state by @ratik21 in #752 - Fix some questionable logic in the realtime message receive by @dalefukami in #757
- (sentry) update
mark-as-read
api to be called from saga instead ofcomponentDidUpdate()
by @ratik21 in #736 - feat(rewards-popup): number formatting by @colbr in #719
- feat: send message input refactor and style update by @domw30 in #753
- fix: update class name to fix message input margin by @domw30 in #760
- feat: conversation item preview mentions as plaintext by @domw30 in #762
- Use optimisticId to manage rendering of optimistic text based messages by @dalefukami in #758
- feat: add sender prefix to message preview by @domw30 in #763
- Add pageload saga tests by @ratik21 in #759
- Add tests for updated
markMessagesAsRead
logic by @ratik21 in #761 - Reference current state when handling message send failure by @dalefukami in #764
- Replace optimistic message as soon as the send is successful by @dalefukami in #765
- fix: increase zindex of giphy container by @domw30 in #766
- fix: send message when clicking send icon by @domw30 in #767
- Bump version by @dalefukami in #768
Full Changelog: v0.43.0...v0.44.0
v0.43.0
What's Changed
- Refactor: switch to short form className by @dalefukami in #731
- Move send message tests to new file by @dalefukami in #732
- Clean up the send message saga tests a bit by @dalefukami in #733
- feat(rewards-popup): match close button to Figma by @colbr in #728
- feat(rewards-popup): add arrow by @colbr in #727
- add support sending
.zip
files by @ratik21 in #735 - Update "Search For Contacts .." placeholder text by @ratik21 in #737
- chore: bump zui version (
0.24.4
) -> (0.25.0
) by @domw30 in #741 - feat: update message menu dropdown by @domw30 in #734
- Improve the testing around sending a message by @dalefukami in #740
- chore: bump version (
0.25.0
) -> (0.25.1
) by @domw30 in #742 - chore: pin radix popper version by @domw30 in #743
- feat: add show arrow dropdown menu prop on messages menu by @domw30 in #744
- feat: update delete message confirmation modal by @domw30 in #739
- fix: display correct address for user handle by @domw30 in #745
- Bump version by @dalefukami in #746
Full Changelog: v0.42.0...v0.43.0
v0.42.0
What's Changed
- Fade in the messages once fetched by @dalefukami in #723
- Fixes issue when the 'more' menu doesn't show up on messages prior to a date stamp by @dalefukami in #725
- fix: support text & pdf by @ratik21 in #724
- Remove debugging log by @ratik21 in #726
- feat(rewards-pop-up): copy updates by @colbr in #720
- feat: reposition sender avatar by @domw30 in #721
- feat: refit message three dot menu and improvements by @domw30 in #729
- Bump version by @domw30 in #730
Full Changelog: v0.41.0...v0.42.0
v0.41.0
What's Changed
- Rename
recconect
toreconnect
by @ratik21 in #687 - fix: all text to be entirely non-interactive in conversation list panel by @domw30 in #689
- feat: add settings menu by @domw30 in #690
- feat: match conversation search inputs to Figma by @colbr in #671
- Fix date separator in chat views by @dalefukami in #695
- Render conversation contents as soon as the chat view is opened by @dalefukami in #694
- Move some of the rewards logic to sagas by @ratik21 in #688
- chore: bump zui version (
0.24.2
) -> (0.24.3
) by @domw30 in #699 - test(login): add unit tests by @colbr in #693
- Increase size of group conversation participant avatars next to message bubble in conversation window by @ratik21 in #697
- feat: set isActive state for avatar component used in settings dropdown menu by @domw30 in #700
- refactor: refactor userHandle check to a function (settings-menu) by @domw30 in #701
- feat(message): bubble width by @colbr in #702
- Show rewards tooltip only in Messenger (full screen) mode by @ratik21 in #704
- Antiphonal search text fixes by @ratik21 in #703
- fix: rewards tooltip ui styling by @domw30 in #705
- Refactor the fetch message saga tests by @dalefukami in #696
- Bump zUI version by @ratik21 in #706
- Revamp view control header display by @ratik21 in #698
- Update
IconExpand1
to latest zUIIconCollapse1
by @ratik21 in #707 - fix: collapse icon ui fixes by @domw30 in #709
- Fix rewards tooltip by @ratik21 in #710
- Zos 513 UI allow users to send text pdf files by @ratik21 in #691
- Render skeleton when loading chat messages by @dalefukami in #713
- Don't change the search results until we receive the results by @dalefukami in #716
- Remove unused code that was pretending to render an empty state by @dalefukami in #715
- Assume all messages are loaded after creating a conversation by @dalefukami in #717
- fix: compose message icon sizes by @domw30 in #711
- Bulk invite modal fixes by @ratik21 in #712
- feat(conversations): change header by @colbr in #708
- Update component mocks by @dalefukami in #718
- Reduce size of classname specification in nodes by @dalefukami in #714
- Bump version by @dalefukami in #722
Full Changelog: v0.40.0...v0.41.0
v0.40.0
What's Changed
- Only fetch channels if we have a proper domain by @dalefukami in #667
- refactor: add
hasPanel
prop to hide or display scrollbar faded panel by @domw30 in #665 - Rename
accounChange
toaccountChange
by @ratik21 in #669 - fix: prevent clicking on a link in the message preview of the conversation item component by @domw30 in #670
- Don't create scrollbars on the HTML node by @dalefukami in #672
- Update Error text while fetching channels, conversations by @ratik21 in #673
- Zos 485: Invite data reload when opening the dialog by @ratik21 in #668
- fix: rewards modal design and copy issues by @domw30 in #674
- fix: prevent horizontal scroll in empty state search results by @domw30 in #678
- fix: improve ux of sidekick tab content container width (fullscreen-messenger) by @domw30 in #675
- Move chat connection and event handling to sagas by @dalefukami in #679
- throw error if
statusCode
is not 400 by @ratik21 in #677 - Clear the interval when disconnecting sendbird by @dalefukami in #680
- Listen to real time message edit events by @dalefukami in #681
- Complete user profile on login by @ratik21 in #676
- Handle link previews when receiving message updates by @dalefukami in #682
- Reload the conversation list when we've been invited to a channel by @dalefukami in #683
- Dont show rewards tooltip if rewards are '0' by @ratik21 in #684
- Show rewards tooltip on "top" of conversation by @ratik21 in #685
- Release zOS v.0.40.0 by @ratik21 in #686
Full Changelog: v0.39.0...v0.40.0