Have modals been updated with more functionality in SwiftUI

Haven't been able to find any information on this recently, but one of the absolute most frustration things to work with in SwiftUI was modals and the .sheet API.

There was no way to programmatically close it with a "close" button and there were so many weird bugs and inconsistencies when trying to use environment presentation mode dismissals.

So has there been any news on updates to modals in SwiftUI 2?
In swiftui sheet visibility is controlled by a binding. You can certainly set the binding value in response to but on or other inputs (network task, timer, etc.
Have modals been updated with more functionality in SwiftUI
 
 
Q