Tags: eatskolnikov/BotFramework-Composer
Tags
chore: Moved styles inline for components in client package. (microso… …ft#3598) * Renamed components, hooks, Onboarding only * Reverting changed from yar build * Renamed components, hooks, Onboarding only * Reverting changed from yar build * Fixing lint issues * test import fixes * Have to rename to fix case of file name * Fixing case with another commit. * Renamed components, hooks, Onboarding only * Renamed components, hooks, Onboarding only * Fixing lint issues * test import fixes * Have to rename to fix case of file name * Fixing case with another commit. * Fixing imports * Index file renames Part 2 * Inlined styles in ts * Fixed test mocks
release: 1.0.1 release notes (microsoft#3310) * update changelog script to use tags * add 1.0.0 release notes, deprecate 4.X * add 1.0.1 release notes * update pr check to no longer check stable branch
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]>
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]>
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]>
dereference schema definitions after loading project (microsoft#3012) fixes an issue where expressions would not be validated Co-authored-by: Chris Whitten <[email protected]>
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]>