Releases: hyochan/hackatalk
1.10.1
1.10.0
Enhancement
Remove autofocus when entering [Message] page
Fix profile status message overflow & subscription (#457)
Fix sign up status message (#472)
Redesign message option view and keyboard behavior (#484)
Migration
Remove nexus-plugin and upgrade packages (Prisma 3.0.2) (#488)
Enhance button design and new prettier config (#487)
Refactor
Remove RelayResettableProvider (#493)
Bugfix
Fix rendering issue in self chat feature (#474)
Add missing profile
field in user model (#491)
1.9.0
Hackatalk 1.9.0 is released 🙌 and pushed with expo code-push. This will also be provided in native stores not to have reloading on the first load for newcomers.
Changed
- Show the numbers when there are more users in [ChannelListItem] #444.
- Add support for dooboo-ui icons #450.
- Decorate links and make it clickable when written in chat #456
- Provide new ux in [ProfileModal] to show overflowed messages #457
Fixed
- Fix logo not touchable issue #441
Test
- Improve coverage of [FindPw] page #461
Web Sepecifc
- Bugfix - Url not redirected when user logout #443
Contributors
Special thanks to @rarira @DevYuns @chloe-codes1 @geoseong
WeHack Team - Cloud, weRN dev life
1.8.0
1.7.0
Mostly the same as the version 1.6.7
. 1.7.0
is the deployed version in AppStore and Playstore.
- iOS: 1.7.0
- android: 25
[Latest Updates]
- Load More Messages When Going Foreground (#411)
- Fix message paginating order (#399)
- Migrate dooboo-ui to v2 which starts from 0.1.0 (#406)
- Group newly created messages with dates (#409)
- Optimistic Update After createMessage Mutation (#403)
- Navigate to Channel on Notification Response (#395)
- Customize loading view and attempt to fix android splash screen (#401)
- Handle app loading more seamlessly (#398)
- Fix Multiple Device Self Message Issue (#405)
- Show only peer user when only two users are in [Message] (#397)
- Add delayPressIn to [ChannelListItem] and [UserListItem] 555cb3b
- Handle app loading more seamlessly (#398)
- Fix message paginating order (#399)
1.6.7
[Hotfix]
Change no content text to no message
Android splash screen (#402)
[Server]
Fix Multiple Device Self Message Issue (#405)
[Client]
Optimistic Update After createMessage Mutation (#403)
Customize loading view and attempt to fix android splash screen (#401)
Fix message paginating order (#399)
Handle app loading more seamlessly (#398)
1.6.3
1.6.2
[Bugfix]
- [Regression] Navigate to Channel on notification response (#395)
- Bugfix when entering Create Channel page (#390)
Recent relay throws a new error when entering [ChannelCreate] because of the missing fragment. Fixed current bug with small UI enhancements. - Show correct user images in [ChannelCreate]
- Fix GraphQL Subscription Issue (#392)
- Fix date not updating in [MessageListItem]
- [Web] Add requestPermisionAsync on iOS and android only
- [Web] Fix image upload (#393)
- Fix findpw exception handling (#391)
[Enhancememt]
- Use Redis storage for graphql subscription (#394)
1.6.1
1.6.0
[Enhancement]
- Enable strict mode for typescript #334
- Apply more lint rules #337
- Get user profile when available from social account #367
- UI/UX enhancements
[Migration]
- Migrate
azure-stroage
to@azure/storage-blob
#344 - Use
graphql-upload
for file uploading #357 - Upgrade expo SDK 41 #372
- Remove expo-permissions due to deprecation #373
- Migrate
styled-components
toemotion
#374- The reason is that typing in emotion is much more reliable.
- Migrate React Navigation to v6 #381
[Refactor]
[Bugfix]