-
Notifications
You must be signed in to change notification settings - Fork 374
feat: Updated js runtime to use the latest SDK #4494
Conversation
|
We can change the version of sdk to 4.11 once 4.11 released. For now, I have to use |
|
This pull request fixes 1 alert when merging 3f1cede into 1227d93 - view on LGTM.com fixed alerts:
|
|
@chon219 could you please check the test cases failure especially for the BotProject-nodejs. |
OK, I'll try to fix that. |
|
This pull request fixes 1 alert when merging 8c52fe0 into 0729434 - view on LGTM.com fixed alerts:
|
…oser into zim/update-js-runtime
…botframework-composer into zim/update-js-runtime
|
This pull request fixes 1 alert when merging 4e95867 into 72e5700 - view on LGTM.com fixed alerts:
|
…oser into zim/update-js-runtime
…botframework-composer into zim/update-js-runtime
|
This pull request fixes 1 alert when merging af295a1 into 77ad8e1 - view on LGTM.com fixed alerts:
|
|
@chon219 , schemas are already in JS RC3, let's take that package and support JS custom action in this PR. |
|
This pull request fixes 1 alert when merging 0cc31fe into d5b2950 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging a85257f into b762301 - view on LGTM.com fixed alerts:
|
|
--imports="../dialogs/imported" what does this mean? I tried that and didn't see any folder created. |
|
ping @chon219 |
Imported assets from referenced packages (exported folder) would be copied into |
|
@benbrown All comments resolved, is it okay to merge this change? |
* updated js runtime to match the latest sdk * updated composerbot of js runtime * updated sdk to 4.11.0-rc1 * fixed test failure for js runtime * updated sdk to 4.11 rc3 * added schemas in node runtime * copy schemas folder while ejecting * added sample for custom action * inline comments and converters * updated update-schema script * more inline comments * updated js runtime to 4.11.0 Co-authored-by: Lu Han <[email protected]> Co-authored-by: Chris Whitten <[email protected]>
Description
Close #3893
Updated js runtime to use the latest version of SDK to adopt the latest changes.
Added
schemasfolder to js runtime.Updated eject function to copy
schemasfolder to project folder in js runtime.Added sample of custom action to js runtime.
Task Item
Screenshots