Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Releases: rpaschoal/ng-chat

3.1.0

19 Jun 02:16
Compare
Choose a tag to compare
  • 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

25 May 06:36
Compare
Choose a tag to compare
  • The MessageType enum has now been exported

3.0.2

25 May 06:17
f86a880
Compare
Choose a tag to compare
  • Add thumbnails for image type messages #158

3.0.1

07 May 23:20
Compare
Choose a tag to compare
  • 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

17 Apr 01:48
64bfb08
Compare
Choose a tag to compare
  • Upgraded to Angular 9
  • Bumped versions for all dependencies

2.0.5

02 Sep 00:54
Compare
Choose a tag to compare
  • 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

10 May 23:27
Compare
Choose a tag to compare
  • 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

27 Apr 00:29
Compare
Choose a tag to compare

Fix for issue #121 (Linkfy - cannot click on links, see html code in chat)

2.0.2

07 Apr 20:13
Compare
Choose a tag to compare
  • Fix issue with unread messages not being marked as read for group chats
  • Reset file upload state on errors

2.0.1

18 Mar 05:14
Compare
Choose a tag to compare
  • Fix for issue #105 (Avoid handling blob urls in avatar as unsafe value)