Skip to content

Releases: zer0-os/zOS

v0.41.0

28 Jun 16:33
947bfaf
Compare
Choose a tag to compare

What's Changed

  • Rename recconect to reconnect 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 zUI IconCollapse1 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

20 Jun 13:44
222fac3
Compare
Choose a tag to compare

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 to accountChange 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

v0.39.0

15 Jun 17:05
9322c5a
Compare
Choose a tag to compare

What's Changed

  • fix: unread message content to bold if link present in message by @domw30 in #655
  • Update the package.json engine versions by @dalefukami in #656
  • Update README.md - Fix button text by @dalefukami in #654
  • Rename activeMessengerId to activeConversationId by @ratik21 in #657
  • Zos 396 highlight current conversation in conversation list sidebar by @ratik21 in #652
  • Display most recent conversation in main container as default conversation on login by @ratik21 in #651
  • Use string in data-variants (is-unread, is-active) by @ratik21 in #658
  • Move the flow of logging in fully into sagas by @dalefukami in #659
  • Translate the correct lastMessageAt field by @dalefukami in #661
  • feat: implement scrollbar containers and styles by @domw30 in #660
  • Use conversation createdAt as secondary sort param in conversation list by @dalefukami in #662
  • Refactor: use the newly renamed getAuthChannel by @dalefukami in #663
  • Update the favicon by @dalefukami in #664
  • Bump vresion by @dalefukami in #666

Full Changelog: v0.38.0...v0.39.0

v0.38.0

12 Jun 13:56
95839a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.37.0...v0.38.0

v0.37.0

09 Jun 13:35
d0ff485
Compare
Choose a tag to compare

What's Changed

  • fix: unread icon position by @domw30 in #644
  • fix: handle word break and ellipsis when there is a link in a messaage by @domw30 in #647
  • feat: add empty current conversation search results state and adjust positioning by @domw30 in #646
  • Bump version by @dalefukami in #648

Full Changelog: v0.36.0...v0.37.0

v0.36.0

08 Jun 17:37
55a0a73
Compare
Choose a tag to compare

What's Changed

  • feat: web3 login by @colbr in #627
  • feat: start a direct message conversation with existing zero users by searching their name by @domw30 in #630
  • Move Web3Connect component render up the tree by @dalefukami in #638
  • Mentions don't render properly in the conversation list by @ratik21 in #636
  • Zos 353: Realtime messages arent consistent by @ratik21 in #629
  • feat: highlight matching characters when searching users and conversations by @domw30 in #637
  • Zos 439 fix media preview display in conversation list sidebar by @ratik21 in #639
  • feat: highlight conversation item if unread message by @domw30 in #640
  • Null check on the conversation search highlighting by @dalefukami in #642
  • Fix: UI breaks if start a new conversation by @ratik21 in #643
  • Bump version by @dalefukami in #641

Full Changelog: v0.35.0...v0.36.0

v0.35.0

06 Jun 14:22
4d5cb37
Compare
Choose a tag to compare

What's Changed

  • feat: image upload improvements (colour, icon, text) by @domw30 in #608
  • chore: bump zui version (0.22.2) by @domw30 in #614
  • feat: add icon to create button and improve styling (create conversation flow) by @domw30 in #609
  • feat: group detail panel positioning and refactor by @domw30 in #610
  • Perform web3 registration by @dalefukami in #615
  • Zos 363 fix connect wallet issue by @ratik21 in #613
  • Refactor: clean up registration saga to make phases more clear by @dalefukami in #616
  • Refactor: Move invite toast management to user registration saga by @dalefukami in #617
  • Refactor web3 registration to saga by @dalefukami in #618
  • Move web3 login logic to saga by @dalefukami in #619
  • feat: Implement image replacement functionality by @domw30 in #621
  • Fix a saga error by @dalefukami in #623
  • Push logout functionality from components to sagas by @dalefukami in #624
  • Handle max_invite error in authentication/validate-invite by @ratik21 in #620
  • feat: design feedback on Create Invite modal by @colbr in #622
  • Add an action type to the user login/logout events by @dalefukami in #626
  • Zos 289: Show remaining invites in invite-dialog by @ratik21 in #625
  • Zos 297: As a user of zero messenger web app who is in a network i want to invite someone to zero messenger only so i do not add them to my current network by @ratik21 in #628
  • Move web3 account change handling into sagas by @dalefukami in #631
  • Remove web3 registration feature flag by @dalefukami in #632
  • Bump version by @dalefukami in #634

Full Changelog: v0.34.0...v0.35.0

v0.34.0

26 May 16:10
77dca84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.33.0...v0.34.0

v0.33.0

25 May 13:13
5519ea6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.32.0...v0.33.0

v0.32.0

19 May 19:28
bd770f9
Compare
Choose a tag to compare

What's Changed

  • Open the initial conversation when a user first logs in after registering by @dalefukami in #585
  • Remove allowInvites feature flag by @dalefukami in #587
  • Add margin on invite button by @dalefukami in #588
  • Consider an admin message to be always from a different user in the conversation list by @dalefukami in #589
  • Update error states in authentication/create-email-account by @ratik21 in #590
  • add <meta> tag to "ask" a user to go to app store (if running on safari) by @ratik21 in #591
  • Add profile image to account details creation screen by @dalefukami in #592
  • Bump version by @dalefukami in #593

Full Changelog: v0.31.0...v0.32.0