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 4.3.1 #24108

Merged
merged 9 commits into from
Jan 5, 2022
Merged

Release 4.3.1 #24108

merged 9 commits into from
Jan 5, 2022

Conversation

sampaiodiego
Copy link
Member

2022-01-04 · 6 🐛 · 1 🔍 · 6 👩‍💻👨‍💻

Engine versions

  • Node: 12.22.1
  • NPM: 6.14.1
  • MongoDB: 3.6, 4.0, 4.2, 4.4, 5.0
  • Apps-Engine: 1.29.1

🐛 Bug fixes

  • APPS: Action buttons not removed when app is disabled or uninstalled (#24107 by @d-gubert)

    Fixes a problem where action buttons registered by any app would not be removed if the app was disabled or uninstalled

  • APPS: Prevents emails from being sent when apps framework is disabled (#24105 by @d-gubert)

    Introduction of new event IPreEmailSent was breaking the email function when the Apps-Engine framework was disabled in the administration

  • Ensure Firefox 91 ESR support (#24096 by @tassoevan)

    It:

    • Adds Firefox ESR to browserslist;

    • Upgrades @rocket.chat/fuselage-hooks to overcome a bug related to Firefox implementation of ResizeObserver API.

  • Enter not working on modal's multi-line input (#23981 by @murtaza98 & @tiagoevanp)

    Right now, if we try to press enter for a new line on multi-line modal input... it auto triggers the submit event. This PR fixes this behaviour by not submitting the modal in case the enter was pressed within an input text with multiline expected

  • Omnichannel Current chats pagination not working (#24039 by @KevLehman & @murtaza98)

  • Omnichannel enabled setting not working when creating rooms (#24067 by @murtaza98)

🔍 Minor changes

👩‍💻👨‍💻 Contributors 😍

murtaza98 and others added 7 commits January 4, 2022 21:41
Co-authored-by: Kevin Aleman <kevin.aleman@rocket.chat>
* [FIX] Enter not working on modal's multiline input

* Apply suggestions from code review

* simplify if condition

Co-authored-by: Tiago Evangelista Pinto <tiago.evangelista@rocket.chat>
…4067)

* Fix omnichannel enabled setting not working when creating rooms

* Revert changes to translation file

* Apply suggestions from code review
* Include Firefox ESR in browserslist

* Upgrade `@rocket.chat/fuselage-hooks`
@sampaiodiego sampaiodiego requested review from a team January 5, 2022 01:44
Copy link
Contributor

@murtaza98 murtaza98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sidenote: The build seems to be failing due to the change in prettier rules on master & develop. On "master", the line width (printWidth prop to be precise) is set to 100 while on "develop" it is increased to 140, hence some styling builds are failing here. This should get fixed in the next main release when the whole "develop" branch gets merged to master.

@sampaiodiego sampaiodiego merged commit 2104573 into master Jan 5, 2022
@sampaiodiego sampaiodiego deleted the release-4.3.1 branch January 5, 2022 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants