ringcentral / ringcentral-js-widgets

RingCentral Integration Widget Library
MIT License
40 stars 44 forks source link

sync features and bugfixs from 25a535d #1669

Closed embbnux closed 3 years ago

embbnux commented 3 years ago

Core:

feat: implement multi-watch in core fix(createStore): support custom reducers

Commons lib:

refactor: replace RolesAndPermissions with ExtensionFeatures refactor(contactHelper): remove normalizeNumber in getMatchContactsByPhoneNumber helper refactor(SoftphoneV2): support get call Uri with Jupiter Universal link for other conditions refactor(CallHistoryV2): make CallMonitor dep optional in the CallHistoryV2 module fix(Auth): fix discovery api brandId param and auth login issue fix(ConnectivityManager): error when the optional module of CallingSettings is referenced when it is null fix(ChromeTransport): chrome.tabs.onActivated issue in chrome v91 fix(TabManagerV2): fix event state issue chore(WebSocketExtension): ignore recovering websocket connection when it's connecting already

Widgets lib:

feat: support making call by pressing enter key refactor(ComposeTextUI): refactor ComposeTextUI with RcUIModuleV2 refactor(CallBadgeUI): refactor CallBadgeUI with RcUIModuleV2 refactor: replace CallControlUI with CallControlUIV2 refactor: replace CallHistoryUI with CallHistoryUIV2

Others:

chore(deps): upgrade security issue deps upgrade ringcentral-call 0.2.13 to support warm transfer call session update(Juno): update juno version 1.8.3-beta.4905-adf6ee90 upgrade: @ringcentral/sdk 4.5.0 chore: fix execa build issue