Skip to content

Releases: cmayomsft/promptly-js

Updated to 4.0.0-m4.2, Fixed Typing with Overload for Prompt.onPrompt(), Strict, Bug Fixes

01 Jun 18:15
Compare
Choose a tag to compare
  • Updated source and samples to 4.0.0-m4.2.
  • Fixed issue with overload of Prompt.onPrompt() that broke the fluent API and typing.
  • Turned on strict flag to find typing issues.
  • Various bug fixes.

Updated to M2, Added Defaults, Overload for Prompt.onPrompt()

26 Apr 16:02
Compare
Choose a tag to compare

Notable Changes

  • Updated source and samples to 4.0.0-m2.1.
  • Added common sense defaults for Prompt properties (e.g. not added onPrompt will create a Prompt that doesn't write to the conversation rather than throwing).
  • Added overloads for Prompt.onPrompt() so you can pass callback, string (or strings), or Activity (or Activities) to create a prompt.
  • Removed all code I use for demos when showing Promptly.