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

Release 6.0.1 #28567

Closed
wants to merge 6 commits into from
Closed

Release 6.0.1 #28567

wants to merge 6 commits into from

Conversation

d-gubert
Copy link
Member

2023-03-22 · 5 🔍 · 7 👩‍💻👨‍💻

Engine versions

  • Node: 14.21.2
  • NPM: 6.14.17
  • MongoDB: 4.4, 5.0, 6.0
🔍 Minor changes
  • fix: Apps.engine resource consumption (#28514)

    Added some validations to avoid doing unnecessary updates and also avoid loop that causes high server usage

  • fix: Changing the app's error verification (#28450)

  • fix: Horizontal scroll in main room if text is too long (#28434)

    Removed inline styles from elements and substituted p tag for div

    For a quick explanation, the p tag adds the multiple line breaks by default when copying text. We should revise in the parser how we deal with paragraphs and text blocks.

  • fix: Offline register option (#28467)

  • fix: Thread list not scrolling to bottom when sending a message. (#28346)

👩‍💻👨‍💻 Core Team 🤓

AllanPazRibeiro and others added 6 commits March 22, 2023 19:32
Co-authored-by: Douglas Gubert <1810309+d-gubert@users.noreply.github.com>
Co-authored-by: Hugo Costa <hugocarreiracosta@gmail.com>
* Chore: bring back the register on cloud option to CS

* refactor: move top option buttons to avoid repeat code

---------

Co-authored-by: Gabriel Casals <83978645+casalsgh@users.noreply.github.com>
Co-authored-by: Douglas Gubert <1810309+d-gubert@users.noreply.github.com>
@d-gubert d-gubert requested review from a team as code owners March 22, 2023 22:45
@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: needs QA labels Mar 22, 2023
@codecov
Copy link

codecov bot commented Mar 22, 2023

Codecov Report

Merging #28567 (97d031c) into master (aa8f0ec) will increase coverage by 0.08%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #28567      +/-   ##
==========================================
+ Coverage   44.90%   44.98%   +0.08%     
==========================================
  Files         771      771              
  Lines       14980    14991      +11     
  Branches     2092     2094       +2     
==========================================
+ Hits         6727     6744      +17     
+ Misses       7955     7951       -4     
+ Partials      298      296       -2     
Flag Coverage Δ
e2e 44.94% <83.33%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@d-gubert d-gubert closed this Mar 23, 2023
@d-gubert d-gubert deleted the release-6.0.1 branch March 23, 2023 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: QA skipped stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants