Skip to content

Releases: silverlogic/baseapp-frontend

@baseapp-frontend/[email protected]

28 Jul 19:39
d994082

Choose a tag to compare

Minor Changes

  • Improved the useMessagesListSubscription hook to subscribe and unsubscribe based on the application's state — e.g., when the app goes inactive and then returns to the foreground, or vice versa.

Patch Changes

@baseapp-frontend/[email protected]

23 Jul 16:06
ba018f5

Choose a tag to compare

Minor Changes

  • Abstract useMessagesListSubscriptionOnRn hook to native interface so it doesn't break web version due to import problems.

@baseapp-frontend/[email protected]

22 Jul 18:19
91101a9

Choose a tag to compare

  • Implements a new hook: useMessagesListSubscriptionOnRn
  • Handles real-time message updates via GraphQL subscription (chatRoomOnMessage)
  • Automatically subscribes/unsubscribes on screen focus using expo useFocusEffect. Ensures clean disposal of the subscription to avoid memory leaks or duplicate events
  • Uses Relay's ConnectionHandler.getConnectionID and append new messages to the proper connection

@baseapp-frontend/[email protected]

21 Jul 18:30
0b0952b

Choose a tag to compare

Patch Changes

@baseapp-frontend/[email protected]

21 Jul 18:30
0b0952b

Choose a tag to compare

Patch Changes

  • Fix ECMAScript compatibility

@baseapp-frontend/[email protected]

21 Jul 18:30
0b0952b

Choose a tag to compare

Patch Changes

@baseapp-frontend/[email protected]

18 Jul 00:36
c29cb34

Choose a tag to compare

Patch Changes

  • Send Current-Profile param on subscription/websocket connection

@baseapp-frontend/[email protected]

14 Jul 15:50
c7e8645

Choose a tag to compare

Minor Changes

  • Remove setProfileExpoStorage from web component ProfileSettingsComponent

@baseapp-frontend/[email protected]

10 Jul 16:12
f60cc53

Choose a tag to compare

Patch Changes

@baseapp-frontend/[email protected]

10 Jul 16:12
f60cc53

Choose a tag to compare

Patch Changes

  • Update config so websockets works properly on Native
  • Fix Error msg when missing ChatRoomProvider