2020-10-27 05:04:43 +03:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
## [Unreleased]
|
2021-02-12 01:41:15 +03:00
|
|
|
### Added
|
|
|
|
- React Native sample app using Omnichannel Chat SDK with [react-native-gifted-chat](https://github.com/FaridSafi/react-native-gifted-chat)
|
|
|
|
- Escalation to Voice & View support (Web Only)
|
|
|
|
- React sample app using Omnichannel Chat SDK with [BotFramework-WebChat](https://github.com/microsoft/BotFramework-WebChat)
|
2021-03-19 19:46:27 +03:00
|
|
|
- Expose `sessiontInit`'s `initContext` on `startChat`'s optional paramaters
|
2021-03-28 09:40:46 +03:00
|
|
|
- Add ability to use custom `ic3Config` & `chatAdapterConfig`
|
2021-04-08 14:40:52 +03:00
|
|
|
- Add telemetry
|
2021-04-22 12:55:50 +03:00
|
|
|
- Add `rehydrate` flag for `onNewMessage` to rehydrate all messages of existing conversation
|
2021-04-23 03:16:42 +03:00
|
|
|
- Add `getConversationDetails`
|
2021-04-28 00:06:34 +03:00
|
|
|
- Add ability to pass custom `ariaTelemetryKey`
|
2021-02-12 01:41:15 +03:00
|
|
|
|
2021-02-17 21:35:54 +03:00
|
|
|
### Changed
|
|
|
|
- Uptake [@microsoft/ocsdk@0.1.1](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.1.1)
|
|
|
|
- Uptake [@microsoft/omnichannel-ic3core@0.1.1](https://www.npmjs.com/package/@microsoft/omnichannel-ic3core/v/0.1.1)
|
2021-02-18 00:25:25 +03:00
|
|
|
- Uptake [jest@26.6.3](https://www.npmjs.com/package/jest/v/26.6.3)
|
|
|
|
- Uptake [ts-jest@26.5.1](https://www.npmjs.com/package/ts-jest/v/26.5.1)
|
2021-04-13 19:16:02 +03:00
|
|
|
- Uptake [IC3Client@2021.03.02.1](https://comms.omnichannelengagementhub.com/release/2021.03.02.1/Scripts/SDK/SDK.min.js)
|
|
|
|
- Uptake [botframework-webchat-adapter-ic3@0.1.0-master.f4dfd7d](https://www.npmjs.com/package/botframework-webchat-adapter-ic3/v/0.1.0-master.f4dfd7d)
|
2021-02-17 21:35:54 +03:00
|
|
|
|
2021-02-12 01:41:15 +03:00
|
|
|
### Fixed
|
|
|
|
- onAgentEndSession triggered on accept voice & video call
|
2021-04-20 22:34:14 +03:00
|
|
|
- Fix multiple instances of IC3Client initialized
|
2021-02-12 01:41:15 +03:00
|
|
|
|
|
|
|
### Security
|
|
|
|
- Fix eslint errors
|
2020-10-27 05:04:43 +03:00
|
|
|
|
|
|
|
## [0.1.0] - 2020-10-26
|
|
|
|
### Added
|
|
|
|
- Initial release of Omnichannel Chat SDK v0.1.0
|