This patch release fixes tool mentions not working when elements are embedded inside a Shadow DOM.
Bug fixes
Tool mentions inside Shadow DOM#1448 - Fixed tool mention autocomplete in the composer by using getRootNode() instead of document.querySelector to correctly query within the Shadow DOM when present. (Author: @adaam2 )