Releases: rpaschoal/ng-chat
Releases · rpaschoal/ng-chat
3.1.0
- Custom fileUploadAdapter instances can now be provided as an input to ng-chat #188
- Set input CSS outline to none
- Update test, demo and src dev dependencies including Angular to version 12
3.0.3
- The MessageType enum has now been exported
3.0.2
- Add thumbnails for image type messages #158
3.0.1
- Some of the main internals of ng-chat were refactored for better maintainability. The friends list and chat window were broken down and moved to their own separate components
- Fix issue #130 (Styles for dark/light theme are leaking to other components)
3.0.0
- Upgraded to Angular 9
- Bumped versions for all dependencies
2.0.5
- Support for mobile viewport introduced with #128 by using the
isViewportOnMobileEnabled
property
- Fixes on usage of
DomSanitizer
and effects of Angular's change tracker (Issues #127 and #134)
- PollFriendsList interval is now cleared when the
isDisabled
property is set to true
(Issue #120)
- Travis CI fixed
2.0.4
- Fix for issue #124 (In SignalR demo issue with userId when uploading files)
- In progress file upload status is now independent per chat window
2.0.3
Fix for issue #121 (Linkfy - cannot click on links, see html code in chat)
2.0.2
- Fix issue with unread messages not being marked as read for group chats
- Reset file upload state on errors
2.0.1
- Fix for issue #105 (Avoid handling blob urls in avatar as unsafe value)