We noticed few breaking changes after installing latest windows update with regards to office JS based add-ins.
The add-in host browser is changed from IE to edge.
There are breaking changes with links, previously inside add-in if you have an anchor tag with target="_blank" it used to open in a new browser window. Now its opening inside a new window with in Office browser(same as dialogApi dialog) if domain on target page is same domain as add-in domain.
From the dialog we are not able to open new page, all links to other domain fails.
I could not see any information about introducing the new browser in the release notes for Update 1903.
Is there a way to make the links open in a new browser window(as before upgrading to 1903) regardless of domain?