Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Release 1.11.1 #672

Merged
merged 2 commits into from
Jan 3, 2022
Merged

Release 1.11.1 #672

merged 2 commits into from
Jan 3, 2022

Conversation

MartinSchoeler
Copy link
Contributor

[FIX] Hide Livechat if Omnichannel is disabled #671

@casalsgh casalsgh added this to the 4.3.1 milestone Dec 30, 2021
@MartinSchoeler MartinSchoeler merged commit 5677a8a into master Jan 3, 2022
@MartinSchoeler MartinSchoeler deleted the release/1-11-1 branch January 3, 2022 16:30
ear-dev added a commit to WideChat/Rocket.Chat.Livechat that referenced this pull request Jan 25, 2022
* [IMPROVE] Add cookie to identify widget calls (RocketChat#645)

* [IMPROVE] Russian translations (RocketChat#644)

Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>

* [IMPROVE] Spanish translations (RocketChat#370)

* Full Spanish translation

* Update es.json

corrected: "invalid_email_e82f3682"

Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>

* [FIX] Escaping HTML on paste/drop Text (RocketChat#471)

Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>

* [IMPROVE] Swedish Translations (RocketChat#573)

Added some translations

Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>

* [IMPROVE] Readme enhancements (RocketChat#557)

* new steps to run your local widget correctly

* remove screenshot from repository

* Update README.md

Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>

* Release 1.9.5

* [FIX] 'Hide agent info' not working on system message (RocketChat#651)

* Fix 'Hide agent info' not working on chat transfer message

* Fix 'Hide agent info' setting not working on move chat to queue sytem msg

* update storybook

* Remove i18n fixes

* [FIX] Issues on Custom Livechat messages (RocketChat#648)

* Couple of fixes wrt custom messages

- Fix offline success messages not working
- Support HTML content on Offline message label

* Support markdown data on Instructions panel

* Update storybook

* Release 1.9.6

* [NEW] Audio and Video calling in Livechat using WebRTC RocketChat#646

* add callnotification,msg,iframe code

* fix eslint issues

* fix eslint file path issues

* fix stylelint issues

* done ui changes

* add icons and improve ui

* fix error

* remove-icons

* add icons

* add i18n.t, change classname, improve ui

* remove font-family

* change iframe link

* add check for jitsi

* add jitsi link

* add time message in system message and add catch

* display alert, change function name

* Improve overall codebase

* Convert tabs to spaces for translation file

* Accept jitsi url info from the message and remove dependency from Livechat.videoCall endpoint

* Update index.js

* add message in i18n file

Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
add joinCallBtn, endCall message, callRing functionalities. (RocketChat#618)

* add callnotification,msg,iframe code

* fix eslint issues

* fix eslint file path issues

* fix stylelint issues

* done ui changes

* add join call button

* add icons and improve ui

* fix error

* remove-icons

* add icons

* ui changes

* add icon and timeout functionality

* add I18n.t

* add i18n.t, change classname, improve ui

* remove font-family

* change iframe link

* add check for jitsi

* add jitsi link

* add time message in system message and add catch

* display alert, change function name

* Improve overall codebase

* Convert tabs to spaces for translation file

* Accept jitsi url info from the message and remove dependency from Livechat.videoCall endpoint

* Update index.js

* add message in i18n file

* add joincall btn, call time, timeout

* fix lint error

* Update ShowJoinCallButton.js

* fix conflicts

* improve codebase

* fix bugs

* update some files

* improve css, codebase and change condition

* add correct link for iframe and joinCallBtn, show correct time

* update call status at rc-core

* update api file

* rebase file

* change link, use store class

* update callIframe file

* handle corner cases

* remove file

* Update room.js file

Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>

* update one file

* revert roomjs file

* add common condition in room.js file

Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
[NEW] Handle endCall and expandView control buttons (RocketChat#633)

* [NEW] Handle endCall and expandView control buttons

* [FIX] Lint errors

* [FIX] Join Call Button giving call ended even when call inProgress

* [FIX] slash omitted in the url

* [REF] Remove redundant async keyword

* [REF] Use spread operator, set ongoingCall status when expanding

* [FIX] String enclosed within double quotes

Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>

* [FIX] ongoingCall variable not destructured but used

Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
[FIX] Notify agent on call decline (RocketChat#634)

[NEW] WebRTC-call in new tab for mobile devices (RocketChat#629)

* open webrtc call in new tab for mobile devices

* improve codebase

* add helper function

* update one file

* checking call status from room object

* update one file

* handle refresh case

* change message filter condition

Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
[NEW] add-jitsi-call-support

Co-Authored-By: Deepak Agarwal <56799414+Deepak-learner@users.noreply.github.com>

Improve overall codebase

- Define an enum like structure for call statuses
- Fix formatting and spelling issues
- General refactoring

update Rocket.Chat.js.SDK version to 1.0.0-alpha.42

Fix Join call button layout

Fix typo

Apply review suggestions

- Use date-fns library to calculate call duration

Refactor Call Statuses to remove redundancy

Rename endTs property on Message to webRtcCallEndTs

* [FIX] LoadConfig after registering guest (RocketChat#640)

* [FIX] Body styles getting overridden RocketChat#660

* Release 1.10.0

* Chore: Add PR title check (RocketChat#663)

* [NEW] Introduce `clearLocalStorageWhenChatEnded` setting logic (RocketChat#666)

Co-authored-by: Kevin Aleman <kevin.aleman@rocket.chat>

* [IMPROVE] Change logic to generate token on Live Chat

* [NEW] Introduce `clearLocalStorageWhenChatEnded` setting logic (RocketChat#666)

Co-authored-by: Kevin Aleman <kevin.aleman@rocket.chat>

* [IMPROVE] Change logic to generate token on Live Chat

* Release 1.11.0

* Hide Livechat if omnichannel is disabled (RocketChat#671)

* Release 1.11.1 (RocketChat#672)

* Hide Livechat if omnichannel is disabled (RocketChat#671)

* Release 1.11.1

Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>

* [FIX] IME not working properly (RocketChat#674)

* parse when submit only

* fix storybook

* Release 1.11.2 (RocketChat#675)

* Merge develop into master

* Update build files

* Update loki references

* Update build files

* [NEW] Introduce Widget API method to manage Business Units (RocketChat#677)

Co-authored-by: Kevin Aleman <kevin.aleman@rocket.chat>
Co-authored-by: Renato Becker <renato.augusto.becker@gmail.com>

* [fa] Update FA translations (RocketChat#653)

Co-authored-by: Kevin Aleman <kevin.aleman@rocket.chat>

* Release 1.12.0 (RocketChat#680)

* [NEW] Introduce Widget API method to manage Business Units (RocketChat#677)
* [IMPROVE] Update FA translations (RocketChat#653)

* Fix clearLocalStorageWhenChatEnded

* Update build files

* Update build files

* Update pr-title-checker-config.json

Co-authored-by: Kevin Aleman <kevin.aleman@rocket.chat>
Co-authored-by: Vladislavs Stashkevichs <n4rayane@gmail.com>
Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>
Co-authored-by: Miguel Salcedo <imiguelsalcedo@gmail.com>
Co-authored-by: Shailesh Baldaniya <shaileshbaldaniya351@gmail.com>
Co-authored-by: gridnine-developer <81713520+gridnine-developer@users.noreply.github.com>
Co-authored-by: Rafael Ferreira <rafaelblink@gmail.com>
Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
Co-authored-by: Ariel Barreiro <abarrei@gmail.com>
Co-authored-by: Tiago Evangelista Pinto <tiago.evangelista@rocket.chat>
Co-authored-by: Cauê Felchar <11652381+cauefcr@users.noreply.github.com>
Co-authored-by: Renato Becker <renato.augusto.becker@gmail.com>
Co-authored-by: shamsnaamir <54275157+shamsnaamir@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants