Skip to content

5.0.0-rc.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@murtaza98 murtaza98 released this 15 Jul 12:19
· 4328 commits to develop since this release

2022-07-15 · 8 🔍 · 7 👩‍💻👨‍💻

🔍 Minor changes
  • Chore: Avoid set useless set UTC Offset (#26270)

  • Chore: Hide deprecation query log on production (#26188)

  • Chore: Update Apps-Engine version (#26258)

    Bumping Apps-Engine version

  • Regression: Call toggle missing network disconnection state (#26237)

    This PR brings back the network disconnection state to the voip call toggle button

    image (4)

  • Regression: Cannot open Menu in searched message. (#26172)

  • Regression: Omni-chats not getting routed automatically to bots (#26267)

  • Regression: REST API calls at Engagement Dashboard (#26235)

    Parameters for GET requests are not serialized as for other methods, therefore sending Date objects is not viable due to the way Date.prototype.toString works. This PR uses Date.prototype.toISOString explicitly to serialize dates.

  • Regression: Sidebar icons spacing (#26139)

    • Fixed the sidebar icons ('display' and 'create new') spacing issue

    before:
    image

    after:

    image

👩‍💻👨‍💻 Core Team 🤓