Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 03-09-2020 #2219

Merged
merged 41 commits into from
Mar 10, 2020
Merged

release: 03-09-2020 #2219

merged 41 commits into from
Mar 10, 2020

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    6ff0da3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    3424f78 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. feat: support inline LU section editing (#1994)

    * update lu sample
    
    * inline lu
    
    * update
    
    * refactor lu page, enable inline editor
    
    * move test
    
    * nested section editing
    
    * check for nestedSection
    
    * update
    
    * if file not found, redirect
    
    * update inline diagnostic
    
    * entity suggestion in inline
    
    * fix inline tokenizer
    
    * code refine
    zhixzhan authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    1b14a18 View commit details
    Browse the repository at this point in the history
  2. style: fix hover state nodes ui (#2065)

    * ui fix
    
    * use box-shadow
    
    Co-authored-by: zeye <[email protected]>
    Co-authored-by: Andy Brown <[email protected]>
    3 people authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    d57e478 View commit details
    Browse the repository at this point in the history
  3. feat: add more help links (#2070)

    * enable help link for oauth step
    
    * add learn more link to publishing page
    
    * add learn more link to onboarding page
    a-b-r-o-w-n authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    9eeca92 View commit details
    Browse the repository at this point in the history
  4. feat: support multi-line node block in Visual Editor (#2005)

    * draft: DynamicBlock
    
    * don't setState in effect hook
    
    * set default demo to editor
    
    * give decorators unique id
    
    * implement ElementMeasurer for dynamic size
    
    * pass onResize handler to enable boundary propagation
    
    * update FormCard css to not truncate text
    
    * apply ElementMeasurer to necessary widgets
    
    * css: word break in FormCard
    
    * support smart layout in all input types
    
    * revert exp changes in uischema
    
    * add new hook useSmartLayout  for layout changes
    
    * apply useSmartLayouter to PromptWidgets
    
    * apply useSmartLayout hook to IfConditionWidget
    
    * include boundary merge logic in useSmartLayout
    
    * IfCondition, Prompt adapt to new smart layout hook
    
    * apply useSmartLayout to ForeachWidget
    
    * apply useSmartLayout to SwitchConditionWidget
    
    * add comments to ElementMeasurer
    
    * add comments in useSmartLayout
    
    * revert ObiEditor changes
    
    * update FormCard style
    
    * revert unnecessary changes
    
    * revert unnecessary transformer changes
    
    * fix IfConditionWidget layout
    
    * fix a potential undefined func call
    
    * improve ts type in Switch
    
    * sort Switch case keys
    
    * StepGroup apply useSmartLayouter
    
    * feat: boundary cache mechanism to fix flickering
    
    * remove size limit in uischema (deprecated by smart layouter)
    
    * fix FormCard css compatibility
    
    Co-authored-by: Andy Brown <[email protected]>
    yeze322 and a-b-r-o-w-n authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7b452d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a5a0fc View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. style change (#2095)

    alanlong9278 authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    1f85367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a08fb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. fix: resolve known bugs in LU LSP. (#2098)

    * init
    
    * fix LU LSP known bugs
    
    * remove comment
    
    * fix bugs
    
    * remove unused variable
    
    Co-authored-by: Andy Brown <[email protected]>
    cosmicshuai and a-b-r-o-w-n authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    1112c86 View commit details
    Browse the repository at this point in the history
  2. feat: display 6 actions as contentless node (#2108)

    * display 6 types as contentless node
    
    * fix ut
    
    * header color to darker gray
    
    * fix UT
    
    * put copyright ahead
    yeze322 authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    482aaf7 View commit details
    Browse the repository at this point in the history
  3. fix: update lu format link (#2107)

    * update lu format link
    
    * use aka link for lu file format and point to latest emulator release
    
    * remove anchor from lu file format aka links
    
    Co-authored-by: Andy Brown <[email protected]>
    liweitian and a-b-r-o-w-n authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    8b0510b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. feat: update new trigger modal according to design (#1786)

    * update new trigger modal according to design
    
    * handle comments
    
    * auto-saved vscode lint setting
    
    * handle comments
    
    * css update
    
    * use luUtil api
    
    * feat: [Form Editor]inline lu editor in trigger (#1872)
    
    * lu in form editor
    
    * fix naming
    
    * bugfix
    
    * fix circular reference in shared and indexer
    
    * add start and end line for each intent
    
    * add diagnostics
    
    * delete lu editor in dialog
    
    * remove notice
    
    * fix bug: composer crashed when switch page to lu page
    
    * fix tslint error
    
    * support navigation back for lu error in notification
    
    * remove unused referrence
    
    * update the lib
    
    Co-authored-by: Zhixiang Zhan <[email protected]>
    Co-authored-by: liweitian <[email protected]>
    Co-authored-by: leileizhang <[email protected]>
    
    * switch tsx back to js
    
    * switch js to tsx
    
    * add editor in trigger wizard
    
    * fix unit test
    
    * when lu is not valid, don't do update
    
    * handle comments
    
    * rebase code
    
    * resolve rebase conflict
    
    * enable inline mode
    
    * refactor luEditorWidget
    
    * replace third-part npm registry
    
    * update LgNotification class
    
    * handle comments
    
    * handle comments
    
    * fix lu editor widget
    
    * Configure Inline LU Editor to match Inline LG Editor
    
    Co-authored-by: Long Alan <[email protected]>
    Co-authored-by: Zhixiang Zhan <[email protected]>
    Co-authored-by: leileizhang <[email protected]>
    Co-authored-by: zeye <[email protected]>
    Co-authored-by: Chris Whitten <[email protected]>
    6 people authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    7198c7f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. feat: Update package and schema to 200216 (#1997)

    * Update package and sample bot
    
    * Update package to 200216
    
    * Update sdk.schema
    
    * refactor: Migrate lubuild to bf cli tool chain (#1957)
    
    * remove lubuild
    
    * update the bf-lu
    
    * update the version
    
    * update the version
    
    * add to log to builder
    
    * update the name
    
    * upgrade lg-parser/lgIndexer/lg-lsp-editor from @{} to ${}
    
    * Update to UseLuisSettings
    
    * replace @{} to ${}
    
    * add environment field into setting
    
    * update environment default value
    
    * add luis config adaptor
    
    * Update interuption and qna sample
    
    * chore: remove 'InitProperty' type in Composer (#2096)
    
    * disable InitProperty entry
    
    * remove InitProperty definition
    
    * fix lgPatterns: @ -> $ (#2097)
    
    * Fix action test case failure
    
    * update to the latest package
    
    * Update main.yml
    
    * Update main.yml
    
    * Update main.yml
    
    * Removed the BotProject\CSharp
    
    * update test case from @{} to ${}
    
    * merge remote seperate the new recognizer set sample
    
    * update test case
    
    Co-authored-by: leileizhang <[email protected]>
    Co-authored-by: Zhixiang Zhan <[email protected]>
    Co-authored-by: VanyLaw <[email protected]>
    Co-authored-by: zeye <[email protected]>
    5 people authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    998219a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. feat: repaint ui for setProperties in visual editor (#2017)

    * elements interface
    
    * styled component
    
    * use styledComponent in visual editor
    
    * refactor
    
    * add styled package
    
    * module name
    
    * revert uischema & refactor itemOverview component
    
    * ui adjust
    
    * rename & delete needless code
    
    *  truncate text
    
    * copy formcard to listoverviewcard for choiceinput and setProperties
    
    * refactor code
    
    * delete listOverviewWidget
    
    * css
    
    * fix some bug
    
    Co-authored-by: Andy Brown <[email protected]>
    alanlong9278 and a-b-r-o-w-n authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    aed7c65 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    a20d2b2 View commit details
    Browse the repository at this point in the history
  2. add role, name, posinset for paste in edgeMenu (#2126)

    Co-authored-by: zeye <[email protected]>
    Co-authored-by: Chris Whitten <[email protected]>
    3 people authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    7191c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a8a086 View commit details
    Browse the repository at this point in the history
  4. feat: implement new action design to improve readability (#2136)

    * implement new CardTemplate
    
    * show icon inside ActionHeader
    
    * update card body style
    
    * experiment new CardTemplate on several types
    
    * Revert "experiment new CardTemplate on several types"
    
    This reverts commit bc00c5c.
    
    * add CardTemplate sparateline placeholder
    
    * update ListOverview types
    
    * migrate userInput to  cardTemplate
    
    * assign ListOverview default value
    
    * make ActivityRenderer pure and apply to uischema
    
    * migrate SetProperties to CardTemplate
    
    * adjust CardTemplate style
    
    * merge ChoiceInput schem into BaseInput
    
    * migrate DialogRef to new template
    
    * deprecate FormCard with CardTemplate
    
    * style: ActionHeader
    
    * fix: null content bug
    
    * implement ArrowLine as card's separator
    
    * adjust Separator style
    
    * style: icon menu padding -> 0
    
    * style: ArrowLine stroke fix
    
    * style: bigger node
    
    * style: ActionHeader
    
    * update dev demo
    
    * display more types in demo
    
    * share duplicated font styles
    
    * removed MultilineDiv and unref defs
    
    * extract css related to ellipsis
    
    * apply EllipsisCSS to styledComponent
    
    * css: rename to TruncatedCSS
    
    * refine all ListOverview related styles
    
    * control footer visibility in CardTemplate
    
    * card footer style
    
    * update footer of SetProperties & BaseInput
    
    * update rest types
    
    * fix display problems
    
    * fix placeholder problem of ChoiceInput
    
    * show '?' as some default values
    
    * fix DialogRef, CardTemplate
    
    * remove outdated titles
    
    * use ActionCard in ReplaceDialog
    
    * show DeleteProperties as ListOverview
    
    Co-authored-by: Chris Whitten <[email protected]>
    cwhitten authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    66986a2 View commit details
    Browse the repository at this point in the history
  5. feat: Added inline lu to prompts (#2159)

    Co-authored-by: Chris Whitten <[email protected]>
    cwhitten authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    781f387 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. feat: Add cross train before luis publish (#2069)

    * Add cross train before luis publish
    
    * update the publish flow
    
    * create cross train config
    
    * fix some bug
    
    * update the lubuild version
    
    * update the bf-lu version and remove the composer's file update check
    
    * fix bug: the file add error
    
    * remove the status test
    
    * fix unit test
    
    * update the bf-lu
    
    * update the function
    
    * update the crosstrain config
    
    * fix lint
    
    * add some comments
    cwhitten authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    e51dc5a View commit details
    Browse the repository at this point in the history
  2. a11y: Use header tag for trigger in visual editor (#2128)

    * Add header tag
    
    * use header tag for trigger
    
    Co-authored-by: zeye <[email protected]>
    Co-authored-by: Chris Whitten <[email protected]>
    cwhitten and yeze322 authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    8a17c92 View commit details
    Browse the repository at this point in the history
  3. add name for nodeMenu, arrow and endNode (#2131)

    Co-authored-by: Chris Whitten <[email protected]>
    cwhitten authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    1bea213 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. fix: remove edit button in lu all up view (#2146)

    * fix some known issues
    
    * fix e2e test
    
    * handle comments
    
    Co-authored-by: Chris Whitten <[email protected]>
    cwhitten authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c17b59e View commit details
    Browse the repository at this point in the history
  2. feat: Remove input LU when deconstructing prompts (#2180)

    * feat: Remove input LU when deconstructing prompts
    
    * Fixed lint issue
    
    Co-authored-by: Chris Whitten <[email protected]>
    tdurnford and cwhitten authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    ae6111e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    964b8d6 View commit details
    Browse the repository at this point in the history
  4. fix: lg template display wrong in visual & form editor (#2191)

    * activity content truncated in visual editor
    
    * show template in visual editor
    
    * fix data in toDobotWithLuis sample bot
    
    * refactor
    alanlong9278 authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    fed2515 View commit details
    Browse the repository at this point in the history
  5. fix: Double scroll bars in dialog's properties pane (#2163)

    * double scroll
    
    * fix side bar horizontal scroll
    
    Co-authored-by: zeye <[email protected]>
    Co-authored-by: Chris Whitten <[email protected]>
    3 people authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c2d7665 View commit details
    Browse the repository at this point in the history
  6. Update HttpRequest sample (#2161)

    Co-authored-by: Chris Whitten <[email protected]>
    luhan2017 and cwhitten authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    4da36a2 View commit details
    Browse the repository at this point in the history
  7. fix: deployment script, decouple debugging and deployment settings (#…

    …2153)
    
    * Fix deployment script.
    Use appsettings.Deployment.json for local debug, use appsettings.Production.json for azure deployment.
    
    * update production name to deployment
    
    * fix typo
    
    * use nightly build package
    
    * remove version
    
    * update to 3.1
    
    Co-authored-by: Qi Kang <[email protected]>
    Co-authored-by: Lu Han <[email protected]>
    Co-authored-by: Chris Whitten <[email protected]>
    4 people authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    a05a5fc View commit details
    Browse the repository at this point in the history
  8. fix: load schema files when loading bot project (#2170)

    * fix: correctly fetch the bot project schema
    
    * do not throw error if schemas directory does not exist
    
    * fix type imports
    
    Co-authored-by: Chris Whitten <[email protected]>
    a-b-r-o-w-n and cwhitten authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    3d64659 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    a982001 View commit details
    Browse the repository at this point in the history
  2. fix: use nightly build to replace the private bf-lu package (#2190)

    * use nightly build replace the private bf-lu
    
    * replace all
    
    * update the lock
    
    Co-authored-by: Dong Lei <[email protected]>
    lei9444 and boydc2014 authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    3eea821 View commit details
    Browse the repository at this point in the history
  3. Update setup-yarn.md (#2160)

    Looks like the 3.1 is now required to test the bot
    
    Co-authored-by: Chris Whitten <[email protected]>
    vkacherov and cwhitten authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    d8f8441 View commit details
    Browse the repository at this point in the history
  4. Update setup-yarn.md (#2145)

    The documentation confused me for a bit. I ran the yarn and yarn build command before remembering I first needed to go into the BotFramework-Composer folder.
    I believe this makes it easier.
    
    Co-authored-by: Andy Brown <[email protected]>
    Co-authored-by: Chris Whitten <[email protected]>
    3 people authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    8cd8859 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    27a4fdb View commit details
    Browse the repository at this point in the history
  2. fix: trigger creation bug (#2151)

    * fix bug
    
    * save tmp code
    
    * add regex intent back
    
    * update
    
    * update label text
    
    * rename onMessageActivity to onMessageReceivedMessage
    
    * update trigger type validation function
    
    * remove commented code
    
    * rename onMessageActivity to onMessageReceivedMessage & update trigger type validation function
    
    * update regex field
    
    * remove commented code
    
    * remove commented code
    
    * revert auto-saved file
    
    * update label text
    
    * fix bug
    
    * save tmp code
    
    * add regex intent back
    
    * update
    
    * update label text
    
    * rename onMessageActivity to onMessageReceivedMessage
    
    * update trigger type validation function
    
    * remove commented code
    
    * update regex field
    
    * remove commented code
    
    * remove commented code
    
    * revert auto-saved file
    
    * update label text
    
    * update label text
    
    * update regEx api
    
    * add shellapi updateRegExIntentHandler
    
    * shell api
    
    * inline regex in form editor
    
    * create new inline regex intent when no intent
    
    Co-authored-by: Long Alan <[email protected]>
    Co-authored-by: Chris Whitten <[email protected]>
    3 people authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    66e5fb4 View commit details
    Browse the repository at this point in the history
  3. defense lg copy API failure (#2198)

    Co-authored-by: Chris Whitten <[email protected]>
    yeze322 and cwhitten authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    79f9040 View commit details
    Browse the repository at this point in the history
  4. release: update changelog (#2204)

    * add a11y to tags and add additional memebers
    
    * update changelog
    a-b-r-o-w-n authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    ceb8186 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    256fffb View commit details
    Browse the repository at this point in the history
  2. fix: regEx trigger creation bug (#2214)

    Co-authored-by: Chris Whitten <[email protected]>
    liweitian and cwhitten authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    d5f1776 View commit details
    Browse the repository at this point in the history