Releases: zer0-os/zOS
Releases · zer0-os/zOS
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
v0.39.0
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
toactiveConversationId
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
What's Changed
- Remove Network bar from zOS + messenger by @ratik21 in #645
- [Bug] Pasting an image in messenger chat will also paste it in "channels" chat by @ratik21 in #649
- Don't stop polling if error occured by @ratik21 in #650
- Bump version by @dalefukami in #653
Full Changelog: v0.37.0...v0.38.0
v0.37.0
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
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
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
What's Changed
- zOS 290: add invite toast notification (onboarding flow) by @domw30 in #599
- Add
RewardsBar<..>
(refactormessenger-list/index
component) by @ratik21 in #607 - Update zUI by @dalefukami in #611
- Bump version by @dalefukami in #612
Full Changelog: v0.33.0...v0.34.0