ReleaseMicrosoftMicrosoftpublished Jul 11, 2024seen 1d

microsoft/BotFramework-WebChat v4.18.0

microsoft/BotFramework-WebChat

Open original ↗

Captured source

source ↗
published Jul 11, 2024seen 1dcaptured 13hhttp 200method plain

[4.18.0] - 2024-07-10

Repository: microsoft/BotFramework-WebChat

Tag: v4.18.0

Published: 2024-07-11T04:10:54Z

Prerelease: no

Release notes:

Subresource Integrity

> The CDN URL will be online in about a day after we completed publish to NPM.

Changelog

[4.18.0] - 2024-07-10

Added

  • (Experimental) Added initial decorators support, in PR #5205, by @OEvgeny
  • Introduced internal botframework-webchat-api/decorator import, in PR #5205, by @OEvgeny
  • Added DecoratorComposer and ActivityDecorator to be used for decorating activity border, in PR #5205, by @OEvgeny

Fixed

  • Read deeper into citation objects in order to provide names, in PR #5215, by @beyackle2
  • Improved performance for useActivityWithRenderer, in PR #5172, by @OEvgeny
  • Fixes #5162. Improved performance for useActivityTreeWithRenderer, in PR #5163, by @compulim
  • Fixes #5175. PrecompiledGlobalize.js is emitted instead of .cjs, by @compulim in PR #5181
  • Improved performance for BasicTranscript, in PR #5183, by @OEvgeny
  • Fixed potential memory usage issues caused by useActivitiesWithRenderer, in PR #5183, by @OEvgeny
  • Improved performance for useMemoized, in PR #5190, by @OEvgeny
  • Fixed send box zoomed in when clicked on mobile Safari, in PR #5192, by @OEvgeny
  • Added missing support for chat history scroll with keyboard when Fluent send box is focused, in PR #5191, by @OEvgeny
  • Fixed DTMF command usage sent by telephone keypad, in PR #5198, by @OEvgeny
  • Fixed decorator import in legacy CommonJS environments, in #5231, by @OEvgeny

Changed