Skip to content

3.13.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sampaiodiego sampaiodiego released this 27 Mar 01:34
· 6132 commits to develop since this release
fc0aaea

2021-03-26 · 1 🚀 · 2 🐛 · 8 🔍 · 9 👩‍💻👨‍💻

🚀 Improvements

  • Close Call contextual bar after starting jitsi call. (#21004 by @yash-rajpal)

    After jitsi call is started, if the call is started in a new window then we should close contextual tab bar.
    So, when 'YES' is pressed on modal, we call handleClose function if openNewWindow is true, as call doesn't starts on tab bar, it starts on new window.

🐛 Bug fixes

  • Missing spaces on attachment (#21020)

  • Stopping Jitsi reload (#20973 by @yash-rajpal)

    The Function where Jitsi call is started gets called many times due to room.usernames dep of useMemo, this dep triggers reloading of this function many times.
    So removing this dep from useMemo dependencies

🔍 Minor changes
  • Regression: Add BreadCrumbs tag into auto-join items (#21294)

  • Regression: add view room action on Teams Channels (#21295)

    image

  • regression: Discussion room crashing if not member of parent channel (#21310)

  • Regression: Remove primary color from button in TeamChannels component (#21293)

  • Regression: Removing user from team doesn't remove them from the team's room. (#21291)

    • Remove subscription when calling teams.removeMembers
  • regression: Sidebar reactivity (#21296)

  • Regression: user actions in admin (#21307)

  • Regression: View Channels button in Team info (#21289)

👩‍💻👨‍💻 Contributors 😍

👩‍💻👨‍💻 Core Team 🤓