Releases: zer0-os/zOS
Releases · zer0-os/zOS
v0.29.0
What's Changed
- Retrieve and pass nonce to Create Account endpoint by @AdamDotCom in #560
- Create rewards popup by @dalefukami in #559
- Open/Close the rewards popup manually by @dalefukami in #562
- Add fadein of rewards popup by @dalefukami in #563
- Open the rewards popup immediately on first time sign up by @dalefukami in #565
- Fixed reply overflow by @AdamDotCom in #561
- Fetch user rewards from api by @dalefukami in #566
- Change rewards popup background by @dalefukami in #567
- Add a full screen messenger mode via feature flag by @dalefukami in #569
- Give chat window ability to render in full screen messenger layout by @dalefukami in #570
- Update sendbird by @AdamDotCom in #568
- Force full screen messenger if not a member of worlds by @dalefukami in #571
- Hide titlebar on sidekick when in forced fullscreen by @dalefukami in #572
- Don't render sidekick close icon when in full screen mode by @dalefukami in #573
- Add expand button to sidekick by @dalefukami in #574
- Add avatar to rewards bar by @dalefukami in #575
- Ensure full screen message window is sized properly by @dalefukami in #576
- Position rewards popup based on current layout by @dalefukami in #577
- Rerender the chat if we switch channels by @dalefukami in #578
- version bump by @AdamDotCom in #580
Full Changelog: v0.28.0...v0.29.0
v0.28.0
What's Changed
- Last page of registration flow now calls finalize endpoint by @dalefukami in #552
- Bump @zero-tech/zapp-staking from 0.5.0 to 0.5.1 by @dependabot in #551
- Bump @zero-tech/zapp-daos from 0.9.0 to 0.9.1 by @dependabot in #550
- Render the admin message when joining Zero by @dalefukami in #553
- Refactor: Move the last message text to messagePreview attribute by @dalefukami in #554
- Remove fetching of useres when channels are opened by @dalefukami in #555
- Add schema options to override the id attribute when normalizing by @dalefukami in #556
- Render the correct admin message in the conversation list by @dalefukami in #557
- Bump version by @dalefukami in #558
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's Changed
- Extract common styles for the various auth related pages by @dalefukami in #545
- Remove the sub-header on the login page by @dalefukami in #546
- Fix the waitlist link by @dalefukami in #547
- Add login links to existing registration pages by @dalefukami in #548
- Bump version by @dalefukami in #549
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- Hide cloudinary provider creation behind a function by @dalefukami in #527
- Remove hardcoded timestamp from test, use
moment()
by @ratik21 in #528 - Allow text in invite input by @ratik21 in #529
- Update zUI by @dalefukami in #531
- Update
invite.scss
by @ratik21 in #532 - feat: match container to Figma by @colbr in #530
- Login by email screen by @dalefukami in #534
- Zos 310: Editing a message locks up the browser by @ratik21 in #533
- Add a simple template script to generate components and store/saga files by @dalefukami in #535
- Fix bad test by @dalefukami in #536
- Email login UI tweaks by @dalefukami in #540
- Update zUI to 0.20.2 by @dalefukami in #541
- Convert the registration/login pages to use forms by @dalefukami in #542
- Bump @zero-tech/zapp-staking from 0.4.9 to 0.5.0 by @dependabot in #539
- Bump @zero-tech/zapp-nfts from 0.11.0 to 0.11.1 by @dependabot in #538
- Bump @zero-tech/zapp-daos from 0.8.0 to 0.9.0 by @dependabot in #537
- Perform actual login on email login page by @dalefukami in #543
- Bump version by @dalefukami in #544
Full Changelog: v0.25.0...v0.26.0
v0.25.0
What's Changed
- Pusher level event updates: supports chat_dm_message_replied events, maps Profile Summary by @AdamDotCom in #510
- Fix error when logged in without a wallet address by @dalefukami in #514
- Fix cpu hogging issue: Use Modal open state instead of unmounting by @dalefukami in #516
- Zos 288: Invite Screen by @ratik21 in #515
- Don't send Browser Notifications to yourself by @AdamDotCom in #517
- Update zui by @dalefukami in #518
- Update zui mocks by @dalefukami in #519
- Zos 288: Invite Screen (Error states, api integration, unit tests) by @ratik21 in #520
- Email signup flow by @dalefukami in #521
- Zos 307: Fix font issue with messages with links, make links clickable by @ratik21 in #522
- Add password strength component and validate by @dalefukami in #524
- Change the url for entering the onboarding flow by @dalefukami in #525
- Bump version by @dalefukami in #526
Full Changelog: v0.24.0...v0.25.0
v0.24.0
What's Changed
- Split reducer from store creation and control store creation by @dalefukami in #504
- Use saga effects rather than dispatching to the store directly by @dalefukami in #505
- Clean up some tests by @dalefukami in #507
- Create Invite Dialog by @dalefukami in #506
- Fix typos by @AdamDotCom in #511
- Enable browser level notifications by @AdamDotCom in #509
- Fix test: Add to config stub by @dalefukami in #512
- Version bump by @AdamDotCom in #513
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
- Real-time Notifications by @AdamDotCom in #502
- Version bump by @AdamDotCom in #503
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
- Make image drop full width by @dalefukami in #498
- Move management of full create conversation flow into saga by @dalefukami in #497
- Cancel a create conversation saga when user logs out by @dalefukami in #499
- Move conversation padding to internal components to allow for better scrollbar positioning by @dalefukami in #500
- Bump version by @dalefukami in #501
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
- Some refactoring cleanup by @dalefukami in #482
- Add test for
mapMessage
when receiving a new message from sendbird event by @ratik21 in #483 - Saga Error, Channels app continues to poll when a user is Disconnected which breaks the app by @AdamDotCom in #479
- Add Group Details panel to Conversation pane by @dalefukami in #484
- zNS based urls should be verified prior to rendering the data by @ratik21 in #485
- Hit actual api to check for group conversations by @dalefukami in #487
- Add some info and styling to the conversation list by @dalefukami in #486
- Fix group conversation icon by @dalefukami in #489
- Add name field to group creation by @dalefukami in #488
- Add image to group conversations by @dalefukami in #490
- Add loading state when creating group conversation by @dalefukami in #491
- Manage the create conversation stage in saga by @dalefukami in #493
- Push selecting members for group chat into saga by @dalefukami in #494
- Remove unused state and redundant calls by @dalefukami in #495
- Clear user sensitive state when a user logs out / disconnects by @AdamDotCom in #492
- Bump version by @dalefukami in #496
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- Extract ConversationItem component and push tests downward by @dalefukami in #474
- Extract SelectedUserTag by @dalefukami in #475
- Add mocking for zUI in all tests by @dalefukami in #476
- [Bug] Parent Message disappears when you're replying to a message by @ratik21 in #478
- Determine the filtered conversations at render time by @dalefukami in #480
- Bump version by @dalefukami in #481
Full Changelog: v0.19.0...v0.20.0