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: 01-27-2020 #1910

Merged
merged 85 commits into from
Jan 28, 2020
Merged

release: 01-27-2020 #1910

merged 85 commits into from
Jan 28, 2020

Conversation

a-b-r-o-w-n
Copy link
Contributor

01-27-2020

Added

Fixed

Changed

  • refactor: re-provide getLgTemplates api (#1746) (@yeze322)
  • style: updated delete icon (#1892) (@tdurnford)
  • refactor: let ElementWrapper control the focus state (#1880) (@yeze322)
  • refactor: render Elements with composition strategy (ElementRenderer -> ElementWrapper) (#1873) (@yeze322)

Other

luhan2017 and others added 30 commits December 9, 2019 16:52
* Remove the unused lufiles in notifications

* fix e2e test
* revert 22e1b74

* use indexed `templates` in `lgFiles`

* revert another missed file

* revert
comment out instructional sections and remove redundant info
fix: avoid re-render tiggered by upper  state change
* convert ludown to bf-lu

* update the version

* update the lu diagnostic

* update the version

* fix lu files

* update the file

* add some unit test

* update some function

* update version to fix bf-lu error

* fix: show lg templete

* update the lu index
* update ui for new schema

* Fixed includeActivity default value wrong type & use original component replace customObjectArrayField
…1779)

* show properties in VisualEditor

* wrong schema

* give deleteProperties a better content string

* format text

* -> 'Delete {n} properties'
* Update validation and choice array ui

* Updated string array

* Updated regex pattern

* Updated array styles

* Style cleanup

* Fixed string array test

* Fixed ObjectArray tests

* Updated request header object

* Small change to custom object field

* Fixed styling

* Updated dialogs

* Fix margin issue

* Updated callback dependencies

* Added error message

* Updated callback dependencies

* Fixed margin issues

* Fixed styles

* Fixed transparent border issue

* Created Dyncamic and Static Choices components

* Added Static Choices

* Added ExpressionWidget to Dynamic Choice and updated IChoice type
arafattehsin and others added 21 commits January 11, 2020 11:42
Co-authored-by: Chris Whitten <[email protected]>
Co-authored-by: Andy Brown <[email protected]>
…1840)

* render fallback node

* fix the problem in a more schema-driven way

* revert unnecessary changes

* extend builtin props: id, data, onEvent

* migrate widget ActionCard to new base props

* retire DefaultRenderer

* make ActivityRenderer a widget

* make 'icon' customizable

* update sdk demp

* register 'SendActivity' in uischema

* drive ReplaceDialog, BeginDialog

* fix lint

* render BeginDialog, ReplaceDialog with UISchemaRenderer

* leverage fabric <Link /> as dialog ref
* add support of memory variables

* fix json format

* add fileResolver to handle user defined memory

* add dependency

* inject memoryResolver in

* using delegate in memory variables

* change endWithDotFlag to endWithDot

* add more Luis memory variables

Co-authored-by: Dong Lei <[email protected]>
Co-authored-by: Chris Whitten <[email protected]>
* add lu crud api

* add in shell api

* fix empty lu file parse

* support nested section

* clean up

* refactor luFile interface

* refactor LuFile interface

* fix lu parser error

Co-authored-by: Dong Lei <[email protected]>
* fix powershell version limit

* fix powershell policy restriction

* bypass powershell signed restriction

* fix error msg was cutted during  build

* fix port occupied error

Co-authored-by: Dong Lei <[email protected]>
* Add LSP of LG

* change folder name

* change folder location

* seperate server and client demo

* add completion and hover for builtin-functions

* change file names

* change dependency

* refactor the package

* update demo readme

* make some refine

* remove npm lock file

* add demos to workspace and run test in 1 command

* remove declaration files

* change tsc outDir to dist, simplify test command

* add syntax highlight in demo and new API

* change naming of the project and move the demo

* remove package.json in demo

* change the content in readme

* fix lg-lsp package publish problem

* fix build command  and redundent d.ts files

* integrate LG LSP server to composer server

* change api in demo

* change the order of commands in build:prod

* delete redundent files generated from build

* change lg-lsp-server api to attachLSPServer

* remove gitignore in lg-lsp-server demo

* remove attachLSPServer in server

* fix token rules and  suggestion context awareness

* init of LU LSP

* add diagnostic in LSP

* add auto suggestions

* fix

* remove redundent in client

* add doc on type config

* fix

* modify doc type format

* fix

* change version of bf-lu

* fix diagnostic

* refactor getRangeAtPosition method

* fix tokens

* remove black line

* fix tokens

* add roles suggestions

* add regex entity seperated line definition

* add suggestions for ml entity

* matching only ML entities

* fix

* update documents

* fix

* integrate lu-lsp to composer

* upgrade botbuilder-expressions

* clean up

* update sample

* add test

* add syntax highlight

* add token rule for {@ expr

* add a case in token

* fix import statement token

* fix composite entity auto complete

* fix entity suggestion and tokens

* add labeling experience of add unlabeled entity

* fix typos

* fix lint

* fix redundent edits

* fix unnecessary space

* fix naming and role suggestions

* fix labeling and error postion

* fix insert text in wrong line, intent usesFeature

* update bf-lu version

* change find a valid luisJson and suggest composite

* add unit test for LU lsp basic funcionalities

Co-authored-by: Hongyang Du (hond) <[email protected]>
Co-authored-by: Dong Lei <[email protected]>
Co-authored-by: Zhixiang Zhan <[email protected]>
…1868)

* add user defined property

* add some comments

* add unit test

* update some naming

Co-authored-by: Chris Whitten <[email protected]>
* inline lg editor undo and redo

* add forceUpdate for undo/redo

* support the lg undo

* update the lg to store directly

* fix unit test

* fix some comments

* register api to extension

* add some comments

* update the sync logic

* revert some code

* update the type

Co-authored-by: Dong Lei <[email protected]>
Co-authored-by: Chris Whitten <[email protected]>
* render Elements with composition strategy (ElementRenderer -> ElementWrapper)

* support recursive uischema

* schema driven prompt inputs

* BaseInput css fix

* add missing onEvent handler

* remove BaseInput

* provide an option 'disableSDKTitle'

* assign fixed title to input part in *Input types
* Fixed settingsFieldFull styles

* Fixed style change
#1899)

* migrate Foreach / IfCondition / SwitchCondition

* apply UISchemaRenderer to all types

* remove old widgets

* update header part of 4 types

* apply customization parts to widget

* remove unused component

Co-authored-by: Andy Brown <[email protected]>
Co-authored-by: Chris Whitten <[email protected]>
* add more users to changelog script

* update changelog for 01-27-2020 release
@github-actions
Copy link

Coverage Status

Coverage increased (+2.09%) to 42.413% when pulling b18dd0e on master into 1a750e5 on stable.

@cwhitten cwhitten merged commit 028775b into stable Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.