4.3.1


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