Releases: rpaschoal/ng-chat
Releases · rpaschoal/ng-chat
2.0.0
- Add group chat support
- New ChatAdapter contract
- CSS fixes
2.0.0-rc1
- Add group chat support
- New ChatAdapter contract
1.2.0
- Add support for custom styles
- Add dark theme
1.1.2
- 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
- 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
- File upload/attachment
- Paged history chat adapter (BETA)
- Minor bug fixes
1.0.15
- Add
OnMessagesSeen
event
- Add Setting to hide the search input on the friends list
- Add
IChatController
to expose ng-chat actions
1.0.14
- Add
browserNotificationTitle
to localization interface
1.0.13
- Fix for issue #57
- New unseen messages counter for the friends list
- Add
maximizeWindowOnNewMessage
setting
1.0.12
- Added browser notifications
- Added the following events:
onUserClicked
, onUserChatOpened
and onUserChatClosed