Releases: silverlogic/baseapp-frontend
Releases · silverlogic/baseapp-frontend
@baseapp-frontend/[email protected]
Patch Changes
- Remove
useEffect
hook that queues the logout listener.
@baseapp-frontend/[email protected]
Patch Changes
- Make sure the log out listener is loaded only once on
useCurrentProfile
. - Fix
useLogin
adding optional chaining to a problematic expression. - Move
InitialProfileProviderForTesting
around.
@baseapp-frontend/[email protected]
Patch Changes
- Use mocks from
@baseapp-frontend/test
.
@baseapp-frontend/[email protected]
Patch Changes
- Add additional configuration to
jest.config
file.
@baseapp-frontend/[email protected]
Patch Changes
-
Remove
useCurrentProfile
from the package. -
Use mocks from
@baseapp-frontend/test
. -
Updated dependencies
- @baseapp-frontend/[email protected]
@baseapp-frontend/[email protected]
Patch Changes
- Use jotai global state and cookies to keep track of the current profile. CurrentProfileProvider is removed, use "const { currentProfile, setCurrentProfile } = useCurrentProfile()" to read and modify the current profile, respectively.
@baseapp-frontend/[email protected]
Patch Changes
- Create a component for listing the members of a profile
@baseapp-frontend/[email protected]
Patch Changes
- Fixed overlay not closing issue by forcing hover state to 'false' when exiting the delete dialog
@baseapp-frontend/[email protected]
Patch Changes
- Updated dependencies
- @baseapp-frontend/[email protected]
@baseapp-frontend/[email protected]
Patch Changes
- Added Archive and Unread icons