Releases: silverlogic/baseapp-frontend
Releases · silverlogic/baseapp-frontend
@baseapp-frontend/[email protected]
Patch Changes
- Update config so websockets works properly on Native
- Fix Error msg when missing ChatRoomProvider
- Updated dependencies
- @baseapp-frontend/[email protected]
@baseapp-frontend/[email protected]
Patch Changes
- Content Feed Posts list with images and reactions
@baseapp-frontend/[email protected]
Patch Changes
- Content Feed Posts list with images and reactions
@baseapp-frontend/[email protected]
Minor Changes
- Refactored navigation system (
Header,AccountMenu,NavMini,NavVertical) to useuseUISettingshook - Migrated a few functions due to breaking changes in the authentication package
- Updated
zustandproviders to match the latest version - Updated several dependencies, including
react,zod, andzustandto the latest versions - Updated dependencies
- @baseapp-frontend/[email protected]
- @baseapp-frontend/[email protected]
- @baseapp-frontend/[email protected]
- @baseapp-frontend/[email protected]
@baseapp-frontend/[email protected]
Patch Changes
- Updated dependencies
- @baseapp-frontend/[email protected]
@baseapp-frontend/[email protected]
Patch Changes
- Added report option for profiles
- Updated dependencies
- @baseapp-frontend/[email protected]
@baseapp-frontend/[email protected]
Patch Changes
useLoginnow supports customApiClasstypes, 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]
Minor Changes
- Restructure several components from the
messagesmodule to make it more customizable.
@baseapp-frontend/[email protected]
Patch Changes
- Customizable Styles for Main Page Area
@baseapp-frontend/[email protected]
Patch Changes
- create MessageList, messageItem, ChatRoom and MessagesGroup storybook