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

Release 1.13.0 #705

Merged
merged 59 commits into from
Apr 8, 2022
Merged

Release 1.13.0 #705

merged 59 commits into from
Apr 8, 2022

Conversation

tiagoevanp
Copy link
Contributor

@tiagoevanp tiagoevanp commented Apr 8, 2022

Chore: Update cd.yml (#704)
Chore: Replace a / b with math.div(a, b) on SCSS files (#702)
[IMPROVE] Centralized e-mail validation under a library function #693
[FIX] Fixes broken triggers. #695
[IMPROVE] Add TypeScript (#694)
[IMPROVE] Replace i18n package (#657)
[FIX] Prevent html rendering on messages (#701)

sctEdwin and others added 30 commits April 20, 2021 17:52
* fix hiragana katakana from being treated as emoji

* fix ime conversion problem

* inputLock as state

* do not directly mutate state

setState outside to keep render function pure

* Update src/components/Composer/index.js

Co-authored-by: Rafael Ferreira <rafaelblink@gmail.com>

* Update src/components/Composer/index.js

Co-authored-by: Rafael Ferreira <rafaelblink@gmail.com>

* Update src/components/Composer/index.js

Co-authored-by: Rafael Ferreira <rafaelblink@gmail.com>

* Update src/components/Composer/index.js

Co-authored-by: Rafael Ferreira <rafaelblink@gmail.com>

* Update src/components/Composer/index.js

Co-authored-by: Rafael Ferreira <rafaelblink@gmail.com>

* fixed ESLint error

* improve naming 2

Co-authored-by: Rafael Ferreira <rafaelblink@gmail.com>
prevent target attribute from being removed by sanitizer
A few fields were not yet translated. Corrected some translation errors.
* German informal translation

* Rename de_informal.json to de_IN.json

Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>
* update widget height when triggered

* fix state

* fix lint error

* fix

* css fix

* Lint me up inside

Co-authored-by: Martin <martin.schoeler@rocket.chat>
Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>
* Full Spanish translation

* Update es.json

corrected: "invalid_email_e82f3682"

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

Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>
* new steps to run your local widget correctly

* remove screenshot from repository

* Update README.md

Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>
* 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
* 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
* 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 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

* [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>
* 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>
Co-Authored-By: Deepak Agarwal <56799414+Deepak-learner@users.noreply.github.com>
- Define an enum like structure for call statuses
- Fix formatting and spelling issues
- General refactoring
- Use date-fns library to calculate call duration
@tiagoevanp tiagoevanp changed the title [NEW] Release 1.13.0 Release 1.13.0 Apr 8, 2022
@tiagoevanp tiagoevanp changed the base branch from develop to master April 8, 2022 19:48
@ggazzo ggazzo merged commit 75bcc3b into master Apr 8, 2022
@ggazzo ggazzo deleted the release-1.13.0 branch April 8, 2022 22:12
@ggazzo ggazzo restored the release-1.13.0 branch April 8, 2022 22:17
@ggazzo ggazzo deleted the release-1.13.0 branch April 8, 2022 22:20
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