- Forward LogoProps to make them customizable
- Add user activities to the Activity Log
- updated dependencies
- @baseapp-frontend/components
- updated dependencies
- Refactor AccountPopover and improve some tests
- Add NotificationsList and NotificationBellWithBadge to native components
- Updated dependencies
- @baseapp-frontend/design-system@1.0.9
- Change
Link
component inNavItem
, to use Link from next/link instead of Material UI Link. - Change
Header
border bottom from dashed to solid
- Updated dependencies
- @baseapp-frontend/authentication@4.1.9
- Updated dependencies
- @baseapp-frontend/design-system@1.0.8
- Moved ProfileSettingsComponent and related queries and mutations from
baseapp-frontend-template
- Updated dependencies
- @baseapp-frontend/design-system@1.0.7
- Fix image path handling for profile images
- Updated dependencies
- @baseapp-frontend/authentication@4.1.8
- Fix Group creation and details on landscape mode
- Clickable profile on comments
- Updated dependencies
- @baseapp-frontend/authentication@4.1.7
- Remove
ProfileSettingsComponent
Appbar, it should now useAppbarNavigationLayout
layout when it's rendered on a page route. - Updated dependencies
- @baseapp-frontend/design-system@1.0.6
- add filter by date to the module activity log. Filter as a modal on desktop and swap on mobile. Filtering can be don by start and/or end date
- Implementing Remove Profile Members
- Enable adding a member to an existing group
- Refactor member and contacts list into a reusable component
- Updated dependencies
- @baseapp-frontend/design-system@1.0.5
- Enabled deletion of chat room messages
- Limit group name length
- Use ellipsis to prevent text overflow
- Enhanced the SocialInput component by introducing an optional keydown handler prop. This update enables custom keyboard event handling, with default behavior triggering submission on CTRL + Enter.
- Fix mobile vertical nav bar height
- Clean up the three dot menu in the chat header (do not display the option to leave a non-group chat, implement archiving chats from there)
- Implement a snackbar component with a 'progress bar' indicating the remaining time before it automatically disappears
- Updated dependencies
- @baseapp-frontend/design-system@1.0.4
- @baseapp-frontend/utils@3.1.5
- @baseapp-frontend/authentication@4.1.6
- @baseapp-frontend/graphql@1.2.6
- Updated dependencies
- @baseapp-frontend/utils@3.1.4
- @baseapp-frontend/authentication@4.1.5
- @baseapp-frontend/design-system@1.0.3
- @baseapp-frontend/graphql@1.2.5
- Fix release with catalogs.
- Fix
changeset
auto release.
- Rearrange each
module
code into folders,common
for multi-platform code,native
for native code andweb
for web code. - Transpile and bundle the package code using
babel
,tsup
andtsc
. - Migrate native
profile
components from the template into this package.
- Updated dependencies
- @baseapp-frontend/design-system@1.0.0
- @baseapp-frontend/utils@3.1.3
- @baseapp-frontend/authentication@4.1.4
- @baseapp-frontend/graphql@1.2.4
- Add missing
AccountPopoverProps
to theAccountMenu
component. - Making sure conditonal render works on the
AccountMenu
component.
- add filter by user name
- Added leave group chat feature
- Updated dependencies
- @baseapp-frontend/design-system@0.0.34
- Updated dependencies
- @baseapp-frontend/design-system@0.0.33
- Implement system messages
-
Added a popover menu for action options in the ActionsOverlay component.
-
Introduced message update functionality with edit mode.
-
Implemented hover overlay modes for enhanced action display.
-
Introduced new DefaultHoverOverlay and ThreeDotsMenuHoverOverlay components for action overlays.
-
Updated dependencies
- @baseapp-frontend/design-system@0.0.32
- Added search bar to members list. User can search for members by first name, last name and email.
- Update mock files.
- Updated dependencies
- @baseapp-frontend/authentication@4.1.3
- @baseapp-frontend/design-system@0.0.31
- @baseapp-frontend/graphql@1.2.3
- @baseapp-frontend/utils@3.1.2
- Removing chat room members
- Updated dependencies
- @baseapp-frontend/graphql@1.2.2
- Chatroom search fixed
- Group details and group edit page added
- Updated dependencies
- @baseapp-frontend/utils@3.1.1
- @baseapp-frontend/authentication@4.1.2
- @baseapp-frontend/design-system@0.0.30
- @baseapp-frontend/graphql@1.2.1
- Create base activity log components for list page
- Updated dependencies
- @baseapp-frontend/authentication@4.1.1
- Add
expo
andreact-native
mock files. - Updated dependencies
- @baseapp-frontend/authentication@4.0.7
- @baseapp-frontend/graphql@1.2.0
- @baseapp-frontend/utils@3.1.0
- @baseapp-frontend/design-system@0.0.28
- Updated dependencies
- @baseapp-frontend/design-system@0.0.28
- Update
zod
from 3.23.8 to 3.24.1 - Updated dependencies
- @baseapp-frontend/authentication@4.0.7
- Added FollowToggle button
- Moved BlockButtonWithDialog, ProfileComponent and related queries and mutations from baseapp-frontend-template
- Updated dependencies
- @baseapp-frontend/design-system@0.0.27
- Refactors the
notification
module so it is easier to add or modify existing notification types. - Implement reaction notification.
- Improve unread Badge and unread divider behavior
- Add the ability to create new chat groups.
- Fix a few height bugs on Virtuoso lists.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.26
- Updated dependencies
- @baseapp-frontend/utils@3.0.5
- @baseapp-frontend/authentication@4.0.6
- @baseapp-frontend/design-system@0.0.25
- @baseapp-frontend/graphql@1.1.15
- Graphql mutation for unreading chats introduced
- Graphql field unreadMessagesCount is replaced by a count field on unreadMessages (which also has a markedUnread field)
- Updated dependencies
- @baseapp-frontend/graphql@1.1.14
- Implement change role functionality on members section
- Introduces a chat header, which displays the profile image and name of the other person in a one-on-one chat and the group picture, group name and member count in a group chat
- Added unarchiving chat room UX updates (icon and label change)
- Added archiving/unarchiving chat rooms functionality
- Enhanced ChatRoomItem with isInArchivedTab and isInUnreadTab props
- Updated ChatRoomsList to support archived filters
- Added new GraphQL mutation for archiving chat rooms
- Updated RoomsListFragment to support archived status
- Modified useRoomListSubscription to handle archived rooms
- Updated dependencies
- @baseapp-frontend/design-system@0.0.24
- Updated dependencies
- @baseapp-frontend/design-system@0.0.23
- Adapt Storybook's withProviders to use only
queueOperationResolver
. - Updated dependencies
- @baseapp-frontend/graphql@1.1.13
- Fixed RoomListSubscription connection and added connection to CreateChatRoom mutation
- Moved useRoomListSubscription hook to ChatRoom on baseapp-frontend-template
- Removed unused fields on RoomsListFragment and RoomListSubscription
- Move useMessageCountUpdate to be used on chatrooms list instead of being used on the templates
- update useMessageCountUpdate query
- Fix unread count badge alignment
- Allow users to create new organization profile.
- Updated dependencies
- @baseapp-frontend/authentication@4.0.5
- Use
InitialProfileProviderForTesting
. - Updated dependencies
- @baseapp-frontend/authentication@4.0.4
-
Remove
useCurrentProfile
from the package. -
Use mocks from
@baseapp-frontend/test
. -
Updated dependencies
- @baseapp-frontend/authentication@4.0.3
- Create a component for listing the members of a profile
- Fixed overlay not closing issue by forcing hover state to 'false' when exiting the delete dialog
- Removed CommentOptions from CommentItem component and refactored into ActionsOverlay. Applied ActionsOverlay to CommentItem and ChatRoomItem components.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.22
- Add Active Tab functionality to the
messages
module. - Several tweaks on the messages modules in general.
- Adapt
ChatRoomListItem
so it uses a fragment. - Add
ViewportHeightContainer
component and make sureMainCointainer
uses variables from the navigation's constants. - Updated dependencies
- @baseapp-frontend/authentication@4.0.2
- @baseapp-frontend/design-system@0.0.21
- @baseapp-frontend/graphql@1.1.12
- @baseapp-frontend/utils@3.0.4
- Add Active Tab functionality to the
messages
module. - Tweaks on
MessageItem
styles so it have the correctmax-width
. - Updated dependencies
- @baseapp-frontend/design-system@0.0.20
- Added the CreateChatRoom components for the messages module
- Updated dependencies
- @baseapp-frontend/design-system@0.0.19
- Updated dependencies
- @baseapp-frontend/design-system@0.0.17
- Storybook cleanup
- Updated dependencies
- @baseapp-frontend/design-system@0.0.17
- Add Storybook for notifications components.
-
Add Message components including
MessageItem
,MessageRoom
,MessagesGroup
andMessageList
. -
Temporarily remove the
overscan
props on Virtuoso lists since that could cause bugs. -
AccountMenu
only show login/signup buttons when there is no user object instead of looking if the user is valid. That avoid issues when the refresh is is still going to be executed and the ui changing unnecessarily. -
Updated dependencies
- @baseapp-frontend/graphql@1.1.11
- @baseapp-frontend/utils@3.0.3
- @baseapp-frontend/authentication@4.0.1
- @baseapp-frontend/design-system@0.0.16
- Exclude cypress and jest folders from the tsconfig.build.json file
- Add the profile switcher to the AccountPopover component.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.15
- @baseapp-frontend/graphql@1.1.10
- Add
fallbacks
andalias
to the Cypress webpack configuration.
- Updated Storybook configs
- Updated dependencies
- @baseapp-frontend/design-system@0.0.14
- Add Messages module with SendMessage input for messages
- Make the previous comment input a reusable component to be used in comments and messages
- Reorganize modules to break previus social folder into comments, messages and
__shared__
- Updated dependencies
- @baseapp-frontend/design-system@0.0.13
- Add common and reusable dependencies to the
pnpm
catalog. - Update tsconfig to use
lib.json
. - Updated dependencies
- @baseapp-frontend/authentication@4.0.0
- @baseapp-frontend/utils@3.0.0
- @baseapp-frontend/design-system@0.0.12
- @baseapp-frontend/graphql@1.1.9
- Update profileObjectId to profileId on createCommentMutation
- Moved setFormRelayErrors from baseapp-frontend/components to baseapp-frontend/utils
- Updated dependencies
- @baseapp-frontend/utils@2.5.6
- Add Notifications Component
- Updated dependencies
- @baseapp-frontend/design-system@0.0.10
- Import custom tailwind plugins.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.5
- @baseapp-frontend/graphql@1.1.8
- Add setup for Cypress component testing.
- Add test cases for the
Comments
component. - Minor adjustments to several social components, focusing on enhancing accessibility.
- Fix scrollbar glitching on web when loading more comments.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.3
- @baseapp-frontend/graphql@1.1.7
- Add
navigation
module. - Add Storybook for Navigation features.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.2
- @baseapp-frontend/utils@2.5.4
- Create the
components
package. - Migrate all the Comments features from the template to this package.
- Adapt some Comments features to make it more reusable and customizable.
- Add Storybook for the Comments features.
- Updated dependencies
- @baseapp-frontend/graphql@1.1.4
- @baseapp-frontend/utils@2.5.1
- @baseapp-frontend/design-system@0.0.1