Skip to content

Tags: Teja7048/BotFramework-Composer

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Include settings changes in persistence layer and flush changes …

…before switching bot (microsoft#3117)

* fix: Wait for task queue flush before switching a bot

* update the action

* Include settings changes in persistence layer

* fix lint

* update the action

* update the error handler for open bot

* use flush method on workers to wait for queues to drain

* use includes instead of indexOf

* use loading spinner

* reset project state when open bot is pending

* show loading when creating new bot

* bind handleMessage when setting onmessage

Co-authored-by: Andy Brown <[email protected]>
Co-authored-by: Chris Whitten <[email protected]>

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow tenantId to be specified in provisioning script (microsoft…

…#3084)

* allow tenantId to be specified

* use default tenantid

Co-authored-by: Chris Whitten <[email protected]>

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add skill show error if manifest url can not be accessed (micros…

…oft#2935)

* throw error when skill manifest url can not be accessed

* check skill manifest url before commit

* update

* use createSkillModal component

* clean up

* separate async/sync validation

* clean up

* remove dead code

* check status code when fetching manifest

* extract manifest url validation

* clean up

Co-authored-by: Chris Whitten <[email protected]>
Co-authored-by: Andy Brown <[email protected]>

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dereference schema definitions after loading project (microsoft#3012)

fixes an issue where expressions would not be validated

Co-authored-by: Chris Whitten <[email protected]>

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update bf-lu version to 4.9.0-RC4 (microsoft#2954)

* fix: update bf-lu version to 4.9.0-RC4

* update all related to RC4

Co-authored-by: Chris Whitten <[email protected]>