Releases: rpaschoal/ng-chat
Releases · rpaschoal/ng-chat
1.0.10
- Added a unique local storage key identifier to support multiple users on a same computer
- Chat windows are now closed whenever the 'ESC' key is pressed within a focused chat window
- Overall UX improvements using focus events
1.0.8
- Added full localization support as discussed on #40
1.0.7
- Added support to tab between chat windows
1.0.6
- Added "searchPlaceholder" setting
1.0.5
- Added local storage persistence of open chat windows
- Added user status to each chat window
1.0.4
- Added audio notifications for received messages.
1.0.3
- Now using "ng-packagr" to transpile and package the library.
1.0.2
- AngularCLI compatibility fix
1.0.1
- Links within messages are now transformed to valid HTML links
1.0.0
- Introduced jasmine unit tests for core components
- Added emojis support (Message text is emojified).