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

A merger from main with "patch notes" #1

Merged
merged 46 commits into from
Jan 24, 2021
Merged

Conversation

bobisapotato
Copy link

Commits on Jun 05, 2020
Add polyfill in html for better support in IE11
c78b68f
Commits on Jun 10, 2020
Update conversation.ts
6573265
Update conversation.ts
8bbba01
Commits on Jun 18, 2020
Add Block Kit library links to README …
0b2d92a
Commits on Jul 01, 2020
Result is not necessarily defined here …
6d05622
Commits on Jul 04, 2020
Use conversations.open in place of im.open
6643a02
Commits on Aug 08, 2020
fix(docs): Fix typo in core.ts …
e1de8d9
Commits on Aug 12, 2020
Add null check for channelData …
ec66a6f
Commits on Aug 19, 2020
Add extra note for ts extension in loadModules
7d5c9d0
Commits on Aug 21, 2020
Merge pull request howdyai#1989 from ball-hayden/slack-conversations …
6342b94
update slack api call
566d709
Bump jquery from 3.4.1 to 3.5.1 in /packages/docs …
bd092dc
Merge pull request howdyai#2011 from acaziasoftcom/main …
d6310a2
Merge branch 'main' into master
d76f386
Merge pull request howdyai#2010 from viveksyngh/master …
330d458
Merge branch 'main' into patch-1
fc2aea5
Merge pull request howdyai#2009 from billyvg/patch-1 …
85e052f
Merge branch 'main' into channelData-replace-fix
e436cbe
Merge pull request howdyai#1979 from ashitikov/channelData-replace-fix …
74da283
Merge branch 'main' into patch-1
e29ddbf
Merge pull request howdyai#1981 from raycharius/patch-1 …
8cbdd64
Merge branch 'main' into dependabot/npm_and_yarn/packages/docs/jquery… …
5077510
Merge pull request howdyai#1973 from howdyai/dependabot/npm_and_yarn/… …
d2d093f
Merge branch 'main' into patch-2
93944fe
Merge pull request howdyai#1977 from jganseman/patch-2 …
532b5e5
fix for howdyai#2003
371e4f6
updates to dependencies
881f34c
Fix howdyai#1983: spawn the correct bot worker if adapter is specifie… …
5066fb0
update changelog
9090887
Fix for howdyai#1961: add teams helper features
18e2c79
update docs
04f3366
update docs
268147a
fix changelog
3a25f50
update docs
16fdf1b
clean up
e009f3f
clean up docs
8d5e9e1
add link to test features
9df4e42
fix for howdyai#1936 - remove dependency on request
3f79353
clean up some teams stuff
c54f2b5
update bot framework packages to 4.10.1
ef63df1
Commits on Aug 24, 2020
update version numbers and changelogs
8f82a60
Fix for howdyai#1985: add tests that use custom adapters
28e5ea7
Commits on Aug 25, 2020
Merge pull request howdyai#1986 from alex-ubitec/patch-2 …
62dc012
Merge branch 'main' of github.com:howdyai/botkit into 410
93ab723
linter cleanup
29ed10c
Merge pull request howdyai#2022 from howdyai/410 …
9365023

jganseman and others added 30 commits June 5, 2020 14:45
As discussed in Bot Developer Hangout, adding links to two libraries that make it easier to compose Slack UIs.

Of the ones available, these were the two that are actively maintained and are documented well enough. 

There is another – [slack-block-msg-kit](https://github.com/IyiKuyoro/slack-block-msg-kit) – but just felt a bit verbose to me. Also wasn't a fan of it validating Slack business logic, without configuration available, to bypass the validation. Could create limitations and issues when Slack updates their own validation rules.
You can get an undefined result at this point, since `runStep` can be called with an empty result. I don't believe it is assumed that an action handler is called always after the previous step generated a result

Until this is fixed, what would be an alternative?
Just a simple typo fix
No null check for channelData looks like breaking changes as sometime it
will not be present when we try to use context.sendActivity.

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
Use conversations.open in place of im.open
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.4.1...3.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
Add extra note for ts extension in loadModules
Add null check for channelData
fix(docs): Fix typo in core.ts
Fix channelData replace in conversations
Add Block Kit library links to README
…s/docs/jquery-3.5.1

Bump jquery from 3.4.1 to 3.5.1 in /packages/docs
Fix IE11 support of botbuilder-adapter-web - patch 2
@bobisapotato bobisapotato merged commit ed69d16 into bobisai:main Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
10 participants