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

Releases: rpaschoal/ng-chat

2.0.0

22 Feb 20:52
Compare
Choose a tag to compare
  • Add group chat support
  • New ChatAdapter contract
  • CSS fixes

2.0.0-rc1

15 Feb 23:41
da7739e
Compare
Choose a tag to compare
  • Add group chat support
  • New ChatAdapter contract

1.2.0

19 Nov 06:55
47277d1
Compare
Choose a tag to compare
  • Add support for custom styles
  • Add dark theme

1.1.2

09 Nov 19:17
Compare
Choose a tag to compare
  • Update core dependencies including Angular to version 7, RxJs and Typescript
  • Fixes an issue with AOT with private and protected properties and methods

1.1.1

02 Nov 23:11
65086f6
Compare
Choose a tag to compare
  • Module can now be used without a friends list by using hideFriendsList
  • The local storage state of windows is now updated when viewport is resized
  • Messages are marked as seen after the message history has been loaded if the related chat window has focus

This version has been deprecated on NPM due to wrong packaging but its introduced features are available on later versions

1.1.0

29 Oct 20:52
dda9e80
Compare
Choose a tag to compare
  • File upload/attachment
  • Paged history chat adapter (BETA)
  • Minor bug fixes

1.0.15

27 Aug 06:35
Compare
Choose a tag to compare
  • Add OnMessagesSeen event
  • Add Setting to hide the search input on the friends list
  • Add IChatController to expose ng-chat actions

1.0.14

24 Jul 06:31
be9c3e4
Compare
Choose a tag to compare
  • Add browserNotificationTitle to localization interface

1.0.13

09 Jul 05:54
Compare
Choose a tag to compare
  • Fix for issue #57
  • New unseen messages counter for the friends list
  • Add maximizeWindowOnNewMessage setting

1.0.12

04 Jun 07:38
20dac28
Compare
Choose a tag to compare
  • Added browser notifications
  • Added the following events: onUserClicked, onUserChatOpened and onUserChatClosed