Skip to content

Releases: silverlogic/baseapp-frontend

@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
  • Updated dependencies

@baseapp-frontend/[email protected]

08 Jul 19:32
a4969f2

Choose a tag to compare

Patch Changes

  • Content Feed Posts list with images and reactions

@baseapp-frontend/[email protected]

02 Jul 22:15
6be9794

Choose a tag to compare

Patch Changes

  • Content Feed Posts list with images and reactions

@baseapp-frontend/[email protected]

25 Jun 20:03
ca881a4

Choose a tag to compare

Minor Changes

  • Refactored navigation system (Header, AccountMenu, NavMini, NavVertical) to use useUISettings hook
  • Migrated a few functions due to breaking changes in the authentication package
  • Updated zustand providers to match the latest version
  • Updated several dependencies, including react, zod, and zustandto the latest versions
  • Updated dependencies

@baseapp-frontend/[email protected]

13 Jun 13:08
8166bc6

Choose a tag to compare

Patch Changes

@baseapp-frontend/[email protected]

08 May 20:35
bdc881b

Choose a tag to compare

Patch Changes

  • Added report option for profiles
  • Updated dependencies

@baseapp-frontend/[email protected]

08 May 20:35
bdc881b

Choose a tag to compare

Patch Changes

  • useLogin now supports custom ApiClass types, so when the login method changes, we can get the corresponding request/response types. The login form should also reflect the correct types if the schema is changed.

@baseapp-frontend/[email protected]

05 May 19:02
995b12c

Choose a tag to compare

Minor Changes

  • Restructure several components from the messages module to make it more customizable.

@baseapp-frontend/[email protected]

29 Apr 14:38
ed61088

Choose a tag to compare

Patch Changes

  • Customizable Styles for Main Page Area

@baseapp-frontend/[email protected]

15 Apr 22:11
25921df

Choose a tag to compare

Patch Changes

  • create MessageList, messageItem, ChatRoom and MessagesGroup storybook