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

[Upstream Catchup] Merge RC:master to master v1.29.2 #46

Merged
merged 31 commits into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f1c071d
fix: typo addMemberToBeAddedByUsername
aditya-mitra May 12, 2021
e6148dc
Merge remote-tracking branch 'origin/master' into alpha
d-gubert Oct 7, 2021
d99f4ff
1.29.0-alpha.0
d-gubert Oct 7, 2021
ccc46d0
Change app update flow (#449)
d-gubert Nov 1, 2021
a81687b
[FIX] alternate method name in app.getAppUsername() deprecation notic…
debdutdeb Nov 8, 2021
bf38889
Merge pull request #416 from aditya-mitra/aditya-mitra-addmembertypo
geekgonecrazy Nov 30, 2021
b574248
Bump path-parse from 1.0.5 to 1.0.7 (#444)
dependabot[bot] Dec 1, 2021
0e48029
[FIX] App status not updated correctly (#402)
shiqimei Dec 2, 2021
cf6f882
[NEW] Add Multi-Select setting interfaces on Apps (#460)
murtaza98 Dec 10, 2021
141f561
[IMPROVE] Move call to store logs to appropriate place #454
d-gubert Dec 10, 2021
9a25a73
[NEW] Add possibility to set room closer to LivechatUpdater.closeRoom…
cuonghuunguyen Dec 10, 2021
aa7eacf
[IMPROVE] Missing addCustomField method in MessageBuilder (#363)
matheusbsilva137 Dec 13, 2021
756bfff
[NEW] Add new event for pre email (#461)
d-gubert Dec 16, 2021
f9d684d
[NEW] UserRead getUserUnreadMessageCount Method (#463)
ggazzo Dec 16, 2021
073efca
[NEW] adding custom sidebar icon method (#459)
AllanPazRibeiro Dec 20, 2021
96897f9
[NEW] Add contextual bar surface (#447)
thassiov Dec 20, 2021
a5683b1
[NEW] Action buttons registry (#446)
d-gubert Dec 20, 2021
8fc0446
Revert "[NEW] Action buttons registry (#446)" (#464)
thassiov Dec 20, 2021
cd674ef
[NEW] Action buttons registry (#465)
d-gubert Dec 20, 2021
e105e9f
Add missing export
d-gubert Dec 21, 2021
e879c9c
Merge remote-tracking branch 'origin/alpha'
d-gubert Dec 28, 2021
c8bea92
Update docs
d-gubert Dec 28, 2021
a9e2cef
1.29.0
d-gubert Dec 28, 2021
26a7fdc
[FIX] Action buttons were not removed from manager (#467)
d-gubert Jan 4, 2022
6ce7f21
1.29.1
d-gubert Jan 4, 2022
cd6ad21
Patch v1.29.2 (#478)
d-gubert Jan 13, 2022
80cfd04
1.29.2
d-gubert Jan 13, 2022
8947b5d
Merge branch 'master_wc' into master-catchup-80cfd04
Shailesh351 Jan 17, 2022
ea8b794
Update build files
Shailesh351 Jan 17, 2022
14c1b8d
Update typescript version
Shailesh351 Jan 18, 2022
0d0438f
Update build files
Shailesh351 Jan 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion client/AppsEngineUIClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/AppsEngineUIClient.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/AppsEngineUIHost.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion definition/App.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export declare abstract class App implements IApp {
* @return {string} the username of the app user
*
* @deprecated This method will be removed in the next major version.
* Please use read.getAppUser instead.
* Please use read.getUserReader().getAppUser() instead.
*/
getAppUserUsername(): string;
/**
Expand Down
2 changes: 1 addition & 1 deletion definition/App.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading